Directory OMPlot/OMPlotGUI/

Directory Created:
2011-03-04 11:22
Total Files:
31
Deleted Files:
9
Lines of Code:
4118

[root]/OMPlot/OMPlotGUI
            directory in repo Resources (0 files, 0 lines)
                directory in repo PSDs (1 files, 1769 lines)
                directory in repo icons (2 files, 423 lines)

Lines of Code

OMPlot/OMPlotGUI/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 450 (100.0%) 13044 (100.0%) 28.9
adeas31 229 (50.9%) 6500 (49.8%) 28.3
hudson 51 (11.3%) 3862 (29.6%) 75.7
harka011 32 (7.1%) 1567 (12.0%) 48.9
sjoelund.se 118 (26.2%) 1010 (7.7%) 8.5
hkiel 3 (0.7%) 53 (0.4%) 17.6
perost 5 (1.1%) 29 (0.2%) 5.8
a_severin 4 (0.9%) 14 (0.1%) 3.5
adrpo 7 (1.6%) 7 (0.1%) 1.0
lochel 1 (0.2%) 2 (0.0%) 2.0

Most Recent Commits

sjoelund.se 2015-05-02 14:54 Rev.: 25874

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

31 lines of code changed in 31 files:

  • OMPlot/OMPlotGUI: Legend.cpp (+1), Legend.h (+1), Makefile.omdev.mingw (+1), Makefile.unix.in (+1), OMPlotGUI.config.in (+1), OMPlotGUI.pro (+1), OMPlotLib.pro (+1), Plot.cpp (+1), Plot.h (+1), PlotApplication.cpp (+1), PlotApplication.h (+1), PlotCurve.cpp (+1), PlotCurve.h (+1), PlotGrid.cpp (+1), PlotGrid.h (+1), PlotMainWindow.cpp (+1), PlotMainWindow.h (+1), PlotPanner.cpp (+1), PlotPanner.h (+1), PlotWindow.cpp (+1), PlotWindow.h (+1), PlotWindowContainer.cpp (+1), PlotWindowContainer.h (+1), PlotZoomer.cpp (+1), PlotZoomer.h (+1), Resources.qrc (+1), ScaleDraw.cpp (+1), ScaleDraw.h (+1), main.cpp (+1), rc_omplot.rc (+1), resource_omplot.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

3 lines of code changed in 2 files:

  • OMPlot/OMPlotGUI: Makefile.unix.in (+2 -2), OMPlotGUI.config.in (+1 -1)
adeas31 2015-04-10 17:09 Rev.: 25497

#3270
- Redraw plot when curves are removed. Preserve the users zoom level when Auto Scale is unchecked.

