Directory OMNotebook/OMNotebookGUI/

Total Files:
101
Deleted Files:
56
Lines of Code:
29057

[root]/OMNotebook/OMNotebookGUI
            directory in repo Resources (3 files, 1067 lines)
                directory in repo sketchIcons (39 files, 355 lines)
                directory in repo toolbarIcons (17 files, 236 lines)

Lines of Code

OMNotebook/OMNotebookGUI/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 844 (100.0%) 24810 (100.0%) 29.3
adeas31 189 (22.4%) 17210 (69.4%) 91.0
sjoelund.se 400 (47.4%) 4182 (16.9%) 10.4
hudson 232 (27.5%) 3367 (13.6%) 14.5
hkiel 14 (1.7%) 46 (0.2%) 3.2
lochel 3 (0.4%) 3 (0.0%) 1.0
adrpo 2 (0.2%) 2 (0.0%) 1.0
jhare950 2 (0.2%) 0 (0.0%) 0.0
alash325 2 (0.2%) 0 (0.0%) 0.0

Most Recent Commits

sjoelund.se 2015-05-03 10:31 Rev.: 25888

Install antlr3 includes. Fix OMNotebook linking

1 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: OMNotebook.config.in (+1 -1)
sjoelund.se 2015-05-02 14:54 Rev.: 25874

Lock OMNotebook/OMPlot/OMShell for edits since they are being moved to the git repositories

