************************************************* * dfftpack *********************************** Version 4.0.2 ------------2012-09-19 09:43:45 +0000------------ Supports any darwin version configure | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) ************************************************* * mseed *********************************** Version 2.5.3 ------------2012-09-19 09:48:07 +0000------------ Supports any darwin version configure | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) ************************************************* * slink *********************************** Version 2.5.3 ------------2012-09-19 09:49:36 +0000------------ Supports any darwin version configure | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) ************************************************* * QGpCoreTools *********************************** Version 1.23.0 ------------2012-11-26 13:47:52 +0000------------ Fix root solver especially for ellipticity Fix rotation direction for rotation around X and Z Fix mutex locking for thread management src/DoubleMatrix.cpp | 14 +++++++------- src/Rect.cpp | 35 ++++++++++++++++++----------------- src/RootSolver.h | 29 ++++++++++++++++------------- src/Thread.cpp | 5 +++-- 4 files changed, 44 insertions(+), 39 deletions(-) ************************************************* * SciFigs *********************************** Version 2.6.4 ------------2012-12-05 13:18:20 +0000------------ De-activation of mouse tracking with CTRL Fix status tip mostly for tracking actions src/CurveBrowser.cpp | 12 ++++---- src/GraphContent.cpp | 59 +++++++++++++++++++++++++++++++++----------- src/GraphContent.h | 3 +- src/GraphContentLayer.cpp | 15 ++++++++--- src/GraphContentLayer.h | 6 +++- src/GraphicObject.cpp | 14 +++++++---- src/MouseTracking.cpp | 3 +- src/MouseTracking.h | 8 ++++- 8 files changed, 84 insertions(+), 36 deletions(-) ------------2012-12-05 09:52:19 +0000------------ Temporary dirty method to fix crash of figue (Mac) Reccursion problem with GraphicObject::enterEvent() This is long running issue, probably inherent to current structure. Better to re-write this kernel not based upon QWidget src/GraphicObject.cpp | 28 ++++++++++++++++++---------- 1 files changed, 18 insertions(+), 10 deletions(-) ------------2012-12-03 16:07:29 +0000------------ Smarter way to adjust curve scroll range Takes unit factor into account to display coordinate tips Smarter message when deleting locked objects src/CurveBrowser.cpp | 15 ++++++++++----- src/GraphContent.cpp | 12 +++++++----- src/GraphicObject.cpp | 37 +++++++++++++++++++++++++++++++------ 3 files changed, 48 insertions(+), 16 deletions(-) ------------2012-09-30 16:17:55 +0000------------ Set to last item by default in interpole dialog src/PaletteInterpole.cpp | 3 +++ src/XYColorLines.cpp | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) ************************************************* * QGpCoreWave *********************************** Version 1.1.0 ------------2012-12-03 16:10:10 +0000------------ Adjusts precision for ellipticity computation Lets output of one single mode for ModalStorage::toStream() src/Dispersion.cpp | 2 +- src/Dispersion.h | 6 +++++- src/ModalStorage.cpp | 20 +++++++++++--------- src/ModalStorage.h | 2 +- src/Profile.cpp | 4 ++-- 5 files changed, 20 insertions(+), 14 deletions(-) ************************************************* * GeopsyCore *********************************** Version 3.5.0 ------------2012-12-05 13:19:20 +0000------------ Option in invert() to avoid infinite ends src/SparseTimeRange.cpp | 10 +++++++--- src/SparseTimeRange.h | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) ------------2012-12-04 21:23:34 +0000------------ New remove() and hit() src/SparseTimeRange.cpp | 76 +++++++++++++++++++++++++++++++++++++++++++---- src/SparseTimeRange.h | 24 +++++++++++++- 2 files changed, 92 insertions(+), 8 deletions(-) ------------2012-11-21 16:56:53 +0000------------ Fix export under mseed format Export under mseed was using STEIM2 encoding with integer sample type. An automatic adjustment of the amplitude factor was implemented but the factor was never saved. This led to confusions from the user side. Changed to FLOAT32 encoding which generates files approximately twice bigger then STEIM2 but less confusing. src/Signal.cpp | 32 +++++++++----------------------- 1 files changed, 9 insertions(+), 23 deletions(-) ************************************************* * GeopsyGui *********************************** Version 2.11.0 ------------2012-12-05 13:19:51 +0000------------ Fix red range for all graphic windows src/ArrayMap.cpp | 2 +- src/PickLayer.cpp | 4 ++-- src/SignalLayer.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) ------------2012-12-04 21:24:37 +0000------------ Added selection mechanism to chronogram layer src/ChronogramLayer.cpp | 161 ++++++++++++++++++++++++++++++++++++---------- src/ChronogramLayer.h | 11 +++ src/PickLayer.cpp | 1 - 3 files changed, 137 insertions(+), 36 deletions(-) ------------2012-12-03 16:11:03 +0000------------ Fix signal plotting with Qt 4.8 From Qt 4.8, signal plots were relatively uggly, with missing samples especially for small amplitude signals. QPainter::drawLine() is no longer drawing single dots if both coordinates are equal. This is now replaced by QPainter::drawDot() in such cases. src/SignalLayer.cpp | 22 ++++++++++++++-------- 1 files changed, 14 insertions(+), 8 deletions(-) ************************************************* * DinverCore *********************************** Version 0.9.4 ------------2012-12-03 16:11:43 +0000------------ Fix parameter discretization in a script Order of parameter in help message was not correct. Add more error messages to guide the user. src/ParamSpaceScript.cpp | 8 ++++++-- src/ParameterGrid.cpp | 8 ++++---- 2 files changed, 10 insertions(+), 6 deletions(-) ************************************************* * DinverGui *********************************** Version 0.2.1 ------------2012-12-03 16:12:49 +0000------------ Fix parameter discretization in a script Order of parameter in help message was not correct. Add more error messages to guide the user. src/ParamSpaceEditor.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ************************************************* * DinverDCCore *********************************** Version 1.7.0 ------------2012-12-03 16:13:10 +0000------------ Add condition to avoid thin layers Thickness cannot be less than 5% of the mid-depth of the layer. src/DCModelInfo.h | 10 +++++++++- src/DCReportBlock.cpp | 11 ++++++++--- src/ParamLayer.cpp | 5 ++++- 3 files changed, 21 insertions(+), 5 deletions(-) ************************************************* * DinverDCGui *********************************** Version 0.2.0 ------------2012-12-05 13:20:17 +0000------------ Fix tracking action status tip src/DCModelViewer.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ------------2012-12-04 21:25:01 +0000------------ New saveAsReport() in report viewers. src/DCModelViewer.cpp | 6 ++-- src/GroundModelViewer.cpp | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++---------- src/GroundModelViewer.h | 5 ++-- src/ViewerParam.cpp | 4 +- 4 files changed, 69 insertions(+), 18 deletions(-) ************************************************* * MonoStation *********************************** Version 1.8.0 ------------2012-12-05 16:55:58 +0000------------ Fix 'Common' button issue when dt change If dt is not the same for all signals, the common button is disabled but could be checked again when restoring fields. src/AbstractTool.cpp | 3 ++- src/AbstractToold.ui | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) ------------2012-12-05 13:20:42 +0000------------ Fix tracking action status tip src/AbstractSummary.cpp | 4 ++-- src/StationResults.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ------------2012-12-03 16:17:09 +0000------------ Fix crash if output directory is not specified src/AbstractTool.cpp | 9 +++++---- src/AbstractToold.ui | 8 ++++---- 2 files changed, 9 insertions(+), 8 deletions(-) ------------2012-09-30 16:20:19 +0000------------ Warns if output directory does not exist src/AbstractTool.cpp | 24 ++++++++++++++++++++---- 1 files changed, 20 insertions(+), 4 deletions(-) ************************************************* * ArrayCore *********************************** Version 2.0.1 ------------2012-12-03 16:18:12 +0000------------ Fix Gaussian frequency band with only one sample src/FK.cpp | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) ------------2012-09-18 11:13:05 +0000------------ Add Fortran configuration in main script admin/info | 1 + admin/makepro | 11 ----------- 2 files changed, 1 insertions(+), 11 deletions(-) ------------2012-07-06 16:17:45 +0000------------ Support for changing path of libgfortran Under Mac OS X, the location of libgfortran is changing according to Darwin version. This modification prevent package modification when updating the darwin core. admin/makepro | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ------------2012-07-06 17:44:16 +0200------------ Support for darwin11 (Mac OS X Lion) admin/makepro | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) ************************************************* * geopsy *********************************** Version 2.9.0 ------------2012-12-05 13:22:43 +0000------------ Fix tracking action status tip src/ChronogramWindow.cpp | 2 +- src/GraphicWindow.cpp | 4 ++-- src/MapWindow.cpp | 2 +- src/TableWindow.cpp | 1 + src/TableWindow.h | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) ------------2012-12-04 21:25:24 +0000------------ New chronogram selection mechanism Chronogram are now updated after header edition src/ChronogramWindow.cpp | 19 +++++++++++++++++-- src/ChronogramWindow.h | 1 + src/MapWindow.cpp | 14 +++++++++----- 3 files changed, 27 insertions(+), 7 deletions(-) ************************************************* * waran *********************************** Version 0.1.4 ------------2012-12-05 13:21:08 +0000------------ Fix tracking action status tip src/WaranWidget.cpp | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) ************************************************* * warangps *********************************** Version 0.1.4 ------------2012-12-05 13:21:14 +0000------------ Fix tracking action status tip src/WaranGpsWidget.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ************************************************* * geopsydamping *********************************** Version 1.6.0 ------------2012-12-05 13:21:22 +0000------------ Split curve into 3 layers src/DampingResults.cpp | 64 +++++++++++++++++++++++++++++++++++------------ src/DampingResults.h | 4 ++- 2 files changed, 50 insertions(+), 18 deletions(-) ************************************************* * geopsyarray *********************************** Version 2.5.0 ------------2012-12-03 16:19:38 +0000------------ Remove uggly font settings src/FKTimeWindows.ui | 126 +++++++++++++++++++++---------------------------- 1 files changed, 54 insertions(+), 72 deletions(-) ************************************************* * max2curve *********************************** Version 0.6.3 ------------2012-12-05 13:21:39 +0000------------ Fix tracking action status tip src/StatGridAnalyser.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ************************************************* * gpdc *********************************** Version 0.3.0 ------------2012-12-03 16:20:10 +0000------------ Adds option -one-mode src/DispersionReader.cpp | 9 ++++++--- src/DispersionReader.h | 1 + src/main.cpp | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) ************************************************* * gplivemodel *********************************** Version 0.1.1 ------------2012-12-03 16:21:22 +0000------------ Adjust precision for ellipticity computation src/EllipticityThread.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ************************************************* * gpdcmisfit *********************************** Version 0.2.2 ------------2012-12-03 16:21:59 +0000------------ Replace '\n' by endl to avoid interlaced output src/main.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ************************************************* * gpell *********************************** Version 0.3.0 ------------2012-12-03 16:22:44 +0000------------ Adds option -one-mode src/EllipticityReader.cpp | 7 +++++-- src/EllipticityReader.h | 1 + src/main.cpp | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) ************************************************* * gpspac *********************************** Version 0.3.0 ------------2012-12-03 16:23:24 +0000------------ Adds option -one-mode src/SpacReader.cpp | 74 +++++++++++++++++++++++++++------------------------ src/SpacReader.h | 9 +++--- src/main.cpp | 8 +++-- 3 files changed, 49 insertions(+), 42 deletions(-) ************************************************* * gphistogram *********************************** Version 0.1.3 ------------2012-12-05 13:21:45 +0000------------ Fix tracking action status tip src/HistogramWidget.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ************************************************* * gpsh *********************************** Version 0.1.3 ------------2012-09-18 11:09:36 +0000------------ Add Fortran configuration in main script admin/info | 1 + admin/makepro | 11 ----------- 2 files changed, 1 insertions(+), 11 deletions(-) ------------2012-07-06 16:19:43 +0000------------ Support for changing path of libgfortran Under Mac OS X, the location of libgfortran is changing according to Darwin version. This modification prevent package modification when updating the darwin core. admin/makepro | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) ************************************************* * plusminus *********************************** Version 0.1.2 ------------2012-12-05 13:21:46 +0000------------ Fix tracking action status tip src/PlusMinusResults.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)