1 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: PlotWindow.cpp (+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.

30 lines of code changed in 3 files:

  • OMPlot/OMPlotGUI: PlotWindow.cpp (+22 -1), PlotWindow.h (+3), main.cpp (+5)
adeas31 2015-04-07 14:03 Rev.: 25412

#3267
- Remember the last used directory.

6 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: PlotWindow.cpp (+6 -5)
hkiel 2015-02-13 14:46 Rev.: 24566

removed unnecessary temporary allocation of heap

27 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: PlotWindow.cpp (+27 -54)
hkiel 2015-02-13 13:55 Rev.: 24564

fix checking of existance of variables in cvs files

23 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: PlotWindow.cpp (+23 -13)
hkiel 2015-02-11 14:32 Rev.: 24523

fix some warnings
proper implementation of _omc_copyMatrix()

3 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: PlotWindow.cpp (+3 -3)
adeas31 2015-01-31 17:13 Rev.: 24350

#3098
- Better plot colors for 3rd & 4th variables.

2 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: Plot.cpp (+2 -2)
adeas31 2014-11-19 18:30 Rev.: 23455

#2993
- Allow tiling of sub-windows horizontally and vertically.

0 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: PlotWindow.cpp (-2)
adrpo 2014-10-28 23:54 Rev.: 23022

- update boehm gc to latest from github (via OpenModelicaExternal 3rdParty/gc)
- rename 3rdParty/gc-7.2 to 3rdParty/gc

1 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: OMPlotGUI.config.in (+1 -1)
sjoelund.se 2014-09-18 11:43 Rev.: 22347

#2798 Fix crash when saving models in OMEdit
- A function returning a bool did not return any value, causing the crash
- Enabled compiler warnings since it was suppressed before and warnings are 'very' useful

0 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: PlotWindow.h (-2)
adeas31 2014-08-25 14:27 Rev.: 21979

- Handle the plot of two or more variables.

4 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: PlotWindow.cpp (+4 -5)
sjoelund.se 2014-06-24 11:18 Rev.: 21266

#2641 Use C++ locale-independent functions when reading csv-files in OMPlot

1 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: OMPlotLib.pro (+1 -1)
sjoelund.se 2014-06-24 10:07 Rev.: 21263

Remove some more references

0 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: OMPlotLib.pro (-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.

126 lines of code changed in 5 files:

  • OMPlot/OMPlotGUI: Plot.cpp (+10), PlotCurve.cpp (+12 -2), PlotCurve.h (+7 -1), PlotWindow.cpp (+92 -68), PlotWindow.h (+5 -2)
adeas31 2014-06-04 17:08 Rev.: 20968

- qtclients doesn't depend in libgc now.

6 lines of code changed in 3 files:

  • OMPlot/OMPlotGUI: Makefile.omdev.mingw (-2), OMPlotGUI.pro (+3 -4), OMPlotLib.pro (+3 -4)
sjoelund.se 2014-06-04 16:03 Rev.: 20963

Skip linking libgc for qtclients

5 lines of code changed in 3 files:

  • OMPlot/OMPlotGUI: OMPlotGUI.config.in (+1 -1), OMPlotGUI.pro (+2 -2), OMPlotLib.pro (+2 -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.

5 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: Makefile.omdev.mingw (+5 -1)
sjoelund.se 2014-05-23 15:30 Rev.: 20803

Fix Linux compilation

1 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: Makefile.unix.in (+1 -1)
sjoelund.se 2014-05-23 15:21 Rev.: 20801

#2701
- Hopefully fixes OMPlot for OSX

1 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: Makefile.unix.in (+1)
adeas31 2014-05-23 14:25 Rev.: 20797

- Do not align the axes until we have a new implementation of scale engine.

211 lines of code changed in 3 files:

  • OMPlot/OMPlotGUI: Plot.cpp (+10 -3), ScaleDraw.cpp (+197 -123), ScaleDraw.h (+4 -3)
adeas31 2014-05-21 23:14 Rev.: 20751

- Qwt is removed from OMDev

0 lines of code changed in 1 file:

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

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

5 lines of code changed in 3 files:

  • OMPlot/OMPlotGUI: Makefile.omdev.mingw (+1 -1), OMPlotGUI.pro (+2 -4), OMPlotLib.pro (+2 -3)
sjoelund.se 2014-05-21 16:12 Rev.: 20740

libOMPlot cannot depend on libOMPlot

2 lines of code changed in 2 files:

  • OMPlot/OMPlotGUI: OMPlotGUI.config.in (+1 -1), OMPlotGUI.pro (+1)
sjoelund.se 2014-05-21 16:05 Rev.: 20739

Move the copy to the correct place

1 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: Makefile.unix.in (+1 -1)
sjoelund.se 2014-05-21 14:46 Rev.: 20737

Better clean

1 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: Makefile.unix.in (+1 -1)
sjoelund.se 2014-05-21 14:06 Rev.: 20736

Fix for OSX (libOMPlot uses QtSvg)

1 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: OMPlotLib.pro (+1 -1)
sjoelund.se 2014-05-21 10:06 Rev.: 20722

Rename libqwt to libomqwt to avoid conflicts on OSX

3 lines of code changed in 2 files:

  • OMPlot/OMPlotGUI: OMPlotGUI.config.in (+1 -1), OMPlotGUI.pro (+2 -2)
sjoelund.se 2014-05-21 09:52 Rev.: 20721

Link to OMPlotLib instead of compiling in the objects statically (re-use of the shared library is then possible)

5 lines of code changed in 3 files:

  • OMPlot/OMPlotGUI: OMPlotGUI.config.in (+1 -1), OMPlotGUI.pro (+3 -18), OMPlotLib.pro (+1 -2)
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

8 lines of code changed in 3 files:

  • OMPlot/OMPlotGUI: Makefile.unix.in (+1 -1), OMPlotGUI.config.in (+2 -2), OMPlotLib.pro (+5 -3)
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:

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

- Build all Qt clients using the local Qwt.

6 lines of code changed in 2 files:

  • OMPlot/OMPlotGUI: OMPlotGUI.pro (+3 -3), OMPlotLib.pro (+3 -3)
adeas31 2014-05-19 13:41 Rev.: 20681

- Remove the background when exporting plot using qwt 5.

3 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: PlotWindow.cpp (+3 -1)
adeas31 2014-05-18 23:03 Rev.: 20678

#2696
- Use 5 as a precision value.

14 lines of code changed in 2 files:

  • OMPlot/OMPlotGUI: ScaleDraw.cpp (+13), ScaleDraw.h (+1)
adeas31 2014-05-09 23:19 Rev.: 20538

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

32 lines of code changed in 3 files:

  • OMPlot/OMPlotGUI: PlotWindow.cpp (+25 -6), PlotWindow.h (+3), main.cpp (+4 -4)
adeas31 2014-05-09 16:51 Rev.: 20534

- Another try to fix build.

8 lines of code changed in 1 file:

  • OMPlot/OMPlotGUI: PlotWindow.cpp (+8 -4)
adeas31 2014-05-09 16:23 Rev.: 20533

#2679
- OMPlot setup option to set legend positions.

40 lines of code changed in 2 files:

  • OMPlot/OMPlotGUI: PlotWindow.cpp (+38 -10), PlotWindow.h (+2 -1)
adeas31 2014-05-09 15:59 Rev.: 20532

- Fix build

14 lines of code changed in 2 files:

  • OMPlot/OMPlotGUI: PlotWindow.cpp (+10), PlotWindow.h (+4)
adeas31 2014-05-09 15:13 Rev.: 20530

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

56 lines of code changed in 3 files:

  • OMPlot/OMPlotGUI: PlotWindow.cpp (+38 -1), PlotWindow.h (+13 -2), main.cpp (+5)

(94 more)

Generated by StatSVN 0.7.0