101 lines of code changed in 107 files:

  • OMNotebook/OMNotebookGUI: ImageSizeDlg.ui (new), Makefile.omdev.mingw (+1), Makefile.unix.in (+1), OMNotebook.config.in (+1), OMNotebookGUI.pro (+1), OMNotebookHelp.onb (+1), OtherDlg.ui (+1), application.h (+1), cell.cpp (+1), cell.h (+1), cellapplication.cpp (+1), cellapplication.h (+1), cellcommandcenter.cpp (+1), cellcommandcenter.h (+1), cellcommands.cpp (+1), cellcommands.h (+1), cellcursor.cpp (+1), cellcursor.h (+1), celldocument.cpp (+1), celldocument.h (+1), celldocumentview.h (+1), cellfactory.cpp (+1), cellfactory.h (+1), cellgroup.cpp (+1), cellgroup.h (+1), cellparserfactory.cpp (+1), cellstyle.h (+1), chaptercountervisitor.cpp (+1), chaptercountervisitor.h (+1), command.h (+1), commandcenter.h (+1), commandcompletion.cpp (+1), commandcompletion.h (+1), commands.xml (+1), commandunit.h (+1), cursorcommands.h (+1), cursorposvisitor.h (+1), document.h (+1), documentview.h (+1), evalthread.cpp (+1), evalthread.h (+1), factory.h (+1), graphcell.cpp (+1), graphcell.h (+1), graphcelldelegate.h (+1), highlighterthread.cpp (+1), highlighterthread.h (+1), imagesizedlg.h (+1), indent.cpp (+1), indent.h (+1), inputcell.cpp (+1), inputcell.h (+1), inputcelldelegate.h (+1), modelicacolors.xml (+1), nbparser.h (+1), notebook.cpp (+1), notebook.h (+1), notebookcommands.h (+1), omcinteractiveenvironment.cpp (+1), omcinteractiveenvironment.h (+1), openmodelicahighlighter.cpp (+1), openmodelicahighlighter.h (+1), otherdlg.h (+1), parserfactory.h (+1), printervisitor.cpp (+1), printervisitor.h (+1), puretextvisitor.cpp (+1), puretextvisitor.h (+1), qcombobox_search.cpp (+1), qcombobox_search.h (+1), qtapp.cpp (+1), rc_omnotebook.rc (+1), removehighlightervisitor.h (+1), replaceallvisitor.h (+1), res_qt.qrc (+1), resource1.h (+1), rule.h (+1), searchform.cpp (+1), searchform.h (+1), searchform.ui (new), serializingvisitor.cpp (+1), serializingvisitor.h (+1), stripstring.h (+1), stylesheet.cpp (+1), stylesheet.h (+1), stylesheet.xml (new), syntaxhighlighter.h (+1), textcell.cpp (+1), textcell.h (+1), textcursorcommands.cpp (+1), textcursorcommands.h (+1), treeview.cpp (+1), treeview.h (+1), updategroupcellvisitor.cpp (+1), updategroupcellvisitor.h (+1), updatelinkvisitor.cpp (+1), updatelinkvisitor.h (+1), visitor.h (+1), xmlnodename.h (+1), xmlparser.cpp (+1), xmlparser.h (+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

2 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: OMNotebook.config.in (+2 -2)
adeas31 2015-04-24 15:10 Rev.: 25732

- Set DrModelica.onb as default notebook.

2 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: cellapplication.cpp (+2 -2)
sjoelund.se 2015-04-24 14:24 Rev.: 25731

Fix OMNotebook locale settings

4 lines of code changed in 2 files:

  • OMNotebook/OMNotebookGUI: cellapplication.cpp (+3), qtapp.cpp (+1)
adeas31 2015-04-23 11:22 Rev.: 25705

- OMNotebook doesn't depend on omniORB anymore.

0 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: Makefile.omdev.mingw (-2)
adeas31 2015-04-23 01:17 Rev.: 25699

- Fix build,
- Don't use Qt threads with OpenModelicaCompiler shared library.

17 lines of code changed in 4 files:

  • OMNotebook/OMNotebookGUI: OMNotebookGUI.pro (+1 -2), cellapplication.cpp (+2 -2), graphcell.cpp (+13 -8), graphcell.h (+1 -1)
adeas31 2015-04-23 00:36 Rev.: 25696

- Removed the plotSilent flag.
- Added argument forceOMPlot to plot APIs.

0 lines of code changed in 3 files:

  • OMNotebook/OMNotebookGUI: cellapplication.cpp (-3), omcinteractiveenvironment.cpp (-11), omcinteractiveenvironment.h (-1)
adeas31 2015-04-22 18:03 Rev.: 25691

- Call omc_Main_setWindowsPaths on Windows so that APIs like simulate can work properly.

9 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: omcinteractiveenvironment.cpp (+9 -1)
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.

138 lines of code changed in 19 files:

  • OMNotebook/OMNotebookGUI: Makefile.omdev.mingw (+2 -7), Makefile.unix.in (+2 -5), OMNotebook.config.in (+2 -4), OMNotebookGUI.pro (+7 -16), cellapplication.cpp (+3 -26), evalthread.cpp (+1 -49), evalthread.h (-1), graphcell.cpp (+48 -115), graphcell.h (+7 -3), inputcell.cpp (+2 -104), inputcell.h (-1), inputcelldelegate.h (+3 -6), notebook.cpp (-33), omc_communicator.cpp (del), omc_communicator.h (del), omc_communicator.hpp (del), omcinteractiveenvironment.cpp (+53 -134), omcinteractiveenvironment.h (+4 -6), qtapp.cpp (+4)
hkiel 2015-04-16 12:44 Rev.: 25574

make OMNotebook usable on OSX again

1 lines of code changed in 2 files:

  • OMNotebook/OMNotebookGUI: cell.cpp (-4), notebookcommands.h (+1 -1)
adeas31 2015-04-10 01:00 Rev.: 25480

#2860
- Allow preserving the zoom level. Don't always auto rescale for new variables in plot.

3 lines of code changed in 3 files:

  • OMNotebook/OMNotebookGUI: serializingvisitor.cpp (+1), xmlnodename.h (+1), xmlparser.cpp (+1)
hkiel 2015-03-04 16:47 Rev.: 24903

fix some warnings

2 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: textcursorcommands.cpp (+2)
hkiel 2015-02-11 14:33 Rev.: 24524

spellfix

24 lines of code changed in 9 files:

  • OMNotebook/OMNotebookGUI: cellapplication.cpp (+1 -1), cellfactory.h (+1 -1), graphcell.cpp (+6 -6), imagesizedlg.h (+1 -1), inputcell.cpp (+6 -6), notebook.cpp (+1 -1), notebookcommands.h (+2 -2), otherdlg.h (+1 -1), textcell.cpp (+5 -5)
sjoelund.se 2015-02-05 09:33 Rev.: 24423

Change OMNotebook default stack size to 64MB (highest)

5 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: OMNotebook.config.in (+5)
hkiel 2015-02-04 11:18 Rev.: 24395

Give OMNotebook the right icon on OSX

3 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: OMNotebookGUI.pro (+3)
hkiel 2015-02-03 18:09 Rev.: 24388

- try to fix OMNotebook on OSX by increasing stack size. Now, OMNotebook does not crash here. Please test.

16 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: qtapp.cpp (+16)
sjoelund.se 2015-01-28 18:59 Rev.: 24273

Fix compilation

1 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: omcinteractiveenvironment.cpp (+1 -1)
sjoelund.se 2015-01-28 16:42 Rev.: 24267

Fix compilation

1 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: omcinteractiveenvironment.cpp (+1 -1)
lochel 2014-09-04 09:41 Rev.: 22122

- conform the buttons to the quit-message of OMShell

1 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: notebook.cpp (+1 -1)
lochel 2014-09-03 11:30 Rev.: 22111

- conform the buttons to the quit-message of OMNotebook

1 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: notebook.cpp (+1 -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.

1 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: xmlparser.cpp (+1 -1)
adeas31 2014-06-04 17:08 Rev.: 20968

- qtclients doesn't depend in libgc now.

1 lines of code changed in 2 files:

  • OMNotebook/OMNotebookGUI: Makefile.omdev.mingw (-4), OMNotebookGUI.pro (+1 -2)
sjoelund.se 2014-06-04 16:03 Rev.: 20963

Skip linking libgc for qtclients

2 lines of code changed in 2 files:

  • OMNotebook/OMNotebookGUI: OMNotebook.config.in (+1 -1), OMNotebookGUI.pro (+1 -1)
adeas31 2014-06-04 02:41 Rev.: 20950

- Fix build.

2 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: omc_communicator.cpp (+2 -2)
adeas31 2014-06-04 02:28 Rev.: 20949

#2509
- Use the omniORB specific parameters. They are different from MICO parameters.

12 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: omc_communicator.cpp (+12 -8)
adeas31 2014-06-03 21:40 Rev.: 20948

#2509
- increase argc as well.

3 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: omc_communicator.cpp (+3 -2)
adeas31 2014-06-03 20:48 Rev.: 20947

#2509
- Specify CORBA arguments e.g IP-address when initializing the client object.

1 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: omc_communicator.cpp (+1 -1)
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.

8 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: Makefile.omdev.mingw (+8 -1)
adeas31 2014-05-21 23:14 Rev.: 20751

- Qwt is removed from OMDev

0 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: Makefile.omdev.mingw (-1)
adeas31 2014-05-21 16:27 Rev.: 20741

- Copy libomqwt & libOMPlot to build/lib/omc
- Fix the link path.

2 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: OMNotebookGUI.pro (+2 -3)
sjoelund.se 2014-05-21 10:25 Rev.: 20726

Fix -lqwt to -lomqwt

1 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: OMNotebook.config.in (+1 -1)
sjoelund.se 2014-05-21 10:06 Rev.: 20722

Rename libqwt to libomqwt to avoid conflicts on OSX

1 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: OMNotebookGUI.pro (+1 -1)
sjoelund.se 2014-05-21 08:13 Rev.: 20717

Hopefully fixes the Linux builds for qwt (shared version)
- Also should add OMOptimBasis as a shared library

2 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: OMNotebook.config.in (+2 -2)
adeas31 2014-05-20 23:04 Rev.: 20713

- Build all Qt clients using the local Qwt on unix as well.

2 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: OMNotebook.config.in (+2 -2)
adeas31 2014-05-20 17:21 Rev.: 20708

- Build all Qt clients using the local Qwt.

3 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: OMNotebookGUI.pro (+3 -3)
adeas31 2014-05-09 23:19 Rev.: 20538

- Handle the new plot grid options in plotting APIs & OMNotebook.

2 lines of code changed in 2 files:

  • OMNotebook/OMNotebookGUI: serializingvisitor.cpp (+1 -1), xmlparser.cpp (+1 -1)
adeas31 2014-05-09 16:23 Rev.: 20533

#2679
- OMPlot setup option to set legend positions.

1 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: serializingvisitor.cpp (+1 -1)
adeas31 2014-05-09 15:13 Rev.: 20530

#2679
- OMPlot setup option to set titles.
- Added the footer option to plots.

3 lines of code changed in 3 files:

  • OMNotebook/OMNotebookGUI: serializingvisitor.cpp (+1), xmlnodename.h (+1), xmlparser.cpp (+1)
adeas31 2014-05-09 00:47 Rev.: 20508

- Fix build.

2 lines of code changed in 1 file:

  • OMNotebook/OMNotebookGUI: xmlparser.cpp (+2 -8)

(72 more)

Generated by StatSVN 0.7.0