commit 57aade296c87948aed426ce9d50697d4a78df814
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri May 29 14:06:35 2015 +0000

    Version 3.6.1

 admin/version-testing |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4b65233bd431facf9132afb53befce3b189767c7
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Apr 16 11:23:14 2015 +0000

    Fix export of MiniSeed
    
    Wrong type specification for msr_pack while exporting data.

 src/Signal.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f151dc5dffbd1d27ef0e72b1ab7fdf0b44c91f69
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Mar 18 21:06:20 2015 +0000

    Version 3.6.0

 admin/version-testing |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8476909fbd3d5092220e2be662d9cb694c1d1138
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Mon Feb 23 21:03:08 2015 +0000

    Move include to mseed.h after errors under windows

 src/MiniSeedTrace.cpp |    3 ---
 src/MiniSeedTrace.h   |    2 ++
 2 files changed, 2 insertions(+), 3 deletions(-)

commit 8ab1ae107b936ac8f21c72a71bb13235c6c6b006
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Feb 19 09:40:43 2015 +0000

    Fix undefined lock/unlockSamples() for debug

 src/DoubleSignal.cpp |    7 +++++--
 src/Signal.h         |    2 ++
 src/SignalTemplate.h |   12 ++++++++----
 3 files changed, 15 insertions(+), 6 deletions(-)

commit 15c834d665a597b8434257849a55e48e9aa5f160
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Dec 6 09:35:31 2012 +0000

    Version 3.5.0

 admin/version-testing |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 9c797a863ec1cdf472715502f58eb1b13a26162e
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Dec 5 13:19:20 2012 +0000

    Option in invert() to avoid infinite ends

 src/SparseTimeRange.cpp |   10 +++++++---
 src/SparseTimeRange.h   |    2 +-
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 0d53fc027a96d321f1d9545a57629e450e9a55ab
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Dec 4 21:23:34 2012 +0000

    New remove() and hit()

 src/SparseTimeRange.cpp |   76 +++++++++++++++++++++++++++++++++++++++++++----
 src/SparseTimeRange.h   |   24 +++++++++++++--
 2 files changed, 92 insertions(+), 8 deletions(-)

commit be45482c70295bdea1ad2dc227c5a24ac0cdef2d
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Wed Nov 21 16:56:53 2012 +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 file changed, 9 insertions(+), 23 deletions(-)

commit 584f642e141ea1af47c1fb0d2e478b1a829cc6f4
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Sun Sep 30 16:18:40 2012 +0000

    Tipo error in comment

 src/StationSignals.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8d4993716eacb2a16deead1ddd6452573a8b23b2
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Jun 29 11:18:21 2012 +0000

    Version 3.4.4

 admin/version-testing |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 598025cf070367797eead891a5e91e8ed8ee82e2
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Jun 21 14:50:31 2012 +0000

    Fix freeze when opening signal layer in figue
    
    This happened when the absolute paths were not found anymore in a layer
    containing Geopsy signals. The path translator is called for the first
    signal. The path is correctly integrated by Geopsy but on the next
    signal that refers to the same database, GeopsyCore is again opening the
    database (duplicating memory usage) because signal refer to database
    with its old path. This was fix by translating the path before looking
    up for a matching already open database.

 src/GeopsyCoreBase.cpp |   31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

commit b5a63cd72ce2e6d86c56092277f4afc76a1cafac
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Fri Jun 8 16:02:51 2012 +0000

    Read Record duration field from header

 src/SignalFile.cpp |   43 ++++++++++++++++++++++---------------------
 1 file changed, 22 insertions(+), 21 deletions(-)

commit ea89c8fb8b3766b4c207a0aedfa2ed1d8b44f256
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Thu Jun 7 17:01:00 2012 +0000

    Add support for very old cityshark 1 format

 src/SignalFile.cpp |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 3b064e19c027a0bbe5aed441e3dcd5df95189768
Author: Marc Wathelet <marc.wathelet@ujf-grenoble.fr>
Date:   Tue Feb 7 02:55:36 2012 +0000

    New conflict with std::swap (under OS X Lion)

 src/DoubleSignal.cpp     |    2 +-
 src/FilterParameters.cpp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit f600692517aae536e503fc341e009bd4ed2fa0f7
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Sep 23 18:28:28 2011 +0200

    Version 3.4.3

 admin/version-testing |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c6a6cb82256901f47915ff9454fcfb1d67db5bde
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Sep 23 17:03:25 2011 +0200

    Fix bug in SignalFileFormat::fromContent()
    
    Trying Guralp format was not correctly implemented. With a miniseed file
    with special values, Geopsy was crashing. The first "Guralp" block was
    not a data block leading to no initialization of _samples vector. The
    readBody() was then failing. Type of blocks is now correctly checked. To
    recognize a true Guralp file, there must be at least one data block
    available.
    
    Crash upon modification of t0 or deltaT is not solved (assertion in
    SparseTimeRange) but I added debug values that will be shipped in next
    user bug reports.

 src/GuralpCompressedBlock.cpp |   38 +++++++++++++++++++++-----------------
 src/Signal.cpp                |   40 +++++++++++++++++++++++++++++-----------
 src/SignalFileFormat.cpp      |   12 ++++++++++--
 src/SparseTimeRange.cpp       |    1 +
 4 files changed, 61 insertions(+), 30 deletions(-)

commit acc26115dc33c2aab392ef00905fe8d888e7b142
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Sep 16 12:17:33 2011 +0200

    Version 3.4.2

 admin/version-testing |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit bb5ce68b589e0b9cfc9170b8f254051845b6e44f
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Sep 15 13:13:44 2011 +0200

    Fix absoluteRange for StationSignals
    
    Using option "During" was not working properly

 src/RelativeTimeRange.cpp |   14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

commit f08113dad0a8af6d489ac5d1f53d8d39a14cf52b
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Sep 15 10:45:13 2011 +0200

    Better implementation of SparseTimeRange::add()
    
    Noew covers all cases. Copied from devel branch.

 src/SparseTimeRange.cpp |  223 +++++++++++++++++++++++++++++++++++++----------
 1 file changed, 178 insertions(+), 45 deletions(-)

commit 4491e4829f4dc31be2a526f7804a6eb88a411f0c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Sep 14 22:04:53 2011 +0200

    Add warning if confusing gpy and signal files

 src/SignalFilePool.cpp |    4 ++++
 1 file changed, 4 insertions(+)

commit 399c87fcf0582ea311a13e072a86f648f9b0b2ba
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Sep 13 15:51:42 2011 +0200

    Fix bug in taper computation

 src/DoubleSignal.cpp  |   31 +++++++++++++++++++------------
 src/SubSignalPool.cpp |   21 ++++++++++++++-------
 2 files changed, 33 insertions(+), 19 deletions(-)

commit d28a7466e61cff8d202e40996e9019149cabb9f5
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 15 14:57:17 2011 +0200

    Fix T0 read/write for SU
    
    SU trace header does not follow SEGY standards after offset 180 and
    delayRecordingTime is not encoded the same way as SEGY. A patch is
    provided. A better implementation is provided on the devel branch.

 src/SEGYTraceHeader.cpp |   99 ++++++++++++++++++++++++++++++++---------------
 src/SEGYTraceHeader.h   |    2 +-
 src/Signal.cpp          |   23 +++--------
 src/SignalFile.cpp      |    6 +--
 4 files changed, 77 insertions(+), 53 deletions(-)

commit db5caac526c28783cab4934dbf182ba3dfc48d38
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jun 14 11:16:41 2011 +0200

    Fix automatic recognition of PASSCAL SEGY
    
    PASSCAL SEG-Y is more strict than SU for automatic recognition. Order of
    testing is now swaped.
    
    timeFactor for SEG-Y header had not the correct offset value and was not
    correctly used (same as coordinate factors)
    
    Preference for import file format was not properly restore from
    QSettings. Gui names is used internaly to store the current file format.

 src/GeopsyPrefs.cpp       |   17 +++++++++--------
 src/PasscalSegYHeader.cpp |    2 +-
 src/SEGYTraceHeader.cpp   |   22 +++++++++++++---------
 src/SEGYTraceHeader.h     |   10 +++++-----
 src/SignalFileFormat.cpp  |    8 ++++----
 5 files changed, 32 insertions(+), 27 deletions(-)

commit 90c74c74fbfc9cb089a54d0128cb5cf2734688f1
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu May 12 12:57:07 2011 +0200

    Version 3.4.1

 admin/version-testing |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f637434a50cd775b941a25d9a72b79cd108b49a4
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed May 11 18:19:10 2011 +0200

    User interrupts while reading stdin

 src/GeopsyCoreBase.cpp |   15 ++++++++++-----
 src/StationSignals.cpp |    1 -
 2 files changed, 10 insertions(+), 6 deletions(-)

commit 156a66a5b177a77ee6bee7ec16e700d70ad25327
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed May 4 16:26:06 2011 +0200

    Fix rotateComponent for scripts
    
    Fix loading of seg-D (20 bit floating-point samples)

 admin/file_formats/seg-D.dat |  Bin 0 -> 34800 bytes
 src/RotateParameters.cpp     |   22 +-
 src/RotateParameters.h       |    1 +
 src/Signal.cpp               |    2 +-
 src/SignalProcessScript.cpp  |  989 +++++++++++++++++++++---------------------
 5 files changed, 514 insertions(+), 500 deletions(-)

commit b9f3f3fc2b03e1075160c9ffc6fb5959f98873c2
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Apr 28 18:29:46 2011 +0200

    Fix crash in ASCII signal format

 src/AsciiSignalFormatReader.cpp |    1 +
 src/GuralpRecords.cpp           |    2 +-
 src/GuralpRecords.h             |    2 +-
 src/GuralpSignal.cpp            |    2 +-
 src/GuralpSignal.h              |    2 +-
 src/Signal.cpp                  |   14 +++++++-------
 6 files changed, 12 insertions(+), 11 deletions(-)

commit 035268133c2f0668292656f7d045b0e297454be7
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Mar 13 20:48:08 2011 +0100

    Version 3.4.0

 admin/version-testing |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit e9e730941efe1a87347dea53c6e80294bec91399
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Mar 11 22:09:36 2011 +0100

    Fix decoding of float ieee for SEG-Y
    
    New SignalGroup::addSignals()
    Add a core virtual function to add new groups into group tree

 src/GeopsyCoreBase.h     |    3 ++
 src/RotateParameters.cpp |   12 +++---
 src/SEGYTraceHeader.cpp  |   58 ++++++++++++++-----------
 src/Signal.cpp           |    2 +-
 src/Signal.h             |   12 +++---
 src/SignalGroup.cpp      |   17 ++++++++
 src/SignalGroup.h        |    2 +-
 src/StationList.cpp      |   11 +++++
 src/StationList.h        |    2 +
 src/SubSignalPool.cpp    |  107 ++++++++++++++++++++++++----------------------
 src/SubSignalPool.h      |    4 +-
 11 files changed, 140 insertions(+), 90 deletions(-)

commit 3033b87d4915453940aaad10ea8c59bd11b8eb0c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 18 22:41:40 2011 +0100

    Fix database for guralp signals

 src/Signal.cpp |    6 ++++++
 1 file changed, 6 insertions(+)

commit 390c0e2a8504feda9dc450a30dc90e3da114a3f0
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Feb 14 14:29:04 2011 +0100

    Version 3.3.2

 admin/version-testing |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit addaac2a7e5a6cbcf584adfad83993a1d0f8983e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 4 17:32:36 2011 +0100

    Support for time gaps in Guralp files
    
    Fix error in SparseTimeRange::add() when last block is hit by new time
    range: overlap was not taken into account and resulted in corrupted
    sub range.

 src/GuralpCompressedBlock.cpp |    7 +++++++
 src/GuralpCompressedBlock.h   |    3 +++
 src/GuralpSignal.cpp          |   18 +++++++++++++++++-
 src/GuralpSignal.h            |    2 ++
 src/SignalFile.cpp            |    7 +++----
 src/SparseTimeRange.cpp       |    4 ++--
 6 files changed, 34 insertions(+), 7 deletions(-)

commit a7bd185d1a383a445f28552ebffb824979292d97
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 4 16:28:22 2011 +0100

    Fix reading of samples from Guralp files
    
    Number of samples was not correct resulting of bas samples at the end

 src/GuralpCompressedBlock.h |    8 ++++----
 src/GuralpSignal.cpp        |    2 +-
 src/Signal.cpp              |    6 ++++--
 src/SignalFile.cpp          |    2 +-
 4 files changed, 10 insertions(+), 8 deletions(-)

commit ca6753ec4c68ac0bbf1f0e03bca30a959ca00b77
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 1 18:30:30 2011 +0100

    Version 3.3.1

 admin/version-testing |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 27d3477760a25380bf470e0e3a78df613542350f
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Jan 30 22:19:19 2011 +0100

    Virtual TimeRangeList to support colored windows

 src/DoubleSignal.cpp  |   11 +++++++---
 src/TimeRangeList.cpp |   53 +++++++++++++++++++++++++++++++++----------------
 src/TimeRangeList.h   |   10 ++++++++--
 3 files changed, 52 insertions(+), 22 deletions(-)

commit dbcbda20510bd15b963df5db331098674588676f
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 28 10:52:54 2011 +0100

    Support for interlaced Guralp files
    
    Status and Information blocks where not handled correctly
    When more than one signal is stored in a .gcf file blocks can be
    interlaced. Previous releases did not support it.

 src/GuralpCompressedBlock.cpp |  544 ++++++++++++++++++++++-------------------
 src/GuralpCompressedBlock.h   |  135 +++++-----
 src/GuralpRecords.cpp         |   62 +++++
 src/GuralpRecords.h           |   55 +++++
 src/GuralpSignal.cpp          |   55 +++++
 src/GuralpSignal.h            |   57 +++++
 src/MiniSeedRecords.cpp       |    2 +-
 src/Signal.cpp                |   22 +-
 src/Signal.h                  |    7 +-
 src/SignalData.cpp            |    2 +
 src/SignalFile.cpp            |  100 ++++----
 11 files changed, 662 insertions(+), 379 deletions(-)

commit 6689372dcd04af99dd6f577dc4f591ff8ce76bae
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 12 11:09:04 2011 +0100

    Fix bugs in SAF export
    
    SAF export converted to QFile
    Fix 3 column export
    Instrument code to seek for possible crash

 src/SubSignalPool.cpp |  197 +++++++++++++++++++++++++++----------------------
 1 file changed, 109 insertions(+), 88 deletions(-)

commit 051ea41ad6c22251b6a5b76ad019d269653a3d0d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 7 17:30:19 2011 +0100

    List groups with their paths

 src/SignalGroup.cpp |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

commit 8a8438a76f3055070c6ab90c8292a83de9e5b841
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jan 3 17:08:49 2011 +0100

    Set release version

 admin/version-testing |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7b77d7f0a5f871c6a8779a90ac2a7163d2872dcb
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jan 3 16:54:30 2011 +0100

    New branch testing and release version

 admin/version-2.1     |    4 ++--
 admin/version-testing |    5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 5ffd258e262767d3adf9db5c2cd3cfbd43471b9a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jan 3 16:27:38 2011 +0100

    Fix major error for HV rotate and other tools
    
    Missing UNLOCK_SAMPLES in DoubleSignal::positiveComplexSpectrum()
    See bug 1551

 src/DoubleSignal.cpp |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 840eb89d76f62d7deacc3c76e294d1631cb2ed7c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Nov 25 16:33:15 2010 +0100

    Fix original file name

 src/SignalFile.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c41030889af2eb699817e05d1077d469367cae25
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Nov 19 18:41:57 2010 +0100

    Version 3.3.0-snapshot-20101119

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 0b0c833bab5cbd5bb05a2de94d788f4ae4ddf65e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Nov 19 18:33:34 2010 +0100

    Fix original file name

 src/SignalFile.cpp |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

commit e8123859e7bd2bb7779e62ccdb55aae33041ec7e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Nov 17 18:07:46 2010 +0100

    Version 3.3.0-snapshot-20101117

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit bdf0702d659a3f5bfcc04160382039ea84330e2e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Nov 17 17:54:45 2010 +0100

    Support for unicode paths for CityShark format

 src/CitySignal.cpp |    7 +++-
 src/SignalFile.cpp |   98 +++++++++++++++++++++++++++-------------------------
 2 files changed, 56 insertions(+), 49 deletions(-)

commit e5de9c95950a0573b03520108d4de226485c368a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Nov 16 16:59:49 2010 +0100

    Add comment for PASSCAL SEGY references

 src/PasscalSegYHeader.cpp |    6 ++++++
 1 file changed, 6 insertions(+)

commit fde249598ff9f29e8cbb341a1bdbe43ee34e6287
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Nov 15 19:14:54 2010 +0100

    Version 3.3.0-snapshot-20101115

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 252673ed3fb58cae0672257a8ba2a81e906c446f
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Nov 11 01:02:20 2010 +0100

    Fix file various export and mini seed import
    
    SuBigEndian was not exporting values as big endian but it was platform
    dependent
    
    Command line export of standard Ascii format was crashing
    
    Saf export for non-3 components signal ensembles was exiting without
    result and without error message.
    
    Fix SU and SEGY elevation and coordinate factors. Export of SU
    coordinates was not properly coded
    
    Reading MiniSeed, time tolerance for block assembly was not correct. It
    was relative to sampling frequency while MiniSeed has an absolute fixed
    precision for times.

 src/MiniSeedTrace.cpp    |   43 ++--
 src/MiniSeedTrace.h      |    2 +-
 src/MiniSeedVolume.cpp   |    2 +-
 src/SEGYTraceHeader.cpp  |  577 ++++++++++++++++++++++++++++------------------
 src/SEGYTraceHeader.h    |   17 +-
 src/Signal.cpp           |   47 ++--
 src/SignalFileFormat.cpp |    8 +-
 src/SubSignalPool.cpp    |   45 ++--
 8 files changed, 430 insertions(+), 311 deletions(-)

commit a666e81447e47a9e1eb2eb3cb3c943279c300c21
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Oct 7 12:07:32 2010 +0200

    Version 3.3.0-snapshot-20101007

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 0d05bb0013cbe28ba1fc391a613eda01174aa3a4
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Oct 6 16:42:56 2010 +0200

    Better component recognition for SAC

 src/Signal.cpp     |   64 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/Signal.h       |    2 ++
 src/SignalFile.cpp |   16 ++++++++-----
 3 files changed, 76 insertions(+), 6 deletions(-)

commit 70d7d72b163258c27304a3fb4cdbe1a40d30937d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Sep 21 16:40:30 2010 +0200

    RelativeTimeRange to TimeRange for subpools
    
    Takes into account the last signal for 'End' in the conversion.

 src/RelativeTimeRange.cpp |   17 +++++++++++++++++
 src/RelativeTimeRange.h   |   14 ++++++--------
 src/StationSignals.cpp    |    9 +++++++++
 src/StationSignals.h      |    8 +++++---
 src/SubSignalPool.cpp     |    4 ++--
 5 files changed, 39 insertions(+), 13 deletions(-)

commit bd410f1be1c1f9686b5091a78022c0e7622cc2ca
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Sep 14 06:17:50 2010 +0200

    Version 3.3.0-snapshot-20100914

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a6b68b02dd85cc0d18ade314e745233bda74a670
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Sep 12 07:13:10 2010 +0200

    Cache implementation with predicted time
    
    Fix modification of CountPerVolt and VoltPerUnit for swapped signals.
    Export table converted to QFile

 src/AsciiSignalFormatReader.cpp |    2 +-
 src/DoubleSignal.cpp            |   16 ++++----
 src/Signal.cpp                  |    4 +-
 src/SignalProcess.cpp           |    3 +-
 src/SignalTemplate.h            |   24 ++++++------
 src/StationSignals.cpp          |    1 -
 src/StationSignals.h            |    4 --
 src/SubSignalPool.cpp           |   80 +++++++++++++++++----------------------
 src/SubSignalPool.h             |    2 -
 src/SubSignalPoolProcess.cpp    |   50 ++++++++++++++++++++++++
 src/SubSignalPoolProcess.h      |   46 ++++++++++++++++++++++
 src/SyscomHeader.cpp            |    2 +-
 12 files changed, 156 insertions(+), 78 deletions(-)

commit 7364c1e434441779830e9d129c2dd8506cdafb53
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Aug 6 15:49:39 2010 +0200

    Version 3.3.0-snapshot-20100806

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4fc7c584f28be128058f6db30ba843712f0b001d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Aug 5 15:05:03 2010 +0200

    Do not accept reading everything above version 3

 src/SignalDB.cpp      |    4 ++++
 src/SubSignalPool.cpp |   26 +++++++++++++-------------
 2 files changed, 17 insertions(+), 13 deletions(-)

commit 92635e3a8fdb660abf40326c62da69c80280d643
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jul 22 13:50:12 2010 +0200

    Fix non ASCII file paths for SAC and MiniSeed

 src/MiniSeedReader.cpp |   20 ++++++-----
 src/MiniSeedReader.h   |    7 ++--
 src/MiniSeedVolume.cpp |   10 ++++--
 src/Signal.cpp         |   87 +++++++++++++++++++++++-------------------------
 4 files changed, 64 insertions(+), 60 deletions(-)

commit deb47a84d17f0d124d8e19242f31a3a3796c7ee6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jun 21 09:33:02 2010 +0200

    Unify firstField() & nextField() in StringSection

 src/SignalFile.cpp    |    6 +++---
 src/SignalGroup.cpp   |    5 +++--
 src/SubSignalPool.cpp |    4 ++--
 3 files changed, 8 insertions(+), 7 deletions(-)

commit 100a8f82e0184f5824d59d27a8e395a010d647e9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 16 21:25:29 2010 +0200

    Version 3.3.0-snapshot-20100616

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6931c0164922aeb4ff1ee49c60f15322cc7287fd
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue May 25 09:06:13 2010 +0200

    Version 3.3.0-snapshot-20100525

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 647b806caf015091cef623283b7f6673e1dc0bdf
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri May 7 17:58:35 2010 +0200

    Version 3.3.0-snapshot-20100507

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c93dabedb69a33f3f17dbe028486e7ed7154fddd
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu May 6 19:21:37 2010 +0200

    Version 3.3.0-snapshot-20100506

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8310b026cf092b092c1733c3de61411d56e4734c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed May 5 14:31:14 2010 +0200

    Fix increase of cache size for seedlink

 src/DynamicSignal.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f293ce0f58c96327c8c580efdd97477e2037a88a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue May 4 12:15:31 2010 +0200

    Version 3.3.0-snapshot-20100504

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 448478d5f86be00cde1dc9a24f3226b38b8a521f
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue May 4 12:09:46 2010 +0200

    Add code documentation

 src/SignalMember.cpp |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 372b25d90abda522f4f241213c5f63e6526706e6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Apr 26 17:49:03 2010 +0200

    Fix timeReference of merged signals

 src/SubSignalPool.cpp |    1 +
 1 file changed, 1 insertion(+)

commit ab88468f44b002194d85416198f34bf090026465
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Apr 16 12:18:52 2010 +0200

    Version 3.3.0-snapshot-20100416

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8c4c95529fe23be464d74f576d11d3102977b3df
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Apr 14 10:44:44 2010 +0200

    Fix rounding errors in cut

 src/SubSignalPool.cpp |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 85e91006afd73d0b60fcaf25f9a9fbf6789a68e1
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Apr 9 18:11:48 2010 +0200

    Add exports for windows

 src/XMLSignal.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 2914c0f89c093671c0e7e87b08051c33aeef19e8
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Apr 2 11:19:59 2010 +0200

    Cut respects sampling
    
    New objects to save subpool and signal to xml (part of these objects are
    moved from GeopsyGui)

 src/CityScanner.cpp      |    8 +++
 src/DoubleSignal.cpp     |    3 +-
 src/Signal.cpp           |    7 ++-
 src/SubSignalPool.cpp    |    4 +-
 src/XMLSignal.cpp        |  144 ++++++++++++++++++++++++++++++++++++++++++++++
 src/XMLSignal.h          |   63 ++++++++++++++++++++
 src/XMLSubSignalPool.cpp |  101 ++++++++++++++++++++++++++++++++
 src/XMLSubSignalPool.h   |   58 +++++++++++++++++++
 8 files changed, 384 insertions(+), 4 deletions(-)

commit 8da637b97a433cf360383c44624d8bf8cfff393a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Mar 30 19:13:30 2010 +0200

    Fix bugs resetting flash card
    
    Fix bug reading milliseconds for start and end times
    Flash card are no longer corrupted by clear() but still Cityshark is not
    writing at the beginning of the card.
    Add all unsaved information in comments (GPS info, ...)

 src/CityScanner.cpp |   24 ++++++++++++------------
 src/CityScanner.h   |    4 ++--
 src/CitySignal.cpp  |   52 +++++++++++++++++++++++++++++++++++++--------------
 src/CitySignal.h    |   11 ++++++-----
 4 files changed, 58 insertions(+), 33 deletions(-)

commit 1ea5a2d94b89dce401df976cf0004bfe60dfc8f6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Mar 24 22:07:44 2010 +0100

    Version 3.3.0-snapshot-20100324

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 01d910c4963ec3281ba624f6dc3c68fd7059f7a5
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Mar 23 17:44:56 2010 +0100

    Add include to mseed.h

 src/GeopsyCore.cpp   |   13 +++++++++----
 src/MiniSeedVolume.h |    1 +
 2 files changed, 10 insertions(+), 4 deletions(-)

commit a6872dd5213a8ea78579ff09906bf0d8f802f8b2
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Mar 23 00:10:17 2010 +0100

    Clear header to avoid it in case of error
    
    Avoid memory leak: proper parent link

 src/AsciiSignalFormatReader.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 2b8bca2cd3d8f1fc37965aa0a0e57e36e5e8e2aa
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 22 23:50:23 2010 +0100

    Fix issue loading Passcal Seg-Y and SU
    
    Add byte order formats for Passcal Seg-Y
    New parallel AsciiSignalReader

 src/AsciiSignalFormat.cpp       |   23 +++++++-
 src/AsciiSignalFormat.h         |    4 +-
 src/AsciiSignalFormatReader.cpp |  113 +++++++++++++++++++++++++++++++++++++++
 src/AsciiSignalFormatReader.h   |   63 ++++++++++++++++++++++
 src/CityScanner.cpp             |    8 +--
 src/CityScanner.h               |    7 +--
 src/CustomAsciiFormats.cpp      |    6 ++-
 src/PasscalSegYHeader.cpp       |   29 ++++++++--
 src/PasscalSegYHeader.h         |    4 +-
 src/SEGYTraceHeader.cpp         |   26 +--------
 src/SEGYTraceHeader.h           |    2 -
 src/Signal.cpp                  |   46 ++++++++++++----
 src/Signal.h                    |    2 +-
 src/SignalFile.cpp              |   20 ++++---
 src/SignalFile.h                |    2 +-
 src/SignalFileFormat.cpp        |   24 +++++----
 src/SignalFileFormat.h          |    6 ++-
 17 files changed, 307 insertions(+), 78 deletions(-)

commit 2783cc7adb5116397b7f948b43348a630a26e3af
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 22 01:10:09 2010 +0100

    Custom ASCII file format fully integrated
    
    Automatic byte order identification for SU
    Fix loading SU (still problem on sample values)
    Add Passcal SEGY-Y support (still not validated)
    Add automatic format determination on content event for SU and SEGY
    (before only on extension)
    Add custom ASCII format in the determination

 admin/file_formats/PASSCAL-SEGY.pdf |  232 ++++++++++++
 admin/file_formats/passcal.segy     |  Bin 0 -> 55096 bytes
 src/AsciiSignalFormat.cpp           |   84 ++++-
 src/AsciiSignalFormat.h             |   15 +-
 src/AsciiSignalFormatComponent.cpp  |    1 +
 src/AsciiSignalFormatComponent.h    |    1 +
 src/AsciiSignalFormatRule.h         |    1 +
 src/CitySignal.cpp                  |    2 +-
 src/CustomAsciiFormats.cpp          |  197 ++++++++++
 src/CustomAsciiFormats.h            |   73 ++++
 src/GeopsyCoreBase.cpp              |   28 +-
 src/GeopsyCoreBase.h                |    8 +-
 src/GeopsyPrefs.cpp                 |   12 +-
 src/GeopsyPrefs.h                   |    4 +-
 src/GeopsySignalHeader.cpp          |   58 +++
 src/GeopsySignalHeader.h            |    2 +
 src/MiniSeedVolume.cpp              |    2 +-
 src/PasscalSegYHeader.cpp           |  154 ++++++++
 src/PasscalSegYHeader.h             |  129 +++++++
 src/SACHeader.cpp                   |   10 +-
 src/SACHeader.h                     |    2 +-
 src/SEGYTraceHeader.cpp             |   90 ++++-
 src/SEGYTraceHeader.h               |    9 +-
 src/Signal.cpp                      |  143 ++++---
 src/Signal.h                        |    5 +-
 src/SignalDB.cpp                    |   25 +-
 src/SignalFile.cpp                  |  697 ++++++-----------------------------
 src/SignalFile.h                    |   70 +---
 src/SignalFileFormat.cpp            |  606 ++++++++++++++++++++++++++++++
 src/SignalFileFormat.h              |   89 ++++-
 src/SignalFilePool.cpp              |   30 +-
 src/SignalFilePool.h                |    3 +-
 src/SignalProcess.cpp               |   18 +-
 src/SignalProcess.h                 |    6 +-
 src/SignalProcessScript.cpp         |    6 +-
 src/SubSignalPool.cpp               |  140 +++----
 src/SubSignalPool.h                 |    7 +-
 37 files changed, 2061 insertions(+), 898 deletions(-)

commit f76a9381399dd625fc32b89189559e22d010f904
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Mar 19 20:09:18 2010 +0100

    Remove doc namespace gse

 src/Gse.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a064ba7ddf42571c9f1e8049af169d928917202c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Mar 16 19:40:22 2010 +0100

    Fix gse input/output and miniseed output
    
    If voltPerUnit differs from 1 then switch to unit amplitude plot even if
    countPerVolt is 1

 admin/file_formats/provisional_GSE2.1.pdf |  Bin 0 -> 304533 bytes
 src/DoubleSignal.cpp                      |   22 ++--
 src/DoubleSignal.h                        |    4 +-
 src/Gse.cpp                               |  135 ++++++++++++++++--------
 src/Gse.h                                 |    6 +-
 src/Signal.cpp                            |  163 +++++++++++++++++++----------
 src/SignalFile.cpp                        |   36 +++++--
 src/SparseTimeRange.cpp                   |    2 +-
 src/SubSignalPool.cpp                     |   11 +-
 9 files changed, 252 insertions(+), 127 deletions(-)

commit e14a76706943aa9987f0e549a017d14246cf9d49
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Mar 2 07:56:01 2010 +0100

    Add prefs for chronogram makeup

 src/GeopsyPrefs.h |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 78149f6b20caf2ddb7da00526481b05d2799c943
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 26 19:45:02 2010 +0100

    Version 3.3.0-snapshot-20100226

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2d24bae88b986d79c2d2fcea463e654f8339bfc5
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 26 19:40:30 2010 +0100

    Moved SEG2 to QFile
    
    For this format now read ACQUISITION TIME and DATE from header if they
    exist else modification data as before.

 src/SignalFile.cpp |   55 ++++++++++++++++++++++++++++++++--------------------
 1 file changed, 34 insertions(+), 21 deletions(-)

commit 034298befcb0483c2e7006af8cccb3b015a7254b
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Feb 22 18:58:56 2010 +0100

    Version 3.3.0-snapshot-20100222

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c9ebcf1178c479da33ee978df93ba1be2f6feaac
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Feb 22 18:50:02 2010 +0100

    Set QTextStream for parsing ascci multi columns

 src/Signal.cpp |   95 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 48 insertions(+), 47 deletions(-)

commit 44125e6e97ca59512bfdccc5f58bfb8acbb65478
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 21 20:43:44 2010 +0100

    Version 3.3.0-snapshot-20100221

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 50b1dd4c0e1d733798b4d8d90b2e7db9adfd089e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Feb 20 20:42:34 2010 +0100

    Version 3.3.0-snapshot-20100220

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit fc55276af3323bffc988d1816b3fde68972eb139
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 19 19:40:53 2010 +0100

    Version 3.3.0-snapshot-20100219

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7dcb74fbecbd1c8238fabda56b6d39c58d81e981
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 19 19:36:47 2010 +0100

    Minor edit

 src/TimeRange.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 21c52722df9d55e5294e37b955e1e295f7ab0eca
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Feb 18 13:14:41 2010 +0100

    Version 3.3.0-snapshot-20100218

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f9ac3eb2e078ccc964f0c991425583c7374fe4a3
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 17 17:50:52 2010 +0100

    Version 3.3.0-snapshot-20100217

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 808df6b250e7b21e93575becbe8cdc6a32e5840f
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 17 13:21:33 2010 +0100

    Fix bug in decimateTime
    
    Anti-aliasing was buggy: not applied and wrong width parameter

 src/DoubleSignal.cpp   |   44 ++++++++++++++++++++------------------------
 src/FilterParameters.h |    2 +-
 src/SubSignalPool.cpp  |    5 ++---
 3 files changed, 23 insertions(+), 28 deletions(-)

commit 77a7d58046e075bc34238fe11e42780fd79c4847
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 12 19:42:15 2010 +0100

    Fix SAC and SU export with Qt 4.6
    
    More debug controls in SparseTimeRange
    Version 3.3.0-snapshot-20100212

 admin/version-2.1       |    4 ++--
 src/SparseTimeRange.cpp |    6 ++++++
 src/SubSignalPool.cpp   |    6 ++++++
 3 files changed, 14 insertions(+), 2 deletions(-)

commit 714033677eef6f02e17d0e087b81b6fa3544a415
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 9 20:25:09 2010 +0100

    Version 3.3.0-snapshot-20100209

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f9022d1253e7523ebc6903262cf5b5da9ae6a33c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 7 00:20:40 2010 +0100

    Version 3.3.0-snapshot-20100206

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ed1cec10c0194d1b52aa878f30ba89eead9f1ba8
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Feb 6 23:50:30 2010 +0100

    Fix editing duration in tables
    
    Fix null deltaT in tools like H/V
    Fix Q_DECLARE_METATYPE with namespace (problem in moc)

 src/RelativeTimeRange.h  |    3 ++-
 src/Signal.cpp           |    2 +-
 src/SparseKeepSignal.cpp |    3 ++-
 src/TimeRange.h          |    3 ++-
 4 files changed, 7 insertions(+), 4 deletions(-)

commit 6b8bc20c1c6d97214f41f630d05143f840867854
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Feb 4 21:47:58 2010 +0100

    Bug fixed for SAC under Qt 4.6.1
    
    Fix syntax error when flag NO_FFT is defined

 src/DFFTPack.cpp      |    4 ++--
 src/DFFTPack.h        |    4 ++--
 src/DFFTPackCache.cpp |    4 ++--
 src/DFFTPackCache.h   |    4 ++--
 src/Signal.cpp        |    3 +++
 src/SignalFile.cpp    |    3 +++
 6 files changed, 14 insertions(+), 8 deletions(-)

commit 5012083845ecc6543dcf601b1fbddfdc01ef89ff
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Jan 30 13:14:45 2010 +0100

    Version 3.3.0-snapshot-20100130

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 59f3c8770adb6689db035dabbfb34499a2b95d19
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jan 28 17:21:28 2010 +0100

    Version 3.3.0-snapshot-20100128

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d6c7745a3154eb6b925e646a2e543a9349fd0a84
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 27 21:30:55 2010 +0100

    Version 3.3.0-snapshot-20100127

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ddce78c1b51bb9952ddfdd80397548f830def025
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jan 26 23:53:06 2010 +0100

    Version 3.3.0-snapshot-20100126

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5ffd1bc25913446d250ecb939ee496fa752226e9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jan 26 23:41:05 2010 +0100

    Fix SignalGroup bug in pathName()
    
    Recursivity was passing beyond the root item

 src/SignalFile.cpp  |   10 +++++-----
 src/SignalGroup.cpp |   26 +++++++++++++++++++-------
 2 files changed, 24 insertions(+), 12 deletions(-)

commit a21debcbc63ac1ea2565f387fe7a3babfc567fc8
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 13 12:34:54 2010 +0100

    Fix bug reading coordinates of SEGY files
    
    There was a factor 10^fac intead of simply fac

 src/SEGYTraceHeader.cpp |   27 +++++++++++++++++++++++----
 src/SEGYTraceHeader.h   |    2 ++
 src/Signal.cpp          |    4 ----
 3 files changed, 25 insertions(+), 8 deletions(-)

commit 5bce3144c04b7ba501d8cec4612d68c1521984d1
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 13 11:26:37 2010 +0100

    Version 3.3.0-snapshot-20100113

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 41d6244181c0a7ed5b5d870a48713b306c59437c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jan 12 19:38:28 2010 +0100

    Fix conversion from IBM floats

 src/SEGYTraceHeader.cpp |   55 ++++++++++++++++++++++++++---------------------
 src/SEGYTraceHeader.h   |    2 +-
 src/Signal.cpp          |   10 ++++++---
 3 files changed, 38 insertions(+), 29 deletions(-)

commit cefa4ac017129470e51cd7db5f1d6f1463670fc1
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 8 02:33:07 2010 +0100

    DFFTPack declaration at the wrong place

 src/DFFTPack.cpp      |   23 -----------------------
 src/DFFTPack.h        |   24 ++++++++++++++++++++++++
 src/DFFTPackCache.cpp |    5 +++--
 3 files changed, 27 insertions(+), 25 deletions(-)

commit ebc57c385d40527d131110696784dff2a2f4c88d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 8 02:20:21 2010 +0100

    Add define for explicit namespaces

 src/DFFTPackCache.cpp |    1 -
 1 file changed, 1 deletion(-)

commit 9ade23f5df367fcf9d59a048e7a324ce6ecf221f
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 8 02:13:10 2010 +0100

    Strict namespace for libraries

 share/tomoinfo/main.cpp             |    6 +--
 src/AbstractParameters.cpp          |    4 ++
 src/AbstractParameters.h            |    4 ++
 src/AsciiSignalFormat.cpp           |    4 ++
 src/AsciiSignalFormat.h             |    5 +-
 src/AsciiSignalFormatComponent.cpp  |    4 ++
 src/AsciiSignalFormatComponent.h    |    4 ++
 src/AsciiSignalFormatRule.cpp       |    4 ++
 src/AsciiSignalFormatRule.h         |    4 ++
 src/CityScanner.cpp                 |    4 ++
 src/CityScanner.h                   |    4 ++
 src/CitySignal.cpp                  |    4 ++
 src/CitySignal.h                    |    4 ++
 src/ComplexSignal.cpp               |    6 ++-
 src/ComplexSignal.h                 |    4 ++
 src/DFFTPack.cpp                    |   41 ++++++++++++---
 src/DFFTPack.h                      |    6 ++-
 src/DFFTPackCache.cpp               |    4 ++
 src/DFFTPackCache.h                 |    4 ++
 src/DoubleSignal.cpp                |    4 ++
 src/DoubleSignal.h                  |    7 ++-
 src/DynamicSignal.cpp               |    4 ++
 src/DynamicSignal.h                 |    4 ++
 src/FastFourierTransform.cpp        |    4 ++
 src/FastFourierTransform.h          |    6 ++-
 src/FastPartialFourierTransform.cpp |    4 ++
 src/FastPartialFourierTransform.h   |    5 +-
 src/FilterParameters.cpp            |    4 ++
 src/FilterParameters.h              |    4 +-
 src/GeopsyCore.cpp                  |    4 ++
 src/GeopsyCoreBase.cpp              |    5 ++
 src/GeopsyCoreBase.h                |   12 +++--
 src/GeopsyPrefs.cpp                 |    4 ++
 src/GeopsyPrefs.h                   |    6 ++-
 src/GeopsySignalHeader.cpp          |    4 ++
 src/GeopsySignalHeader.h            |    4 ++
 src/Gse.cpp                         |   12 +++--
 src/Gse.h                           |    7 +++
 src/GuralpCompressedBlock.cpp       |    4 ++
 src/GuralpCompressedBlock.h         |    4 ++
 src/KeepSignal.cpp                  |    4 ++
 src/KeepSignal.h                    |    4 ++
 src/MiniSeedReader.cpp              |    4 ++
 src/MiniSeedReader.h                |    4 ++
 src/MiniSeedRecords.cpp             |    4 ++
 src/MiniSeedRecords.h               |    4 ++
 src/MiniSeedTrace.cpp               |    4 ++
 src/MiniSeedTrace.h                 |    5 +-
 src/MiniSeedVolume.cpp              |   20 +++++---
 src/MiniSeedVolume.h                |    4 ++
 src/MorletParameters.cpp            |    4 ++
 src/MorletParameters.h              |    4 ++
 src/NormalizationParam.cpp          |    4 ++
 src/NormalizationParam.h            |    4 ++
 src/RelativeTimeRange.cpp           |    8 ++-
 src/RelativeTimeRange.h             |   21 +++++---
 src/RotateParameters.cpp            |    4 ++
 src/RotateParameters.h              |    6 ++-
 src/SACHeader.cpp                   |    4 ++
 src/SACHeader.h                     |    4 ++
 src/SEGYTraceHeader.cpp             |    8 ++-
 src/SEGYTraceHeader.h               |    6 +++
 src/Signal.cpp                      |   63 ++++++++++++-----------
 src/Signal.h                        |    7 ++-
 src/SignalDB.cpp                    |    4 ++
 src/SignalDB.h                      |    4 ++
 src/SignalData.cpp                  |   96 ++++++++++++++++++-----------------
 src/SignalData.h                    |    6 ++-
 src/SignalExpression.cpp            |    4 ++
 src/SignalExpression.h              |    4 ++
 src/SignalExpressionContext.cpp     |    4 ++
 src/SignalExpressionContext.h       |    4 ++
 src/SignalFile.cpp                  |   82 ++++++++++++++++--------------
 src/SignalFile.h                    |    4 ++
 src/SignalFileFormat.cpp            |    4 ++
 src/SignalFileFormat.h              |    4 ++
 src/SignalFilePool.cpp              |    4 ++
 src/SignalFilePool.h                |    4 ++
 src/SignalGroup.cpp                 |    4 ++
 src/SignalGroup.h                   |    4 ++
 src/SignalMember.cpp                |    4 ++
 src/SignalMember.h                  |    4 ++
 src/SignalProcess.cpp               |    4 ++
 src/SignalProcess.h                 |    4 ++
 src/SignalProcessScript.cpp         |    4 ++
 src/SignalProcessScript.h           |    4 ++
 src/SignalTemplate.cpp              |    6 +++
 src/SignalTemplate.h                |    6 ++-
 src/SparseKeepSignal.cpp            |    4 ++
 src/SparseKeepSignal.h              |    4 ++
 src/SparseTimeRange.cpp             |    4 ++
 src/SparseTimeRange.h               |    4 ++
 src/StationList.cpp                 |    4 ++
 src/StationList.h                   |    4 ++
 src/StationProcessSignals.cpp       |    4 ++
 src/StationProcessSignals.h         |    4 ++
 src/StationSignals.cpp              |    4 ++
 src/StationSignals.h                |   10 ++--
 src/SubSignalPool.cpp               |    4 ++
 src/SubSignalPool.h                 |    6 ++-
 src/SyscomHeader.cpp                |    4 ++
 src/SyscomHeader.h                  |    4 ++
 src/SyscomSVmrxHeader.cpp           |    4 ++
 src/SyscomSVmrxHeader.h             |    3 ++
 src/SyscomXmrHeader.cpp             |    4 ++
 src/SyscomXmrHeader.h               |    4 ++
 src/TimeRange.cpp                   |    4 ++
 src/TimeRange.h                     |   12 +++--
 src/TimeRangeList.cpp               |    4 ++
 src/TimeRangeList.h                 |    4 ++
 src/WaveHeader.cpp                  |    4 ++
 src/WaveHeader.h                    |    4 ++
 src/WindowingParameters.cpp         |    4 ++
 src/WindowingParameters.h           |    7 ++-
 114 files changed, 649 insertions(+), 181 deletions(-)

commit 1fc688a27ade18d71d2c9a7e6488d7be5a52d57a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jan 5 23:12:41 2010 +0100

    Time.h moved to DataTime.h

 src/DynamicSignal.cpp       |    2 +-
 src/Signal.cpp              |    6 +++---
 src/Signal.h                |    4 ++--
 src/SignalFile.cpp          |    2 +-
 src/SignalProcess.cpp       |    8 ++++----
 src/SignalProcessScript.cpp |   10 +++++-----
 src/SparseTimeRange.cpp     |    8 ++++----
 src/SubSignalPool.cpp       |    7 ++++---
 src/TimeRange.cpp           |    4 ++--
 9 files changed, 26 insertions(+), 25 deletions(-)

commit 7ff383956b3c96b9fdedc72de6c05d5f00f2d692
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Dec 17 15:42:35 2009 +0100

    Replace copyright by list of authors

 src/AbstractParameters.cpp          |    5 +++--
 src/AbstractParameters.h            |    5 +++--
 src/AsciiSignalFormat.cpp           |    5 +++--
 src/AsciiSignalFormat.h             |    5 +++--
 src/AsciiSignalFormatComponent.cpp  |    5 +++--
 src/AsciiSignalFormatComponent.h    |    5 +++--
 src/AsciiSignalFormatRule.cpp       |    5 +++--
 src/AsciiSignalFormatRule.h         |    5 +++--
 src/CityScanner.cpp                 |    5 +++--
 src/CityScanner.h                   |    5 +++--
 src/CitySignal.cpp                  |    5 +++--
 src/CitySignal.h                    |    5 +++--
 src/ComplexSignal.cpp               |    5 +++--
 src/ComplexSignal.h                 |    5 +++--
 src/DFFTPack.cpp                    |    5 +++--
 src/DFFTPack.h                      |    5 +++--
 src/DFFTPackCache.cpp               |    5 +++--
 src/DFFTPackCache.h                 |    5 +++--
 src/DoubleSignal.cpp                |    6 ++++--
 src/DoubleSignal.h                  |    6 ++++--
 src/DynamicSignal.cpp               |    5 +++--
 src/DynamicSignal.h                 |    5 +++--
 src/FastFourierTransform.cpp        |    5 +++--
 src/FastFourierTransform.h          |    5 +++--
 src/FastPartialFourierTransform.cpp |    5 +++--
 src/FastPartialFourierTransform.h   |    5 +++--
 src/FilterParameters.cpp            |    5 +++--
 src/FilterParameters.h              |    5 +++--
 src/GeopsyCore.cpp                  |    5 +++--
 src/GeopsyCoreBase.cpp              |    8 +++++---
 src/GeopsyCoreBase.h                |    8 +++++---
 src/GeopsyPrefs.cpp                 |    6 ++++--
 src/GeopsyPrefs.h                   |    6 ++++--
 src/GeopsySignalHeader.cpp          |    5 +++--
 src/GeopsySignalHeader.h            |    5 +++--
 src/Gse.cpp                         |    5 +++--
 src/Gse.h                           |    5 +++--
 src/GuralpCompressedBlock.cpp       |    5 +++--
 src/GuralpCompressedBlock.h         |    5 +++--
 src/KeepSignal.cpp                  |    5 +++--
 src/KeepSignal.h                    |    5 +++--
 src/MiniSeedReader.cpp              |    5 +++--
 src/MiniSeedReader.h                |    5 +++--
 src/MiniSeedRecords.cpp             |    5 +++--
 src/MiniSeedRecords.h               |    5 +++--
 src/MiniSeedTrace.cpp               |    5 +++--
 src/MiniSeedTrace.h                 |    5 +++--
 src/MiniSeedVolume.cpp              |    5 +++--
 src/MiniSeedVolume.h                |    5 +++--
 src/MorletParameters.cpp            |    5 +++--
 src/MorletParameters.h              |    5 +++--
 src/NormalizationParam.cpp          |    5 +++--
 src/NormalizationParam.h            |    5 +++--
 src/RelativeTimeRange.cpp           |    6 ++++--
 src/RelativeTimeRange.h             |    6 ++++--
 src/RotateParameters.cpp            |    5 +++--
 src/RotateParameters.h              |    5 +++--
 src/SACHeader.cpp                   |    5 +++--
 src/SACHeader.h                     |    5 +++--
 src/SEGYTraceHeader.cpp             |    5 +++--
 src/SEGYTraceHeader.h               |    5 +++--
 src/Signal.cpp                      |    6 ++++--
 src/Signal.h                        |    6 ++++--
 src/SignalDB.cpp                    |    5 +++--
 src/SignalDB.h                      |    5 +++--
 src/SignalData.cpp                  |    6 ++++--
 src/SignalData.h                    |    6 ++++--
 src/SignalExpression.cpp            |    5 +++--
 src/SignalExpression.h              |    5 +++--
 src/SignalExpressionContext.cpp     |    5 +++--
 src/SignalExpressionContext.h       |    5 +++--
 src/SignalFile.cpp                  |    6 ++++--
 src/SignalFile.h                    |    6 ++++--
 src/SignalFileFormat.cpp            |    5 +++--
 src/SignalFileFormat.h              |    5 +++--
 src/SignalFilePool.cpp              |    6 ++++--
 src/SignalFilePool.h                |    6 ++++--
 src/SignalGroup.cpp                 |    5 +++--
 src/SignalGroup.h                   |    5 +++--
 src/SignalMember.cpp                |    5 +++--
 src/SignalMember.h                  |    5 +++--
 src/SignalProcess.cpp               |    5 +++--
 src/SignalProcess.h                 |    5 +++--
 src/SignalProcessScript.cpp         |    5 +++--
 src/SignalProcessScript.h           |    5 +++--
 src/SignalTemplate.cpp              |    6 ++++--
 src/SignalTemplate.h                |    6 ++++--
 src/SparseKeepSignal.cpp            |    5 +++--
 src/SparseKeepSignal.h              |    5 +++--
 src/SparseTimeRange.cpp             |    5 +++--
 src/SparseTimeRange.h               |    5 +++--
 src/StationList.cpp                 |    5 +++--
 src/StationList.h                   |    5 +++--
 src/StationProcessSignals.cpp       |    5 +++--
 src/StationProcessSignals.h         |    5 +++--
 src/StationSignals.cpp              |    6 ++++--
 src/StationSignals.h                |    6 ++++--
 src/SubSignalPool.cpp               |    6 ++++--
 src/SubSignalPool.h                 |    6 ++++--
 src/SyscomHeader.cpp                |    5 +++--
 src/SyscomHeader.h                  |    5 +++--
 src/SyscomSVmrxHeader.cpp           |    5 +++--
 src/SyscomSVmrxHeader.h             |    5 +++--
 src/SyscomXmrHeader.cpp             |    5 +++--
 src/SyscomXmrHeader.h               |    5 +++--
 src/TimeRange.cpp                   |    6 ++++--
 src/TimeRange.h                     |    6 ++++--
 src/TimeRangeList.cpp               |    7 ++++---
 src/TimeRangeList.h                 |    5 +++--
 src/WaveHeader.cpp                  |    5 +++--
 src/WaveHeader.h                    |    5 +++--
 src/WindowingParameters.cpp         |    6 ++++--
 src/WindowingParameters.h           |    6 ++++--
 113 files changed, 368 insertions(+), 229 deletions(-)

commit d1724f96298cef94a74fadc958110b1ba64060e0
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Dec 14 15:22:17 2009 +0100

    Version 3.3.0-snapshot-20091214

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1f65226c0a9eb1155978544fa35bee44273f41a0
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Dec 1 10:23:10 2009 +0100

    Version 3.3.0-snapshot-20091201

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 77d2ff1a9c454ffd1710feac0e047de889679301
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Nov 20 15:59:44 2009 +0100

    Version 3.3.0-snapshot-20091120

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 886cf6eceaf393571e14a00a71c942ae5c1f729b
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Nov 7 17:24:16 2009 +0100

    Add include for option -no-pch

 src/MiniSeedReader.cpp |    2 ++
 src/MiniSeedTrace.cpp  |    3 ++-
 src/MiniSeedTrace.h    |    3 ---
 src/MiniSeedVolume.cpp |    1 +
 src/Signal.cpp         |    3 ++-
 src/SignalFile.cpp     |    2 ++
 6 files changed, 9 insertions(+), 5 deletions(-)

commit 3690f5105362fa1f00df9581fe8f43f28410edee
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Nov 7 14:26:12 2009 +0100

    Remove mseed library includes from interface
    
    Detected conflicts with mseed.h and system libraries

 src/MiniSeedReader.h  |    4 +---
 src/MiniSeedRecords.h |    3 +--
 src/MiniSeedVolume.h  |    5 +----
 3 files changed, 3 insertions(+), 9 deletions(-)

commit 41237aaba6fd8a4642d98fe58c8c2dae715b7021
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Nov 6 18:46:02 2009 +0100

    Fit new include framework

 src/DFFTPack.cpp       |   12 ++++++------
 src/DFFTPackCache.cpp  |    4 ++--
 src/MiniSeedReader.h   |    8 +++-----
 src/MiniSeedTrace.cpp  |    8 ++++----
 src/MiniSeedTrace.h    |   11 +++++------
 src/MiniSeedVolume.cpp |    8 ++++----
 src/MiniSeedVolume.h   |    8 +++-----
 src/Signal.cpp         |    6 +++---
 8 files changed, 30 insertions(+), 35 deletions(-)

commit 0fad9f22c625388f299d8054bc6934c51d39f894
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Nov 5 19:01:40 2009 +0100

    New ASCII signal file interactive parser

 src/AsciiSignalFormat.cpp          |   96 ++++++++++-----------------
 src/AsciiSignalFormat.h            |   20 ++++--
 src/AsciiSignalFormatComponent.cpp |   85 ++++++++++++++++++++++++
 src/AsciiSignalFormatComponent.h   |   57 ++++++++++++++++
 src/GeopsyCoreBase.cpp             |   21 +++---
 src/GeopsyCoreBase.h               |   11 ++--
 src/Signal.cpp                     |   76 +++++++++++----------
 src/Signal.h                       |    8 +--
 src/SignalFile.cpp                 |  127 +++++++++---------------------------
 src/SignalFile.h                   |   42 ++++++------
 src/SignalFileFormat.cpp           |   34 ++++++++++
 src/SignalFileFormat.h             |   50 ++++++++++++++
 src/SignalFilePool.cpp             |   14 ++--
 src/SignalFilePool.h               |    5 +-
 src/SignalProcess.cpp              |    5 ++
 src/SignalProcess.h                |    1 +
 src/SignalProcessScript.cpp        |   35 +++++++++-
 src/SignalProcessScript.h          |    3 +
 18 files changed, 440 insertions(+), 250 deletions(-)

commit 3accb6e1b89764964ef3b944608e64e471b39e86
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Oct 2 06:21:45 2009 +0200

    Merge and cut support sparse time range

 src/DynamicSignal.cpp |    6 ++--
 src/DynamicSignal.h   |    6 ++--
 src/Signal.cpp        |   17 ++++++++++
 src/Signal.h          |    1 +
 src/SubSignalPool.cpp |   87 ++++++++++++++++++-------------------------------
 src/SubSignalPool.h   |    2 +-
 6 files changed, 56 insertions(+), 63 deletions(-)

commit 61ba93031ed37db73e3766c193849284f9cd37a6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Sep 26 05:52:30 2009 +0200

    Waran development

 src/DoubleSignal.cpp          |  128 +++++++++++++++++++++--------------------
 src/DynamicSignal.cpp         |    5 +-
 src/SparseKeepSignal.cpp      |   10 ++--
 src/SparseKeepSignal.h        |    2 +
 src/SparseTimeRange.cpp       |   42 +++++++++++---
 src/SparseTimeRange.h         |    4 ++
 src/StationProcessSignals.cpp |    1 +
 src/StationSignals.cpp        |    3 +-
 src/TimeRange.cpp             |    3 +-
 src/TimeRangeList.cpp         |    7 ++-
 src/TimeRangeList.h           |    2 +-
 11 files changed, 127 insertions(+), 80 deletions(-)

commit 968e5f215f42b034eab459cbdb428fef15778c4c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Sep 3 17:28:20 2009 +0200

    Move TimeWindowList to core
    
    Move original TimeWindowList object to TimeRangeList without dependency
    to QColor

 src/TimeRangeList.cpp   |  314 +++++++++++++++++++++++++++++++++++++++++++++
 src/TimeRangeList.h     |   75 +++++++++++
 src/TimeWindowColor.cpp |   38 ------
 src/TimeWindowColor.h   |   46 -------
 src/TimeWindowList.cpp  |  326 -----------------------------------------------
 src/TimeWindowList.h    |   85 ------------
 6 files changed, 389 insertions(+), 495 deletions(-)

commit 13e8d10e0b76dc225cbfb7a8afc790fb91340b0b
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Sep 2 17:01:04 2009 +0200

    Move TimeWindowList and Color from GeopsyGui

 src/TimeWindowColor.cpp |   38 ++++++
 src/TimeWindowColor.h   |   46 +++++++
 src/TimeWindowList.cpp  |  326 +++++++++++++++++++++++++++++++++++++++++++++++
 src/TimeWindowList.h    |   85 ++++++++++++
 4 files changed, 495 insertions(+)

commit 158531a9c3318c4d2e02c975341fd302448b81c6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Aug 30 16:27:10 2009 +0200

    Fix bug in correlation function
    
    -correlation with one signal reference was omitting last signal
    -components are now properly set for resulting signals (e.g. when
    components are identical for input signals).
    -fix memory leak in core correlation function

 src/DoubleSignal.cpp  |    2 ++
 src/Signal.cpp        |    8 +++++++-
 src/SubSignalPool.cpp |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

commit 54c9ef672cc840429a954613d5203602a676f1e1
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Aug 27 18:19:30 2009 +0200

    Fix lib list for flag NO_FFT

 admin/customconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 03669351f06029f5a916206f4fc495f5a1725b01
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Aug 27 11:48:48 2009 +0200

    Minor fix after last big changes

 lang/GeopsyCore.de.ts | 2651 +++++++++++++++++++++++++++++++++++++++++++++++++
 lang/GeopsyCore.es.ts | 2651 +++++++++++++++++++++++++++++++++++++++++++++++++
 lang/GeopsyCore.fr.ts | 2651 +++++++++++++++++++++++++++++++++++++++++++++++++
 lang/GeopsyCore.it.ts | 2651 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/GeopsyCore.cpp    |   36 +
 5 files changed, 10640 insertions(+)

commit f23f3351507e3a4418365b51db355c9388f9b079
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Aug 27 11:21:05 2009 +0200

    New header framwork: one big include per library

 admin/info                          |    4 +-
 lang/geopsycore.de.ts               | 2651 -----------------------------------
 lang/geopsycore.es.ts               | 2651 -----------------------------------
 lang/geopsycore.fr.ts               | 2651 -----------------------------------
 lang/geopsycore.it.ts               | 2651 -----------------------------------
 share/tomoinfo/main.cpp             |   16 +-
 share/tomoinfo/tomoinfo.pro         |    2 +-
 src/AbstractParameters.cpp          |    2 +-
 src/AbstractParameters.h            |    4 +-
 src/AsciiSignalFormat.cpp           |   14 +-
 src/AsciiSignalFormat.h             |    6 +-
 src/AsciiSignalFormatRule.cpp       |    4 +-
 src/AsciiSignalFormatRule.h         |    8 +-
 src/CityScanner.cpp                 |   24 +-
 src/CityScanner.h                   |    9 +-
 src/CitySignal.cpp                  |   71 +-
 src/CitySignal.h                    |   10 +-
 src/ComplexSignal.cpp               |    3 +-
 src/ComplexSignal.h                 |    6 +-
 src/DFFTPack.cpp                    |    4 +-
 src/DFFTPack.h                      |    2 +-
 src/DFFTPackCache.cpp               |    5 +-
 src/DFFTPackCache.h                 |    5 +-
 src/DoubleSignal.cpp                |   11 +-
 src/DoubleSignal.h                  |    4 +-
 src/DynamicSignal.cpp               |   11 +-
 src/DynamicSignal.h                 |    7 +-
 src/FastFourierTransform.cpp        |    4 +-
 src/FastFourierTransform.h          |    4 +-
 src/FastPartialFourierTransform.cpp |    7 +-
 src/FastPartialFourierTransform.h   |    4 +-
 src/FilterParameters.cpp            |    4 +-
 src/FilterParameters.h              |    6 +-
 src/Geopsy.cpp                      |  389 -----
 src/Geopsy.h                        |   92 --
 src/GeopsyCoreBase.cpp              |  384 +++++
 src/GeopsyCoreBase.h                |   86 ++
 src/GeopsyPrefs.cpp                 |    5 +-
 src/GeopsyPrefs.h                   |    6 +-
 src/GeopsySignalHeader.cpp          |    2 +-
 src/GeopsySignalHeader.h            |    7 +-
 src/Gse.cpp                         |   10 +-
 src/Gse.h                           |    4 +-
 src/GuralpCompressedBlock.cpp       |   42 +-
 src/GuralpCompressedBlock.h         |    8 +-
 src/KeepSignal.cpp                  |    3 +-
 src/KeepSignal.h                    |    4 +-
 src/MiniSeedReader.cpp              |   11 +-
 src/MiniSeedReader.h                |   13 +-
 src/MiniSeedRecords.cpp             |    5 +-
 src/MiniSeedRecords.h               |    6 +-
 src/MiniSeedTrace.cpp               |   11 +-
 src/MiniSeedTrace.h                 |   15 +-
 src/MiniSeedVolume.cpp              |   14 +-
 src/MiniSeedVolume.h                |   11 +-
 src/MorletParameters.cpp            |    5 +-
 src/MorletParameters.h              |    5 +-
 src/NormalizationParam.cpp          |    3 +-
 src/NormalizationParam.h            |    5 +-
 src/RelativeTimeRange.cpp           |    4 +-
 src/RelativeTimeRange.h             |    9 +-
 src/RotateParameters.cpp            |    4 +-
 src/RotateParameters.h              |    6 +-
 src/SACHeader.cpp                   |    6 +-
 src/SACHeader.h                     |    4 +-
 src/SEGYTraceHeader.cpp             |   11 +-
 src/SEGYTraceHeader.h               |    6 +-
 src/Signal.cpp                      |  144 +-
 src/Signal.h                        |   16 +-
 src/SignalDB.cpp                    |   67 +-
 src/SignalDB.h                      |    8 +-
 src/SignalData.cpp                  |    9 +-
 src/SignalData.h                    |    9 +-
 src/SignalExpression.cpp            |    2 +-
 src/SignalExpression.h              |    7 +-
 src/SignalExpressionContext.cpp     |    4 +-
 src/SignalExpressionContext.h       |    6 +-
 src/SignalFile.cpp                  |  238 ++--
 src/SignalFile.h                    |   11 +-
 src/SignalFilePool.cpp              |    9 +-
 src/SignalFilePool.h                |    9 +-
 src/SignalGroup.cpp                 |   10 +-
 src/SignalGroup.h                   |   10 +-
 src/SignalMember.cpp                |    2 +-
 src/SignalMember.h                  |    9 +-
 src/SignalProcess.cpp               |   10 +-
 src/SignalProcess.h                 |    6 +-
 src/SignalProcessScript.cpp         |    9 +-
 src/SignalProcessScript.h           |    8 +-
 src/SignalTemplate.cpp              |    2 +-
 src/SignalTemplate.h                |   18 +-
 src/SparseKeepSignal.cpp            |    4 +-
 src/SparseKeepSignal.h              |    6 +-
 src/SparseTimeRange.cpp             |    6 +-
 src/SparseTimeRange.h               |    6 +-
 src/StationList.cpp                 |    2 +-
 src/StationList.h                   |    8 +-
 src/StationProcessSignals.cpp       |    3 +-
 src/StationProcessSignals.h         |    4 +-
 src/StationSignals.cpp              |    7 +-
 src/StationSignals.h                |    7 +-
 src/SubSignalPool.cpp               |   25 +-
 src/SubSignalPool.h                 |   10 +-
 src/SyscomHeader.cpp                |    4 +-
 src/SyscomHeader.h                  |    4 +-
 src/SyscomSVmrxHeader.cpp           |    4 +-
 src/SyscomSVmrxHeader.h             |    4 +-
 src/SyscomXmrHeader.cpp             |    4 +-
 src/SyscomXmrHeader.h               |    4 +-
 src/TimeRange.cpp                   |    4 +-
 src/TimeRange.h                     |   10 +-
 src/WaveHeader.cpp                  |    4 +-
 src/WaveHeader.h                    |    6 +-
 src/WindowingParameters.cpp         |    5 +-
 src/WindowingParameters.h           |    7 +-
 src/geopsycore.cpp                  |   31 -
 src/geopsycoredllexport.h           |   17 -
 117 files changed, 1023 insertions(+), 11857 deletions(-)

commit a8308eb44bfecb8908bfa985e8325338be194526
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Aug 26 09:04:07 2009 +0200

    Split former SignalFormats

 src/AsciiSignalFormat.cpp     |  314 +++++++++++++++++++++++++++++++++++++++++
 src/AsciiSignalFormat.h       |   87 ++++++++++++
 src/AsciiSignalFormatRule.cpp |  132 +++++++++++++++++
 src/AsciiSignalFormatRule.h   |   83 +++++++++++
 src/GeopsySignalHeader.cpp    |   34 +++++
 src/GeopsySignalHeader.h      |   66 +++++++++
 src/SACHeader.cpp             |  112 +++++++++++++++
 src/SACHeader.h               |  194 +++++++++++++++++++++++++
 src/SEGYTraceHeader.cpp       |  205 +++++++++++++++++++++++++++
 src/SEGYTraceHeader.h         |  162 +++++++++++++++++++++
 src/SyscomHeader.cpp          |   65 +++++++++
 src/SyscomHeader.h            |   59 ++++++++
 src/SyscomSVmrxHeader.cpp     |   43 ++++++
 src/SyscomSVmrxHeader.h       |   82 +++++++++++
 src/SyscomXmrHeader.cpp       |   43 ++++++
 src/SyscomXmrHeader.h         |   77 ++++++++++
 src/WaveHeader.cpp            |   39 +++++
 src/WaveHeader.h              |   68 +++++++++
 18 files changed, 1865 insertions(+)

commit 696edd77e1047e5a6dd40363d103cef5353c4182
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Aug 26 08:58:54 2009 +0200

    Drop of Qtb prefix

 src/AbstractParameters.cpp             |   35 +
 src/AbstractParameters.h               |   39 +
 src/CityScanner.cpp                    |  225 +++
 src/CityScanner.h                      |   68 +
 src/CitySignal.cpp                     |  406 +++++
 src/CitySignal.h                       |  137 ++
 src/ComplexSignal.cpp                  |  118 ++
 src/ComplexSignal.h                    |   51 +
 src/DFFTPack.cpp                       |  168 ++
 src/DFFTPack.h                         |   49 +
 src/DFFTPackCache.cpp                  |   75 +
 src/DFFTPackCache.h                    |   98 ++
 src/DoubleSignal.cpp                   | 2204 ++++++++++++++++++++++++
 src/DoubleSignal.h                     |  286 ++++
 src/DynamicSignal.cpp                  |  209 +++
 src/DynamicSignal.h                    |   58 +
 src/FastFourierTransform.cpp           |   47 +
 src/FastFourierTransform.h             |   54 +
 src/FastPartialFourierTransform.cpp    |  206 +++
 src/FastPartialFourierTransform.h      |  116 ++
 src/FilterParameters.cpp               |  115 ++
 src/FilterParameters.h                 |   82 +
 src/Geopsy.cpp                         |  389 +++++
 src/Geopsy.h                           |   92 +
 src/GeopsyPrefs.cpp                    |  292 ++++
 src/GeopsyPrefs.h                      |  116 ++
 src/Gse.cpp                            |  296 ++++
 src/Gse.h                              |   45 +
 src/GuralpCompressedBlock.cpp          |  321 ++++
 src/GuralpCompressedBlock.h            |  100 ++
 src/KeepSignal.cpp                     |   77 +
 src/KeepSignal.h                       |   59 +
 src/MiniSeedReader.cpp                 |  102 ++
 src/MiniSeedReader.h                   |   54 +
 src/MiniSeedRecords.cpp                |   66 +
 src/MiniSeedRecords.h                  |   61 +
 src/MiniSeedTrace.cpp                  |  214 +++
 src/MiniSeedTrace.h                    |   80 +
 src/MiniSeedVolume.cpp                 |  161 ++
 src/MiniSeedVolume.h                   |   53 +
 src/MorletParameters.cpp               |   55 +
 src/MorletParameters.h                 |   53 +
 src/NormalizationParam.cpp             |   66 +
 src/NormalizationParam.h               |   51 +
 src/RelativeTimeRange.cpp              |  192 +++
 src/RelativeTimeRange.h                |  115 ++
 src/RotateParameters.cpp               |  119 ++
 src/RotateParameters.h                 |   64 +
 src/Signal.cpp                         | 2872 ++++++++++++++++++++++++++++++++
 src/Signal.h                           |  439 +++++
 src/SignalDB.cpp                       |  837 ++++++++++
 src/SignalDB.h                         |  101 ++
 src/SignalData.cpp                     |  308 ++++
 src/SignalData.h                       |  109 ++
 src/SignalExpression.cpp               |   52 +
 src/SignalExpression.h                 |   50 +
 src/SignalExpressionContext.cpp        |   49 +
 src/SignalExpressionContext.h          |   46 +
 src/SignalFile.cpp                     | 2717 ++++++++++++++++++++++++++++++
 src/SignalFile.h                       |  169 ++
 src/SignalFilePool.cpp                 |  119 ++
 src/SignalFilePool.h                   |   70 +
 src/SignalGroup.cpp                    |  354 ++++
 src/SignalGroup.h                      |  101 ++
 src/SignalMember.cpp                   |   34 +
 src/SignalMember.h                     |  200 +++
 src/SignalProcess.cpp                  |  636 +++++++
 src/SignalProcess.h                    |  125 ++
 src/SignalProcessScript.cpp            |  829 +++++++++
 src/SignalProcessScript.h              |   82 +
 src/SignalTemplate.cpp                 |  215 +++
 src/SignalTemplate.h                   |  508 ++++++
 src/SparseKeepSignal.cpp               |  242 +++
 src/SparseKeepSignal.h                 |   62 +
 src/SparseTimeRange.cpp                |  345 ++++
 src/SparseTimeRange.h                  |   93 ++
 src/StationList.cpp                    |  139 ++
 src/StationList.h                      |   56 +
 src/StationProcessSignals.cpp          |  190 +++
 src/StationProcessSignals.h            |   72 +
 src/StationSignals.cpp                 |  409 +++++
 src/StationSignals.h                   |  163 ++
 src/SubSignalPool.cpp                  | 2062 +++++++++++++++++++++++
 src/SubSignalPool.h                    |  189 +++
 src/TimeRange.cpp                      |   71 +
 src/TimeRange.h                        |  145 ++
 src/WindowingParameters.cpp            |  211 +++
 src/WindowingParameters.h              |  101 ++
 src/geopsycore.cpp                     |    5 +-
 src/geopsycore.h                       |   34 -
 src/qtbabstractparameters.cpp          |   35 -
 src/qtbabstractparameters.h            |   39 -
 src/qtbcityscanner.cpp                 |  225 ---
 src/qtbcityscanner.h                   |   68 -
 src/qtbcitysignal.cpp                  |  406 -----
 src/qtbcitysignal.h                    |  137 --
 src/qtbcomplexsignal.cpp               |  118 --
 src/qtbcomplexsignal.h                 |   51 -
 src/qtbdfftpack.cpp                    |  168 --
 src/qtbdfftpack.h                      |   49 -
 src/qtbdfftpackcache.cpp               |   75 -
 src/qtbdfftpackcache.h                 |   98 --
 src/qtbdoublesignal.cpp                | 2061 -----------------------
 src/qtbdoublesignal.h                  |  286 ----
 src/qtbdynamicsignal.cpp               |  209 ---
 src/qtbdynamicsignal.h                 |   58 -
 src/qtbfastfouriertransform.cpp        |   47 -
 src/qtbfastfouriertransform.h          |   54 -
 src/qtbfastpartialfouriertransform.cpp |  206 ---
 src/qtbfastpartialfouriertransform.h   |  116 --
 src/qtbfilterparameters.cpp            |  115 --
 src/qtbfilterparameters.h              |   80 -
 src/qtbgeopsy.cpp                      |  389 -----
 src/qtbgeopsy.h                        |   92 -
 src/qtbgeopsyprefs.cpp                 |  292 ----
 src/qtbgeopsyprefs.h                   |  116 --
 src/qtbgse.cpp                         |  296 ----
 src/qtbgse.h                           |   45 -
 src/qtbguralpcompressedblock.cpp       |  321 ----
 src/qtbguralpcompressedblock.h         |  100 --
 src/qtbkeepsignal.cpp                  |   77 -
 src/qtbkeepsignal.h                    |   59 -
 src/qtbminiseedreader.cpp              |  102 --
 src/qtbminiseedreader.h                |   54 -
 src/qtbminiseedrecords.cpp             |   66 -
 src/qtbminiseedrecords.h               |   61 -
 src/qtbminiseedtrace.cpp               |  214 ---
 src/qtbminiseedtrace.h                 |   80 -
 src/qtbminiseedvolume.cpp              |  161 --
 src/qtbminiseedvolume.h                |   53 -
 src/qtbmorletparameters.cpp            |   55 -
 src/qtbmorletparameters.h              |   53 -
 src/qtbnormalizationparam.cpp          |   66 -
 src/qtbnormalizationparam.h            |   51 -
 src/qtbrelativetimerange.cpp           |  192 ---
 src/qtbrelativetimerange.h             |  115 --
 src/qtbrotateparameters.cpp            |  119 --
 src/qtbrotateparameters.h              |   64 -
 src/qtbsignal.cpp                      | 2871 -------------------------------
 src/qtbsignal.h                        |  439 -----
 src/qtbsignaldata.cpp                  |  308 ----
 src/qtbsignaldata.h                    |  109 --
 src/qtbsignaldb.cpp                    |  837 ----------
 src/qtbsignaldb.h                      |  101 --
 src/qtbsignalexpression.cpp            |   52 -
 src/qtbsignalexpression.h              |   50 -
 src/qtbsignalexpressioncontext.cpp     |   49 -
 src/qtbsignalexpressioncontext.h       |   46 -
 src/qtbsignalfile.cpp                  | 2712 ------------------------------
 src/qtbsignalfile.h                    |  169 --
 src/qtbsignalfilepool.cpp              |  119 --
 src/qtbsignalfilepool.h                |   70 -
 src/qtbsignalformats.cpp               |  310 ----
 src/qtbsignalformats.h                 |  508 ------
 src/qtbsignalgroup.cpp                 |  354 ----
 src/qtbsignalgroup.h                   |  101 --
 src/qtbsignalmember.cpp                |   34 -
 src/qtbsignalmember.h                  |  200 ---
 src/qtbsignalprocess.cpp               |  636 -------
 src/qtbsignalprocess.h                 |  125 --
 src/qtbsignalprocessscript.cpp         |  829 ---------
 src/qtbsignalprocessscript.h           |   82 -
 src/qtbsignaltaper.h                   |  175 --
 src/qtbsignaltemplate.cpp              |  215 ---
 src/qtbsignaltemplate.h                |  508 ------
 src/qtbsparsekeepsignal.cpp            |  242 ---
 src/qtbsparsekeepsignal.h              |   62 -
 src/qtbsparsetimerange.cpp             |  345 ----
 src/qtbsparsetimerange.h               |   93 --
 src/qtbstationlist.cpp                 |  139 --
 src/qtbstationlist.h                   |   56 -
 src/qtbstationprocesssignals.cpp       |  190 ---
 src/qtbstationprocesssignals.h         |   72 -
 src/qtbstationsignals.cpp              |  409 -----
 src/qtbstationsignals.h                |  163 --
 src/qtbsubsignalpool.cpp               | 2062 -----------------------
 src/qtbsubsignalpool.h                 |  189 ---
 src/qtbtimerange.cpp                   |   71 -
 src/qtbtimerange.h                     |  145 --
 src/qtbwindowingparameters.cpp         |  211 ---
 src/qtbwindowingparameters.h           |  101 --
 181 files changed, 23713 insertions(+), 24590 deletions(-)

commit 41d9cddce27715ccbddde93d0e7dd2ca068dfc6c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Aug 25 23:03:43 2009 +0200

    Drop Qtb prefix

 admin/customconfig                                 |    7 +
 .../file_formats/syscom_testfiles/code_sniplet.cpp |    2 +-
 admin/info                                         |    2 +-
 lang/geopsycore.de.ts                              | 1853 ++++++++++++++------
 lang/geopsycore.es.ts                              | 1853 ++++++++++++++------
 lang/geopsycore.fr.ts                              | 1853 ++++++++++++++------
 lang/geopsycore.it.ts                              | 1853 ++++++++++++++------
 share/tomoinfo/main.cpp                            |   26 +-
 share/tomoinfo/tomoinfo.pro                        |    2 +-
 src/geopsycore.cpp                                 |    2 +-
 src/geopsycoredllexport.h                          |   39 +-
 src/qtbabstractparameters.cpp                      |    2 +-
 src/qtbabstractparameters.h                        |   12 +-
 src/qtbcityscanner.cpp                             |   66 +-
 src/qtbcityscanner.h                               |   18 +-
 src/qtbcitysignal.cpp                              |  110 +-
 src/qtbcitysignal.h                                |   26 +-
 src/qtbcomplexsignal.cpp                           |   42 +-
 src/qtbcomplexsignal.h                             |   20 +-
 src/qtbdfftpack.cpp                                |   44 +-
 src/qtbdfftpack.h                                  |   21 +-
 src/qtbdfftpackcache.cpp                           |   20 +-
 src/qtbdfftpackcache.h                             |   42 +-
 src/qtbdoublesignal.cpp                            |  352 ++--
 src/qtbdoublesignal.h                              |  112 +-
 src/qtbdynamicsignal.cpp                           |   47 +-
 src/qtbdynamicsignal.h                             |   14 +-
 src/qtbfastfouriertransform.cpp                    |    6 +-
 src/qtbfastfouriertransform.h                      |   26 +-
 src/qtbfastpartialfouriertransform.cpp             |   84 +-
 src/qtbfastpartialfouriertransform.h               |   60 +-
 src/qtbfilterparameters.cpp                        |   14 +-
 src/qtbfilterparameters.h                          |   10 +-
 src/qtbgeopsy.cpp                                  |  138 +-
 src/qtbgeopsy.h                                    |   64 +-
 src/qtbgeopsyprefs.cpp                             |   52 +-
 src/qtbgeopsyprefs.h                               |   20 +-
 src/qtbgse.cpp                                     |   36 +-
 src/qtbgse.h                                       |    8 +-
 src/qtbguralpcompressedblock.cpp                   |   78 +-
 src/qtbguralpcompressedblock.h                     |   24 +-
 src/qtbkeepsignal.cpp                              |   24 +-
 src/qtbkeepsignal.h                                |   18 +-
 src/qtbminiseedreader.cpp                          |   24 +-
 src/qtbminiseedreader.h                            |   18 +-
 src/qtbminiseedrecords.cpp                         |   14 +-
 src/qtbminiseedrecords.h                           |   15 +-
 src/qtbminiseedtrace.cpp                           |   44 +-
 src/qtbminiseedtrace.h                             |   20 +-
 src/qtbminiseedvolume.cpp                          |   60 +-
 src/qtbminiseedvolume.h                            |   16 +-
 src/qtbmorletparameters.cpp                        |   14 +-
 src/qtbmorletparameters.h                          |   10 +-
 src/qtbnormalizationparam.cpp                      |   14 +-
 src/qtbnormalizationparam.h                        |   10 +-
 src/qtbrelativetimerange.cpp                       |   42 +-
 src/qtbrelativetimerange.h                         |   36 +-
 src/qtbrotateparameters.cpp                        |   22 +-
 src/qtbrotateparameters.h                          |   14 +-
 src/qtbsignal.cpp                                  |  899 +++++-----
 src/qtbsignal.h                                    |  171 +-
 src/qtbsignaldata.cpp                              |  290 +--
 src/qtbsignaldata.h                                |   72 +-
 src/qtbsignaldb.cpp                                |  368 ++--
 src/qtbsignaldb.h                                  |   55 +-
 src/qtbsignalexpression.cpp                        |   14 +-
 src/qtbsignalexpression.h                          |   18 +-
 src/qtbsignalexpressioncontext.cpp                 |   12 +-
 src/qtbsignalexpressioncontext.h                   |   18 +-
 src/qtbsignalfile.cpp                              |  919 +++++-----
 src/qtbsignalfile.h                                |   47 +-
 src/qtbsignalfilepool.cpp                          |   52 +-
 src/qtbsignalfilepool.h                            |   52 +-
 src/qtbsignalformats.cpp                           |  127 +-
 src/qtbsignalformats.h                             |   60 +-
 src/qtbsignalgroup.cpp                             |  126 +-
 src/qtbsignalgroup.h                               |   54 +-
 src/qtbsignalmember.cpp                            |    4 +-
 src/qtbsignalmember.h                              |   96 +-
 src/qtbsignalprocess.cpp                           |  260 +--
 src/qtbsignalprocess.h                             |   54 +-
 src/qtbsignalprocessscript.cpp                     |  260 +--
 src/qtbsignalprocessscript.h                       |   12 +-
 src/qtbsignaltaper.h                               |   24 +-
 src/qtbsignaltemplate.cpp                          |   80 +-
 src/qtbsignaltemplate.h                            |  134 +-
 src/qtbsparsekeepsignal.cpp                        |   94 +-
 src/qtbsparsekeepsignal.h                          |   40 +-
 src/qtbsparsetimerange.cpp                         |  128 +-
 src/qtbsparsetimerange.h                           |   54 +-
 src/qtbstationlist.cpp                             |   52 +-
 src/qtbstationlist.h                               |   28 +-
 src/qtbstationprocesssignals.cpp                   |   56 +-
 src/qtbstationprocesssignals.h                     |   36 +-
 src/qtbstationsignals.cpp                          |  178 +-
 src/qtbstationsignals.h                            |  104 +-
 src/qtbsubsignalpool.cpp                           |  976 +++++------
 src/qtbsubsignalpool.h                             |  134 +-
 src/qtbtimerange.cpp                               |   24 +-
 src/qtbtimerange.h                                 |   44 +-
 src/qtbwindowingparameters.cpp                     |   46 +-
 src/qtbwindowingparameters.h                       |   24 +-
 102 files changed, 9606 insertions(+), 6165 deletions(-)

commit b3b0be53a4c63b43ee91cf7554b5ff591a01ed5a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jul 30 13:29:34 2009 +0200

    Version 3.3.0-snapshot-20090730

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ec6e21aa991be54dfe0ad523fe8cec83fcd4b0fd
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jul 9 19:30:27 2009 +0200

    Fix bug calculating the invert

 src/qtbsparsetimerange.cpp |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 5a983a7b3dd1ad1973c2e2438bd09effd1b7a793
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jul 6 21:15:05 2009 +0200

    Fix some bugs for keep signal and sparse range

 src/qtbdynamicsignal.cpp    |    1 -
 src/qtbkeepsignal.h         |    2 +-
 src/qtbsparsekeepsignal.cpp |    8 ++++++--
 src/qtbsparsekeepsignal.h   |    2 +-
 src/qtbsparsetimerange.cpp  |   27 ++++++++++++++++++++-------
 src/qtbsparsetimerange.h    |    1 +
 src/qtbstationsignals.cpp   |    2 +-
 7 files changed, 30 insertions(+), 13 deletions(-)

commit 72561c1c941aa3726ee4c1fa29e4f984dd1c2566
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 17 23:47:53 2009 +0200

    Version 3.3.0-snapshot-20090617

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e5ea3dec730a2f47439a10e0c97572f1fe174313
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 10 16:24:13 2009 +0200

    Version 3.3.0-snapshot-20090610

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2a9a40f53ff6fbc1746772af84dfba7bd4ddde63
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jun 9 23:09:15 2009 +0200

    Debug of sparse time range

 src/qtbgeopsy.cpp           |   24 ++++++++++++++++
 src/qtbgeopsy.h             |    4 ++-
 src/qtbkeepsignal.cpp       |   18 ++++++++++--
 src/qtbkeepsignal.h         |    2 ++
 src/qtbsignal.cpp           |   33 +++++++++++++---------
 src/qtbsignal.h             |    4 +--
 src/qtbsignaltemplate.h     |    1 -
 src/qtbsparsekeepsignal.cpp |   64 +++++++++++++++++++++++++++++++------------
 src/qtbsparsekeepsignal.h   |    4 ++-
 src/qtbsparsetimerange.cpp  |   33 ++++++++++++++--------
 src/qtbsparsetimerange.h    |    2 +-
 src/qtbstationlist.h        |    2 +-
 src/qtbstationsignals.cpp   |   14 ++++++----
 src/qtbtimerange.cpp        |    6 ++++
 src/qtbtimerange.h          |    2 ++
 15 files changed, 156 insertions(+), 57 deletions(-)

commit 0f330e1a327ef49d90404f55c138b303eae5b430
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jun 8 19:11:45 2009 +0200

    Using QtbXMLHeader for save/restore of XML

 src/qtbsignaldb.cpp |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit a8768b6905b145403fce1f6f3be053f63df03e49
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Jun 7 14:46:38 2009 +0200

    Explicit QtbXMLMember::Unknown

 src/qtbsignal.cpp     |    2 +-
 src/qtbsignaldb.cpp   |    2 +-
 src/qtbsignalfile.cpp |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit f5a215459d059f5142338cf1e6094b286986b891
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Jun 7 13:27:11 2009 +0200

    New context information for XML streams

 src/qtbrelativetimerange.cpp |    2 ++
 src/qtbsignal.cpp            |    6 +++---
 src/qtbsignaldb.cpp          |   11 ++++++-----
 src/qtbsignalfile.cpp        |   10 +++++-----
 src/qtbsignalgroup.cpp       |    6 +++---
 src/qtbsparsekeepsignal.cpp  |    4 ++++
 6 files changed, 23 insertions(+), 16 deletions(-)

commit 991ec6df05d3c794b71859022d9d35776418595c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jun 5 18:50:21 2009 +0200

    Remove useless class
    
    Replaced by QtbSparseTimeRange

 src/qtbtimegaps.cpp |  315 ---------------------------------------------------
 src/qtbtimegaps.h   |   62 ----------
 2 files changed, 377 deletions(-)

commit 85df9d2ca29861937b002ebeda6fe0bff1c05364
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jun 5 18:41:48 2009 +0200

    File expansion and fix for sparse time range
    
    Remove XML class for QtbTimeRange

 src/qtbgeopsy.cpp            |    3 +++
 src/qtbrelativetimerange.cpp |   16 +++++++++++-----
 src/qtbrelativetimerange.h   |    6 ++++--
 src/qtbsparsekeepsignal.cpp  |    2 +-
 src/qtbsparsetimerange.cpp   |    4 ++++
 src/qtbtimerange.cpp         |   29 -----------------------------
 src/qtbtimerange.h           |   11 ++---------
 7 files changed, 25 insertions(+), 46 deletions(-)

commit 4569c74c2d4435a82e2b43585ff912aaa1cfa9ce
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jun 4 21:46:01 2009 +0200

    Replace gaps by QtbSparseTimeRange
    
    Computation of keep is modernized with a complete support of
    heterogeneous signal input
    Convert Guralp to QFile

 src/qtbdoublesignal.h            |    4 +-
 src/qtbdynamicsignal.cpp         |   15 +--
 src/qtbdynamicsignal.h           |    5 +-
 src/qtbguralpcompressedblock.cpp |    6 --
 src/qtbguralpcompressedblock.h   |   33 +++---
 src/qtbkeepsignal.cpp            |   88 +---------------
 src/qtbkeepsignal.h              |    3 -
 src/qtbminiseedvolume.h          |    2 +-
 src/qtbsignal.cpp                |   39 +++++---
 src/qtbsignal.h                  |   20 ++--
 src/qtbsignalfile.cpp            |   45 ++++-----
 src/qtbsparsekeepsignal.cpp      |  204 ++++++++++++++++++++++++++++++++++++++
 src/qtbsparsekeepsignal.h        |   60 +++++++++++
 src/qtbsparsetimerange.cpp       |  128 +++++++++++++++++++++---
 src/qtbsparsetimerange.h         |   33 ++++--
 src/qtbstationprocesssignals.cpp |   88 +---------------
 src/qtbstationprocesssignals.h   |   10 +-
 src/qtbstationsignals.cpp        |   82 +++++++++++++++
 src/qtbstationsignals.h          |    7 +-
 src/qtbsubsignalpool.cpp         |    2 +-
 src/qtbtimegaps.cpp              |    2 +
 src/qtbtimerange.h               |   15 ++-
 22 files changed, 592 insertions(+), 299 deletions(-)

commit 7203995f7ba357bd0cb955ae53d0110a7eb30138
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jun 2 09:35:44 2009 +0200

    Re-wrtiting the time gap facility
    
    The objective is to provide a time range producer for very long time
    series made of several blocks eventuelly not continuous. In fact, the
    current approach based on keep vector only is not satisfying... lead to
    too much memory consumption in this case.

 share/tomoinfo/tomoinfo.pro |    2 +-
 src/qtbkeepsignal.cpp       |    2 +-
 src/qtbsparsetimerange.cpp  |  221 +++++++++++++++++++++++++++++++++++++++++++
 src/qtbsparsetimerange.h    |   71 ++++++++++++++
 src/qtbtimegaps.cpp         |   39 ++------
 src/qtbtimegaps.h           |   10 +-
 src/qtbtimerange.h          |   21 ++--
 7 files changed, 320 insertions(+), 46 deletions(-)

commit 9e36012987954f4217b941f09f4ad29df98e7952
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jun 1 16:07:59 2009 +0200

    Optimize SAC determineFormat()

 src/qtbsignalfile.cpp    |   26 ++++----------------------
 src/qtbsignalformats.cpp |   31 +++++++++++++++++++++++++++++++
 src/qtbsignalformats.h   |    2 ++
 3 files changed, 37 insertions(+), 22 deletions(-)

commit c78a5703d2c838e0a6260a70233f00b064fa80bb
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jun 1 15:43:10 2009 +0200

    Try to optimize file import for many input files

 src/qtbsignalfile.cpp     |   19 ++++++++++---------
 src/qtbsignalfilepool.cpp |    9 ++++++---
 2 files changed, 16 insertions(+), 12 deletions(-)

commit 8f1fb3765206b146a3731eda60f2f69d4d20bd63
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu May 28 21:44:31 2009 +0200

    Fix bug to export with option 'basename'
    
    For sac files, files were overwritten

 src/qtbsignaldb.cpp      |    2 +-
 src/qtbsignalfile.cpp    |   42 +-----------------
 src/qtbsignalfile.h      |    1 -
 src/qtbsubsignalpool.cpp |  110 +++++++++++++++++++++++++---------------------
 src/qtbsubsignalpool.h   |    4 +-
 5 files changed, 65 insertions(+), 94 deletions(-)

commit f864fafe1a04309532244f7b901d06a9ec12adc1
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu May 21 22:44:07 2009 +0200

    Version 3.3.0-snapshot-20090521

 admin/version-2.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d70e93117fb56aca7316e860fb0e615d77da3529
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed May 20 16:58:59 2009 +0200

    New branch 2.1

 admin/version-2.1 |    5 +++++
 1 file changed, 5 insertions(+)

commit 7fcb8a6321a1a5599565186588dfd22a6168e69f
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed May 20 15:17:16 2009 +0200

    Version 3.3.0

 admin/version-master |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2f84669c3620987ab1172681f5b46f63eee90302
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon May 18 00:53:57 2009 +0200

    New example of library usage

 share/tomoinfo/main.cpp     |   46 +++++++++++++++++++++++++++++++++++++++++++
 share/tomoinfo/tomoinfo.pro |   13 ++++++++++++
 2 files changed, 59 insertions(+)

commit a7c8586d0d6461e901d18cf7fcf82fb1eb91978e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue May 5 20:18:02 2009 +0200

    Fix saving temporary signals
    
    Fix clip() core: takes average correctly into account
    Fix decimateTime(): merged with antiAliasingFilter()
    Remove the modifiedSamples feature: now on all original signal is read
      only, processing is applied on copies.
    Remove swapFileInfo mechanism: unstable, replaced by
    loadGeopsySignal(const QtbSubSignalPool&) which load without creating
      new signals.
    nameComponent() returns id if name() is empty
    Full path added when loading signal through command line
    Signal process object split in 2: steped processing and scripting

 src/qtbdoublesignal.cpp        |   67 +--
 src/qtbdoublesignal.h          |    1 -
 src/qtbdynamicsignal.cpp       |    2 -
 src/qtbsignal.cpp              |   90 +---
 src/qtbsignal.h                |   10 +-
 src/qtbsignaldata.cpp          |    2 -
 src/qtbsignaldb.cpp            |  161 ++-----
 src/qtbsignaldb.h              |    3 -
 src/qtbsignalfile.cpp          |   68 ++-
 src/qtbsignalfile.h            |    2 +
 src/qtbsignalfilepool.cpp      |    6 +-
 src/qtbsignalgroup.cpp         |   33 +-
 src/qtbsignalgroup.h           |    3 +
 src/qtbsignalprocess.cpp       |  951 +++-------------------------------------
 src/qtbsignalprocess.h         |   25 +-
 src/qtbsignalprocessscript.cpp |  829 ++++++++++++++++++++++++++++++++++
 src/qtbsignalprocessscript.h   |   82 ++++
 src/qtbsignaltemplate.h        |    8 +
 src/qtbsubsignalpool.cpp       |  110 -----
 src/qtbsubsignalpool.h         |   17 +-
 20 files changed, 1191 insertions(+), 1279 deletions(-)

commit af2769438cabcda3cbfbf7d342d5fd573c38410c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Apr 20 15:22:14 2009 +0200

    Add includes needed without pch

 src/qtbfilterparameters.h |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 8df4592509685dddff9fbf36b451a4e26aeb9ff9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Apr 14 15:29:17 2009 +0200

    Fix correlation (no aliasing)
    
    No more error if cannot cannot allocate due to null number of samples:
    allocate a small vector of 1 samples

 src/qtbdoublesignal.cpp |  106 ++++++++++++++++++++++++++++++-----------------
 src/qtbdoublesignal.h   |    2 +
 src/qtbgeopsy.cpp       |   15 +++++++
 src/qtbgeopsy.h         |    4 +-
 src/qtbsignal.cpp       |    2 +
 src/qtbsignaltemplate.h |    9 ++--
 6 files changed, 97 insertions(+), 41 deletions(-)

commit f1744f67df499ba10e2acb089536307ecc9b1dfa
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Apr 13 02:37:57 2009 +0200

    Abstract fft interface
    
    Makes QtbDFFTPack cache completely indenpendent of the fft interface
    Correlation based on Fourier transform

 src/fft_power2.f                       |  175 -------------------
 src/qtbabstractfft.cpp                 |   95 ----------
 src/qtbabstractfft.h                   |   60 -------
 src/qtbabstractfftplan.cpp             |   41 -----
 src/qtbabstractfftplan.h               |   53 ------
 src/qtbcomplexsignal.cpp               |   34 +++-
 src/qtbcomplexsignal.h                 |    2 +
 src/qtbdfftpack.cpp                    |   99 +++++++----
 src/qtbdfftpack.h                      |   17 +-
 src/qtbdfftpackcache.cpp               |   71 ++++++++
 src/qtbdfftpackcache.h                 |   94 ++++++++++
 src/qtbdfftpackplan.cpp                |   79 ---------
 src/qtbdfftpackplan.h                  |   53 ------
 src/qtbdoublesignal.cpp                |  297 ++++++++++++++++----------------
 src/qtbdoublesignal.h                  |   80 +++++----
 src/qtbfastfouriertransform.cpp        |   47 +++++
 src/qtbfastfouriertransform.h          |   54 ++++++
 src/qtbfastpartialfouriertransform.cpp |  206 ++++++++++++++++++++++
 src/qtbfastpartialfouriertransform.h   |  116 +++++++++++++
 src/qtbfftplankey.cpp                  |   60 -------
 src/qtbfftplankey.h                    |   52 ------
 src/qtbgeopsy.cpp                      |    2 +-
 src/qtbsignal.cpp                      |   21 ++-
 src/qtbsignalfile.cpp                  |    2 +-
 src/qtbsignalprocess.cpp               |  258 +++++++++++++++++++++++++--
 src/qtbsignalprocess.h                 |   15 +-
 src/qtbsignaltemplate.h                |   11 --
 src/qtbstationsignals.cpp              |    2 +-
 src/qtbsubsignalpool.cpp               |   34 ++--
 src/qtbsubsignalpool.h                 |   10 +-
 30 files changed, 1178 insertions(+), 962 deletions(-)

commit a07c30c2b0df5df36dadb5fba72bf14968c21ba0
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Apr 10 00:50:49 2009 +0200

    Moved seedlink components to geopsyslink

 src/qtbseedlink.cpp        |  347 --------------------------------------------
 src/qtbseedlink.h          |  105 --------------
 src/qtbseedlinkserver.cpp  |  113 ---------------
 src/qtbseedlinkserver.h    |   61 --------
 src/qtbseedlinkstation.cpp |  140 ------------------
 src/qtbseedlinkstation.h   |   73 ----------
 src/qtbseedlinkstream.cpp  |  194 -------------------------
 src/qtbseedlinkstream.h    |   87 -----------
 8 files changed, 1120 deletions(-)

commit b4d88d27cc683f7ef9c5c17d8a5889c25efd3684
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Apr 10 00:41:56 2009 +0200

    Switch to LGPL
    
    Seedlink components moved to geopsylink
    New FFT abstract interface and default FFT implementation to comply with LGPL
    terms (equivalent results but twice as slow than FFTW).
    No more dependency from FFTW (still for complex signals to check).
    New slow dft process to validate fft

 admin/info                         |    3 +-
 admin/makepro                      |    2 -
 src/geopsycore.cpp                 |   16 +++--
 src/geopsycore.h                   |   16 +++--
 src/geopsycoredllexport.h          |   16 +++--
 src/qtbabstractfft.cpp             |   95 +++++++++++++++++++++++++
 src/qtbabstractfft.h               |   60 ++++++++++++++++
 src/qtbabstractfftplan.cpp         |   41 +++++++++++
 src/qtbabstractfftplan.h           |   53 ++++++++++++++
 src/qtbabstractparameters.cpp      |   16 +++--
 src/qtbabstractparameters.h        |   16 +++--
 src/qtbcityscanner.cpp             |   16 +++--
 src/qtbcityscanner.h               |   16 +++--
 src/qtbcitysignal.cpp              |   16 +++--
 src/qtbcitysignal.h                |   16 +++--
 src/qtbcomplexsignal.cpp           |   16 +++--
 src/qtbcomplexsignal.h             |   16 +++--
 src/qtbdfftpack.cpp                |  135 ++++++++++++++++++++++++++++++++++++
 src/qtbdfftpack.h                  |   45 ++++++++++++
 src/qtbdfftpackplan.cpp            |   79 +++++++++++++++++++++
 src/qtbdfftpackplan.h              |   53 ++++++++++++++
 src/qtbdoublesignal.cpp            |   80 +++++++++++++++++----
 src/qtbdoublesignal.h              |   20 +++---
 src/qtbdynamicsignal.cpp           |   16 +++--
 src/qtbdynamicsignal.h             |   16 +++--
 src/qtbfftplankey.cpp              |   60 ++++++++++++++++
 src/qtbfftplankey.h                |   52 ++++++++++++++
 src/qtbfftwplan.cpp                |   70 -------------------
 src/qtbfftwplan.h                  |   51 --------------
 src/qtbfftwplankey.cpp             |   59 ----------------
 src/qtbfftwplankey.h               |   52 --------------
 src/qtbfftwplanstore.cpp           |   72 -------------------
 src/qtbfftwplanstore.h             |   42 -----------
 src/qtbfilterparameters.cpp        |   16 +++--
 src/qtbfilterparameters.h          |   16 +++--
 src/qtbgeopsy.cpp                  |   19 +++--
 src/qtbgeopsy.h                    |   16 +++--
 src/qtbgeopsyprefs.cpp             |   16 +++--
 src/qtbgeopsyprefs.h               |   16 +++--
 src/qtbgse.cpp                     |   16 +++--
 src/qtbgse.h                       |   16 +++--
 src/qtbguralpcompressedblock.cpp   |   16 +++--
 src/qtbguralpcompressedblock.h     |   16 +++--
 src/qtbkeepsignal.cpp              |   16 +++--
 src/qtbkeepsignal.h                |   16 +++--
 src/qtbminiseedreader.cpp          |   16 +++--
 src/qtbminiseedreader.h            |   16 +++--
 src/qtbminiseedrecords.cpp         |   16 +++--
 src/qtbminiseedrecords.h           |   16 +++--
 src/qtbminiseedtrace.cpp           |   16 +++--
 src/qtbminiseedtrace.h             |   16 +++--
 src/qtbminiseedvolume.cpp          |   16 +++--
 src/qtbminiseedvolume.h            |   16 +++--
 src/qtbmorletparameters.cpp        |   16 +++--
 src/qtbmorletparameters.h          |   16 +++--
 src/qtbnormalizationparam.cpp      |   16 +++--
 src/qtbnormalizationparam.h        |   16 +++--
 src/qtbrelativetimerange.cpp       |   16 +++--
 src/qtbrelativetimerange.h         |   16 +++--
 src/qtbrotateparameters.cpp        |   16 +++--
 src/qtbrotateparameters.h          |   16 +++--
 src/qtbsignal.cpp                  |   16 +++--
 src/qtbsignal.h                    |   16 +++--
 src/qtbsignaldata.cpp              |   16 +++--
 src/qtbsignaldata.h                |   16 +++--
 src/qtbsignaldb.cpp                |   16 +++--
 src/qtbsignaldb.h                  |   16 +++--
 src/qtbsignalexpression.cpp        |   16 +++--
 src/qtbsignalexpression.h          |   16 +++--
 src/qtbsignalexpressioncontext.cpp |   16 +++--
 src/qtbsignalexpressioncontext.h   |   16 +++--
 src/qtbsignalfile.cpp              |   16 +++--
 src/qtbsignalfile.h                |   16 +++--
 src/qtbsignalfilepool.cpp          |   16 +++--
 src/qtbsignalfilepool.h            |   16 +++--
 src/qtbsignalformats.cpp           |   16 +++--
 src/qtbsignalformats.h             |   16 +++--
 src/qtbsignalgroup.cpp             |   16 +++--
 src/qtbsignalgroup.h               |   16 +++--
 src/qtbsignalmember.cpp            |   16 +++--
 src/qtbsignalmember.h              |   16 +++--
 src/qtbsignalprocess.cpp           |   45 ++++++++++--
 src/qtbsignalprocess.h             |   18 +++--
 src/qtbsignaltaper.h               |   16 +++--
 src/qtbsignaltemplate.cpp          |   16 +++--
 src/qtbsignaltemplate.h            |   16 +++--
 src/qtbstationlist.cpp             |   16 +++--
 src/qtbstationlist.h               |   16 +++--
 src/qtbstationprocesssignals.cpp   |   16 +++--
 src/qtbstationprocesssignals.h     |   16 +++--
 src/qtbstationsignals.cpp          |   16 +++--
 src/qtbstationsignals.h            |   16 +++--
 src/qtbsubsignalpool.cpp           |   31 +++++----
 src/qtbsubsignalpool.h             |   18 +++--
 src/qtbtimegaps.cpp                |   16 +++--
 src/qtbtimegaps.h                  |   16 +++--
 src/qtbtimerange.cpp               |   16 +++--
 src/qtbtimerange.h                 |   16 +++--
 src/qtbwindowingparameters.cpp     |   16 +++--
 src/qtbwindowingparameters.h       |   16 +++--
 100 files changed, 1596 insertions(+), 859 deletions(-)

commit 7e0b36836e250500054758f9b3ceeccc6d3630c6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Apr 8 19:30:31 2009 +0200

    Convert some format to Unicode file names
    
    Seg2, Miniseed, Gse2, Ascii
    Fixed bug for T0 in sac format (+1 day)
    Option to keep original name in export

 src/qtbsignal.cpp        |  100 +++++++++-------
 src/qtbsignal.h          |    8 +-
 src/qtbsignalfile.cpp    |   46 +++++++-
 src/qtbsignalfile.h      |    3 +-
 src/qtbsignalformats.cpp |    2 +-
 src/qtbsignalprocess.h   |    1 -
 src/qtbsubsignalpool.cpp |  294 ++++++++++++++++++++++++++++------------------
 src/qtbsubsignalpool.h   |   32 ++---
 8 files changed, 305 insertions(+), 181 deletions(-)

commit 4dd542ca4bf41510c4ed1912f2a300f53fbdad7c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 30 00:36:37 2009 +0200

    New QtbSignalProcess and architecture for waveform

 admin/makepro                    |    1 +
 src/qtbdoublesignal.cpp          |  151 +++--
 src/qtbdoublesignal.h            |   66 ++-
 src/qtbfilterparameters.cpp      |   81 ++-
 src/qtbfilterparameters.h        |   50 +-
 src/qtbrelativetimerange.cpp     |   50 +-
 src/qtbrelativetimerange.h       |   12 +-
 src/qtbrotateparameters.cpp      |  115 ++++
 src/qtbrotateparameters.h        |   60 ++
 src/qtbsignal.cpp                |    4 +-
 src/qtbsignal.h                  |    2 +-
 src/qtbsignaldb.cpp              |    4 +-
 src/qtbsignalgroup.cpp           |   11 +
 src/qtbsignalgroup.h             |    5 +-
 src/qtbsignalprocess.cpp         | 1178 ++++++++++++++++++++++++++++++++++++++
 src/qtbsignalprocess.h           |  110 ++++
 src/qtbsignaltemplate.cpp        |   52 +-
 src/qtbsignaltemplate.h          |   37 +-
 src/qtbstationprocesssignals.cpp |   11 +-
 src/qtbsubsignalpool.cpp         |  217 ++++---
 src/qtbsubsignalpool.h           |   35 +-
 21 files changed, 2005 insertions(+), 247 deletions(-)

commit 293cad09757f5e2b8f87b951e1c2bf23c7b5e912
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Mar 18 21:06:36 2009 +0100

    Absolute time is better from lastModified (seg2)

 src/qtbsignalfile.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e53c4dea24e4fbb6f4f86603ae9675e8204fadce
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Mar 17 23:22:20 2009 +0100

    Switch gse2 to QFile, fix merging db
    
    Add file name in error reporting ( load...() functions)
    When merging data bases the IDs inside groups were not translated. Now
    the groups of the inserted db are all included in a new folder that the
    user can split afterwards.

 src/qtbsignal.cpp      |  124 +++++++++++++++++++++---------------------------
 src/qtbsignaldb.cpp    |   20 +++++++-
 src/qtbsignaldb.h      |    1 +
 src/qtbsignalgroup.cpp |   28 ++++++++++-
 src/qtbsignalgroup.h   |    1 +
 5 files changed, 102 insertions(+), 72 deletions(-)

commit ff2afbeb21b31df27f078fdc300a2eb2085fa4ee
Merge: 01be311 d33b68c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Mar 8 00:24:27 2009 +0100

    Merge branch 'sesarray-2.0'
    
    Conflicts:
    	admin/info
    	admin/makepro
    	src/qtbdynamicsignal.cpp
    	src/qtbseedlink.cpp
    	src/qtbsignal.cpp
    	src/qtbsignaldb.cpp
    	src/qtbsignalfile.cpp
    	src/qtbstation.cpp
    	src/qtbstation.h
    	src/qtbstationprocesssignals.cpp

commit d33b68c182dc2a91525f03dc7c6bc7fdb7146e85
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Mar 7 21:59:43 2009 +0100

    Set a first DESCRIPTION and CATEGORY

 admin/info |    2 ++
 1 file changed, 2 insertions(+)

commit f404ad9e968aaffeb0f75d98af22051cfaca4c3c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 23:50:18 2009 +0100

    Move version to version-BRANCH
    
    This will ease merge branches, avoid constant conflicts on
    admin/version.

 admin/version              |    5 -----
 admin/version-sesarray-2.0 |    5 +++++
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 01be3116e02cb11fa8610090720e68cab0ccbf1f
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 23:43:31 2009 +0100

    Move version to version-BRANCH
    
    This will ease merge branches, avoid constant conflicts on
    admin/version.

 admin/version        |    5 -----
 admin/version-master |    5 +++++
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 415e995316201545c1c4d2893329ad51a1436830
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 17:58:12 2009 +0100

    Fix license header (homogeneous with 2.1)

 src/geopsycore.cpp               |    2 +-
 src/geopsycore.h                 |    2 +-
 src/geopsycoredllexport.h        |    2 +-
 src/qtbabstractparameters.cpp    |    2 +-
 src/qtbabstractparameters.h      |    2 +-
 src/qtbcityscanner.cpp           |    2 +-
 src/qtbcityscanner.h             |    2 +-
 src/qtbcitysignal.cpp            |    2 +-
 src/qtbcitysignal.h              |    2 +-
 src/qtbcomplexsignal.cpp         |    2 +-
 src/qtbcomplexsignal.h           |    2 +-
 src/qtbdoublesignal.cpp          |    2 +-
 src/qtbdoublesignal.h            |    2 +-
 src/qtbdynamicsignal.cpp         |    2 +-
 src/qtbdynamicsignal.h           |    2 +-
 src/qtbfftwplan.cpp              |    2 +-
 src/qtbfftwplan.h                |    2 +-
 src/qtbfftwplankey.cpp           |    2 +-
 src/qtbfftwplankey.h             |    2 +-
 src/qtbfftwplanstore.cpp         |    2 +-
 src/qtbfftwplanstore.h           |    2 +-
 src/qtbfilterparameters.cpp      |    2 +-
 src/qtbfilterparameters.h        |    2 +-
 src/qtbgeopsy.cpp                |    2 +-
 src/qtbgeopsy.h                  |    2 +-
 src/qtbgeopsyprefs.cpp           |    2 +-
 src/qtbgeopsyprefs.h             |    2 +-
 src/qtbgse.cpp                   |    2 +-
 src/qtbgse.h                     |    2 +-
 src/qtbguralpcompressedblock.cpp |    2 +-
 src/qtbguralpcompressedblock.h   |    2 +-
 src/qtbkeepsignal.cpp            |    2 +-
 src/qtbkeepsignal.h              |    2 +-
 src/qtbminiseedreader.cpp        |    2 +-
 src/qtbminiseedreader.h          |    2 +-
 src/qtbminiseedrecords.cpp       |    2 +-
 src/qtbminiseedrecords.h         |    2 +-
 src/qtbminiseedtrace.cpp         |    2 +-
 src/qtbminiseedtrace.h           |    2 +-
 src/qtbminiseedvolume.cpp        |    2 +-
 src/qtbminiseedvolume.h          |    2 +-
 src/qtbmorletparameters.cpp      |    2 +-
 src/qtbmorletparameters.h        |    2 +-
 src/qtbnormalizationparam.cpp    |    2 +-
 src/qtbnormalizationparam.h      |    2 +-
 src/qtbrelativetimerange.cpp     |    2 +-
 src/qtbrelativetimerange.h       |    2 +-
 src/qtbseedlink.cpp              |    2 +-
 src/qtbseedlink.h                |    2 +-
 src/qtbseedlinkserver.cpp        |    2 +-
 src/qtbseedlinkserver.h          |    2 +-
 src/qtbseedlinkstation.cpp       |    2 +-
 src/qtbseedlinkstation.h         |    2 +-
 src/qtbseedlinkstream.cpp        |    2 +-
 src/qtbseedlinkstream.h          |    2 +-
 src/qtbsignal.cpp                |    2 +-
 src/qtbsignal.h                  |    2 +-
 src/qtbsignaldata.cpp            |    2 +-
 src/qtbsignaldata.h              |    2 +-
 src/qtbsignaldb.cpp              |    2 +-
 src/qtbsignaldb.h                |    2 +-
 src/qtbsignalexpression.cpp      |    2 +-
 src/qtbsignalexpression.h        |    2 +-
 src/qtbsignalfile.cpp            |    2 +-
 src/qtbsignalfile.h              |    2 +-
 src/qtbsignalfilepool.cpp        |    2 +-
 src/qtbsignalfilepool.h          |    2 +-
 src/qtbsignalformats.cpp         |    2 +-
 src/qtbsignalformats.h           |    2 +-
 src/qtbsignalgroup.cpp           |    2 +-
 src/qtbsignalgroup.h             |    2 +-
 src/qtbsignalmember.cpp          |    2 +-
 src/qtbsignalmember.h            |    2 +-
 src/qtbsignaltaper.h             |    2 +-
 src/qtbsignaltemplate.cpp        |    2 +-
 src/qtbsignaltemplate.h          |    2 +-
 src/qtbstation.cpp               |    2 +-
 src/qtbstation.h                 |    2 +-
 src/qtbstationprocesssignals.cpp |    2 +-
 src/qtbstationprocesssignals.h   |    2 +-
 src/qtbstationsignals.cpp        |    2 +-
 src/qtbstationsignals.h          |    2 +-
 src/qtbsubsignalpool.cpp         |    2 +-
 src/qtbsubsignalpool.h           |    2 +-
 src/qtbtimerange.cpp             |    2 +-
 src/qtbtimerange.h               |    2 +-
 src/qtbwindowingparameters.cpp   |    2 +-
 src/qtbwindowingparameters.h     |    2 +-
 88 files changed, 88 insertions(+), 88 deletions(-)

commit 524fce2554ede4b9dc3d03fb6d104cd6b2b0412d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 10:48:06 2009 +0100

    Remove MAKE_*_DLL, add description

 admin/info |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 132a86680d541bdad8fb0947026e815cc0f1e650
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 01:15:20 2009 +0100

    MAKE_*_DLL directly handled by dpconfigure

 admin/info |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ac214746d3ab27ad425a097cd1c165353eee9b99
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 24 01:48:30 2009 +0100

    Remove CONTACT, BUG_MAIL, BUG_TRACKER

 admin/info |    2 --
 1 file changed, 2 deletions(-)

commit b1ba0dfd1a09584886234e172f6f3f8db41bebb9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 22 13:49:08 2009 +0100

    Fix bugs in parsing attributes
    
    Error fixed for QtbRelativeTimeRange, QtbTimeRange
    Also error fixed for exporting attributes in QtbSeedLinkServer,
    QtbSeedLinkStation

 src/qtbrelativetimerange.cpp |    7 ++++---
 src/qtbseedlinkserver.cpp    |    2 +-
 src/qtbseedlinkstation.cpp   |    2 +-
 src/qtbtimerange.cpp         |    3 ++-
 4 files changed, 8 insertions(+), 6 deletions(-)

commit 1a4da06cf188b8a33d93ed7f98277a228a077270
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 20 12:38:24 2009 +0100

    Back to previous link to qtbfortran
    
    Thanks to modification in dpsubsharedlibs for static libs not confused
    anymore with frameworks (Mac OS)

 admin/info    |    2 +-
 admin/makepro |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

commit 91393b8d6f3d6293fe4696c9f5a2977c4d9d3e54
Author: Marc Wathelet <mwathele@Macintosh-9.local>
Date:   Thu Feb 19 23:18:38 2009 +0100

    Move qtbfortran -l from info to makepro
    
    Warning for for(...); replaced by for(...) {}

 admin/info    |    2 +-
 admin/makepro |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

commit ec7e08791c4e33241e0ebbc2c82e04ee1545c42e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 17 18:56:53 2009 +0100

    No longer need f2c even under mingw

 admin/makepro |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e50fdcc488754a4dec51ee999c8b1e34fcb3d0bc
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Feb 16 15:03:54 2009 +0100

    Lincense header in all source files

 src/geopsycore.cpp               |   24 +++++++++++++++++++-----
 src/geopsycore.h                 |   24 +++++++++++++++++++-----
 src/geopsycoredllexport.h        |   24 +++++++++++++++++++-----
 src/qtbabstractparameters.cpp    |   24 +++++++++++++++++++-----
 src/qtbabstractparameters.h      |   24 +++++++++++++++++++-----
 src/qtbcityscanner.cpp           |   24 +++++++++++++++++++-----
 src/qtbcityscanner.h             |   24 +++++++++++++++++++-----
 src/qtbcitysignal.cpp            |   24 +++++++++++++++++++-----
 src/qtbcitysignal.h              |   24 +++++++++++++++++++-----
 src/qtbcomplexsignal.cpp         |   24 +++++++++++++++++++-----
 src/qtbcomplexsignal.h           |   24 +++++++++++++++++++-----
 src/qtbdoublesignal.cpp          |   24 +++++++++++++++++++-----
 src/qtbdoublesignal.h            |   24 +++++++++++++++++++-----
 src/qtbdynamicsignal.cpp         |   24 +++++++++++++++++++-----
 src/qtbdynamicsignal.h           |   24 +++++++++++++++++++-----
 src/qtbfftwplan.cpp              |   24 +++++++++++++++++++-----
 src/qtbfftwplan.h                |   24 +++++++++++++++++++-----
 src/qtbfftwplankey.cpp           |   24 +++++++++++++++++++-----
 src/qtbfftwplankey.h             |   24 +++++++++++++++++++-----
 src/qtbfftwplanstore.cpp         |   24 +++++++++++++++++++-----
 src/qtbfftwplanstore.h           |   24 +++++++++++++++++++-----
 src/qtbfilterparameters.cpp      |   24 +++++++++++++++++++-----
 src/qtbfilterparameters.h        |   24 +++++++++++++++++++-----
 src/qtbgeopsy.cpp                |   24 +++++++++++++++++++-----
 src/qtbgeopsy.h                  |   24 +++++++++++++++++++-----
 src/qtbgeopsyprefs.cpp           |   24 +++++++++++++++++++-----
 src/qtbgeopsyprefs.h             |   24 +++++++++++++++++++-----
 src/qtbgse.cpp                   |   24 +++++++++++++++++++-----
 src/qtbgse.h                     |   24 +++++++++++++++++++-----
 src/qtbguralpcompressedblock.cpp |   24 +++++++++++++++++++-----
 src/qtbguralpcompressedblock.h   |   24 +++++++++++++++++++-----
 src/qtbkeepsignal.cpp            |   24 +++++++++++++++++++-----
 src/qtbkeepsignal.h              |   24 +++++++++++++++++++-----
 src/qtbminiseedreader.cpp        |   24 +++++++++++++++++++-----
 src/qtbminiseedreader.h          |   24 +++++++++++++++++++-----
 src/qtbminiseedrecords.cpp       |   24 +++++++++++++++++++-----
 src/qtbminiseedrecords.h         |   24 +++++++++++++++++++-----
 src/qtbminiseedtrace.cpp         |   24 +++++++++++++++++++-----
 src/qtbminiseedtrace.h           |   24 +++++++++++++++++++-----
 src/qtbminiseedvolume.cpp        |   24 +++++++++++++++++++-----
 src/qtbminiseedvolume.h          |   24 +++++++++++++++++++-----
 src/qtbmorletparameters.cpp      |   24 +++++++++++++++++++-----
 src/qtbmorletparameters.h        |   24 +++++++++++++++++++-----
 src/qtbnormalizationparam.cpp    |   24 +++++++++++++++++++-----
 src/qtbnormalizationparam.h      |   24 +++++++++++++++++++-----
 src/qtbrelativetimerange.cpp     |   24 +++++++++++++++++++-----
 src/qtbrelativetimerange.h       |   24 +++++++++++++++++++-----
 src/qtbseedlink.cpp              |   24 +++++++++++++++++++-----
 src/qtbseedlink.h                |   24 +++++++++++++++++++-----
 src/qtbseedlinkserver.cpp        |   24 +++++++++++++++++++-----
 src/qtbseedlinkserver.h          |   24 +++++++++++++++++++-----
 src/qtbseedlinkstation.cpp       |   24 +++++++++++++++++++-----
 src/qtbseedlinkstation.h         |   24 +++++++++++++++++++-----
 src/qtbseedlinkstream.cpp        |   24 +++++++++++++++++++-----
 src/qtbseedlinkstream.h          |   24 +++++++++++++++++++-----
 src/qtbsignal.cpp                |   24 +++++++++++++++++++-----
 src/qtbsignal.h                  |   24 +++++++++++++++++++-----
 src/qtbsignaldata.cpp            |   24 +++++++++++++++++++-----
 src/qtbsignaldata.h              |   24 +++++++++++++++++++-----
 src/qtbsignaldb.cpp              |   24 +++++++++++++++++++-----
 src/qtbsignaldb.h                |   24 +++++++++++++++++++-----
 src/qtbsignalexpression.cpp      |   24 +++++++++++++++++++-----
 src/qtbsignalexpression.h        |   24 +++++++++++++++++++-----
 src/qtbsignalfile.cpp            |   24 +++++++++++++++++++-----
 src/qtbsignalfile.h              |   24 +++++++++++++++++++-----
 src/qtbsignalfilepool.cpp        |   24 +++++++++++++++++++-----
 src/qtbsignalfilepool.h          |   24 +++++++++++++++++++-----
 src/qtbsignalformats.cpp         |   24 +++++++++++++++++++-----
 src/qtbsignalformats.h           |   24 +++++++++++++++++++-----
 src/qtbsignalgroup.cpp           |   24 +++++++++++++++++++-----
 src/qtbsignalgroup.h             |   24 +++++++++++++++++++-----
 src/qtbsignalmember.cpp          |   24 +++++++++++++++++++-----
 src/qtbsignalmember.h            |   24 +++++++++++++++++++-----
 src/qtbsignaltaper.h             |   24 +++++++++++++++++++-----
 src/qtbsignaltemplate.cpp        |   24 +++++++++++++++++++-----
 src/qtbsignaltemplate.h          |   24 +++++++++++++++++++-----
 src/qtbstation.cpp               |   24 +++++++++++++++++++-----
 src/qtbstation.h                 |   24 +++++++++++++++++++-----
 src/qtbstationprocesssignals.cpp |   24 +++++++++++++++++++-----
 src/qtbstationprocesssignals.h   |   24 +++++++++++++++++++-----
 src/qtbstationsignals.cpp        |   24 +++++++++++++++++++-----
 src/qtbstationsignals.h          |   24 +++++++++++++++++++-----
 src/qtbsubsignalpool.cpp         |   24 +++++++++++++++++++-----
 src/qtbsubsignalpool.h           |   24 +++++++++++++++++++-----
 src/qtbtimerange.cpp             |   24 +++++++++++++++++++-----
 src/qtbtimerange.h               |   24 +++++++++++++++++++-----
 src/qtbwindowingparameters.cpp   |   24 +++++++++++++++++++-----
 src/qtbwindowingparameters.h     |   24 +++++++++++++++++++-----
 88 files changed, 1672 insertions(+), 440 deletions(-)

commit 01a3920f3a47e824a2fc05861ceaba10983091cc
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 15 20:54:41 2009 +0100

    Version 3.2.3

 admin/version |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 155de3712208107cf369bab1e7f20618c18bc53d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 15 16:00:42 2009 +0100

    Moving QtbSignalExpressionContext to libqtbtools
    
    Also fix for SEGY format (IBM float encoding)

 src/qtbsignal.cpp                  |    2 +-
 src/qtbsignalexpression.cpp        |  105 +-----------------------------------
 src/qtbsignalexpression.h          |   15 +-----
 src/qtbsignalexpressioncontext.cpp |   45 ++++++++++++++++
 src/qtbsignalexpressioncontext.h   |   42 +++++++++++++++
 src/qtbsignalformats.cpp           |   14 ++---
 src/qtbsignalformats.h             |    2 +-
 7 files changed, 99 insertions(+), 126 deletions(-)

commit a5740345dde1a7d00e5eed4e8a8e4b1b97ed9904
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Feb 7 15:43:34 2009 +0100

    New license header

 src/geopsycore.cpp               |    8 ++++----
 src/geopsycore.h                 |    8 ++++----
 src/geopsycoredllexport.h        |    8 ++++----
 src/qtbabstractparameters.cpp    |    8 ++++----
 src/qtbabstractparameters.h      |    8 ++++----
 src/qtbcityscanner.cpp           |    8 ++++----
 src/qtbcityscanner.h             |    8 ++++----
 src/qtbcitysignal.cpp            |    8 ++++----
 src/qtbcitysignal.h              |    8 ++++----
 src/qtbcomplexsignal.cpp         |    8 ++++----
 src/qtbcomplexsignal.h           |    8 ++++----
 src/qtbdoublesignal.cpp          |    8 ++++----
 src/qtbdoublesignal.h            |    8 ++++----
 src/qtbdynamicsignal.cpp         |    8 ++++----
 src/qtbdynamicsignal.h           |    8 ++++----
 src/qtbfftwplan.cpp              |    8 ++++----
 src/qtbfftwplan.h                |    8 ++++----
 src/qtbfftwplankey.cpp           |    8 ++++----
 src/qtbfftwplankey.h             |    8 ++++----
 src/qtbfftwplanstore.cpp         |    8 ++++----
 src/qtbfftwplanstore.h           |    8 ++++----
 src/qtbfilterparameters.cpp      |    8 ++++----
 src/qtbfilterparameters.h        |    8 ++++----
 src/qtbgeopsy.cpp                |    8 ++++----
 src/qtbgeopsy.h                  |    8 ++++----
 src/qtbgeopsyprefs.cpp           |    8 ++++----
 src/qtbgeopsyprefs.h             |    8 ++++----
 src/qtbgse.cpp                   |    8 ++++----
 src/qtbgse.h                     |    8 ++++----
 src/qtbguralpcompressedblock.cpp |    8 ++++----
 src/qtbguralpcompressedblock.h   |    8 ++++----
 src/qtbkeepsignal.cpp            |    8 ++++----
 src/qtbkeepsignal.h              |    8 ++++----
 src/qtbminiseedreader.cpp        |    8 ++++----
 src/qtbminiseedreader.h          |    8 ++++----
 src/qtbminiseedrecords.cpp       |    8 ++++----
 src/qtbminiseedrecords.h         |    8 ++++----
 src/qtbminiseedtrace.cpp         |    8 ++++----
 src/qtbminiseedtrace.h           |    8 ++++----
 src/qtbminiseedvolume.cpp        |    8 ++++----
 src/qtbminiseedvolume.h          |    8 ++++----
 src/qtbmorletparameters.cpp      |    8 ++++----
 src/qtbmorletparameters.h        |    8 ++++----
 src/qtbnormalizationparam.cpp    |    8 ++++----
 src/qtbnormalizationparam.h      |    8 ++++----
 src/qtbrelativetimerange.cpp     |    8 ++++----
 src/qtbrelativetimerange.h       |    8 ++++----
 src/qtbseedlink.cpp              |    8 ++++----
 src/qtbseedlink.h                |    8 ++++----
 src/qtbseedlinkserver.cpp        |    8 ++++----
 src/qtbseedlinkserver.h          |    8 ++++----
 src/qtbseedlinkstation.cpp       |    8 ++++----
 src/qtbseedlinkstation.h         |    8 ++++----
 src/qtbseedlinkstream.cpp        |    8 ++++----
 src/qtbseedlinkstream.h          |    8 ++++----
 src/qtbsignal.cpp                |    8 ++++----
 src/qtbsignal.h                  |    8 ++++----
 src/qtbsignaldata.cpp            |    8 ++++----
 src/qtbsignaldata.h              |    8 ++++----
 src/qtbsignaldb.cpp              |    8 ++++----
 src/qtbsignaldb.h                |    8 ++++----
 src/qtbsignalexpression.cpp      |    8 ++++----
 src/qtbsignalexpression.h        |    8 ++++----
 src/qtbsignalfile.cpp            |    8 ++++----
 src/qtbsignalfile.h              |    8 ++++----
 src/qtbsignalfilepool.cpp        |    8 ++++----
 src/qtbsignalfilepool.h          |    8 ++++----
 src/qtbsignalformats.cpp         |    8 ++++----
 src/qtbsignalformats.h           |    8 ++++----
 src/qtbsignalgroup.cpp           |    8 ++++----
 src/qtbsignalgroup.h             |    8 ++++----
 src/qtbsignalmember.cpp          |    8 ++++----
 src/qtbsignalmember.h            |    8 ++++----
 src/qtbsignaltaper.h             |    8 ++++----
 src/qtbsignaltemplate.cpp        |    8 ++++----
 src/qtbsignaltemplate.h          |    8 ++++----
 src/qtbstationlist.cpp           |    8 ++++----
 src/qtbstationlist.h             |    8 ++++----
 src/qtbstationprocesssignals.cpp |    8 ++++----
 src/qtbstationprocesssignals.h   |    8 ++++----
 src/qtbstationsignals.cpp        |    8 ++++----
 src/qtbstationsignals.h          |    8 ++++----
 src/qtbsubsignalpool.cpp         |    8 ++++----
 src/qtbsubsignalpool.h           |    8 ++++----
 src/qtbtimegaps.cpp              |    8 ++++----
 src/qtbtimegaps.h                |    8 ++++----
 src/qtbtimerange.cpp             |    8 ++++----
 src/qtbtimerange.h               |    8 ++++----
 src/qtbwindowingparameters.cpp   |    8 ++++----
 src/qtbwindowingparameters.h     |    8 ++++----
 90 files changed, 360 insertions(+), 360 deletions(-)

commit 6d16ff0e78c3bf509b4af5695205d47116e67df8
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 4 19:16:18 2009 +0100

    Include GPL header directly in source tree
    
    Better for distribution directly from git repository

 src/geopsycore.cpp               |   16 +++++++++++++++-
 src/geopsycore.h                 |   16 +++++++++++++++-
 src/geopsycoredllexport.h        |   16 +++++++++++++++-
 src/qtbabstractparameters.cpp    |   16 +++++++++++++++-
 src/qtbabstractparameters.h      |   16 +++++++++++++++-
 src/qtbcityscanner.cpp           |   16 +++++++++++++++-
 src/qtbcityscanner.h             |   16 +++++++++++++++-
 src/qtbcitysignal.cpp            |   16 +++++++++++++++-
 src/qtbcitysignal.h              |   16 +++++++++++++++-
 src/qtbcomplexsignal.cpp         |   16 +++++++++++++++-
 src/qtbcomplexsignal.h           |   16 +++++++++++++++-
 src/qtbdoublesignal.cpp          |   16 +++++++++++++++-
 src/qtbdoublesignal.h            |   16 +++++++++++++++-
 src/qtbdynamicsignal.cpp         |   16 +++++++++++++++-
 src/qtbdynamicsignal.h           |   16 +++++++++++++++-
 src/qtbfftwplan.cpp              |   16 +++++++++++++++-
 src/qtbfftwplan.h                |   16 +++++++++++++++-
 src/qtbfftwplankey.cpp           |   16 +++++++++++++++-
 src/qtbfftwplankey.h             |   16 +++++++++++++++-
 src/qtbfftwplanstore.cpp         |   16 +++++++++++++++-
 src/qtbfftwplanstore.h           |   16 +++++++++++++++-
 src/qtbfilterparameters.cpp      |   16 +++++++++++++++-
 src/qtbfilterparameters.h        |   16 +++++++++++++++-
 src/qtbgeopsy.cpp                |   16 +++++++++++++++-
 src/qtbgeopsy.h                  |   16 +++++++++++++++-
 src/qtbgeopsyprefs.cpp           |   16 +++++++++++++++-
 src/qtbgeopsyprefs.h             |   16 +++++++++++++++-
 src/qtbgse.cpp                   |   16 +++++++++++++++-
 src/qtbgse.h                     |   16 +++++++++++++++-
 src/qtbguralpcompressedblock.cpp |   16 +++++++++++++++-
 src/qtbguralpcompressedblock.h   |   16 +++++++++++++++-
 src/qtbkeepsignal.cpp            |   16 +++++++++++++++-
 src/qtbkeepsignal.h              |   16 +++++++++++++++-
 src/qtbminiseedreader.cpp        |   16 +++++++++++++++-
 src/qtbminiseedreader.h          |   16 +++++++++++++++-
 src/qtbminiseedrecords.cpp       |   16 +++++++++++++++-
 src/qtbminiseedrecords.h         |   16 +++++++++++++++-
 src/qtbminiseedtrace.cpp         |   16 +++++++++++++++-
 src/qtbminiseedtrace.h           |   16 +++++++++++++++-
 src/qtbminiseedvolume.cpp        |   16 +++++++++++++++-
 src/qtbminiseedvolume.h          |   16 +++++++++++++++-
 src/qtbmorletparameters.cpp      |   16 +++++++++++++++-
 src/qtbmorletparameters.h        |   16 +++++++++++++++-
 src/qtbnormalizationparam.cpp    |   16 +++++++++++++++-
 src/qtbnormalizationparam.h      |   16 +++++++++++++++-
 src/qtbrelativetimerange.cpp     |   16 +++++++++++++++-
 src/qtbrelativetimerange.h       |   16 +++++++++++++++-
 src/qtbseedlink.cpp              |   16 +++++++++++++++-
 src/qtbseedlink.h                |   16 +++++++++++++++-
 src/qtbseedlinkserver.cpp        |   16 +++++++++++++++-
 src/qtbseedlinkserver.h          |   16 +++++++++++++++-
 src/qtbseedlinkstation.cpp       |   16 +++++++++++++++-
 src/qtbseedlinkstation.h         |   16 +++++++++++++++-
 src/qtbseedlinkstream.cpp        |   16 +++++++++++++++-
 src/qtbseedlinkstream.h          |   16 +++++++++++++++-
 src/qtbsignal.cpp                |   16 +++++++++++++++-
 src/qtbsignal.h                  |   16 +++++++++++++++-
 src/qtbsignaldata.cpp            |   16 +++++++++++++++-
 src/qtbsignaldata.h              |   16 +++++++++++++++-
 src/qtbsignaldb.cpp              |   16 +++++++++++++++-
 src/qtbsignaldb.h                |   16 +++++++++++++++-
 src/qtbsignalexpression.cpp      |   16 +++++++++++++++-
 src/qtbsignalexpression.h        |   16 +++++++++++++++-
 src/qtbsignalfile.cpp            |   16 +++++++++++++++-
 src/qtbsignalfile.h              |   16 +++++++++++++++-
 src/qtbsignalfilepool.cpp        |   16 +++++++++++++++-
 src/qtbsignalfilepool.h          |   16 +++++++++++++++-
 src/qtbsignalformats.cpp         |   16 +++++++++++++++-
 src/qtbsignalformats.h           |   16 +++++++++++++++-
 src/qtbsignalgroup.cpp           |   16 +++++++++++++++-
 src/qtbsignalgroup.h             |   16 +++++++++++++++-
 src/qtbsignalmember.cpp          |   16 +++++++++++++++-
 src/qtbsignalmember.h            |   16 +++++++++++++++-
 src/qtbsignaltaper.h             |   16 +++++++++++++++-
 src/qtbsignaltemplate.cpp        |   16 +++++++++++++++-
 src/qtbsignaltemplate.h          |   16 +++++++++++++++-
 src/qtbstationlist.cpp           |   16 +++++++++++++++-
 src/qtbstationlist.h             |   16 +++++++++++++++-
 src/qtbstationprocesssignals.cpp |   16 +++++++++++++++-
 src/qtbstationprocesssignals.h   |   16 +++++++++++++++-
 src/qtbstationsignals.cpp        |   16 +++++++++++++++-
 src/qtbstationsignals.h          |   16 +++++++++++++++-
 src/qtbsubsignalpool.cpp         |   16 +++++++++++++++-
 src/qtbsubsignalpool.h           |   16 +++++++++++++++-
 src/qtbtimegaps.cpp              |   16 +++++++++++++++-
 src/qtbtimegaps.h                |   16 +++++++++++++++-
 src/qtbtimerange.cpp             |   16 +++++++++++++++-
 src/qtbtimerange.h               |   16 +++++++++++++++-
 src/qtbwindowingparameters.cpp   |   16 +++++++++++++++-
 src/qtbwindowingparameters.h     |   16 +++++++++++++++-
 90 files changed, 1350 insertions(+), 90 deletions(-)

commit aaede21d4c281061bd2b4b24e9f71fd3110e6235
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 4 16:32:19 2009 +0100

    Clean info file

 admin/info |    2 --
 1 file changed, 2 deletions(-)

commit 934da536ee418c626731c53511f24c71f023bd2e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Jan 31 00:24:21 2009 +0100

    Fix warnings for uninitialized variables
    
    Also fix warnings for abusive casts

 src/qtbsignal.cpp         |   22 ++++++++++++++--------
 src/qtbsignaldb.cpp       |    1 +
 src/qtbsignalfile.cpp     |    3 +++
 src/qtbsignaltemplate.h   |    2 +-
 src/qtbstationsignals.cpp |    1 +
 src/qtbsubsignalpool.cpp  |    5 +++--
 6 files changed, 23 insertions(+), 11 deletions(-)

commit 4032d63e062ef356b2924388f54236c5bed96014
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 16 01:28:10 2009 +0100

    Moved to new configure directly based on qmake

 admin/makepro |    4 ++++
 1 file changed, 4 insertions(+)

commit bbd304e0359446c7281129eeba05b9766c3e679e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 16 01:24:19 2009 +0100

    Moved to new configure directly based on qmake

 admin/info    |    3 +--
 admin/makepro |    2 ++
 2 files changed, 3 insertions(+), 2 deletions(-)

commit b0dee96d9fe042fdfc6ee192ac9bb414660bffd7
Author: marc <marc>
Date:   Tue Jan 13 13:09:22 2009 +0000

    Version 3.3.0-snapshot-20090113

 admin/version |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 350559b9319f989b943e54d3955a9793e9ce12f9
Author: marc <marc>
Date:   Tue Jan 13 09:19:59 2009 +0000

    Dynamic signals accept double or int for new samples

 src/qtbdynamicsignal.cpp |   12 +++++++++++-
 src/qtbdynamicsignal.h   |    4 +++-
 2 files changed, 14 insertions(+), 2 deletions(-)

commit aedcfd6e0a7d9d5ca88a62ad69f1e7de49ed03ad
Author: marc <marc>
Date:   Mon Jan 12 18:34:45 2009 +0000

    Bug fixed for subtracting subpool when 'bysig' is included in subpool (no effect after this signal because was set to zero)

 src/qtbsignalfile.cpp    |    2 +-
 src/qtbsignalformats.h   |    2 +-
 src/qtbsubsignalpool.cpp |   17 ++++++++++++++---
 3 files changed, 16 insertions(+), 5 deletions(-)

commit f3421795ea48f1d85eb630d9e7cc1264ded2fea4
Author: marc <marc>
Date:   Mon Dec 8 13:46:25 2008 +0000

    Version 3.3.0-snapshot-20081208

 admin/version |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d98513609c47e532af01cbaf903247da17950b8b
Author: marc <marc>
Date:   Mon Dec 8 07:08:20 2008 +0000

    Remove fortran code for Mac and Windows

 src/qtbdoublesignal.cpp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 17fdd23b5e7ebd63b847d3213130c50b44d868e3
Author: marc <marc>
Date:   Sun Dec 7 14:12:29 2008 +0000

    Not significative changes

 admin/info              |    3 +--
 admin/makepro           |    2 +-
 src/qtbdoublesignal.cpp |    8 +++++++-
 3 files changed, 9 insertions(+), 4 deletions(-)

commit 486437367d6879a3f1c5bb595fbf745db26ae727
Author: marc <marc>
Date:   Sat Dec 6 11:18:09 2008 +0000

    Version 3.3.0-snapshot-20081206

 admin/version |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6d25a57a7b2337ea3b2cf2dc8dfc809532ba9c2d
Author: marc <marc>
Date:   Fri Dec 5 22:30:54 2008 +0000

    Version 3.3.0-snapshot-20081205

 admin/version |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 867e39b35df5ff1919cb9ea177a1ffd64c12b075
Author: marc <marc>
Date:   Thu Dec 4 17:05:49 2008 +0000

    Version 3.3.0-snapshot-20081204

 admin/version |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 6cec6aad3e17a606a534a826a629983e698ebd12
Author: marc <marc>
Date:   Mon Dec 1 15:32:06 2008 +0000

    Version 3.3.0-snapshot-20081201

 admin/version |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 0f829f9fce978be942bd217ea0cb2317b87f2a17
Author: marc <marc>
Date:   Mon Dec 1 15:25:18 2008 +0000

    Bug fixed if signal format is given in loadSignal arguments.

 src/qtbgeopsy.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8864ae4417419e4c75e6806cdb295aac9581dc5d
Author: marc <marc>
Date:   Fri Nov 28 16:20:20 2008 +0000

    Version 3.3.0-snapshot-20081128

 admin/version |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 745a2c67d7d78ed51942fd6c83926072c2d2bb52
Author: marc <marc>
Date:   Tue Nov 25 13:52:27 2008 +0000

    Version 3.3.0-snapshot-20081125

 admin/version |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 06a4cf7269a3a1566188d325d8c8ab7e788be859
Author: marc <marc>
Date:   Tue Nov 25 13:41:54 2008 +0000

    Not significative changes

 src/qtbsignal.cpp     |    8 ++++++--
 src/qtbsignalfile.cpp |    2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

commit b5e41c25001d16f79662257d5774481ebaf5b21b
Author: marc <marc>
Date:   Mon Nov 10 11:46:49 2008 +0000

    New XML attribute interface

 src/qtbrelativetimerange.cpp |   18 ++++++++++--------
 src/qtbrelativetimerange.h   |    2 +-
 src/qtbseedlinkserver.cpp    |   18 ++++++++++--------
 src/qtbseedlinkserver.h      |    2 +-
 src/qtbseedlinkstation.cpp   |   20 +++++++++++---------
 src/qtbseedlinkstation.h     |    2 +-
 src/qtbseedlinkstream.cpp    |   25 ++++++++++++-------------
 src/qtbseedlinkstream.h      |    2 +-
 src/qtbsignal.cpp            |    6 +++---
 src/qtbsignaldb.cpp          |    4 ++--
 src/qtbsignalfile.cpp        |    4 ++--
 src/qtbsignalgroup.cpp       |    4 ++--
 src/qtbtimerange.cpp         |   11 ++++++-----
 src/qtbtimerange.h           |    2 +-
 14 files changed, 63 insertions(+), 57 deletions(-)

commit 4dff2bb4afa2d12548f5cd6510daa5f96c6843eb
Author: marc <marc>
Date:   Sat Nov 8 10:01:23 2008 +0000

    Use QtbNumber::toDouble to convert from float to avoid uggly conversion precision for round numbers.

 src/qtbcitysignal.cpp    |    2 +-
 src/qtbcitysignal.h      |   10 +++++-----
 src/qtbdoublesignal.cpp  |   11 ++++++-----
 src/qtbsignal.cpp        |   13 +++++++------
 src/qtbsignalfile.cpp    |   23 +++++++++++++----------
 src/qtbsignalformats.cpp |    3 ++-
 6 files changed, 34 insertions(+), 28 deletions(-)

commit d6cdd2b9486a2c9e5015cff09137df0f8bffcf70
Author: marc <marc>
Date:   Wed Oct 29 17:37:48 2008 +0000

    Version 3.3.0-snapshot-20081029

 admin/version |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 511bc8ca8560bcf26910d75e7ac81df6e0bc5444
Author: marc <marc>
Date:   Wed Oct 29 17:29:02 2008 +0000

    Dependency to system fftw
    Fortran code directly included in code source

 admin/info              |    4 +-
 src/fft_power2.f        |  175 +++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbdoublesignal.cpp |    4 +-
 src/qtbsignal.cpp       |    1 -
 4 files changed, 179 insertions(+), 5 deletions(-)

commit 9cef95b88dc0e26af5e22e63c661721c1bfde554
Author: marc <marc>
Date:   Tue Oct 28 18:08:38 2008 +0000

    Version 3.3.0-snapshot-20081028

 admin/version |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c56fe147baf7f8891b710e0e8decc81602156958
Author: marc <marc>
Date:   Mon Oct 27 19:25:37 2008 +0000

    Merge with 2.0.4
    Change FILE to QFile in cityshark
    Erase now erase all file and reset card

 INSTALL                 |   51 -------
 LICENSE.GPL             |  341 -----------------------------------------------
 src/qtbcityscanner.cpp  |   81 ++++++++---
 src/qtbcityscanner.h    |   11 +-
 src/qtbcitysignal.cpp   |   42 +++---
 src/qtbcitysignal.h     |   19 +--
 src/qtbdoublesignal.cpp |   22 ++-
 src/qtbgeopsyprefs.cpp  |    2 +
 src/qtbsignaldb.cpp     |   60 ++++++---
 src/qtbsignalfile.cpp   |   83 +++++-------
 10 files changed, 188 insertions(+), 524 deletions(-)

commit 66fc1928ce3ce252f2642bd04eff2b3b043b31e6
Author: marc <marc>
Date:   Thu Oct 23 13:46:59 2008 +0000

    Remove LICENSE.GPL and INSTALL from cvs

 INSTALL     |   51 ---------
 LICENSE.GPL |  341 -----------------------------------------------------------
 2 files changed, 392 deletions(-)

commit d19a2585dfa6abb106a55fe2a9d21a1a993aeee8
Author: marc <marc>
Date:   Thu Oct 23 12:17:39 2008 +0000

    Version 3.2.3

 admin/version |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 22401dd3bd4ccf45e58ce92329a1eddbd18e7a23
Author: marc <marc>
Date:   Thu Oct 23 12:17:10 2008 +0000

    Default to "keep T0 as is" when loading a Sardine database
    Fix readLine problem with \r\n for version 1 and 2 databases
    Determine format base on QFile except for Guralp format

 src/qtbgeopsyprefs.cpp |    2 ++
 src/qtbsignaldb.cpp    |   60 +++++++++++++++++++++-------------
 src/qtbsignalfile.cpp  |   83 +++++++++++++++++++++---------------------------
 3 files changed, 77 insertions(+), 68 deletions(-)

commit a9bd520591c83a0730d927039173051287e6de0a
Author: marc <marc>
Date:   Wed Oct 22 18:16:37 2008 +0000

    Not significative changes

 src/qtbcitysignal.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 39f68c72fdb2ef236b38ee5d0879e41319039290
Author: marc <marc>
Date:   Tue Oct 21 18:57:38 2008 +0000

    Correct comments for Konno smoothing

 src/qtbdoublesignal.cpp |   19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

commit 1d1e71e6274fe52b451a8d805750844d7dd4000a
Author: marc <marc>
Date:   Thu Oct 16 08:51:15 2008 +0000

    New interface for QtbExpressionContext requires a list of functions

 src/qtbsignalexpression.cpp |   13 +++++++++++++
 src/qtbsignalexpression.h   |    1 +
 2 files changed, 14 insertions(+)

commit 2eef84691c7e5d3e7a757d8f8ff87bbb13d739f6
Author: marc <marc>
Date:   Tue Oct 7 14:33:09 2008 +0000

    Version 3.3.0-snapshot-20081007

 admin/version |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit e23065da4c7f7cc86750636a8dc5808c63c759e5
Author: marc <marc>
Date:   Thu Oct 2 18:43:56 2008 +0000

    Version 3.3.0-snapshot-20081002

 admin/version |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit fb498ba9acce147179ab2552fe7850e78d646ef1
Author: marc <marc>
Date:   Thu Oct 2 16:51:02 2008 +0000

    Correction factor for overSample()
    Preference now include make-up for map and graphics
    mergeStations(), overSample() now return another subpool with results

 src/qtbdoublesignal.cpp  |    8 ++++----
 src/qtbgeopsyprefs.cpp   |   38 +++++++++++++++++++++++++++++++++-----
 src/qtbgeopsyprefs.h     |   15 +++++++++++----
 src/qtbsignal.cpp        |    1 +
 src/qtbsubsignalpool.cpp |   13 ++++++++-----
 src/qtbsubsignalpool.h   |    4 ++--
 6 files changed, 59 insertions(+), 20 deletions(-)

commit 54bf74dd7986e3079df88efc28f393232ac8023b
Author: marc <marc>
Date:   Thu Oct 2 16:43:39 2008 +0000

    Correct amplitudes by factor when over sampling

 src/qtbdoublesignal.cpp |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

commit f6226302f829400c62663897dfba08f3addf94ce
Author: marc <marc>
Date:   Sat Sep 27 00:01:18 2008 +0000

    QtbStation removed replace by QtbNamedPoint

 src/qtbstation.cpp |    9 ---------
 src/qtbstation.h   |   38 --------------------------------------
 2 files changed, 47 deletions(-)

commit b0268b6169dd6ba9d4da82ac73eb29e278198380
Author: marc <marc>
Date:   Fri Aug 8 10:05:38 2008 +0000

    New versioning system

 admin/info              |    4 ----
 admin/version           |    5 +++++
 src/geopsycoreversion.h |    5 -----
 src/qtbsignal.cpp       |    7 ++++++-
 src/qtbstationlist.cpp  |    4 +---
 src/qtbstationlist.h    |    4 +---
 src/qtbtimegaps.cpp     |    4 +---
 src/qtbtimegaps.h       |    4 +---
 8 files changed, 15 insertions(+), 22 deletions(-)

commit 9b5635c88af42175fbe86acdf0c72a6e38237887
Author: marc <marc>
Date:   Fri Aug 8 10:03:04 2008 +0000

    New versioning system

 admin/info              |    4 ----
 admin/version           |    5 +++++
 src/geopsycoreversion.h |    5 -----
 3 files changed, 5 insertions(+), 9 deletions(-)

commit a4db623ec35b5ee4ad3c6cc4d1bbae7d79777346
Author: marc <marc>
Date:   Thu Aug 7 10:46:04 2008 +0000

    Blank release names

 src/geopsycoreversion.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 329a73a98a57005db02c72ac34c1561a26659feb
Author: marc <marc>
Date:   Wed Aug 6 11:05:33 2008 +0000

    Fix slowness of multi column ascii load

 src/qtbsignal.cpp |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 5f702b151019edeefad7c1c776b4b0ad7d4f3a09
Author: marc <marc>
Date:   Mon Aug 4 20:30:38 2008 +0000

    Merge with branch sesarray-2_0

 admin/info               |    2 +-
 src/geopsycoreversion.h  |    4 ++--
 src/qtbdynamicsignal.cpp |    2 +-
 src/qtbsignalfile.cpp    |    9 ++++++++-
 4 files changed, 12 insertions(+), 5 deletions(-)

commit 6b0f9ac212a4c0f2ecbafef0b5857437cdcc5a24
Author: marc <marc>
Date:   Mon Aug 4 15:30:25 2008 +0000

    Version 3.2.2

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 95873d82cfe1a8e4f7d256e544b685320891ba66
Author: marc <marc>
Date:   Mon Aug 4 14:20:10 2008 +0000

    Not significative changes

 src/qtbsignalfile.cpp |    3 +++
 1 file changed, 3 insertions(+)

commit a6d5d6f950a40bb349c814ca7046aa6cdd098994
Author: marc <marc>
Date:   Mon Aug 4 09:35:26 2008 +0000

    Monitoring of time gaps, included in keep computation
    Activity monitor and regular expression selector for seed link loader
    Function to query server and station for streams matchin regular expressions
    Integer encoding for segy format
    Automatic byte order detector for segy
    Dynamic initialization of QtbStationSignals

 admin/file_formats/seg_y_rev1.pdf |  Bin 0 -> 531158 bytes
 src/qtbcomplexsignal.cpp          |    2 +-
 src/qtbdynamicsignal.cpp          |   73 ++++++---
 src/qtbkeepsignal.cpp             |   39 ++++-
 src/qtbrelativetimerange.cpp      |    4 +-
 src/qtbseedlink.cpp               |   41 +++--
 src/qtbseedlink.h                 |    7 +-
 src/qtbseedlinkserver.cpp         |   18 ++-
 src/qtbseedlinkserver.h           |    3 +
 src/qtbseedlinkstation.cpp        |   43 ++++-
 src/qtbseedlinkstation.h          |    3 +
 src/qtbseedlinkstream.cpp         |   72 +++++----
 src/qtbseedlinkstream.h           |    1 +
 src/qtbsignal.cpp                 |  107 ++++++------
 src/qtbsignal.h                   |    5 +-
 src/qtbsignalfile.cpp             |   19 +--
 src/qtbsignalformats.cpp          |   84 ++++++++++
 src/qtbsignalformats.h            |    9 +-
 src/qtbsignalgroup.cpp            |    4 +-
 src/qtbstation.h                  |    2 -
 src/qtbstationlist.cpp            |  123 ++++++++++++++
 src/qtbstationlist.h              |   40 +++++
 src/qtbstationprocesssignals.cpp  |    2 +-
 src/qtbstationsignals.cpp         |  248 +++++++++++++++++++---------
 src/qtbstationsignals.h           |   24 ++-
 src/qtbsubsignalpool.cpp          |   10 +-
 src/qtbsubsignalpool.h            |    2 +-
 src/qtbtimegaps.cpp               |  322 +++++++++++++++++++++++++++++++++++++
 src/qtbtimegaps.h                 |   44 +++++
 src/qtbtimerange.cpp              |   13 ++
 src/qtbtimerange.h                |    5 +
 src/qtbwindowingparameters.cpp    |   11 ++
 32 files changed, 1155 insertions(+), 225 deletions(-)

commit fb1a855aa73662ccf3fa504fd5895727e291f37b
Author: marc <marc>
Date:   Fri Aug 1 16:39:59 2008 +0000

    Support for integer encoding in segy format

 src/qtbsignal.cpp     |   36 ++++++++++++++++++++++++++++++++----
 src/qtbsignalfile.cpp |    9 ++++++++-
 2 files changed, 40 insertions(+), 5 deletions(-)

commit 453f89004f50918e697cc02c6d9166f16023b9c7
Author: marc <marc>
Date:   Tue Jul 29 14:07:35 2008 +0000

    Bug fixed for rotating buffers

 src/qtbdynamicsignal.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 0a16c7c3738325aabfcaaaca9ceff9512e4c62c5
Author: marc <marc>
Date:   Wed Jul 9 13:10:08 2008 +0000

    Fix complete lock in case of simultaneous draw and QtbDynamicSignal::set (double mutex context with data and amplitude mutex)
    Set proper signal name for su, segy formats
    Fix bug when deleting QtbDynamicSignal

 src/qtbdynamicsignal.cpp |   46 ++++++++++++++++++++++++++++++----------------
 src/qtbseedlink.cpp      |   10 +++++-----
 src/qtbsignal.cpp        |   20 ++++++++++++++++----
 src/qtbsignalfile.cpp    |    6 +++++-
 4 files changed, 56 insertions(+), 26 deletions(-)

commit 2125bbfad4d0248e23a07cfad429b56d8e101e86
Author: marc <marc>
Date:   Fri Jul 4 15:00:25 2008 +0000

    $id in header of file removed (required when merging branches).

 admin/info                       |    2 +-
 src/geopsycore.cpp               |    4 +---
 src/geopsycore.h                 |    4 +---
 src/geopsycoredllexport.h        |    4 +---
 src/geopsycoreversion.h          |    4 ++--
 src/qtbabstractparameters.cpp    |    4 +---
 src/qtbabstractparameters.h      |    4 +---
 src/qtbcityscanner.cpp           |    4 +---
 src/qtbcityscanner.h             |    4 +---
 src/qtbcitysignal.cpp            |    4 +---
 src/qtbcitysignal.h              |    4 +---
 src/qtbcomplexsignal.cpp         |    4 +---
 src/qtbcomplexsignal.h           |    4 +---
 src/qtbdoublesignal.cpp          |    4 +---
 src/qtbdoublesignal.h            |    4 +---
 src/qtbdynamicsignal.cpp         |    4 +---
 src/qtbdynamicsignal.h           |    4 +---
 src/qtbfftwplan.cpp              |    4 +---
 src/qtbfftwplan.h                |    4 +---
 src/qtbfftwplankey.cpp           |    4 +---
 src/qtbfftwplankey.h             |    4 +---
 src/qtbfftwplanstore.cpp         |    4 +---
 src/qtbfftwplanstore.h           |    4 +---
 src/qtbfilterparameters.cpp      |    4 +---
 src/qtbfilterparameters.h        |    4 +---
 src/qtbgeopsy.cpp                |    4 +---
 src/qtbgeopsy.h                  |    4 +---
 src/qtbgeopsyprefs.cpp           |    4 +---
 src/qtbgeopsyprefs.h             |    4 +---
 src/qtbgse.cpp                   |    4 +---
 src/qtbgse.h                     |    4 +---
 src/qtbguralpcompressedblock.cpp |    4 +---
 src/qtbguralpcompressedblock.h   |    4 +---
 src/qtbkeepsignal.cpp            |    4 +---
 src/qtbkeepsignal.h              |    4 +---
 src/qtbminiseedreader.cpp        |    4 +---
 src/qtbminiseedreader.h          |    4 +---
 src/qtbminiseedrecords.cpp       |    4 +---
 src/qtbminiseedrecords.h         |    4 +---
 src/qtbminiseedtrace.cpp         |    4 +---
 src/qtbminiseedtrace.h           |    4 +---
 src/qtbminiseedvolume.cpp        |    4 +---
 src/qtbminiseedvolume.h          |    4 +---
 src/qtbmorletparameters.cpp      |    4 +---
 src/qtbmorletparameters.h        |    4 +---
 src/qtbnormalizationparam.cpp    |    4 +---
 src/qtbnormalizationparam.h      |    4 +---
 src/qtbrelativetimerange.cpp     |    4 +---
 src/qtbrelativetimerange.h       |    4 +---
 src/qtbseedlink.cpp              |    4 +---
 src/qtbseedlink.h                |    4 +---
 src/qtbseedlinkserver.cpp        |    4 +---
 src/qtbseedlinkserver.h          |    4 +---
 src/qtbseedlinkstation.cpp       |    4 +---
 src/qtbseedlinkstation.h         |    4 +---
 src/qtbseedlinkstream.cpp        |    4 +---
 src/qtbseedlinkstream.h          |    4 +---
 src/qtbsignal.cpp                |    4 +---
 src/qtbsignal.h                  |    4 +---
 src/qtbsignaldata.cpp            |    4 +---
 src/qtbsignaldata.h              |    4 +---
 src/qtbsignaldb.cpp              |    4 +---
 src/qtbsignaldb.h                |    4 +---
 src/qtbsignalexpression.cpp      |    4 +---
 src/qtbsignalexpression.h        |    4 +---
 src/qtbsignalfile.cpp            |   12 +-----------
 src/qtbsignalfile.h              |    4 +---
 src/qtbsignalfilepool.cpp        |   11 ++++++++---
 src/qtbsignalfilepool.h          |    4 +---
 src/qtbsignalformats.cpp         |    4 +---
 src/qtbsignalformats.h           |    8 +++-----
 src/qtbsignalgroup.cpp           |    4 +---
 src/qtbsignalgroup.h             |    4 +---
 src/qtbsignalmember.cpp          |    4 +---
 src/qtbsignalmember.h            |    4 +---
 src/qtbsignaltaper.h             |    4 +---
 src/qtbsignaltemplate.cpp        |    4 +---
 src/qtbsignaltemplate.h          |    4 +---
 src/qtbstation.cpp               |    4 +---
 src/qtbstation.h                 |    4 +---
 src/qtbstationprocesssignals.cpp |    6 ++----
 src/qtbstationprocesssignals.h   |    4 +---
 src/qtbstationsignals.cpp        |    4 +---
 src/qtbstationsignals.h          |    4 +---
 src/qtbsubsignalpool.cpp         |    9 +++------
 src/qtbsubsignalpool.h           |    4 +---
 src/qtbtimerange.cpp             |    4 +---
 src/qtbtimerange.h               |    4 +---
 src/qtbwindowingparameters.cpp   |    4 +---
 src/qtbwindowingparameters.h     |    4 +---
 90 files changed, 103 insertions(+), 281 deletions(-)

commit 6e9ccac7342a239866fe4596dc9e95984f391d45
Author: marc <marc>
Date:   Fri Jul 4 14:58:50 2008 +0000

    $id in header of file removed (required when merging branches).

 src/geopsycore.cpp               |    4 +---
 src/geopsycore.h                 |    4 +---
 src/geopsycoredllexport.h        |    4 +---
 src/qtbabstractparameters.cpp    |    4 +---
 src/qtbabstractparameters.h      |    4 +---
 src/qtbcityscanner.cpp           |    4 +---
 src/qtbcityscanner.h             |    4 +---
 src/qtbcitysignal.cpp            |    4 +---
 src/qtbcitysignal.h              |    4 +---
 src/qtbcomplexsignal.cpp         |    4 +---
 src/qtbcomplexsignal.h           |    4 +---
 src/qtbdoublesignal.cpp          |    4 +---
 src/qtbdoublesignal.h            |    4 +---
 src/qtbdynamicsignal.cpp         |    4 +---
 src/qtbdynamicsignal.h           |    4 +---
 src/qtbfftwplan.cpp              |    4 +---
 src/qtbfftwplan.h                |    4 +---
 src/qtbfftwplankey.cpp           |    4 +---
 src/qtbfftwplankey.h             |    4 +---
 src/qtbfftwplanstore.cpp         |    4 +---
 src/qtbfftwplanstore.h           |    4 +---
 src/qtbfilterparameters.cpp      |    4 +---
 src/qtbfilterparameters.h        |    4 +---
 src/qtbgeopsy.cpp                |    4 +---
 src/qtbgeopsy.h                  |    4 +---
 src/qtbgeopsyprefs.cpp           |    4 +---
 src/qtbgeopsyprefs.h             |    4 +---
 src/qtbgse.cpp                   |    4 +---
 src/qtbgse.h                     |    4 +---
 src/qtbguralpcompressedblock.cpp |    4 +---
 src/qtbguralpcompressedblock.h   |    4 +---
 src/qtbkeepsignal.cpp            |    4 +---
 src/qtbkeepsignal.h              |    4 +---
 src/qtbminiseedreader.cpp        |    4 +---
 src/qtbminiseedreader.h          |    4 +---
 src/qtbminiseedrecords.cpp       |    4 +---
 src/qtbminiseedrecords.h         |    4 +---
 src/qtbminiseedtrace.cpp         |    4 +---
 src/qtbminiseedtrace.h           |    4 +---
 src/qtbminiseedvolume.cpp        |    4 +---
 src/qtbminiseedvolume.h          |    4 +---
 src/qtbmorletparameters.cpp      |    4 +---
 src/qtbmorletparameters.h        |    4 +---
 src/qtbnormalizationparam.cpp    |    4 +---
 src/qtbnormalizationparam.h      |    4 +---
 src/qtbrelativetimerange.cpp     |    4 +---
 src/qtbrelativetimerange.h       |    4 +---
 src/qtbseedlink.cpp              |    4 +---
 src/qtbseedlink.h                |    4 +---
 src/qtbseedlinkserver.cpp        |    4 +---
 src/qtbseedlinkserver.h          |    4 +---
 src/qtbseedlinkstation.cpp       |    4 +---
 src/qtbseedlinkstation.h         |    4 +---
 src/qtbseedlinkstream.cpp        |    4 +---
 src/qtbseedlinkstream.h          |    4 +---
 src/qtbsignal.cpp                |    4 +---
 src/qtbsignal.h                  |    4 +---
 src/qtbsignaldata.cpp            |    4 +---
 src/qtbsignaldata.h              |    4 +---
 src/qtbsignaldb.cpp              |    4 +---
 src/qtbsignaldb.h                |    4 +---
 src/qtbsignalexpression.cpp      |    4 +---
 src/qtbsignalexpression.h        |    4 +---
 src/qtbsignalfile.cpp            |    4 +---
 src/qtbsignalfile.h              |    4 +---
 src/qtbsignalfilepool.cpp        |    4 +---
 src/qtbsignalfilepool.h          |    4 +---
 src/qtbsignalformats.cpp         |    4 +---
 src/qtbsignalformats.h           |    4 +---
 src/qtbsignalgroup.cpp           |    4 +---
 src/qtbsignalgroup.h             |    4 +---
 src/qtbsignalmember.cpp          |    4 +---
 src/qtbsignalmember.h            |    4 +---
 src/qtbsignaltaper.h             |    4 +---
 src/qtbsignaltemplate.cpp        |    4 +---
 src/qtbsignaltemplate.h          |    4 +---
 src/qtbstation.cpp               |    4 +---
 src/qtbstation.h                 |    4 +---
 src/qtbstationprocesssignals.cpp |    4 +---
 src/qtbstationprocesssignals.h   |    4 +---
 src/qtbstationsignals.cpp        |    4 +---
 src/qtbstationsignals.h          |    4 +---
 src/qtbsubsignalpool.cpp         |    4 +---
 src/qtbsubsignalpool.h           |    4 +---
 src/qtbtimerange.cpp             |    4 +---
 src/qtbtimerange.h               |    4 +---
 src/qtbwindowingparameters.cpp   |    4 +---
 src/qtbwindowingparameters.h     |    4 +---
 88 files changed, 88 insertions(+), 264 deletions(-)

commit 3dde49261d4c30361ced502cc4fa08b649c1a195
Author: marc <marc>
Date:   Mon Jun 30 14:37:45 2008 +0000

    Version 3.2.1

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit c10d2e48531f43bbd5c26a22f8f85bc827348e64
Author: marc <marc>
Date:   Fri Jun 27 07:17:12 2008 +0000

    Not significative changes

 src/qtbsubsignalpool.cpp |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit ea8bcccc4f8a79ee0b52965827cbf7dd6495c7e4
Author: marc <marc>
Date:   Tue Jun 24 17:28:42 2008 +0000

    Fix reading of SU format with high number of samples
    Additional warning when loading SU format with automatic recognition about endian problem.
    qtbsignalformats.h is modified but not affecting the size of the structure, hence still compatible binary interface

 src/qtbsignalfile.cpp            |   10 +---------
 src/qtbsignalfilepool.cpp        |    9 ++++++++-
 src/qtbsignalformats.h           |    6 +++---
 src/qtbstationprocesssignals.cpp |    4 ++--
 4 files changed, 14 insertions(+), 15 deletions(-)

commit 67c7ff9c94b5897e5327c66ffeff9d726113c2ad
Author: marc <marc>
Date:   Sat Jun 21 13:34:03 2008 +0000

    *** empty log message ***

 admin/file_formats/STN01_apollo_0000_20080218_141527.seed |  Bin 0 -> 7897088 bytes
 admin/file_formats/a001n.sg2                              |  Bin 0 -> 832244 bytes
 admin/file_formats/seisan_8.1.pdf                         |  Bin 0 -> 1964372 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

commit 499056ef6c863c93393dc428db8a086c8cb33992
Author: marc <marc>
Date:   Mon Jun 16 14:27:38 2008 +0000

    Version 3.2.0

 admin/info               |    4 ++--
 src/geopsycoreversion.h  |    4 ++--
 src/qtbsignal.cpp        |    3 +--
 src/qtbsignalfile.cpp    |   12 +-----------
 src/qtbsignalfile.h      |    3 +--
 src/qtbsubsignalpool.cpp |    3 +--
 6 files changed, 8 insertions(+), 21 deletions(-)

commit 991ba641e3d3ff808eb0d0ac5dfb713911d73908
Author: marc <marc>
Date:   Mon Jun 9 17:36:19 2008 +0000

    Fix bug in correlations
    All subpool function like cut, stalta, fftPower2, merge,... now return another subpool which is show by geopsy in another graphic window

 src/qtbdoublesignal.cpp  |    6 ++--
 src/qtbsubsignalpool.cpp |   78 ++++++++++++++++++++++++++++++++--------------
 src/qtbsubsignalpool.h   |   14 ++++-----
 3 files changed, 64 insertions(+), 34 deletions(-)

commit 844d40c695104676ebc2e81fe597312762f6867d
Author: marc <marc>
Date:   Wed Jun 4 13:50:08 2008 +0000

    Avoid static variable in Guralp decompression
    Bug fixed for reading Guralp samples (byte alignement error)

 src/qtbguralpcompressedblock.cpp |   40 +++++++++++++++++++-------------------
 src/qtbguralpcompressedblock.h   |    4 ++--
 src/qtbsignalformats.h           |    5 ++---
 3 files changed, 24 insertions(+), 25 deletions(-)

commit f4a257315069d7e8244b175842354f8abccb8a78
Author: marc <marc>
Date:   Fri May 30 00:04:21 2008 +0000

    Version 3.1.5

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 9e020d1e225fe4440b4edd1ccc08a2c8ef8f8ed8
Author: marc <marc>
Date:   Fri May 30 00:01:46 2008 +0000

    Not significative changes

 src/qtbgeopsy.cpp     |    6 ++++--
 src/qtbsignaldb.cpp   |    8 +++++---
 src/qtbsignalfile.cpp |    6 ++++--
 3 files changed, 13 insertions(+), 7 deletions(-)

commit 2eb88b74cd0415cc4197f5cef687926e702c1dfc
Author: marc <marc>
Date:   Sun May 25 20:27:18 2008 +0000

    Not significative changes

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 913af74df98c27166369a7fcaadae0ce62337a3b
Author: marc <marc>
Date:   Thu May 22 22:46:30 2008 +0000

    Make sure signals are in time for QtbStationSignals (consequence for all tools, avoid user mismatch with spectra and waveforms)

 src/qtbdoublesignal.cpp   |   12 ++++++------
 src/qtbsignal.cpp         |    8 +++++++-
 src/qtbsignaltemplate.h   |   10 +++++-----
 src/qtbstationsignals.cpp |    4 +++-
 4 files changed, 21 insertions(+), 13 deletions(-)

commit c939f4b8bc2dd5dd407c5325ad5896798ba303c1
Author: marc <marc>
Date:   Fri May 16 20:06:07 2008 +0000

    Version 3.1.2

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 409e35233c90995c6c0dd9b57a77df763944e002
Author: marc <marc>
Date:   Fri May 16 17:16:07 2008 +0000

    Not significative changes

 src/qtbkeepsignal.h              |    6 +-
 src/qtbrelativetimerange.cpp     |  153 ++++++++++++++++++++++++++++++++++++++
 src/qtbrelativetimerange.h       |   89 ++++++++++++++++++++++
 src/qtbsignal.h                  |   22 +++---
 src/qtbstationprocesssignals.cpp |    8 +-
 src/qtbstationprocesssignals.h   |   10 +--
 src/qtbsubsignalpool.cpp         |   18 ++---
 src/qtbsubsignalpool.h           |   10 +--
 src/qtbtimelimitsparam.cpp       |   74 ------------------
 src/qtbtimelimitsparam.h         |   68 -----------------
 src/qtbtimerange.cpp             |   63 ++++++++++++++++
 src/qtbtimerange.h               |  125 +++++++++++++++++++++++++++++++
 src/qtbtimewindow.cpp            |   36 ---------
 src/qtbtimewindow.h              |  118 -----------------------------
 14 files changed, 467 insertions(+), 333 deletions(-)

commit 629bed38d4146c8e9553063730d72bfff29d4e60
Author: marc <marc>
Date:   Wed May 14 17:51:21 2008 +0000

    Not significative changes

 src/qtbsignal.cpp |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 4eaf1509e1911d9e7349a80eeb97217be74fe757
Author: marc <marc>
Date:   Mon May 12 23:10:38 2008 +0000

    Review of QtbTimeLimitsParam: now can recover dialog box from parameters
    (record original type), support storage as QVariant

 src/qtbtimelimitsparam.cpp |   57 +++++++++++++++++++++++++++++++++++++-------
 src/qtbtimelimitsparam.h   |   28 ++++++++++++++++++----
 src/qtbtimewindow.h        |    3 ++-
 3 files changed, 75 insertions(+), 13 deletions(-)

commit e83f2b87078199cbaf3fd454c9e7ccc8f8f73da8
Author: marc <marc>
Date:   Fri May 9 22:27:56 2008 +0000

    Version 3.1.1

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit bc4ddfa0ebe1ed03e96b7e9e9320b845594347ac
Author: marc <marc>
Date:   Fri May 9 20:41:43 2008 +0000

    Correct QtbKeepSignal::merge to support merging of keep signals with distinct t0 and number of samples.
    Bug fixed if loading of ascii file in column fails to read all columns and warning if not all samples can be read, when there are risks of corruption.

 src/qtbkeepsignal.cpp |   27 +++++++++++++++++++--------
 src/qtbsignal.cpp     |   23 +++++++++++++++++++----
 2 files changed, 38 insertions(+), 12 deletions(-)

commit 915154011f20d39787e2331c0a7588f352ced6d0
Author: marc <marc>
Date:   Wed May 7 17:20:28 2008 +0000

    XML function of QtbSignal no longer protected (needed by QtbSignalInt)

 src/qtbsignal.h   |    6 +++---
 src/qtbsignaldb.h |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 950b33b79962ee0bf7d6eed3bc857d699ae9813f
Author: marc <marc>
Date:   Fri Apr 25 18:56:45 2008 +0000

    Version 3.1.0

 admin/info               |    2 +-
 src/geopsycoreversion.h  |    4 ++--
 src/qtbsignal.cpp        |    6 +++++-
 src/qtbsignalfile.cpp    |    8 +++++++-
 src/qtbsignalformats.h   |   13 ++-----------
 src/qtbsubsignalpool.cpp |    3 ++-
 6 files changed, 19 insertions(+), 17 deletions(-)

commit 77963edac2170293020cda9115aa1e22ed90f974
Author: marc <marc>
Date:   Fri Apr 25 15:29:47 2008 +0000

    Implementation of Tromino Ascii format

 src/qtbsignal.cpp     |    3 +-
 src/qtbsignalfile.cpp |   92 ++++++++++++++++++++++++++++++++++++++++++++++++-
 src/qtbsignalfile.h   |    4 ++-
 3 files changed, 96 insertions(+), 3 deletions(-)

commit 88c4942f70af794aa668d1bdc47b55265f62c8db
Author: marc <marc>
Date:   Fri Apr 25 14:15:33 2008 +0000

    Bug fixed for loading miniseed with overlaping records

 src/qtbminiseedtrace.cpp |   31 +++++++++++++++++++++++++------
 1 file changed, 25 insertions(+), 6 deletions(-)

commit 917f1af6365de677d9155d1c7ff9c1c66f75ef6a
Author: marc <marc>
Date:   Wed Apr 9 01:21:41 2008 +0000

    decimateTime and overSample improved (not limited to a multiplication by factor 2)
    Bug fixes for dynamic signals
    Miniseed export format

 src/qtbdoublesignal.cpp        |   60 +++++++++++++++++----------
 src/qtbdoublesignal.h          |    6 +--
 src/qtbdynamicsignal.cpp       |   29 +++++++++----
 src/qtbdynamicsignal.h         |    4 +-
 src/qtbminiseedtrace.cpp       |   11 +++--
 src/qtbminiseedtrace.h         |    4 +-
 src/qtbseedlink.cpp            |   48 ++++++++++++++--------
 src/qtbseedlink.h              |    6 +--
 src/qtbseedlinkstream.cpp      |    3 +-
 src/qtbsignal.cpp              |   88 +++++++++++++++++++++++++++++++++++++++-
 src/qtbsignal.h                |    4 +-
 src/qtbsignalfilepool.cpp      |    6 +--
 src/qtbstationprocesssignals.h |    5 ++-
 src/qtbsubsignalpool.cpp       |   66 ++++++++++++++++++++++++++----
 src/qtbsubsignalpool.h         |    7 ++--
 15 files changed, 265 insertions(+), 82 deletions(-)

commit f600ec3ead94a2159fa643feb4a2b7a13db52c0c
Author: marc <marc>
Date:   Mon Mar 17 15:01:27 2008 +0000

    Temporary fix for seed link demo

 src/qtbdynamicsignal.cpp |  112 ++++++++++++++++++++++++----------------------
 src/qtbdynamicsignal.h   |    4 +-
 2 files changed, 60 insertions(+), 56 deletions(-)

commit 2a44fe341e333ba980658d2c5e4f4e65f71db638
Author: marc <marc>
Date:   Wed Mar 5 07:32:13 2008 +0000

    Version 3.0.0

 admin/info              |    6 +++---
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 93c64179dc0a2671dcaa8e9456d3baf2aa18650f
Author: marc <marc>
Date:   Tue Mar 4 23:04:03 2008 +0000

    Bug fixed loading city2 files: wrong start time was read (factor 1000 for milliseconds), reported by Gaillot.

 src/qtbsignalfile.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 665d494d769759f6a466f482a9ab31b3515343de
Author: marc <marc>
Date:   Sun Mar 2 11:28:12 2008 +0000

    Test and nearly full debug of multi-thread lock/unlock of signals

 src/qtbcitysignal.cpp            |   10 +-
 src/qtbcomplexsignal.cpp         |   47 ++--
 src/qtbcomplexsignal.h           |   10 +-
 src/qtbdoublesignal.cpp          |  444 ++++++++++++++++---------------------
 src/qtbdoublesignal.h            |   50 +++--
 src/qtbdynamicsignal.cpp         |   84 +++----
 src/qtbdynamicsignal.h           |    6 +-
 src/qtbfftwplan.cpp              |    9 +-
 src/qtbfftwplan.h                |    7 +-
 src/qtbfftwplanstore.cpp         |    6 +-
 src/qtbfftwplanstore.h           |    6 +-
 src/qtbkeepsignal.cpp            |   20 +-
 src/qtbsignal.cpp                |  456 ++++++++++++++++++--------------------
 src/qtbsignal.h                  |   55 ++---
 src/qtbsignaltemplate.cpp        |   14 +-
 src/qtbsignaltemplate.h          |  219 +++++++++---------
 src/qtbstationprocesssignals.cpp |   36 ++-
 src/qtbstationprocesssignals.h   |   10 +-
 src/qtbstationsignals.cpp        |    6 +-
 src/qtbstationsignals.h          |    8 +-
 src/qtbsubsignalpool.cpp         |  403 +++++++++++++--------------------
 src/qtbsubsignalpool.h           |    7 +-
 src/qtbtimelimitsparam.cpp       |    4 +-
 src/qtbtimelimitsparam.h         |    4 +-
 24 files changed, 853 insertions(+), 1068 deletions(-)

commit 331496319e66b0728f6cd5881a87c07caae51722
Author: marc <marc>
Date:   Fri Feb 29 00:18:25 2008 +0000

    New full thread-safe signals (not finished)

 src/qtbdoublesignal.cpp   | 1666 ++++++++++++++++++++++++---------------------
 src/qtbdoublesignal.h     |  155 +++--
 src/qtbkeepsignal.cpp     |   22 +-
 src/qtbkeepsignal.h       |    4 +-
 src/qtbsignal.cpp         |  821 +++++++++++-----------
 src/qtbsignal.h           |  218 +++---
 src/qtbsignaldata.cpp     |    4 +-
 src/qtbsignaltemplate.cpp |    5 +-
 src/qtbsignaltemplate.h   |  246 ++++---
 src/qtbstation.h          |   24 +-
 src/qtbsubsignalpool.cpp  |  418 ++++++------
 src/qtbsubsignalpool.h    |   34 +-
 12 files changed, 1900 insertions(+), 1717 deletions(-)

commit 457b15543a28f95146a0952e8c5f5a88322c2170
Author: marc <marc>
Date:   Mon Feb 25 18:33:40 2008 +0000

    Not significative changes

 src/qtbfftwplan.h |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 6e937798a046e7cfd27d90bf74d290429275c3ef
Author: marc <marc>
Date:   Fri Feb 22 18:31:34 2008 +0000

    QtbStationSignals split to avoid mixing up of const parameters and data produced during a process

 src/qtbstationprocesssignals.cpp |  267 ++++++++++++++++++++++++++++++++++++
 src/qtbstationprocesssignals.h   |   59 ++++++++
 src/qtbstationsignals.cpp        |  282 +++-----------------------------------
 src/qtbstationsignals.h          |   39 +-----
 src/qtbsubsignalpool.cpp         |   18 +--
 src/qtbsubsignalpool.h           |    6 +-
 src/qtbtimelimitsparam.cpp       |   14 +-
 src/qtbtimelimitsparam.h         |    8 +-
 src/qtbwindowingparameters.cpp   |   20 ++-
 src/qtbwindowingparameters.h     |    7 +-
 10 files changed, 394 insertions(+), 326 deletions(-)

commit 158fd22488edc573c0aad63e290d84807395efe0
Author: marc <marc>
Date:   Thu Feb 7 19:15:44 2008 +0000

    New cache for fftw plans. Creating plan and destroying plan for each fft was not efficient for parallel computing. In one thread, it has no change on performances because fftw has already some kind of cache, but not thread-safe.

 src/qtbdoublesignal.cpp    |   53 +++++++++++++++++++-------------------
 src/qtbdoublesignal.h      |    4 ++-
 src/qtbfftwplan.cpp        |   59 +++++++++++++++++++++++++++++++++++++++++++
 src/qtbfftwplan.h          |   38 ++++++++++++++++++++++++++++
 src/qtbfftwplankey.cpp     |   47 ++++++++++++++++++++++++++++++++++
 src/qtbfftwplankey.h       |   40 +++++++++++++++++++++++++++++
 src/qtbfftwplanstore.cpp   |   60 ++++++++++++++++++++++++++++++++++++++++++++
 src/qtbfftwplanstore.h     |   28 +++++++++++++++++++++
 src/qtbseedlinkstation.cpp |    4 +--
 9 files changed, 303 insertions(+), 30 deletions(-)

commit 14859257365c151ae4205298de0ee46eea5fb6b3
Author: marc <marc>
Date:   Wed Feb 6 18:37:40 2008 +0000

    Default values for QtbFilterParameters
    New copy constructor for QtbStationSignals
    More dynamic QtbWindowingParameters, new operator=
    These improvements are related to new multi-thread implementation in geopsyarray

 src/qtbdoublesignal.cpp        |    6 ++--
 src/qtbdoublesignal.h          |    4 +--
 src/qtbfilterparameters.cpp    |   10 +++++-
 src/qtbfilterparameters.h      |    4 ++-
 src/qtbstationsignals.cpp      |   57 ++++++++++++++++++++--------------
 src/qtbstationsignals.h        |   12 +++++---
 src/qtbwindowingparameters.cpp |   66 ++++++++++++++++++++++++++++++++--------
 src/qtbwindowingparameters.h   |   16 ++++++----
 8 files changed, 122 insertions(+), 53 deletions(-)

commit 35ee5defa2531100f6a478ca798942e2407f1839
Author: marc <marc>
Date:   Fri Jan 18 14:48:11 2008 +0000

    Version 2.6.1

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit e8026252316563889c2584ee544d460636390862
Author: marc <marc>
Date:   Tue Jan 15 18:30:16 2008 +0000

    Bug fixed for geosig ascii format: other units than 'g' are now accepted.

 src/qtbsignalfile.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1ca8b4c94c9ca33f1437441610cac2cdc08b5c19
Author: marc <marc>
Date:   Fri Jan 11 16:48:23 2008 +0000

    Not significative changes

 src/qtbsignalfile.cpp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit c8226e8b8dc066d78a42fe8e0db4d9e3fb6ca4a1
Author: marc <marc>
Date:   Mon Jan 7 20:18:10 2008 +0000

    Bug fixed for all time limits (wrong set of end/start)

 src/qtbtimewindow.h |   14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

commit a2ac53114f089b92237b4dd66bbba0e47d4bfedb
Author: marc <marc>
Date:   Thu Jan 3 00:40:22 2008 +0000

    Version 2.6.0

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit c1b6ad14c96feb7ce24582f82fe5cb74aae14586
Author: marc <marc>
Date:   Thu Dec 27 17:54:38 2007 +0000

    Not significative changes

 .../file_formats/syscom_testfiles/code_sniplet.cpp |    1 +
 src/qtbcityscanner.cpp                             |   11 ++-
 src/qtbcitysignal.cpp                              |   10 ++-
 src/qtbcitysignal.h                                |    5 +-
 src/qtbcomplexsignal.cpp                           |    6 +-
 src/qtbdoublesignal.cpp                            |   50 ++++++++++++-
 src/qtbdoublesignal.h                              |   11 ++-
 src/qtbdynamicsignal.cpp                           |    9 ++-
 src/qtbgeopsy.cpp                                  |   14 +++-
 src/qtbgeopsyprefs.cpp                             |   10 ++-
 src/qtbgse.cpp                                     |    9 ++-
 src/qtbguralpcompressedblock.cpp                   |    8 +-
 src/qtbguralpcompressedblock.h                     |    4 +-
 src/qtbkeepsignal.cpp                              |    7 +-
 src/qtbminiseedreader.cpp                          |    5 +-
 src/qtbminiseedrecords.cpp                         |    4 +-
 src/qtbminiseedtrace.cpp                           |   11 ++-
 src/qtbminiseedvolume.cpp                          |    9 ++-
 src/qtbmorletparameters.cpp                        |    5 +-
 src/qtbmorletparameters.h                          |    3 +-
 src/qtbnormalizationparam.cpp                      |    5 +-
 src/qtbnormalizationparam.h                        |    3 +-
 src/qtbseedlink.cpp                                |   16 +++-
 src/qtbseedlinkserver.cpp                          |    8 +-
 src/qtbseedlinkstation.cpp                         |    7 +-
 src/qtbseedlinkstation.h                           |    3 +-
 src/qtbseedlinkstream.cpp                          |    8 +-
 src/qtbsignal.cpp                                  |   70 +++++++++++++++++-
 src/qtbsignal.h                                    |   12 ++-
 src/qtbsignaldata.cpp                              |   13 +++-
 src/qtbsignaldb.cpp                                |   28 ++++++-
 src/qtbsignalexpression.cpp                        |    7 +-
 src/qtbsignalfile.cpp                              |   50 ++++++++++++-
 src/qtbsignalfilepool.cpp                          |    8 +-
 src/qtbsignalformats.cpp                           |   19 ++++-
 src/qtbsignalgroup.cpp                             |   14 +++-
 src/qtbsignalgroup.h                               |    3 +-
 src/qtbsignalmember.h                              |    4 +-
 src/qtbsignaltaper.h                               |    4 +-
 src/qtbsignaltemplate.h                            |   19 ++++-
 src/qtbstationsignals.cpp                          |   18 ++++-
 src/qtbstationsignals.h                            |    8 +-
 src/qtbsubsignalpool.cpp                           |   77 +++++++++++++++++++-
 src/qtbsubsignalpool.h                             |    4 +-
 src/qtbtimelimitsparam.cpp                         |    4 +-
 src/qtbtimelimitsparam.h                           |    4 +-
 src/qtbtimewindow.h                                |   11 ++-
 src/qtbwindowingparameters.cpp                     |   11 ++-
 src/qtbwindowingparameters.h                       |    3 +-
 49 files changed, 583 insertions(+), 50 deletions(-)

commit c8f83185f0edbaa5d6f80725354c5eac46433ec8
Author: marc <marc>
Date:   Fri Nov 30 15:16:15 2007 +0000

    Version 2.5.0

 admin/info              |    4 ++--
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit f7c72eccac4ea0d3d0f153cc7b7246462f622584
Author: marc <marc>
Date:   Fri Nov 30 14:17:34 2007 +0000

    Comments for QtbSignalTemplate
    Implicit High pass filter removed from QtbStationSignal (set as option)
    Conversion factor for exporting SAF set to scientific rather than fixed

 src/qtbsignaltemplate.cpp |  167 +++++++++++++++++++++++++++++++++++++++++++--
 src/qtbsignaltemplate.h   |   11 +--
 src/qtbstationsignals.cpp |  129 +++++++++++++++++++---------------
 src/qtbstationsignals.h   |   11 ++-
 src/qtbsubsignalpool.cpp  |    4 +-
 5 files changed, 251 insertions(+), 71 deletions(-)

commit 2a265ec244329f6ae427e7b74f8d5db3cb888d24
Author: marc <marc>
Date:   Mon Nov 19 23:21:35 2007 +0000

    Version 2.4.3

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 8e5cd294ae901a2e64e5c9a9a428081d93733be4
Author: marc <marc>
Date:   Fri Nov 16 16:28:07 2007 +0000

    W0 for morlet removed and fixed to 6

 src/qtbdoublesignal.cpp     |    8 ++++----
 src/qtbgeopsy.cpp           |    4 ++--
 src/qtbmorletparameters.cpp |    7 +++----
 src/qtbmorletparameters.h   |    5 +----
 4 files changed, 10 insertions(+), 14 deletions(-)

commit 0715aa2b5933b7bf7cd476c490c12ddaec6e8b80
Author: marc <marc>
Date:   Thu Nov 15 12:10:32 2007 +0000

    Not significative changes

 src/qtbgeopsy.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 019e21f91a27a111ebe426de08d4d4704496fcf4
Author: marc <marc>
Date:   Wed Nov 14 00:49:05 2007 +0000

    Version 2.4.2

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 396bd161097090fed813f49f8afebe11c24f7ffd
Author: marc <marc>
Date:   Tue Nov 13 23:18:56 2007 +0000

    Not significative changes

 src/qtbdoublesignal.cpp     |    8 ++++----
 src/qtbmorletparameters.cpp |   13 ++++++++++---
 src/qtbmorletparameters.h   |   19 +++++++++++++++----
 3 files changed, 29 insertions(+), 11 deletions(-)

commit 77f0b3484b9fb1c9e660e1029ffb565979a14dd7
Author: marc <marc>
Date:   Tue Nov 13 00:00:54 2007 +0000

    Bug fixed for multi column ascii files with a single column

 src/qtbsignal.cpp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit febd54295bab90857f80279bc1fbb2d9566ab935
Author: marc <marc>
Date:   Mon Nov 5 17:40:11 2007 +0000

    Version 2.4.1

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 34fd4168474c8dfb6114dd4c41d5b3ca63862cce
Author: marc <marc>
Date:   Mon Nov 5 11:16:23 2007 +0000

    Not significative changes

 src/qtbsignalfile.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 47bb2a51bbff293e6d4a8cfa8bb21c5144c922d6
Author: marc <marc>
Date:   Mon Oct 29 19:48:50 2007 +0000

    Filtered init and merge of original signals is put in a separate function that must called from any re-implementation of setSignals

 src/qtbstationsignals.cpp |   13 +++++++++++--
 src/qtbstationsignals.h   |    3 ++-
 2 files changed, 13 insertions(+), 3 deletions(-)

commit 637026f56a8e0fa596ad852f702fd3f46b7db3ab
Author: marc <marc>
Date:   Thu Oct 25 17:32:48 2007 +0000

    Bug fixed for exporting SU, wrong coordinates

 src/qtbsignal.cpp |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit e94b36a489d7426d594889c0112e9eca72a8e8a6
Author: marc <marc>
Date:   Wed Oct 24 20:57:34 2007 +0000

    Not significative changes

 src/qtbminiseedrecords.h |    4 +++-
 src/qtbminiseedtrace.h   |    4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 55ab2fa80fd557f8d02ecec6db4b484fcee01d76
Author: marc <marc>
Date:   Wed Oct 24 19:18:44 2007 +0000

    Version 2.4.0

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit de021aa8c95f42f048d6f92b419b4bd72f08864e
Author: marc <marc>
Date:   Wed Oct 24 18:13:12 2007 +0000

    By default, geopsy core can redirect messages and progress to console
    Dead lock fixed in QtbKeepSignal
    Fix for SU format
    Experimental pre-filter for station signals

 src/qtbgeopsy.cpp         |   32 ++++++++++++++++++++++++++-
 src/qtbgeopsy.h           |   15 ++++++++-----
 src/qtbkeepsignal.cpp     |   28 ++++++++++++------------
 src/qtbsignalfile.cpp     |   11 +++++-----
 src/qtbstationsignals.cpp |   53 ++++++++++++++++++++++++++++++++++++++++-----
 src/qtbstationsignals.h   |    5 +++--
 6 files changed, 110 insertions(+), 34 deletions(-)

commit c7649a2ef9dd72f31876f98dfcc9632dfd9b9465
Author: marc <marc>
Date:   Mon Oct 22 13:38:31 2007 +0000

    Not significative changes

 src/qtbminiseedrecords.cpp |   25 ++++++++++++++++++++++---
 src/qtbminiseedtrace.cpp   |    6 +++---
 2 files changed, 25 insertions(+), 6 deletions(-)

commit 36632234f0c2f39483b66f6a181809d28edf1774
Author: marc <marc>
Date:   Mon Oct 22 13:10:53 2007 +0000

    Syscom formats partially implemented (missing VMX)
    Miniseed now fully recognize interlaced traces and gap between records
    Bug fixed in parsing and recognizing an ascii file

 src/qtbminiseedreader.cpp  |   83 +++++++++++
 src/qtbminiseedreader.h    |   38 +++++
 src/qtbminiseedrecords.cpp |   29 ++++
 src/qtbminiseedrecords.h   |   42 ++++++
 src/qtbminiseedtrace.cpp   |  171 +++++++++++++++++++++++
 src/qtbminiseedtrace.h     |   62 +++++++++
 src/qtbminiseedvolume.cpp  |  138 +++++++++++++++++++
 src/qtbminiseedvolume.h    |   37 +++++
 src/qtbsignal.cpp          |  151 +++++++++++---------
 src/qtbsignal.h            |   12 +-
 src/qtbsignaldata.cpp      |    4 +-
 src/qtbsignalfile.cpp      |  327 ++++++++++++++++++++++++++++----------------
 src/qtbsignalfile.h        |    9 +-
 src/qtbsignalformats.cpp   |   75 +++++-----
 src/qtbsignalformats.h     |  142 ++++++++++++++++---
 src/qtbsubsignalpool.cpp   |    5 +-
 16 files changed, 1071 insertions(+), 254 deletions(-)

commit 5c69f85a9f613354474c747eb490d10184839cfb
Author: marc <marc>
Date:   Thu Oct 18 16:43:44 2007 +0000

    *** empty log message ***

 admin/file_formats/2007.10.05-06.05.13.RA.OGDH.00.ENE.mseed |  Bin 0 -> 12288 bytes
 admin/file_formats/2007.10.05-06.05.13.RA.OGDH.00.ENN.mseed |  Bin 0 -> 12288 bytes
 admin/file_formats/2007.10.05-06.05.13.RA.OGDH.00.ENZ.mseed |  Bin 0 -> 12288 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)

commit 2adf858b714bb93839b126e47fab2cfdaeaee6fd
Author: marc <marc>
Date:   Thu Oct 18 16:42:58 2007 +0000

    Version 2.3.0

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit cd0e821853af3b4f5d1039cabe381a16c50f64ad
Author: marc <marc>
Date:   Thu Oct 18 15:34:49 2007 +0000

    Miniseed fully implemented
    Format for import and export revised to avoid confusion: removed the format specification based on index of user interface list. Now restricted to QtbSignalFile::Format. User lists are automatically built from enum Format. Switch case generated waring when adding a new format.

 admin/info                |    2 +-
 src/qtbgeopsy.cpp         |   59 +++----
 src/qtbgeopsy.h           |    9 +-
 src/qtbgeopsyprefs.cpp    |   13 +-
 src/qtbgeopsyprefs.h      |    6 +-
 src/qtbseedlink.cpp       |   11 +-
 src/qtbsignal.cpp         |  105 ++++++++++-
 src/qtbsignal.h           |    3 +-
 src/qtbsignalfile.cpp     |  428 ++++++++++++++++++++++++++++++++++++++-------
 src/qtbsignalfile.h       |   25 ++-
 src/qtbsignalfilepool.cpp |   48 +----
 src/qtbsignalfilepool.h   |    5 +-
 src/qtbsignalformats.cpp  |   53 +++++-
 src/qtbsignalformats.h    |   13 +-
 src/qtbsubsignalpool.cpp  |   89 +++++++++-
 src/qtbsubsignalpool.h    |   41 ++---
 16 files changed, 706 insertions(+), 204 deletions(-)

commit 029c062d217a27a07270dc10aae5032f89ef60f4
Author: marc <marc>
Date:   Mon Oct 15 17:24:11 2007 +0000

    Guralp GCF format supported
    Bug fixed for all usage of QtbStationSignals where the station is empty

 src/qtbgeopsy.cpp                |    5 +-
 src/qtbguralpcompressedblock.cpp |  305 ++++++++++++++++++++++++++++++++++++++
 src/qtbguralpcompressedblock.h   |   77 ++++++++++
 src/qtbsignal.cpp                |   61 +++++++-
 src/qtbsignal.h                  |    4 +-
 src/qtbsignaldata.cpp            |    4 +-
 src/qtbsignalfile.cpp            |  145 ++++++++++++++----
 src/qtbsignalfile.h              |    6 +-
 src/qtbsignalfilepool.cpp        |    5 +-
 src/qtbstationsignals.cpp        |   12 +-
 src/qtbstationsignals.h          |   68 ++++++++-
 11 files changed, 641 insertions(+), 51 deletions(-)

commit 49d9a35f20fadf59cf2859a3c2606a01ae5412fd
Author: marc <marc>
Date:   Fri Oct 12 09:18:09 2007 +0000

    Bug fixed for time reference dialog: takes previous t0 into account
    ASCII mutli channel load improved to accept skipped text columns
    ASCII GeoSig format supported

 admin/file_formats/10041609.004      |75013 ++++++++++++++++++++++++++++++++++
 admin/file_formats/10041609.444      |75013 ++++++++++++++++++++++++++++++++++
 admin/file_formats/GeoDAS_Manual.pdf |  Bin 0 -> 2721791 bytes
 admin/file_formats/geosig_time.txt   |    9 +
 src/qtbcitysignal.cpp                |    4 +-
 src/qtbgeopsy.cpp                    |   32 +-
 src/qtbgeopsy.h                      |    4 +-
 src/qtbgse.cpp                       |    4 +-
 src/qtbgse.h                         |    4 +-
 src/qtbsignal.cpp                    |  119 +-
 src/qtbsignal.h                      |    4 +-
 src/qtbsignaldb.cpp                  |    5 +-
 src/qtbsignalfile.cpp                |  268 +-
 src/qtbsignalfile.h                  |    8 +-
 src/qtbsignalfilepool.cpp            |    7 +-
 src/qtbsignalformats.cpp             |  112 +-
 src/qtbsignalformats.h               |    8 +-
 17 files changed, 150362 insertions(+), 252 deletions(-)

commit a95a811c8c0f2d51da5b294a9bb69df9c3ed1bbc
Author: marc <marc>
Date:   Thu Oct 4 14:51:38 2007 +0000

    Recover after errors generated by the server renewal

 src/qtbdoublesignal.cpp   |    6 +++---
 src/qtbstationsignals.cpp |   30 ++++++++++++++++--------------
 src/qtbstationsignals.h   |    5 +++--
 3 files changed, 22 insertions(+), 19 deletions(-)

commit 3117b341c7e962891e65f158438d17461ffaa590
Author: marc <marc>
Date:   Mon Sep 24 15:17:47 2007 +0000

    Morlet wavelet has now its own parameter object
    It has been diconnected from the filtering options
    New function to over sample a signal
    Bug fixed for the order of formats in dialog boxes.

 src/geopsycoreversion.h     |    2 +-
 src/qtbdoublesignal.cpp     |   65 ++++++++++++++++++++++++++++++-------------
 src/qtbdoublesignal.h       |    6 ++--
 src/qtbfilterparameters.h   |    9 ++----
 src/qtbgeopsy.cpp           |   19 +++++++------
 src/qtbmorletparameters.cpp |   30 ++++++++++++++++++++
 src/qtbmorletparameters.h   |   28 +++++++++++++++++++
 src/qtbsignal.cpp           |   17 ++++++++---
 src/qtbsignal.h             |    3 +-
 src/qtbsignalfile.cpp       |   15 ++++++++--
 src/qtbsignalfile.h         |    6 ++--
 src/qtbsignalfilepool.cpp   |    5 ++--
 src/qtbsubsignalpool.cpp    |   39 ++++++++++++++++++++++++--
 src/qtbsubsignalpool.h      |    6 ++--
 14 files changed, 196 insertions(+), 54 deletions(-)

commit f798c96a3493bdf599cfc82392f8fc01e4761927
Author: marc <marc>
Date:   Tue Sep 18 13:55:36 2007 +0000

    Format spec for Guralp

 admin/file_formats/a001n.cm6         | 4958 ++++++++++++++++++++++++++++++++++
 admin/file_formats/a001n.gcf         |  Bin 0 -> 532480 bytes
 admin/file_formats/guralp-gcf-format |  446 +++
 3 files changed, 5404 insertions(+)

commit c00a40dd0cbae7e2bdecddcbab8fc38d77e1e57d
Author: marc <marc>
Date:   Tue Sep 18 13:52:43 2007 +0000

    Version 2.2.0

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit ade6b47ee4ed0cd3df5147fd2a921c294516ad1f
Author: marc <marc>
Date:   Mon Sep 17 19:38:37 2007 +0000

    Time limits is now private (rather than protected), full managment of the order of start and end, sort() function removed

 src/geopsycoreversion.h    |    2 +-
 src/qtbtimelimitsparam.cpp |   13 ++++---------
 src/qtbtimelimitsparam.h   |    4 ++--
 src/qtbtimewindow.cpp      |   14 +-------------
 src/qtbtimewindow.h        |   14 +++++++++-----
 5 files changed, 17 insertions(+), 30 deletions(-)

commit 0896c8e2a1f0ec577f12a56524c00d3f220326aa
Author: marc <marc>
Date:   Fri Sep 14 16:39:29 2007 +0000

    Source Receiver azimuth new field (rough azimuth for sorting signal on a line in two directions relative to the source)

 src/geopsycoreversion.h |    2 +-
 src/qtbsignal.cpp       |   21 ++++++++++++++++++++-
 src/qtbsignal.h         |    4 +++-
 src/qtbsignaldata.cpp   |    6 +++++-
 4 files changed, 29 insertions(+), 4 deletions(-)

commit 203c42f0af0efefd5ebd3f3ab4a7289a7dee139f
Author: marc <marc>
Date:   Mon Sep 10 13:39:12 2007 +0000

    Translation files updated

 lang/geopsycore.de.ts |  496 +++++++++++++++++++++++++------------------------
 lang/geopsycore.es.ts |  496 +++++++++++++++++++++++++------------------------
 lang/geopsycore.fr.ts |  496 +++++++++++++++++++++++++------------------------
 lang/geopsycore.it.ts |  496 +++++++++++++++++++++++++------------------------
 4 files changed, 1012 insertions(+), 972 deletions(-)

commit cb103881a0acf9bf71cec6d29f253c431395da0e
Author: marc <marc>
Date:   Mon Sep 10 09:23:36 2007 +0000

    Added official description of the seg2 format

 admin/file_formats/seg_2.pdf |  Bin 0 -> 460397 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit f7a50d4ed0c96f507ba4a53b14a57ec5541771ad
Author: marc <marc>
Date:   Thu Aug 30 17:22:28 2007 +0000

    New function to phase shift signals (shift < deltaT)
    New function to compute the zero delay correlation
    Bug fixed, operator= in QtbTimeLimitsParam

 src/geopsycoreversion.h  |    2 +-
 src/qtbdoublesignal.cpp  |   72 ++++++++++++++++++++++++++++++++++++++--------
 src/qtbdoublesignal.h    |    7 +++--
 src/qtbgeopsy.cpp        |    4 +--
 src/qtbsignal.h          |   67 +++++++++++++++++++++++++-----------------
 src/qtbsignaltemplate.h  |    7 ++---
 src/qtbsubsignalpool.cpp |   16 ++++++++++-
 src/qtbsubsignalpool.h   |    3 +-
 src/qtbtimelimitsparam.h |   12 +++++++-
 9 files changed, 139 insertions(+), 51 deletions(-)

commit 861472db9c7c6c3293aa76c02ab0c7b543b7c836
Author: marc <marc>
Date:   Fri Aug 24 12:19:54 2007 +0000

    Version 2.1.0

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 73f6293d0bc00ecb1593c2421982919cd51fc6ae
Author: marc <marc>
Date:   Fri Aug 24 10:37:38 2007 +0000

    New function for QtbComplexSignal : multiply
    QtbDoubleSignal::morletWavelet modified but without consequences on the results
    New function QtbDoubleSignal::complexSpectrum()
    QtbDoubleSignal::copyAmplitudeFrom() corrected
    QtbDoubleSignal::hv() no longer combinates horizontal components
    QtbSignalDB now reports error when loading or saving a db
    New component type add to QtbStationSignals: AnySingleComponent, useful for spectrum tool
    New function QtbTimeWindow::sort()

 admin/info                |    2 +-
 src/geopsycoreversion.h   |    6 +-
 src/qtbcomplexsignal.cpp  |   30 ++--
 src/qtbcomplexsignal.h    |    3 +-
 src/qtbdoublesignal.cpp   |  352 +++++++++++++++++++++++----------------------
 src/qtbdoublesignal.h     |   15 +-
 src/qtbsignaldb.cpp       |   10 +-
 src/qtbsignalfile.cpp     |    8 +-
 src/qtbsignaltemplate.h   |    5 +-
 src/qtbstationsignals.cpp |   14 +-
 src/qtbstationsignals.h   |   14 +-
 src/qtbsubsignalpool.cpp  |   17 ++-
 src/qtbtimewindow.cpp     |   14 +-
 src/qtbtimewindow.h       |    3 +-
 14 files changed, 269 insertions(+), 224 deletions(-)

commit 66db8bb942870d0a1a6cc385750da5f9e8d1f73b
Author: marc <marc>
Date:   Fri Aug 10 15:12:20 2007 +0000

    Bug fixed for averageAmplitude field
    Groups in the command line can be addressed with their full path

 src/geopsycoreversion.h |    2 +-
 src/qtbsignal.cpp       |    4 ++--
 src/qtbsignaldb.cpp     |    8 ++++----
 src/qtbsignaldb.h       |    4 ++--
 src/qtbsignalgroup.cpp  |   18 ++++++++++++------
 src/qtbsignalgroup.h    |    4 ++--
 6 files changed, 23 insertions(+), 17 deletions(-)

commit 00a45a8d8153f446d33af24284f273c386f55bce
Author: marc <marc>
Date:   Fri Aug 10 13:15:00 2007 +0000

    Version 2.0.0-snapshot-20070810

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 8f80ccd5c07da07792cd45b47f6d210a5d4e1107
Author: marc <marc>
Date:   Fri Aug 3 19:40:08 2007 +0000

    Version 2.0.0-snapshot-20070803

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 60c47ec520deb5921ee58ba5b3ca5cdbd1cc02c6
Author: marc <marc>
Date:   Fri Aug 3 19:30:17 2007 +0000

    Bug fixed for saf exports
    Bug fixed for sta/lta computation if window sizes are greater than signal size.

 src/geopsycoreversion.h  |    2 +-
 src/qtbdoublesignal.cpp  |    4 +++-
 src/qtbsubsignalpool.cpp |   12 ++++++++----
 3 files changed, 12 insertions(+), 6 deletions(-)

commit e2d1f7fd648e05acdc0534771b0ced9d66a6ff77
Author: marc <marc>
Date:   Wed Aug 1 15:58:54 2007 +0000

    Version 2.0.0-snapshot-20070801

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit ac425f0e1172249a31633001eb189683b1e9e20e
Author: marc <marc>
Date:   Tue Jul 31 17:34:54 2007 +0000

    No longer abort file open if date or time is not valid in signal file,
    set it to 2000-01-01 00:00:00

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 src/qtbsignalfile.cpp   |    8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)

commit ff1e7e1611fca85d930a85b5b5f18733f8ec8a4c
Author: marc <marc>
Date:   Mon Jul 23 12:54:15 2007 +0000

    Version 2.0.0-snapshot-20070723a

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 32cf79af155d8e29d435ad4ac1bb6d420ba4ab0b
Author: marc <marc>
Date:   Mon Jul 23 10:17:57 2007 +0000

    Version 2.0.0-snapshot-20070723

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 19b5580782c9fb686654d310dcf80156ba5c3402
Author: marc <marc>
Date:   Sun Jul 22 10:16:36 2007 +0000

    Version 2.0.0-snapshot-20070722

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 4091a75e596040796157b88b27185b2bac748455
Author: marc <marc>
Date:   Sun Jul 22 09:40:30 2007 +0000

    New format for numbers adding in loadSEG2(): form=1 (qint16 samples)

 src/geopsycoreversion.h |    2 +-
 src/qtbsignal.cpp       |  105 ++++++++++++++++++++++++++++-------------------
 2 files changed, 63 insertions(+), 44 deletions(-)

commit 445c4d82af3712dfb05a651cc1a56dc757f6a768
Author: marc <marc>
Date:   Sun Jul 22 08:49:51 2007 +0000

    Bug fixed loading old databases edited by Notepad or wordpad (\r)

 src/geopsycoreversion.h |    2 +-
 src/qtbsignaldb.cpp     |    7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

commit db145b63eba3dd1fadfdc98a19eb095b4265bd2f
Author: marc <marc>
Date:   Wed Jul 18 09:17:25 2007 +0000

    Version 2.0.0-snapshot-20070718

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit bd085193dba6367abcbc28e1030d858a4800ac4f
Author: marc <marc>
Date:   Tue Jul 17 16:30:08 2007 +0000

    Version 2.0.0-snapshot-20070717

 src/geopsycoreversion.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2552124da6617b6b4b6a6b87132f1f43ac25610a
Author: marc <marc>
Date:   Tue Jul 17 01:56:46 2007 +0000

    Version 2.0.0-snapshot-20070717

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 1fcafb707a65e9b1ded2584a72f1dd21cdb1b226
Author: marc <marc>
Date:   Fri Jul 13 17:53:42 2007 +0000

    Version 2.0.0-snapshot-20070713

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 6e3a9eeb9a4a079b5645787222d9c32be8046e5e
Author: marc <marc>
Date:   Fri Jul 13 17:36:02 2007 +0000

    *** empty log message ***

 src/geopsycoreversion.h |    2 +-
 src/qtbgeopsy.cpp       |    7 ++-----
 src/qtbgeopsy.h         |    5 +----
 src/qtbsignaldb.cpp     |    5 ++---
 src/qtbsignalfile.cpp   |    5 ++---
 5 files changed, 8 insertions(+), 16 deletions(-)

commit c1b317ee815dc9b208abe288cae42e8baa74527c
Author: marc <marc>
Date:   Wed Jul 11 10:43:17 2007 +0000

    Bug fix in signal lock(): the cache mutex must be used rather than the signal mutex: between the makeAvailable and the QtbCacheItem::lock(), the item might be deallocated by another thread.

 src/geopsycoreversion.h  |    2 +-
 src/qtbdynamicsignal.cpp |    6 +++++-
 src/qtbsignal.h          |    4 ++--
 src/qtbsignaltemplate.h  |    6 +++---
 4 files changed, 11 insertions(+), 7 deletions(-)

commit 4beba6155d23fd824c4338735dd83999d1c8f920
Author: marc <marc>
Date:   Wed Jul 11 09:17:38 2007 +0000

    *** empty log message ***

 src/geopsycoreversion.h |    2 +-
 src/qtbdoublesignal.cpp |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit df69455ff5c1b21ff5ba19989bca829a7e61edbb
Author: marc <marc>
Date:   Mon Jul 9 13:38:53 2007 +0000

    Bug fixed for loading database with pathTranslator() (fix for QtbSignalLayer in figue)
    Bug fix for Morlet Wavelet (infinite sample value)

 src/geopsycoreversion.h |    2 +-
 src/qtbdoublesignal.cpp |    9 +++++----
 src/qtbgeopsy.cpp       |    4 ++--
 3 files changed, 8 insertions(+), 7 deletions(-)

commit 08754268578b12ecccb02e38c32e8f4a57a41ca7
Author: marc <marc>
Date:   Fri Jul 6 15:01:47 2007 +0000

    *** empty log message ***

 src/geopsycoreversion.h |    2 +-
 src/qtbsignaltemplate.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 6d22f3537d40dcbede7a07484d6846b1308fe464
Author: marc <marc>
Date:   Fri Jul 6 14:57:02 2007 +0000

    Translation files updated

 lang/geopsycore.de.ts | 3584 ++++++++++++++++++++++++-------------------------
 lang/geopsycore.es.ts | 3584 ++++++++++++++++++++++++-------------------------
 lang/geopsycore.fr.ts | 3584 ++++++++++++++++++++++++-------------------------
 lang/geopsycore.it.ts | 3584 ++++++++++++++++++++++++-------------------------
 4 files changed, 7168 insertions(+), 7168 deletions(-)

commit 714b05d2dd8b501d4332e1b6cdaa54a3fbec07e2
Author: marc <marc>
Date:   Thu Jul 5 16:32:42 2007 +0000

    Version 2.0.0-snapshot-20070705

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 6e05c9fffad10196dfbb43f37b340202ccfb45fc
Author: marc <marc>
Date:   Thu Jul 5 13:56:39 2007 +0000

    Q_ASSERT replaced by QTB_ASSERT, and introduction of file qtbglobal.h

 src/qtbdoublesignal.cpp      |   10 +++++-----
 src/qtbdynamicsignal.cpp     |    6 +++---
 src/qtbgeopsy.cpp            |    4 ++--
 src/qtbkeepsignal.cpp        |    8 ++++----
 src/qtbseedlink.cpp          |    6 +++---
 src/qtbsignal.cpp            |   26 +++++++++++++-------------
 src/qtbsignaldb.cpp          |    6 +++---
 src/qtbsignalfile.cpp        |    8 ++++----
 src/qtbsignaltemplate.h      |    6 +++---
 src/qtbstationsignals.cpp    |    8 ++++----
 src/qtbstationsignals.h      |    4 ++--
 src/qtbsubsignalpool.cpp     |    6 +++---
 src/qtbwindowingparameters.h |   11 ++++++-----
 13 files changed, 55 insertions(+), 54 deletions(-)

commit 1e01bc51aeb7447bddf4d9efb73b7f4d92fdc011
Author: marc <marc>
Date:   Thu Jul 5 10:22:45 2007 +0000

    Bug fixed for computing morlet wavelet for odd number of samples.

 src/geopsycoreversion.h |    2 +-
 src/qtbdoublesignal.cpp |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 5abcf714aabb219606efb287e70d91e07be73b08
Author: marc <marc>
Date:   Thu Jul 5 09:43:10 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts | 3584 ++++++++++++++++++++++++-------------------------
 lang/geopsycore.es.ts | 3584 ++++++++++++++++++++++++-------------------------
 lang/geopsycore.fr.ts | 3584 ++++++++++++++++++++++++-------------------------
 lang/geopsycore.it.ts | 3584 ++++++++++++++++++++++++-------------------------
 4 files changed, 7168 insertions(+), 7168 deletions(-)

commit e788d19987aac7c470f6cb98102493909f6adc61
Author: marc <marc>
Date:   Wed Jul 4 10:36:48 2007 +0000

    Bug in abs() with massive computation in TFA... still dont know if fixed

 src/geopsycoreversion.h  |    2 +-
 src/qtbcomplexsignal.cpp |    9 +++++----
 src/qtbdoublesignal.cpp  |    6 +++---
 3 files changed, 9 insertions(+), 8 deletions(-)

commit f5af9d2d35ee20ee270e52739f01d8d6b1e41c10
Author: marc <marc>
Date:   Thu Jun 28 10:53:47 2007 +0000

    Version 2.0.0-snapshot-20070628

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit fc5ee30956bb686ce3e1c3a9f88115babd326684
Author: marc <marc>
Date:   Thu Jun 28 10:43:57 2007 +0000

    Dead lock for ascii file now resolved

 src/geopsycoreversion.h |    2 +-
 src/qtbsignal.cpp       |   10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 0cd42391a8723021524524ac0c9a99c5551949c5
Author: marc <marc>
Date:   Tue Jun 26 12:20:25 2007 +0000

    Version 2.0.0-snapshot-20070626

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit de2909af4c4b6f398ca14aec1adcc8abca7b596c
Author: marc <marc>
Date:   Tue Jun 26 12:14:40 2007 +0000

    Bug fixed for loading ascii column files: dead lock solved

 src/geopsycoreversion.h |    2 +-
 src/qtbsignal.cpp       |   42 +++++++++++++++++++++---------------------
 src/qtbsignal.h         |    9 ++++++++-
 3 files changed, 30 insertions(+), 23 deletions(-)

commit 0da7140ef5442b1bbc68cae982af0cf91212f79d
Author: marc <marc>
Date:   Tue Jun 26 12:13:32 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |   16 +++++++++++++---
 lang/geopsycore.es.ts |   16 +++++++++++++---
 lang/geopsycore.fr.ts |   16 +++++++++++++---
 lang/geopsycore.it.ts |   16 +++++++++++++---
 4 files changed, 52 insertions(+), 12 deletions(-)

commit 6defaa32fe612eaedfe93e9adf0567567959bdef
Author: marc <marc>
Date:   Fri Jun 22 17:35:21 2007 +0000

    Version 2.0.0-snapshot-20070622

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 0b2a2a3f37d2212a18efca7aec721deb796ce8f8
Author: marc <marc>
Date:   Fri Jun 22 13:13:35 2007 +0000

    Support multi-threaded processed

 src/geopsycoreversion.h |    2 +-
 src/qtbcityscanner.cpp  |    3 +-
 src/qtbcitysignal.cpp   |   28 +++----
 src/qtbcitysignal.h     |    3 +-
 src/qtbdoublesignal.cpp |  214 +++++++++++++++++++++++++----------------------
 src/qtbdoublesignal.h   |    4 +-
 src/qtbgeopsy.cpp       |   16 +---
 src/qtbgeopsy.h         |    3 +-
 src/qtbsignal.cpp       |    8 +-
 src/qtbsignal.h         |    3 +-
 src/qtbsignalfile.cpp   |    3 +-
 src/qtbsignaltemplate.h |    6 +-
 src/qtbstationsignals.h |    4 +-
 13 files changed, 149 insertions(+), 148 deletions(-)

commit 544844f1c59c8239e596b6364b6635326e346758
Author: marc <marc>
Date:   Fri Jun 22 13:12:41 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |  229 +++++++++++++++++++++++++------------------------
 lang/geopsycore.es.ts |  229 +++++++++++++++++++++++++------------------------
 lang/geopsycore.fr.ts |  229 +++++++++++++++++++++++++------------------------
 lang/geopsycore.it.ts |  229 +++++++++++++++++++++++++------------------------
 4 files changed, 468 insertions(+), 448 deletions(-)

commit ea11243564b477da23fe6e852e835dd0b4d27fc7
Author: marc <marc>
Date:   Fri Jun 15 17:31:49 2007 +0000

    Version 2.0.0-snapshot-20070615

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 6efd2cc342f2d18391777032555f60ece2a48235
Author: marc <marc>
Date:   Fri Jun 15 17:18:08 2007 +0000

    Morlet filter function split to get control over the complex signal given by the convolution
    Bug fixed loading old databases
    Bug fixed saving temporary signals and read only temporary signals

 src/geopsycoreversion.h  |    2 +-
 src/qtbcomplexsignal.cpp |   62 ++++++++++++++++++++
 src/qtbcomplexsignal.h   |   32 +++++++++++
 src/qtbdoublesignal.cpp  |  140 ++++++++++++++++++++++++----------------------
 src/qtbdoublesignal.h    |    4 +-
 src/qtbdynamicsignal.cpp |    3 +-
 src/qtbgeopsyprefs.cpp   |    6 +-
 src/qtbsignal.cpp        |    5 +-
 src/qtbsignal.h          |   13 +++--
 src/qtbsignaldb.cpp      |   22 +++++---
 src/qtbsignalfile.cpp    |    8 +--
 src/qtbsubsignalpool.cpp |    4 +-
 12 files changed, 207 insertions(+), 94 deletions(-)

commit 22483e79846284b20c714db9904e8df1c3046f2c
Author: marc <marc>
Date:   Fri Jun 15 17:16:37 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |  233 +++++++++++++++++++++++++------------------------
 lang/geopsycore.es.ts |  233 +++++++++++++++++++++++++------------------------
 lang/geopsycore.fr.ts |  233 +++++++++++++++++++++++++------------------------
 lang/geopsycore.it.ts |  233 +++++++++++++++++++++++++------------------------
 4 files changed, 476 insertions(+), 456 deletions(-)

commit eeb8446e20a011f4118789b106317df9a45ff159
Author: marc <marc>
Date:   Tue Jun 12 16:37:49 2007 +0000

    Version 2.0.0-snapshot-20070612

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 45b51b6caae6fbfe9e16804b1f4c2a2257a2cfe5
Author: marc <marc>
Date:   Tue Jun 12 16:33:12 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts   |  315 +++++++++++++++++++++++++----------------------
 lang/geopsycore.es.ts   |  315 +++++++++++++++++++++++++----------------------
 lang/geopsycore.fr.ts   |  315 +++++++++++++++++++++++++----------------------
 lang/geopsycore.it.ts   |  315 +++++++++++++++++++++++++----------------------
 src/geopsycoreversion.h |    2 +-
 src/qtbseedlink.h       |    3 +-
 6 files changed, 687 insertions(+), 578 deletions(-)

commit 1fdee4ba5c32621d9f753e0b99d474a75af18c07
Author: marc <marc>
Date:   Tue Jun 12 16:03:47 2007 +0000

    Check invalid data fields, if so back to defaults. Useful for a smoother upgrade.

 src/geopsycoreversion.h |    2 +-
 src/qtbsignaldata.cpp   |    7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 2ce9aa349e4cacde67d4ab43b6e4535d325131f2
Author: marc <marc>
Date:   Tue Jun 12 15:56:41 2007 +0000

    MaxAmpplitude field renamed to MaximumAmplitude
    New field: AverageAmplitude

 src/geopsycoreversion.h |    2 +-
 src/qtbsignal.cpp       |   14 +++++++++-----
 src/qtbsignal.h         |    5 +++--
 src/qtbsignaldata.cpp   |    8 +++++---
 4 files changed, 18 insertions(+), 11 deletions(-)

commit 5df7656eb8a268509bf9dd61168f8e96c13f2230
Author: marc <marc>
Date:   Tue Jun 12 12:01:45 2007 +0000

    Bug fixed for computation of Morlet Wavelet
    New property of signals: averageAmplitude() --> needed for visual offset removal feature.
    Seed link engine fixed with several bugs, better handling of errors, especially stream info retrieval.
    Bug fixed for database: save of NumberInFile (caused crash for ascii files)

 src/geopsycoreversion.h    |    2 +-
 src/qtbdoublesignal.cpp    |   76 +++++++++++++++++++++-------
 src/qtbdoublesignal.h      |    3 +-
 src/qtbdynamicsignal.cpp   |   22 +++++++-
 src/qtbfilterparameters.h  |    7 ++-
 src/qtbkeepsignal.cpp      |    8 +--
 src/qtbseedlink.cpp        |  119 +++++++++++++++++++++++++++++++++++---------
 src/qtbseedlink.h          |   17 +++++--
 src/qtbseedlinkserver.cpp  |    4 +-
 src/qtbseedlinkstation.cpp |    6 +--
 src/qtbseedlinkstream.cpp  |    4 +-
 src/qtbsignal.cpp          |   48 +++++++++++++-----
 src/qtbsignal.h            |   14 +++---
 src/qtbsignalfile.cpp      |   22 ++++++--
 src/qtbsignalfile.h        |    3 +-
 src/qtbsignaltemplate.cpp  |    4 +-
 src/qtbsignaltemplate.h    |    4 +-
 src/qtbstationsignals.cpp  |   22 +++++---
 src/qtbsubsignalpool.cpp   |    4 +-
 19 files changed, 292 insertions(+), 97 deletions(-)

commit aaf274ddab905dc968ae4351335478e5cb17fbcd
Author: marc <marc>
Date:   Wed Jun 6 07:58:58 2007 +0000

    File format testing directory

 admin/file_formats/100000_0.06A                    |34051 ++++++++++++++++++++
 admin/file_formats/1004.sgy                        |  Bin 0 -> 1056016 bytes
 admin/file_formats/1004.su                         |  Bin 0 -> 1052416 bytes
 admin/file_formats/1022.dat                        |  Bin 0 -> 200696 bytes
 admin/file_formats/12311021.gse                    |19388 +++++++++++
 admin/file_formats/M6A3D_1001_0075_0146_0000.saf   |30018 +++++++++++++++++
 admin/file_formats/MARSL_20020930_0446.saf         |25073 ++++++++++++++
 admin/file_formats/N102_S1012_S1.dat.1.sac         |  Bin 0 -> 199036 bytes
 admin/file_formats/scangse                         |   35 +
 admin/file_formats/scanner                         |10055 ++++++
 admin/file_formats/syscom_datapart.pdf             |  Bin 0 -> 37299 bytes
 admin/file_formats/syscom_header.pdf               |  Bin 0 -> 19620 bytes
 admin/file_formats/syscom_header.smr.pdf           |  Bin 0 -> 13945 bytes
 admin/file_formats/syscom_header.vmr.vmx.pdf       |  Bin 0 -> 27326 bytes
 admin/file_formats/syscom_testfiles/0412T001.VMX   |  Bin 0 -> 18432 bytes
 admin/file_formats/syscom_testfiles/0412t001.txt   |  431 +
 .../file_formats/syscom_testfiles/0412t001_lsb.txt |  431 +
 admin/file_formats/syscom_testfiles/0419T001.VMX   |  Bin 0 -> 18432 bytes
 admin/file_formats/syscom_testfiles/0419Too1.txt   | 1220 +
 .../file_formats/syscom_testfiles/0419Too1_lsb.txt | 1220 +
 admin/file_formats/syscom_testfiles/BMR01001.SMR   |  Bin 0 -> 47986 bytes
 admin/file_formats/syscom_testfiles/BMR02003.SMR   |  Bin 0 -> 48730 bytes
 admin/file_formats/syscom_testfiles/Bmr01001.txt   | 8031 +++++
 .../file_formats/syscom_testfiles/Bmr01001_lsb.txt | 8031 +++++
 admin/file_formats/syscom_testfiles/Bmr02003.txt   | 8155 +++++
 .../file_formats/syscom_testfiles/Bmr02003_lsb.txt | 8155 +++++
 admin/file_formats/syscom_testfiles/EAWLight.exe   |  Bin 0 -> 200704 bytes
 admin/file_formats/syscom_testfiles/SPA-A002.VMR   |  Bin 0 -> 36424 bytes
 admin/file_formats/syscom_testfiles/SPA-A013.VMR   |  Bin 0 -> 36598 bytes
 admin/file_formats/syscom_testfiles/Spa-a002.txt   | 6104 ++++
 .../file_formats/syscom_testfiles/Spa-a002_lsb.txt | 6104 ++++
 admin/file_formats/syscom_testfiles/Spa-a013.txt   | 6133 ++++
 .../file_formats/syscom_testfiles/Spa-a013_lsb.txt | 6133 ++++
 .../file_formats/syscom_testfiles/code_sniplet.cpp |  177 +
 admin/file_formats/syscom_testfiles/ins01013.txt   | 6301 ++++
 admin/file_formats/syscom_testfiles/ins01013.xmr   |  Bin 0 -> 56029 bytes
 .../file_formats/syscom_testfiles/ins01013_lsb.txt | 6301 ++++
 admin/file_formats/syscom_testfiles/ins01025.txt   | 6302 ++++
 admin/file_formats/syscom_testfiles/ins01025.xmr   |  Bin 0 -> 56038 bytes
 .../file_formats/syscom_testfiles/ins01025_lsb.txt | 6302 ++++
 admin/file_formats/test.saf                        |   20 +
 41 files changed, 204171 insertions(+)

commit ae4de9507bb156d450fbb66212bb0539f60cb69c
Author: marc <marc>
Date:   Tue Jun 5 08:44:09 2007 +0000

    Version 2.0.0-snapshot-20070605

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit e0284fda00d265cf5ebf99e562186dbe19891fce
Author: marc <marc>
Date:   Sun Jun 3 18:28:03 2007 +0000

    Version 2.0.0-snapshot-20070603

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 0492126d9eff4befa5a76e7bbb74ca3beb3caba3
Author: marc <marc>
Date:   Sun Jun 3 18:20:09 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |    4 ++--
 lang/geopsycore.es.ts |    4 ++--
 lang/geopsycore.fr.ts |    4 ++--
 lang/geopsycore.it.ts |    4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

commit 5569edf7e6a34724f7a60cb5aa2662f399a5106a
Author: marc <marc>
Date:   Sun Jun 3 09:24:53 2007 +0000

    Bug fixed for copy constructor of QtbDoubleSignal (evenNyquistIndex initialisation)
    New function add() with simplifed arguments
    New function multiply() to multiply two signals sample by sample

 src/geopsycoreversion.h |    2 +-
 src/qtbdoublesignal.cpp |  216 +++++++++++++++++++++++++++++++----------------
 src/qtbdoublesignal.h   |    5 +-
 src/qtbsignaltemplate.h |   24 +++++-
 4 files changed, 167 insertions(+), 80 deletions(-)

commit 110ee738fa11b81302c7096528943e9e59cbb8b9
Author: marc <marc>
Date:   Thu May 31 14:52:22 2007 +0000

    Version 2.0.0-snapshot-20070531

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit c13adfc02cce0238778903306bd2213c34924345
Author: marc <marc>
Date:   Thu May 31 14:37:25 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts   |  157 ++++++++++++++++++++++++-----------------------
 lang/geopsycore.es.ts   |  157 ++++++++++++++++++++++++-----------------------
 lang/geopsycore.fr.ts   |  157 ++++++++++++++++++++++++-----------------------
 lang/geopsycore.it.ts   |  157 ++++++++++++++++++++++++-----------------------
 src/geopsycoreversion.h |    2 +-
 src/qtbsignalfile.cpp   |   21 +++----
 6 files changed, 332 insertions(+), 319 deletions(-)

commit 37b3ad9e6d7d3d0c0e95d75d9664fa2b6f3918b3
Author: marc <marc>
Date:   Tue May 29 22:13:04 2007 +0000

    Version 2.0.0-snapshot-20070529

 src/geopsycoreversion.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d1b491e7b8eff83e0234c0da907157fa63c58ab6
Author: marc <marc>
Date:   Tue May 29 22:04:04 2007 +0000

    Cityshark module split between geopsycore and geopsygui
    Bug fixed when setting path with the browse button (see geopsygui). This was due to the protection of cardpath. Now updated even if path name is not modified.

 src/qtbcityscanner.cpp |  162 ++++++++++++++++++++
 src/qtbcityscanner.h   |   51 +++++++
 src/qtbcitysignal.cpp  |  386 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbcitysignal.h    |  116 +++++++++++++++
 4 files changed, 715 insertions(+)

commit 093a9fc410a3359cef906c6f407320b5ae8cf051
Author: marc <marc>
Date:   Tue May 29 21:59:54 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |  102 +++++++++++++++++++++++++++++++++++++++++++++----
 lang/geopsycore.es.ts |  102 +++++++++++++++++++++++++++++++++++++++++++++----
 lang/geopsycore.fr.ts |  102 +++++++++++++++++++++++++++++++++++++++++++++----
 lang/geopsycore.it.ts |  102 +++++++++++++++++++++++++++++++++++++++++++++----
 4 files changed, 376 insertions(+), 32 deletions(-)

commit 9fa254f8630e02698df7ded66e7c61bb923a0889
Author: marc <marc>
Date:   Tue May 29 16:27:10 2007 +0000

    Version 2.0.0-snapshot-20070529

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 283638501de2355d87eae20126afb1e6f04140e3
Author: marc <marc>
Date:   Tue May 29 16:09:15 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |   24 ++++++++++++------------
 lang/geopsycore.es.ts |   24 ++++++++++++------------
 lang/geopsycore.fr.ts |   24 ++++++++++++------------
 lang/geopsycore.it.ts |   24 ++++++++++++------------
 4 files changed, 48 insertions(+), 48 deletions(-)

commit bb42d1ce38313c21390eb5f3ace6eef2457a9650
Author: marc <marc>
Date:   Thu May 24 22:30:29 2007 +0000

    Version 2.0.0-snapshot-20070524

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 58af2d30d7cb4991391d7612477bbdf9bb25d516
Author: marc <marc>
Date:   Thu May 24 22:21:57 2007 +0000

    *** empty log message ***

 src/geopsycoreversion.h        |    2 +-
 src/qtbwindowingparameters.cpp |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 4d52b5f74dc2afe71e76f4dd64c65866459e8b61
Author: marc <marc>
Date:   Wed May 16 19:46:15 2007 +0000

    Version 2.0.0-snapshot-20070516

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 22226ac88f9658d4729f7058ef372b3a5db2ce9d
Author: marc <marc>
Date:   Wed May 16 19:38:54 2007 +0000

    SeedLink now handle "start from time", buffer types (Unlimited, CreateNew or Rotate)
    Several bug fixes related to mutex

 src/geopsycoreversion.h   |    2 +-
 src/qtbdynamicsignal.cpp  |   95 ++++++++++++++++++++++++++++++++++++++-------
 src/qtbdynamicsignal.h    |   39 +++++--------------
 src/qtbseedlink.cpp       |   48 ++++++++++++++++-------
 src/qtbseedlink.h         |   13 ++++++-
 src/qtbseedlinkstream.cpp |   61 ++++++++++++++++++++++-------
 src/qtbseedlinkstream.h   |   11 ++++--
 7 files changed, 194 insertions(+), 75 deletions(-)

commit 4ca3148dd46a92b01572e695373bdf77c2fe2c71
Author: marc <marc>
Date:   Wed May 16 19:35:48 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |   76 ++++++++++++++++++++++++-------------------------
 lang/geopsycore.es.ts |   76 ++++++++++++++++++++++++-------------------------
 lang/geopsycore.fr.ts |   76 ++++++++++++++++++++++++-------------------------
 lang/geopsycore.it.ts |   76 ++++++++++++++++++++++++-------------------------
 4 files changed, 152 insertions(+), 152 deletions(-)

commit d31dd3af5ca7689e8e4ccec4f654f43181d5b253
Author: marc <marc>
Date:   Tue May 15 17:36:10 2007 +0000

    Version 2.0.0-snapshot-20070515

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 88bcd1f684eeaea79edef718eb7df0236ba66bc2
Author: marc <marc>
Date:   Tue May 15 17:28:46 2007 +0000

    QtbStationSignals moved to core (from geopsyarray) and uniformisation of geopsyhv and geopsyarray: HV can be used directly on a dynamic SeedLink signal

 src/geopsycoreversion.h        |    2 +-
 src/qtbabstractparameters.cpp  |   19 +++
 src/qtbabstractparameters.h    |   23 +++
 src/qtbdoublesignal.cpp        |   32 ++--
 src/qtbdoublesignal.h          |   29 +---
 src/qtbfilterparameters.cpp    |   18 +++
 src/qtbfilterparameters.h      |   38 +++++
 src/qtbgeopsyprefs.cpp         |   27 +++-
 src/qtbgeopsyprefs.h           |    4 +-
 src/qtbkeepsignal.cpp          |   48 +++++-
 src/qtbkeepsignal.h            |    8 +-
 src/qtbsignaldb.cpp            |   24 ++-
 src/qtbsignaltemplate.h        |    6 +-
 src/qtbstationsignals.cpp      |  326 ++++++++++++++++++++++++++++++++++++++++
 src/qtbstationsignals.h        |   81 ++++++++++
 src/qtbsubsignalpool.cpp       |  135 ++++++-----------
 src/qtbsubsignalpool.h         |   10 +-
 src/qtbwindowingparam.cpp      |  111 --------------
 src/qtbwindowingparam.h        |   68 ---------
 src/qtbwindowingparameters.cpp |  121 +++++++++++++++
 src/qtbwindowingparameters.h   |   80 ++++++++++
 21 files changed, 873 insertions(+), 337 deletions(-)

commit 3e70fc4d653eb49ccaadcfd06fb7d38287cc77c1
Author: marc <marc>
Date:   Tue May 15 17:26:43 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |  186 +++++++++++++++++++++++--------------------------
 lang/geopsycore.es.ts |  186 +++++++++++++++++++++++--------------------------
 lang/geopsycore.fr.ts |  186 +++++++++++++++++++++++--------------------------
 lang/geopsycore.it.ts |  186 +++++++++++++++++++++++--------------------------
 4 files changed, 356 insertions(+), 388 deletions(-)

commit 11402e751911eaf322c0f5131d19a82b51904102
Author: marc <marc>
Date:   Sat May 5 11:31:27 2007 +0000

    libslink on Windows requires a special library libwsock32.dll

 admin/makepro           |    1 +
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 39e4df68a4700dff0d6bf60ea0cc7e297b44bff5
Author: marc <marc>
Date:   Sat May 5 11:30:45 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |  979 ++++++++++++++++++++++++-------------------------
 lang/geopsycore.es.ts |  979 ++++++++++++++++++++++++-------------------------
 lang/geopsycore.fr.ts |  979 ++++++++++++++++++++++++-------------------------
 lang/geopsycore.it.ts |  979 ++++++++++++++++++++++++-------------------------
 4 files changed, 1952 insertions(+), 1964 deletions(-)

commit 533da869964a733b7136d866ae0315f6c6f35748
Author: marc <marc>
Date:   Sat May 5 09:19:52 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |  283 ++++++++++++++++++++++++++++++-------------------
 lang/geopsycore.es.ts |  283 ++++++++++++++++++++++++++++++-------------------
 lang/geopsycore.fr.ts |  283 ++++++++++++++++++++++++++++++-------------------
 lang/geopsycore.it.ts |  283 ++++++++++++++++++++++++++++++-------------------
 4 files changed, 688 insertions(+), 444 deletions(-)

commit 4a7a94658fc9e107b362c3e783d8f218264cd21f
Author: marc <marc>
Date:   Fri May 4 21:36:40 2007 +0000

    Version 2.0.0-snapshot-20070504

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 0db74d852412b7dbd51ecf89e19dac0473299859
Author: marc <marc>
Date:   Thu May 3 18:28:46 2007 +0000

    Version 2.0.0-snapshot-20070503

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 8a4fa139916846c39d558cc65f62ffaa94251c05
Author: marc <marc>
Date:   Thu May 3 18:23:35 2007 +0000

    SeedLink now fully implemented (without options)

 src/geopsycoreversion.h   |    2 +-
 src/qtbseedlink.cpp       |   34 ++++++++++++++++++++++++++++------
 src/qtbseedlink.h         |    9 ++++++---
 src/qtbseedlinkstream.cpp |    3 ++-
 src/qtbseedlinkstream.h   |    6 +++++-
 5 files changed, 42 insertions(+), 12 deletions(-)

commit 38fd6388db8ead48066fe29fbfd3fe02c07da201
Author: marc <marc>
Date:   Wed May 2 17:09:27 2007 +0000

    Version 2.0.0-snapshot-20070502

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 403f3d8cf0023a371213e7ff7fae0c513370fe9d
Author: marc <marc>
Date:   Tue May 1 23:43:12 2007 +0000

    Version 2.0.0-snapshot-20070501

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit aaac34c232fe9755d4087b3163d5e58c6eb11708
Author: marc <marc>
Date:   Tue May 1 23:24:59 2007 +0000

    SeedLink client fully implemented for a beta version

 src/geopsycoreversion.h   |    2 +-
 src/qtbdynamicsignal.cpp  |   65 +++++++++++++++
 src/qtbdynamicsignal.h    |   62 ++++++++++++++
 src/qtbseedlink.cpp       |  196 +++++++++++++++++----------------------------
 src/qtbseedlink.h         |   48 ++++-------
 src/qtbseedlinkstream.cpp |   51 +++++++++++-
 src/qtbseedlinkstream.h   |   13 ++-
 src/qtbsignal.cpp         |   42 +++++-----
 src/qtbsignal.h           |   28 +++++--
 src/qtbsignaldata.cpp     |    6 +-
 src/qtbsignaldb.cpp       |   10 +--
 src/qtbsubsignalpool.cpp  |   99 ++++++++++++++---------
 src/qtbsubsignalpool.h    |    4 +-
 13 files changed, 393 insertions(+), 233 deletions(-)

commit b02883ec569ad2806cc620436a9dc14596619e89
Author: marc <marc>
Date:   Tue May 1 20:41:10 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |    8 ++++++++
 lang/geopsycore.es.ts |    8 ++++++++
 lang/geopsycore.fr.ts |    8 ++++++++
 lang/geopsycore.it.ts |    8 ++++++++
 4 files changed, 32 insertions(+)

commit 0e5e69614aa096068abb2661cd75f0ee8a1a598a
Author: marc <marc>
Date:   Mon Apr 30 20:01:51 2007 +0000

    Seedlink engine now handling correctly stream lists
    Still missing signal data download

 src/geopsycoreversion.h    |    2 +-
 src/qtbseedlink.cpp        |  167 ++++++++++++++++++++++++++++++--------------
 src/qtbseedlink.h          |   48 +++++++++++--
 src/qtbseedlinkserver.cpp  |   41 +++++++----
 src/qtbseedlinkserver.h    |   14 ++--
 src/qtbseedlinkstation.cpp |   39 ++++++++---
 src/qtbseedlinkstation.h   |   24 ++++++-
 src/qtbseedlinkstream.cpp  |   49 ++++++++++---
 src/qtbseedlinkstream.h    |   27 ++++++-
 9 files changed, 309 insertions(+), 102 deletions(-)

commit 5b6912a268fb5d09b0eacd35db43c3925b77828c
Author: marc <marc>
Date:   Fri Apr 27 17:50:54 2007 +0000

    Version 2.0.0-snapshot-20070427

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit dbf69e4eea9ca796880758c16e71993c9408b38b
Author: marc <marc>
Date:   Fri Apr 27 17:41:50 2007 +0000

    seedlink paritally implemented
    Bug fixed for fftPower2

 admin/info                 |    2 +-
 admin/makepro              |    1 +
 src/geopsycoreversion.h    |    2 +-
 src/qtbdoublesignal.cpp    |   26 ++++----
 src/qtbseedlink.cpp        |  157 ++++++++++++++++++++++++++++++++++++++++++++
 src/qtbseedlink.h          |   50 ++++++++++++++
 src/qtbseedlinkserver.cpp  |   64 ++++++++++++++++++
 src/qtbseedlinkserver.h    |   40 +++++++++++
 src/qtbseedlinkstation.cpp |   61 +++++++++++++++++
 src/qtbseedlinkstation.h   |   39 +++++++++++
 src/qtbseedlinkstream.cpp  |   48 ++++++++++++++
 src/qtbseedlinkstream.h    |   37 +++++++++++
 src/qtbsignalgroup.cpp     |   12 +++-
 src/qtbsignalgroup.h       |    4 +-
 14 files changed, 528 insertions(+), 15 deletions(-)

commit f87c19b4142747f43e248213708c26be5d44c96d
Author: marc <marc>
Date:   Tue Apr 24 09:25:02 2007 +0000

    Version 2.0.0-snapshot-20070424

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 839d1870708c571c82b7d865a2257def205aa253
Author: marc <marc>
Date:   Tue Apr 24 09:13:18 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |  207 +++++++++++++++++++++++++------------------------
 lang/geopsycore.es.ts |  207 +++++++++++++++++++++++++------------------------
 lang/geopsycore.fr.ts |  207 +++++++++++++++++++++++++------------------------
 lang/geopsycore.it.ts |  207 +++++++++++++++++++++++++------------------------
 4 files changed, 424 insertions(+), 404 deletions(-)

commit 0b22eecf7b1527259e33b4cfe8d45da77dceb130
Author: marc <marc>
Date:   Fri Apr 20 17:17:29 2007 +0000

    Expression parser changed forwarded

 src/geopsycoreversion.h     |    2 +-
 src/qtbsignal.cpp           |   10 +++++++---
 src/qtbsignal.h             |    3 ++-
 src/qtbsignaldata.cpp       |    4 +++-
 src/qtbsignalexpression.cpp |   21 ++++++++++++---------
 src/qtbsignalexpression.h   |   31 +++++++++++++++++--------------
 6 files changed, 42 insertions(+), 29 deletions(-)

commit f68687577c758c30a3eb804c41c00be5a49cc897
Author: marc <marc>
Date:   Fri Apr 20 17:16:38 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |    6 ------
 lang/geopsycore.es.ts |    6 ------
 lang/geopsycore.fr.ts |    6 ------
 lang/geopsycore.it.ts |    6 ------
 4 files changed, 24 deletions(-)

commit 9903c3cc010ba5b75aeb096a618a3c307da4b275
Author: marc <marc>
Date:   Wed Apr 11 16:57:29 2007 +0000

    Version 2.0.0-snapshot-20070411

 src/geopsycoreversion.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4becd8b1db2ee678ec4214af91c1a0e402c7a792
Author: marc <marc>
Date:   Wed Apr 11 15:21:08 2007 +0000

    Version 2.0.0-snapshot-20070411

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 78a69125164dec99ce9e81bdbddb5c0580a95844
Author: marc <marc>
Date:   Wed Apr 11 15:06:17 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |    6 ++++++
 lang/geopsycore.es.ts |    6 ++++++
 lang/geopsycore.fr.ts |    6 ++++++
 lang/geopsycore.it.ts |    6 ++++++
 4 files changed, 24 insertions(+)

commit 9a3d201e33cd3bedc4490ca7c268ae42de21f614
Author: marc <marc>
Date:   Wed Apr 11 14:14:35 2007 +0000

    QtbHeader... classes replaced by QtbExpression... classes

 src/qtbheaderaction.cpp     |  671 -------------------------------------------
 src/qtbheaderaction.h       |  224 ---------------
 src/qtbheaderparser.cpp     |  479 ------------------------------
 src/qtbheaderparser.h       |   47 ---
 src/qtbheaderstring.cpp     |   94 ------
 src/qtbheaderstring.h       |   34 ---
 src/qtbsignalexpression.cpp |  118 ++++++++
 src/qtbsignalexpression.h   |   43 +++
 8 files changed, 161 insertions(+), 1549 deletions(-)

commit a52bdd248fec80152f186dfda6076e15c4a461ab
Author: marc <marc>
Date:   Wed Apr 11 13:40:52 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |  179 ++++++++++++++++---------------------------------
 lang/geopsycore.es.ts |  179 ++++++++++++++++---------------------------------
 lang/geopsycore.fr.ts |  179 ++++++++++++++++---------------------------------
 lang/geopsycore.it.ts |  179 ++++++++++++++++---------------------------------
 4 files changed, 236 insertions(+), 480 deletions(-)

commit a5e752d9951c7323cd768308b3831afd497d435d
Author: marc <marc>
Date:   Fri Apr 6 18:39:19 2007 +0000

    Fix for reading SEG 2 output from segread where header of individual signals may be missing

 src/geopsycoreversion.h |    2 +-
 src/qtbsignalfile.cpp   |   28 +++++++++++++++++++++-------
 2 files changed, 22 insertions(+), 8 deletions(-)

commit b9d51adecf5ee83bb4a88f520741127bbdd8fb7d
Author: marc <marc>
Date:   Mon Apr 2 20:13:06 2007 +0000

    Version 2.0.0-snapshot-20070402

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit fc82d5e3dd96979f0782bdd38cc9cd2dd4a0fbe8
Author: marc <marc>
Date:   Mon Apr 2 00:25:49 2007 +0000

    New QtbDoubleSignal::setValue()

 src/geopsycoreversion.h |    2 +-
 src/qtbdoublesignal.cpp |   12 +++++++++++-
 src/qtbdoublesignal.h   |    3 ++-
 3 files changed, 14 insertions(+), 3 deletions(-)

commit 5c68297d128169853d18200874d916f967f44745
Author: marc <marc>
Date:   Fri Mar 30 16:45:49 2007 +0000

    Version 2.0.0-snapshot-20070330

 src/geopsycoreversion.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 77a5f1cbe1583f806cb8996579b51ca2bbf5fc40
Author: marc <marc>
Date:   Fri Mar 30 15:17:43 2007 +0000

    Version 2.0.0-snapshot-20070330

 src/geopsycoreversion.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1ea2198c6e059716875f48df9ec7cff1a317a2af
Author: marc <marc>
Date:   Fri Mar 30 11:52:05 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |   13 +++++++++++++
 lang/geopsycore.es.ts |   13 +++++++++++++
 lang/geopsycore.fr.ts |   13 +++++++++++++
 lang/geopsycore.it.ts |   13 +++++++++++++
 4 files changed, 52 insertions(+)

commit af891035f7ce8010af6229f04487271297d89782
Author: marc <marc>
Date:   Fri Mar 30 00:10:04 2007 +0000

    Version 2.0.0-snapshot-20070330

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit d33d71e2d7b1c83d1b58e9e17fbd30067a0ae14c
Author: marc <marc>
Date:   Thu Mar 29 23:52:35 2007 +0000

    QtbSignal::maximumAmplpitude moved to QtbDoubleSignal
    New QtbDoubleSignal::energy
    Preferences debugged
    New QtbHeaderString
    QtbHeaderGlobal replaced by QtbHeaderVariable
    Load/save SEG2 hardened and more verbose in case of error
    Bug fixed for Tapers: if cosine transition is larger than signal length
    New signal data SourceReceiverDistance
    Bug fixed in QtbTimeLimitsParam when using delta (uninit end)

 src/geopsycoreversion.h      |    2 +-
 src/qtbdoublesignal.cpp      |   87 +++++++++++++++++-----
 src/qtbdoublesignal.h        |    4 +-
 src/qtbfrequencysampling.cpp |   43 -----------
 src/qtbfrequencysampling.h   |   32 ---------
 src/qtbgeopsyprefs.cpp       |   81 +++++++++++++++------
 src/qtbgeopsyprefs.h         |   44 ++++++------
 src/qtbheaderaction.cpp      |   77 ++++++++++----------
 src/qtbheaderaction.h        |   31 ++------
 src/qtbheaderparser.cpp      |   10 +--
 src/qtbheaderparser.h        |    4 +-
 src/qtbheaderstring.cpp      |   94 ++++++++++++++++++++++++
 src/qtbheaderstring.h        |   34 +++++++++
 src/qtbsignal.cpp            |  164 +++++++++++++++++++++---------------------
 src/qtbsignal.h              |    8 ++-
 src/qtbsignaldata.cpp        |    4 +-
 src/qtbsignalfile.cpp        |  125 +++++++++++++++++++++++++-------
 src/qtbsignalfilepool.cpp    |    7 +-
 src/qtbsignaltaper.h         |    4 +-
 src/qtbsubsignalpool.cpp     |   34 ++++++---
 src/qtbtimelimitsparam.h     |    4 +-
 src/qtbtimewindow.h          |   10 ++-
 src/qtbwindowingparam.cpp    |   14 ++--
 src/qtbwindowingparam.h      |   10 +--
 24 files changed, 574 insertions(+), 353 deletions(-)

commit 08bd42a8ba4afeef579c5008590aab41a74c3128
Author: marc <marc>
Date:   Thu Mar 29 23:48:16 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |  455 +++++++++++++++++++++++++++----------------------
 lang/geopsycore.es.ts |  455 +++++++++++++++++++++++++++----------------------
 lang/geopsycore.fr.ts |  455 +++++++++++++++++++++++++++----------------------
 lang/geopsycore.it.ts |  455 +++++++++++++++++++++++++++----------------------
 4 files changed, 1020 insertions(+), 800 deletions(-)

commit c6664a559f44b5a23f9c0e928679d43ecade8cf2
Author: marc <marc>
Date:   Fri Mar 23 00:12:14 2007 +0000

    Porting to Mac

 admin/info |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit 487b58b66159023842128bc6c3f367b69c187223
Author: marc <marc>
Date:   Wed Mar 21 23:08:09 2007 +0000

    Version 2.0.0-snapshot-20070321

 src/geopsycoreversion.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 382cf62b32a9b2af180d05145a56c52489406dc5
Author: marc <marc>
Date:   Wed Mar 21 19:23:52 2007 +0000

    Version 2.0.0-snapshot-20070321

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 29fe4772106b4d6e7672cf8cd64e2d7e8e255ff4
Author: marc <marc>
Date:   Tue Mar 20 18:38:26 2007 +0000

    Porting to Windows

 src/geopsycoreversion.h    |    2 +-
 src/qtbfrequencysampling.h |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

commit ff3a031b969462a989ebf000f83c4c7da79b1586
Author: marc <marc>
Date:   Mon Mar 19 08:38:50 2007 +0000

    Version 2.0.0-snapshot-20070319

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 6556a37238d8ecec9a04a44ecaf1fce9d6eecdfa
Author: marc <marc>
Date:   Fri Mar 9 22:03:55 2007 +0000

    Version 2.0.0-snapshot-20070309

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 8761b0410aae11e80a7cf158a1b96c34b509c222
Author: marc <marc>
Date:   Fri Mar 9 20:58:10 2007 +0000

    New clas for frequency sampling and normalization parameters

 src/qtbfrequencysampling.cpp  |   43 +++++++++++++++++++++++++++++++++++++
 src/qtbfrequencysampling.h    |   32 ++++++++++++++++++++++++++++
 src/qtbnormalizationparam.cpp |   47 +++++++++++++++++++++++++++++++++++++++++
 src/qtbnormalizationparam.h   |   34 +++++++++++++++++++++++++++++
 4 files changed, 156 insertions(+)

commit f124c4031dd594758cef73240a53e37c83ddb2a4
Author: marc <marc>
Date:   Mon Mar 5 18:13:34 2007 +0000

    Bug fixed for correlation

 src/geopsycoreversion.h  |    2 +-
 src/qtbsubsignalpool.cpp |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 19570bebf7d68daa914b11e8dc2775dc22b3ac83
Author: marc <marc>
Date:   Tue Feb 27 22:15:36 2007 +0000

    Version 2.0.0-snapshot-20070227

 src/geopsycoreversion.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 01da52c5ecf8158ff723ae9f80f777b6413483c1
Author: marc <marc>
Date:   Tue Feb 27 20:19:45 2007 +0000

    Version 2.0.0-snapshot-20070227

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit a44d33e098f5b061906a83c1f5981827acddc9c6
Author: marc <marc>
Date:   Tue Feb 27 19:57:48 2007 +0000

    Use new smoothing parameter class

 src/geopsycoreversion.h |    2 +-
 src/qtbdoublesignal.cpp |  396 +++++++++++++++++++++++++----------------------
 src/qtbdoublesignal.h   |   11 +-
 3 files changed, 219 insertions(+), 190 deletions(-)

commit c5f7ae9619369ec482d54d36ea64f76c23625bad
Author: marc <marc>
Date:   Wed Feb 21 18:17:20 2007 +0000

    geopsyCore defined as a QtbGlobalObject in order to be deleted correctly when application is quitting and that the object is created in a QtbSignalLayer (when lib used as a plugin for Scigfigs).

 src/geopsycoreversion.h |    2 +-
 src/qtbgeopsy.h         |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 4c716ca6ec06b80f97df517832e1ef21b77b745c
Author: marc <marc>
Date:   Wed Feb 21 18:15:42 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |   42 +++++++++++++++++++++---------------------
 lang/geopsycore.es.ts |   42 +++++++++++++++++++++---------------------
 lang/geopsycore.fr.ts |   42 +++++++++++++++++++++---------------------
 lang/geopsycore.it.ts |   42 +++++++++++++++++++++---------------------
 4 files changed, 84 insertions(+), 84 deletions(-)

commit fa8a4e47e3d16116c41a27797eb0bf784d28b660
Author: marc <marc>
Date:   Sun Feb 18 12:19:19 2007 +0000

    Remove group not through QtbSignalDB interface

 src/geopsycoreversion.h |    2 +-
 src/qtbsignaldb.cpp     |   10 +---------
 src/qtbsignaldb.h       |    3 +--
 3 files changed, 3 insertions(+), 12 deletions(-)

commit 51e81de70ac47563ba268f5cf8467ab49d4aefa8
Author: marc <marc>
Date:   Fri Feb 9 17:08:37 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts     |   42 ++++++-------
 lang/geopsycore.es.ts     |   42 ++++++-------
 lang/geopsycore.fr.ts     |   42 ++++++-------
 lang/geopsycore.it.ts     |   42 ++++++-------
 src/geopsycore.cpp        |   11 +---
 src/geopsycore.h          |    6 +-
 src/geopsycoreversion.h   |    2 +-
 src/qtbgeopsy.cpp         |    4 +-
 src/qtbgeopsyprefs.cpp    |    4 +-
 src/qtbgse.cpp            |    8 +--
 src/qtbheaderparser.cpp   |   20 +++---
 src/qtbsignal.cpp         |   64 +++++++++----------
 src/qtbsignaldb.cpp       |   62 +++++++++---------
 src/qtbsignalfile.cpp     |  154 ++++++++++++++++++++++-----------------------
 src/qtbsignalfilepool.cpp |    6 +-
 src/qtbsignalgroup.cpp    |    6 +-
 src/qtbsignaltemplate.h   |    8 +--
 src/qtbsubsignalpool.cpp  |   66 +++++++++----------
 18 files changed, 290 insertions(+), 299 deletions(-)

commit c8001c2b109b5d37e6ca63fb0cfbf6c033bff24e
Author: marc <marc>
Date:   Wed Feb 7 17:07:06 2007 +0000

    Version 2.0.0-snapshot-20070207

 src/geopsycoreversion.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7b8e8ab42ee795d7b1b11dbe4ce4b869a0cc6e7f
Author: marc <marc>
Date:   Wed Feb 7 15:38:21 2007 +0000

    Version 2.0.0-snapshot-20070207

 src/geopsycoreversion.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 38f836d942f7ad6905681a5ff5f4b32311bcf7fc
Author: marc <marc>
Date:   Wed Feb 7 15:15:33 2007 +0000

    Version 2.0.0-snapshot-20070207

 admin/info              |    2 +-
 src/geopsycoreversion.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 8ddb0128ef0ecda1a531d54b5cbbeae895f04788
Author: marc <marc>
Date:   Wed Feb 7 11:19:47 2007 +0000

    Correlation computation fully implemented but still not tested

 src/geopsycoreversion.h  |    2 +-
 src/qtbdoublesignal.cpp  |  100 +++++++++++++++++++++++++++-------------------
 src/qtbdoublesignal.h    |    4 +-
 src/qtbsignal.cpp        |   12 +++---
 src/qtbsignal.h          |    4 +-
 src/qtbsubsignalpool.cpp |    9 ++---
 src/qtbsubsignalpool.h   |    4 +-
 7 files changed, 75 insertions(+), 60 deletions(-)

commit 51753ec6d1564f003e0d9c0c41fe1cfd70ce27be
Author: marc <marc>
Date:   Tue Feb 6 00:02:37 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |   42 +++++++++++++++++++++---------------------
 lang/geopsycore.es.ts |   42 +++++++++++++++++++++---------------------
 lang/geopsycore.fr.ts |   42 +++++++++++++++++++++---------------------
 lang/geopsycore.it.ts |   42 +++++++++++++++++++++---------------------
 4 files changed, 84 insertions(+), 84 deletions(-)

commit 591110d2c1b3ed944210aaa704236d996ace1996
Author: marc <marc>
Date:   Mon Feb 5 18:15:58 2007 +0000

    *** empty log message ***

 admin/info                |    4 ++--
 src/geopsycore.cpp        |    3 ++-
 src/geopsycore.h          |    3 ++-
 src/geopsycoreversion.h   |    2 +-
 src/qtbdoublesignal.cpp   |    8 ++++++--
 src/qtbgeopsy.cpp         |    4 ++--
 src/qtbgeopsyprefs.cpp    |    4 ++--
 src/qtbgse.cpp            |    4 ++--
 src/qtbheaderaction.cpp   |    4 ++--
 src/qtbheaderparser.cpp   |    4 ++--
 src/qtbsignal.cpp         |    6 +++---
 src/qtbsignaldata.cpp     |    4 ++--
 src/qtbsignaldb.cpp       |    7 +++----
 src/qtbsignaldb.h         |    4 ++--
 src/qtbsignalfile.cpp     |    4 ++--
 src/qtbsignalfilepool.cpp |    4 ++--
 src/qtbsubsignalpool.cpp  |    4 ++--
 src/qtbtimewindow.cpp     |    4 ++--
 src/qtbwindowingparam.cpp |    4 ++--
 19 files changed, 43 insertions(+), 38 deletions(-)

commit fd3dd4464997ef6514902a8ae50fe0dc09079f69
Author: marc <marc>
Date:   Thu Jan 18 17:34:25 2007 +0000

    Bug fixed for correlations

 src/geopsycoreversion.h  |    2 +-
 src/qtbdoublesignal.cpp  |   15 ++++++++-------
 src/qtbsignal.cpp        |   10 ++++++----
 src/qtbsubsignalpool.cpp |    3 ++-
 4 files changed, 17 insertions(+), 13 deletions(-)

commit 2590c5cefd433d4a20067846594cadff4867abc3
Author: marc <marc>
Date:   Thu Jan 18 17:33:43 2007 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |   42 +++++++++++++++++++++---------------------
 lang/geopsycore.es.ts |   42 +++++++++++++++++++++---------------------
 lang/geopsycore.fr.ts |   42 +++++++++++++++++++++---------------------
 lang/geopsycore.it.ts |   42 +++++++++++++++++++++---------------------
 4 files changed, 84 insertions(+), 84 deletions(-)

commit 2ea80b4a6dd19fee40e7eff3ca531952a1c6df97
Author: marc <marc>
Date:   Thu Dec 14 17:41:25 2006 +0000

    *** empty log message ***

 lang/geopsycore.de.ts   |   84 +++++++++++++++++++++++------------------------
 lang/geopsycore.es.ts   |   84 +++++++++++++++++++++++------------------------
 lang/geopsycore.fr.ts   |   84 +++++++++++++++++++++++------------------------
 lang/geopsycore.it.ts   |   84 +++++++++++++++++++++++------------------------
 src/geopsycoreversion.h |    2 +-
 5 files changed, 169 insertions(+), 169 deletions(-)

commit 4ba9985fcd6350418f8f48fd4c628cf4d4b886ad
Author: marc <marc>
Date:   Thu Dec 14 17:21:42 2006 +0000

    *** empty log message ***

 lang/geopsycore.de.ts   |  139 +++++++++++++++++++++++------------------------
 lang/geopsycore.es.ts   |  139 +++++++++++++++++++++++------------------------
 lang/geopsycore.fr.ts   |  139 +++++++++++++++++++++++------------------------
 lang/geopsycore.it.ts   |  139 +++++++++++++++++++++++------------------------
 src/geopsycoreversion.h |    2 +-
 src/qtbsignalformats.h  |    5 +-
 src/qtbsubsignalpool.h  |    4 +-
 7 files changed, 279 insertions(+), 288 deletions(-)

commit 31fb996fa318128c68c7b18571bf607cf59290a0
Author: marc <marc>
Date:   Thu Dec 14 13:08:22 2006 +0000

    New class for keep signal and related functions changed. The advantage of keep signal class is that it stores a t0 and a sampling interval.
    Variable in header formulas can be used undefined (hence allowing passing information from one signal to the other)
    New user variable to check if signal is touched (header and samples)
    Restore the database pointer into signal structure to avoid dependency upon geopsyCore global
    Interval in time are usually handled with QtbTimeWindow which is simplied to its strict minimum ( a start and a end time, no longer a integer index)
    Various bug fixes for temporary signal and file handling

 lang/geopsycore.de.ts      |  733 +++++++++++++++++++++++++-------------------
 lang/geopsycore.es.ts      |  733 +++++++++++++++++++++++++-------------------
 lang/geopsycore.fr.ts      |  733 +++++++++++++++++++++++++-------------------
 lang/geopsycore.it.ts      |  733 +++++++++++++++++++++++++-------------------
 src/geopsycoreversion.h    |    2 +-
 src/qtbdoublesignal.cpp    |  107 ++++---
 src/qtbdoublesignal.h      |   12 +-
 src/qtbheaderparser.cpp    |   17 +-
 src/qtbkeepsignal.cpp      |   50 +++
 src/qtbkeepsignal.h        |   40 +++
 src/qtbsignal.cpp          |  101 +++---
 src/qtbsignal.h            |   47 ++-
 src/qtbsignaldata.cpp      |    6 +-
 src/qtbsignaldb.cpp        |  126 ++++----
 src/qtbsignaldb.h          |   12 +-
 src/qtbsignalfile.cpp      |   44 +--
 src/qtbsignalfile.h        |   12 +-
 src/qtbsignalfilepool.cpp  |    5 +-
 src/qtbsignalfilepool.h    |   18 +-
 src/qtbsignaltemplate.h    |   14 +-
 src/qtbsubsignalpool.cpp   |   64 ++--
 src/qtbsubsignalpool.h     |   12 +-
 src/qtbtimelimitsparam.cpp |   46 +--
 src/qtbtimelimitsparam.h   |   25 +-
 src/qtbtimewindow.cpp      |   36 +++
 src/qtbtimewindow.h        |  103 +++++++
 src/qtbwindowingparam.h    |    8 +-
 27 files changed, 2248 insertions(+), 1591 deletions(-)

commit 73cbc9e399ef6f25241b010ad965700cae9a5218
Author: marc <marc>
Date:   Fri Dec 1 17:41:03 2006 +0000

    GSE read/write functions debugged
    Free variables in header equations
    Support for Surf file type removed
    File format clean up
    Saving of processed and temporary signals debugged
    New and hopefully definitive format for GeopsySignal
    Wavelet transform filter and correlations (not debugged)

 lang/geopsycore.de.ts     |  494 +++++++++++---
 lang/geopsycore.es.ts     |  494 +++++++++++---
 lang/geopsycore.fr.ts     |  494 +++++++++++---
 lang/geopsycore.it.ts     |  494 +++++++++++---
 src/geopsycoreversion.h   |    2 +-
 src/qtbdoublesignal.cpp   |  190 ++++--
 src/qtbdoublesignal.h     |   12 +-
 src/qtbgeopsy.cpp         |   42 +-
 src/qtbgeopsyprefs.cpp    |   91 +--
 src/qtbgeopsyprefs.h      |   55 +-
 src/qtbgse.cpp            |  218 ++++--
 src/qtbgse.h              |   14 +-
 src/qtbheaderaction.cpp   |   40 +-
 src/qtbheaderaction.h     |   31 +-
 src/qtbheaderparser.cpp   |   21 +-
 src/qtbsignal.cpp         |  384 +++++------
 src/qtbsignal.h           |   43 +-
 src/qtbsignaldata.cpp     |   13 +-
 src/qtbsignaldb.cpp       |  261 ++++----
 src/qtbsignaldb.h         |   10 +-
 src/qtbsignalfile.cpp     |  398 +++++++----
 src/qtbsignalfile.h       |  386 +----------
 src/qtbsignalfilepool.cpp |   43 +-
 src/qtbsignalformats.cpp  |   12 +
 src/qtbsignalformats.h    |  375 +++++++++++
 src/qtbsignalgroup.cpp    |  210 ++----
 src/qtbsignalgroup.h      |   41 +-
 src/qtbsignalmember.h     |   17 +-
 src/qtbsignaltemplate.cpp |   14 +-
 src/qtbsignaltemplate.h   |   15 +-
 src/qtbsubsignalpool.cpp  | 1599 ++++++++++++++++++++++-----------------------
 src/qtbsubsignalpool.h    |   55 +-
 32 files changed, 4169 insertions(+), 2399 deletions(-)

commit 0322da3c618511405f1d0633ed7d5e0a047d9827
Author: marc <marc>
Date:   Fri Nov 17 12:20:21 2006 +0000

    New filter type for Morlet Wavelet (time-frequency analysis)

 lang/geopsycore.de.ts    |   24 +++---
 lang/geopsycore.es.ts    |   24 +++---
 lang/geopsycore.fr.ts    |   24 +++---
 lang/geopsycore.it.ts    |   24 +++---
 src/geopsycoreversion.h  |    2 +-
 src/qtbdoublesignal.cpp  |   71 ++++++++++++++++-
 src/qtbdoublesignal.h    |    8 +-
 src/qtbheaderaction.cpp  |   76 +++++++++---------
 src/qtbsignal.cpp        |  198 ++++++++++++++++++++++++++--------------------
 src/qtbsignal.h          |    8 +-
 src/qtbsignaldata.cpp    |   22 +++---
 src/qtbsignaldb.cpp      |    8 +-
 src/qtbsignalfile.cpp    |   10 +--
 src/qtbsignalgroup.cpp   |   12 +--
 src/qtbsignalmember.h    |    4 +-
 src/qtbsubsignalpool.cpp |    8 +-
 16 files changed, 313 insertions(+), 210 deletions(-)

commit 8e16860f950d1305afddf98da1d67d7bae9d196a
Author: marc <marc>
Date:   Fri Nov 17 10:46:07 2006 +0000

    Version 2.0.0-snapshot-20061116

 admin/info              |    2 +-
 src/geopsycoreversion.h |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

commit dc2765b179d74865ab90a4cde527400970415d0d
Author: marc <marc>
Date:   Thu Nov 9 15:25:23 2006 +0000

    *** empty log message ***

 lang/geopsycore.de.ts   |   40 ++++++++++++++++++++++++++++++++--------
 lang/geopsycore.es.ts   |   40 ++++++++++++++++++++++++++++++++--------
 lang/geopsycore.fr.ts   |   40 ++++++++++++++++++++++++++++++++--------
 lang/geopsycore.it.ts   |   40 ++++++++++++++++++++++++++++++++--------
 src/geopsycoreversion.h |    2 +-
 5 files changed, 129 insertions(+), 33 deletions(-)

commit cacd845eb81eb1ea08fe2ca82b9fb1c83cea0478
Author: marc <marc>
Date:   Fri Nov 3 17:22:37 2006 +0000

    Debugging of new interface in progress

 lang/geopsycore.de.ts    |    8 ++
 lang/geopsycore.es.ts    |    8 ++
 lang/geopsycore.fr.ts    |    8 ++
 lang/geopsycore.it.ts    |    8 ++
 src/geopsycoreversion.h  |    2 +
 src/qtbgeopsyprefs.cpp   |    5 +-
 src/qtbsignal.cpp        |  315 ++++++++++++++++++++++++++++++----------------
 src/qtbsignal.h          |   23 +++-
 src/qtbsignaldata.cpp    |   20 ++-
 src/qtbsignaldata.h      |    3 +-
 src/qtbsignaldb.cpp      |  125 +++++++++---------
 src/qtbsignaldb.h        |   18 +--
 src/qtbsignalgroup.cpp   |   47 ++++---
 src/qtbsignalgroup.h     |    4 +-
 src/qtbsignalmember.h    |    6 +-
 src/qtbsubsignalpool.cpp |   10 +-
 src/qtbsubsignalpool.h   |    4 +-
 17 files changed, 383 insertions(+), 231 deletions(-)

commit 4d25db4137b098df08866b217abd3833a2578dc1
Author: marc <marc>
Date:   Mon Oct 30 14:06:10 2006 +0000

    acceptd extention sgy or segy in auto recognition
    ODELTA is read from SAC headers, warning if observed and nominal frequency sampling rates are different

 src/qtbsignal.cpp     |   13 +++++++------
 src/qtbsignalfile.cpp |   40 +++++++++++++++++++++++++---------------
 2 files changed, 32 insertions(+), 21 deletions(-)

commit 64037b540cfd14b0c0779e6c7e5c637690e247d4
Author: marc <marc>
Date:   Mon Oct 2 16:35:56 2006 +0000

    New automatic license header
    New database file structure with XML file and no longer the directory structure.
    Hierachical group structure
    Optional data for QtbSignal (comments, picks, ...)

 admin/info                 |    1 -
 lang/geopsycore.de.ts      |  274 +++------
 lang/geopsycore.es.ts      |  274 +++------
 lang/geopsycore.fr.ts      |  274 +++------
 lang/geopsycore.it.ts      |  274 +++------
 src/geopsycore.cpp         |   28 +-
 src/geopsycore.h           |   28 +-
 src/geopsycoredllexport.h  |   30 +-
 src/qtbdoublesignal.cpp    |  152 ++++-
 src/qtbdoublesignal.h      |   57 +-
 src/qtbgeopsy.cpp          |   44 +-
 src/qtbgeopsy.h            |   28 +-
 src/qtbgeopsyprefs.cpp     |   64 +-
 src/qtbgeopsyprefs.h       |   37 +-
 src/qtbgse.cpp             |  127 ++--
 src/qtbgse.h               |   30 +-
 src/qtbheaderaction.cpp    |  133 ++--
 src/qtbheaderaction.h      |   62 +-
 src/qtbheaderparser.cpp    |   80 ++-
 src/qtbheaderparser.h      |   21 +-
 src/qtbsignal.cpp          | 1432 ++++++++++++++++++++------------------------
 src/qtbsignal.h            |  207 ++++---
 src/qtbsignaldata.cpp      |  333 ++++------
 src/qtbsignaldata.h        |   81 +--
 src/qtbsignaldb.cpp        |  484 +++++++--------
 src/qtbsignaldb.h          |   67 +--
 src/qtbsignalfile.cpp      |  214 +++++--
 src/qtbsignalfile.h        |   46 +-
 src/qtbsignalfilepool.cpp  |   28 +-
 src/qtbsignalfilepool.h    |   30 +-
 src/qtbsignalgroup.cpp     |  332 ++++++----
 src/qtbsignalgroup.h       |   81 +--
 src/qtbsignalmember.cpp    |   18 +
 src/qtbsignalmember.h      |  171 ++++++
 src/qtbsignaltaper.h       |   28 +-
 src/qtbsignaltemplate.cpp  |   33 +-
 src/qtbsignaltemplate.h    |   40 +-
 src/qtbstation.cpp         |   21 +-
 src/qtbstation.h           |   21 +-
 src/qtbsubsignalpool.cpp   |  239 ++++----
 src/qtbsubsignalpool.h     |   46 +-
 src/qtbtimelimitsparam.cpp |   34 +-
 src/qtbtimelimitsparam.h   |   28 +-
 src/qtbwindowingparam.cpp  |   28 +-
 src/qtbwindowingparam.h    |   28 +-
 45 files changed, 2887 insertions(+), 3201 deletions(-)

commit 58d46e863eedcbdf8e355f8d88842d956a39c7e6
Author: marc <marc>
Date:   Mon Sep 4 15:01:23 2006 +0000

    Avoid include dependance to QtbPathTranslator

 src/qtbgeopsy.cpp   |    7 +++++--
 src/qtbgeopsy.h     |    8 +++++---
 src/qtbsignaldb.cpp |    5 +++--
 3 files changed, 13 insertions(+), 7 deletions(-)

commit 003bdf627d77b9203d3a16fb8d5fbe1a9e7719f4
Author: marc <marc>
Date:   Fri Aug 18 08:43:08 2006 +0000

    GSE file format for AMD64, rewriting of GSE routines (under development)

 lang/geopsycore.de.ts |   21 +++----
 lang/geopsycore.es.ts |   21 +++----
 lang/geopsycore.fr.ts |   21 +++----
 lang/geopsycore.it.ts |   21 +++----
 src/qtbgse.cpp        |  150 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbgse.h          |   39 +++++++++++++
 src/qtbsignal.cpp     |   46 ++++++---------
 src/qtbstation.h      |    5 +-
 8 files changed, 253 insertions(+), 71 deletions(-)

commit ed7ffe7ad315e52bf0822ef28e6a7f50d992c061
Author: marc <marc>
Date:   Wed Aug 16 12:12:19 2006 +0000

    Merging sesarray-2_0_0-beta-patch branch

 lang/geopsycore.de.ts     |  488 +++++++++++-
 lang/geopsycore.es.ts     |  488 +++++++++++-
 lang/geopsycore.fr.ts     |  488 +++++++++++-
 lang/geopsycore.it.ts     |  488 +++++++++++-
 src/qtbbasicsignal.cpp    |   46 --
 src/qtbbasicsignal.h      |   68 --
 src/qtbdoublesignal.cpp   | 1820 +++++++++++++++++++++++++--------------------
 src/qtbdoublesignal.h     |   13 +-
 src/qtbgeopsy.cpp         |   46 +-
 src/qtbgeopsy.h           |   16 +-
 src/qtbgeopsyint.cpp      |   26 -
 src/qtbgeopsyint.h        |   54 --
 src/qtbgeopsyprefs.cpp    |   14 +-
 src/qtbgeopsyprefs.h      |   14 +-
 src/qtbsignal.cpp         | 1272 +++++++++++++++++++------------
 src/qtbsignal.h           |  154 ++--
 src/qtbsignaldata.cpp     |  159 ++--
 src/qtbsignaldb.cpp       |  804 +++++++++++++-------
 src/qtbsignaldb.h         |   39 +-
 src/qtbsignalfile.cpp     | 1358 ++++++++++++++++++---------------
 src/qtbsignalfile.h       |  329 +++++++-
 src/qtbsignalfilepool.cpp |   57 +-
 src/qtbsignalfilepool.h   |   19 +-
 src/qtbsignalgroup.cpp    |  131 +++-
 src/qtbsignalgroup.h      |   28 +-
 src/qtbsignalpool.cpp     |  500 -------------
 src/qtbsignalpool.h       |   97 ---
 src/qtbsignaltemplate.cpp |   30 +
 src/qtbsignaltemplate.h   |  205 ++---
 src/qtbsubsignalpool.cpp  |  858 +++++++++++----------
 src/qtbsubsignalpool.h    |   69 +-
 31 files changed, 6279 insertions(+), 3899 deletions(-)

commit c4fbd1c0f1f29a6cc1880e0caa86e83857995c91
Author: marc <marc>
Date:   Mon Jun 26 08:39:59 2006 +0000

    Bug fixed for automatic removal of unreferenced signals
    Now fully included in remove() from QtbSignalPool, so more transparent for usage

 src/qtbdoublesignal.cpp  |   21 ++++++++++++++++++---
 src/qtbsignalpool.cpp    |   12 +++++++-----
 src/qtbsubsignalpool.cpp |   18 +++++-------------
 src/qtbsubsignalpool.h   |    4 +++-
 4 files changed, 33 insertions(+), 22 deletions(-)

commit 07b5255e673341eb1bb294534b60063819ad978c
Author: marc <marc>
Date:   Thu Jun 15 16:51:36 2006 +0000

    Version 2.0.0-beta

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 1ff95c2396d1111916707f87e70bce6b3bcf2728
Author: marc <marc>
Date:   Wed Jun 14 13:59:03 2006 +0000

    Version 2.0.0-snapshot-20060614

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 9e9601edf01a5fbd20c01ed904332abc490afd50
Author: marc <marc>
Date:   Tue Jun 13 11:03:36 2006 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |    9 ---------
 lang/geopsycore.es.ts |    9 ---------
 lang/geopsycore.fr.ts |    9 ---------
 lang/geopsycore.it.ts |    9 ---------
 4 files changed, 36 deletions(-)

commit 72408a313b423cdc16ed4f139a4e607c7fa80a6f
Author: marc <marc>
Date:   Mon Jun 12 12:32:04 2006 +0000

    Path translator is now a generic class used also by dinver

 src/qtbgeopsy.cpp   |   40 ++--------------------------------------
 src/qtbgeopsy.h     |   11 +++--------
 src/qtbsignaldb.cpp |    4 ++--
 3 files changed, 7 insertions(+), 48 deletions(-)

commit b10ffb6b5b7caaae54b8901a5a7f4d47c1fbaf11
Author: marc <marc>
Date:   Sun Jun 4 21:31:54 2006 +0000

    Version 2.0.0-snapshot-20060604

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit d4f6ce1c360aca55ee1b4cb3d62821e08bbbdc7b
Author: marc <marc>
Date:   Sun Jun 4 20:59:49 2006 +0000

    Bug fixed under Windows for loading gse files

 src/qtbsignal.cpp     |    3 +--
 src/qtbsignalfile.cpp |    4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

commit 9f04bbc4f442d1f8bcc14d0a44f5f118a9105327
Author: marc <marc>
Date:   Fri Jun 2 20:57:05 2006 +0000

    Debug of gse reading under Windows

 src/qtbsignal.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 96fc68811a029eed6aeed6916020811de08d8290
Author: marc <marc>
Date:   Fri Jun 2 20:16:26 2006 +0000

    Bug fixed for crash of geopsy on startup with Windows: due to a stupid list conversion reading the settingsz of table fields

 src/qtbsignaldata.cpp |   20 +++++++++++---------
 src/qtbsignalfile.cpp |    3 +--
 2 files changed, 12 insertions(+), 11 deletions(-)

commit a62bea753ea3beed37db19ce8777c97e0b36945d
Author: marc <marc>
Date:   Fri Jun 2 07:59:33 2006 +0000

    Reading SAF files is now fixed with a temporary patch waiting for Qt 4.2

 src/qtbsignalfile.cpp |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

commit 752b73b7a23f53285eebbb61c6dbe7865e1dd65e
Author: marc <marc>
Date:   Sat May 27 04:03:04 2006 +0000

    Version 2.0.0-snapshot-20060527

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit d17880750a3c1d124a031d19bef76d9b09bab84e
Author: marc <marc>
Date:   Sat May 20 04:05:17 2006 +0000

    Version 2.0.0-snapshot-20060520

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit dd36f4b34bf62adb3fea3f6286672dd3c1562b46
Author: marc <marc>
Date:   Fri May 19 20:47:22 2006 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |   16 ++++++++++------
 lang/geopsycore.es.ts |   16 ++++++++++------
 lang/geopsycore.fr.ts |   16 ++++++++++------
 lang/geopsycore.it.ts |   16 ++++++++++------
 4 files changed, 40 insertions(+), 24 deletions(-)

commit 3a230d870eed4d13ebc4f8e745f9371b64b4c259
Author: marc <marc>
Date:   Fri May 19 18:38:37 2006 +0000

    Reference count for signals is now handled in a basic separated object (QtbSharedObject in lib qtbtools)

 src/qtbsignal.cpp        |    9 ++++-----
 src/qtbsignal.h          |   12 +++---------
 src/qtbsignalpool.cpp    |    3 +--
 src/qtbsubsignalpool.cpp |   24 +++++-------------------
 4 files changed, 13 insertions(+), 35 deletions(-)

commit cd142dc4b7a86dcbee57969426467a99f3caa38d
Author: marc <marc>
Date:   Tue May 16 17:11:22 2006 +0000

    Improvement of equation parser, now parse nested functions and expressions
    New function "if", usefull for component testing
    Bug fixed loading database with undefined components

 src/qtbheaderaction.cpp |  171 +++++++++++++++++++++++++++++++++++++++++++++--
 src/qtbheaderaction.h   |   22 +++---
 src/qtbheaderparser.cpp |   68 +++++++++++++++----
 src/qtbsignal.cpp       |    8 ++-
 src/qtbstation.cpp      |   28 ++++++++
 src/qtbstation.h        |   56 ++++++++++++++++
 6 files changed, 322 insertions(+), 31 deletions(-)

commit b43f4aa555b5173769f7c4fa58fe9c90661d1ec1
Author: marc <marc>
Date:   Sat May 13 04:03:02 2006 +0000

    Version 2.0.0-snapshot-20060513

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit a5d8f038a9d5b75fc51bded98e26f7bce1661703
Author: marc <marc>
Date:   Wed May 10 16:44:11 2006 +0000

    Version 2.0.0-snapshot-20060510

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 9ffbed3568fe93979275f18830d847da038f8868
Author: marc <marc>
Date:   Tue May 9 16:00:48 2006 +0000

    Version 2.0.0-snapshot-20060509

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit c7ef4ccceb9085381f1d01e9bb23e82ab0e9c11c
Author: marc <marc>
Date:   Sat May 6 04:04:59 2006 +0000

    Version 2.0.0-snapshot-20060506

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit c2570c33bd14c91aee35a98c21fa41ae12ec2cdf
Author: marc <marc>
Date:   Fri May 5 17:46:11 2006 +0000

    Version 2.0.0-snapshot-20060505

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit ecbf7196d6a7c167d70d87da5f0be442fedb50ef
Author: marc <marc>
Date:   Fri May 5 15:36:40 2006 +0000

    Bug fixed: new operator= with reference count support
    Warning for temporary signal corrected

 lang/geopsycore.de.ts    |    8 ++--
 lang/geopsycore.es.ts    |    8 ++--
 lang/geopsycore.fr.ts    |    8 ++--
 lang/geopsycore.it.ts    |    8 ++--
 src/qtbsubsignalpool.cpp |  101 +++++++++++++++++++++++++++++++++++++---------
 src/qtbsubsignalpool.h   |   12 +++---
 6 files changed, 104 insertions(+), 41 deletions(-)

commit 4ba82671e9d68d119cec2b929477555fa3e1f952
Author: marc <marc>
Date:   Tue May 2 15:09:47 2006 +0000

    Version 2.0.0-snapshot-20060502

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 8dbfc2017c684a411de52e8e40c9524442a31f47
Author: marc <marc>
Date:   Sat Apr 29 04:05:02 2006 +0000

    Version 2.0.0-snapshot-20060429

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit b968ddd7dd3848306c9e44dfbc2e3ffb23a16e0b
Author: marc <marc>
Date:   Fri Apr 28 15:31:21 2006 +0000

    Bug fixed removing signals with automatic reference count

 src/qtbsignal.cpp         |    7 +-
 src/qtbsignaldb.cpp       |   21 ++++--
 src/qtbsignalfile.cpp     |    3 +-
 src/qtbsignalfilepool.cpp |    4 +-
 src/qtbsignalpool.cpp     |    3 +-
 src/qtbsubsignalpool.cpp  |  182 ++++++++++++++++++++++++---------------------
 src/qtbsubsignalpool.h    |   11 ++-
 7 files changed, 129 insertions(+), 102 deletions(-)

commit cb7d1ef0aa6eb5c53793fe70366b7e8d6ca8dead
Author: marc <marc>
Date:   Sat Apr 22 04:04:49 2006 +0000

    Version 2.0.0-snapshot-20060422

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit b584f52cc36bba5ce06a07941b439089294a7763
Author: marc <marc>
Date:   Sat Apr 15 04:04:46 2006 +0000

    Version 2.0.0-snapshot-20060415

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit eb47fb6cf1afa805550dcec51b65c402c115adfb
Author: marc <marc>
Date:   Mon Apr 10 15:58:16 2006 +0000

    Version 2.0.0-snapshot-20060410

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 64b09a2810652c8f38abe89fab37536a0ab631a1
Author: marc <marc>
Date:   Fri Apr 7 08:53:00 2006 +0000

    Version 2.0.0-snapshot-20060407

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit aac0df87f46f10bc51faf5743642d6adf3c2ccc3
Author: marc <marc>
Date:   Wed Apr 5 13:18:06 2006 +0000

    Version 2.0.0-snapshot-20060405

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 6efb50c91e4b08b188c8f16311fc1a779d624791
Author: marc <marc>
Date:   Tue Apr 4 17:44:54 2006 +0000

    Version 2.0.0-snapshot-20060404

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 31341a7dbab1637231fe996b6cb473de1df88386
Author: marc <marc>
Date:   Tue Apr 4 17:36:07 2006 +0000

    New system for messaging (including "show again option")

 src/qtbgeopsy.cpp         |   12 ++--
 src/qtbsignaldb.cpp       |   60 +++++++++----------
 src/qtbsignalfile.cpp     |    8 +--
 src/qtbsignalfilepool.cpp |   10 ++--
 src/qtbsignalpool.cpp     |   10 ++--
 src/qtbsignaltemplate.h   |   16 ++---
 src/qtbsubsignalpool.cpp  |  142 ++++++++++++++++++++++-----------------------
 7 files changed, 130 insertions(+), 128 deletions(-)

commit 92ddd679dac8e5c7b7cf1fa59627de26620e6dc7
Author: marc <marc>
Date:   Mon Apr 3 06:34:15 2006 +0000

    Version 2.0.0-snapshot-20060403

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 46c577ca74c98f761ffa738dcfbba1103ae09d1e
Author: marc <marc>
Date:   Sun Apr 2 16:31:05 2006 +0000

    Version 2.0.0-snapshot-20060402

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 58d8dbc4cfd6feef074716f287978c3c8b27b2d1
Author: marc <marc>
Date:   Sun Apr 2 15:32:10 2006 +0000

    Bug fixed for saving user modifications of pool parameters

 src/qtbgeopsyprefs.cpp |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit dfc1648a548ecb312790b4ca2985ef852091703d
Author: marc <marc>
Date:   Sat Apr 1 04:07:17 2006 +0000

    Version 2.0.0-snapshot-20060401

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 2512a48f7c0603a99d3c5ca0602ec4fa39f796b0
Author: marc <marc>
Date:   Mon Mar 27 17:59:50 2006 +0000

    Version 2.0.0-snapshot-20060327

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit fe41f48c4a9caad11f7cd99329bb721310a0e3ce
Author: marc <marc>
Date:   Sat Mar 25 04:03:17 2006 +0000

    Version 2.0.0-snapshot-20060325

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit e29536e921068c820dcfe28f4f6fdbbb45f4cd17
Author: marc <marc>
Date:   Fri Mar 24 18:16:11 2006 +0000

    Fix for Windows

 lang/geopsycore.de.ts   |   57 ++++++++++++++++++++++++++++++++++++-----------
 lang/geopsycore.es.ts   |   57 ++++++++++++++++++++++++++++++++++++-----------
 lang/geopsycore.fr.ts   |   57 ++++++++++++++++++++++++++++++++++++-----------
 lang/geopsycore.it.ts   |   57 ++++++++++++++++++++++++++++++++++++-----------
 src/qtbbasicsignal.h    |    6 +++--
 src/qtbheaderaction.cpp |    9 ++++----
 6 files changed, 185 insertions(+), 58 deletions(-)

commit 8bd2fa3f97f98d87d93437ea87d382746642632c
Author: marc <marc>
Date:   Fri Mar 24 12:45:59 2006 +0000

    Bug # 56: implemented
    Initialization of pool parameters is now ok

 src/qtbgeopsy.cpp      |    9 +++---
 src/qtbgeopsyprefs.cpp |   77 ++++++++++++++++++++++++++++++++----------------
 src/qtbgeopsyprefs.h   |   20 ++++++++-----
 src/qtbsignalpool.cpp  |    6 ++--
 4 files changed, 72 insertions(+), 40 deletions(-)

commit 6a53e08c1e0b61b53aabf052a45c6c2f0d5bf5b7
Author: marc <marc>
Date:   Fri Mar 24 09:46:21 2006 +0000

    Restructuration of QtbSignalPool:
    - No more need for passing the pool pointer in all QtbSignal
    - Only one QtbSignalPool for the application space
    - Database are now managed by QtbSignalDB and it is possible to open several databases at the same time (useful for geopsygui plugin for Scifigs which opens database on the fly to get access to signals)
    - Groups are now left untouched on the disk until the next databse save (bug # 27). New system for caching the group contents and not loading them all together at startup
    - database are now more transparent (open, save, save as like any other type of file)
    - path translator is now generalized and is now used both by DB loading and DB automatic open upon QtbSignalLayer requests
    - The swap directory can be modified directly by the user and it is not linked anymore to the current DB path
    - improvement of QtbHeaderParser for C-like comments, bug fixed for sum of strings and numbers mixed

 lang/geopsycore.de.ts      |  195 ++++++-------
 lang/geopsycore.es.ts      |  195 ++++++-------
 lang/geopsycore.fr.ts      |  195 ++++++-------
 lang/geopsycore.it.ts      |  195 ++++++-------
 src/qtbbasicsignal.cpp     |   46 +++
 src/qtbbasicsignal.h       |   66 +++++
 src/qtbbasicsignalpool.cpp |  240 ----------------
 src/qtbbasicsignalpool.h   |  137 ---------
 src/qtbdoublesignal.cpp    |   20 +-
 src/qtbdoublesignal.h      |    8 +-
 src/qtbgeopsy.cpp          |  669 ++++++++++++++------------------------------
 src/qtbgeopsy.h            |   60 ++--
 src/qtbgeopsyint.h         |   59 ++--
 src/qtbgeopsyprefs.cpp     |   29 +-
 src/qtbgeopsyprefs.h       |   14 +-
 src/qtbheaderaction.cpp    |   90 +++---
 src/qtbheaderaction.h      |    4 +-
 src/qtbheaderparser.cpp    |   75 ++++-
 src/qtbheaderparser.h      |   17 +-
 src/qtbsignal.cpp          |   90 ++----
 src/qtbsignal.h            |   97 ++++---
 src/qtbsignaldata.h        |    4 +-
 src/qtbsignaldb.cpp        |  591 ++++++++++++++++++++++++++++++++++++++
 src/qtbsignaldb.h          |   85 ++++++
 src/qtbsignalfile.cpp      |   39 ++-
 src/qtbsignalgroup.cpp     |  120 ++++++++
 src/qtbsignalgroup.h       |   65 +++++
 src/qtbsignalpool.cpp      |  498 ++++++++++++++-------------------
 src/qtbsignalpool.h        |   70 +++--
 src/qtbsignaltemplate.h    |  409 ++++++++++++++-------------
 src/qtbsubsignalpool.cpp   |  296 ++++++++------------
 src/qtbsubsignalpool.h     |  196 +++++++------
 32 files changed, 2551 insertions(+), 2323 deletions(-)

commit 73f2568a5335798b2cb53847763fbafc052da7cf
Author: marc <marc>
Date:   Sat Mar 18 03:04:55 2006 +0000

    Version 2.0.0-snapshot-20060318

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 536c99f49bd46e746a97831cbda3f1d0fc23a2d8
Author: marc <marc>
Date:   Thu Mar 16 22:05:23 2006 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |  337 ++++++++++++++++++++++++++++++++++++++++++++++---
 lang/geopsycore.es.ts |  337 ++++++++++++++++++++++++++++++++++++++++++++++---
 lang/geopsycore.fr.ts |  337 ++++++++++++++++++++++++++++++++++++++++++++++---
 lang/geopsycore.it.ts |  337 ++++++++++++++++++++++++++++++++++++++++++++++---
 4 files changed, 1264 insertions(+), 84 deletions(-)

commit 253db5e4bbbf1aaa3b632c3f2293f9ecd8b01a24
Author: marc <marc>
Date:   Tue Mar 14 20:38:53 2006 +0000

    Version 2.0.0-snapshot-20060314

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 9afdec3f5e3c2d619580e70da7b1c39ef21e9aa8
Author: marc <marc>
Date:   Tue Mar 14 20:04:33 2006 +0000

    Ask for file format, rd3 log paramter and time reference re-implemented with (gui/core separation
    Remove all gui warning when loading files => output to log
    Bug fixed for displaying time windows

 src/qtbgeopsy.cpp         |  139 ++++++++++++++++++++++++++-
 src/qtbgeopsy.h           |   93 +++++++++---------
 src/qtbsignal.cpp         |   79 ++++++----------
 src/qtbsignalfile.cpp     |  228 +++++++++++++++------------------------------
 src/qtbsignalfilepool.cpp |   20 +---
 5 files changed, 294 insertions(+), 265 deletions(-)

commit e811258fc80876d889a1e23da5746b067d1cb0e2
Author: marc <marc>
Date:   Mon Mar 13 12:36:10 2006 +0000

    Version 2.0.0-snapshot-20060313

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 96bea97cb2b2fbdd707c6ee67aae84c0adc6eaf2
Author: marc <marc>
Date:   Sat Mar 11 03:04:57 2006 +0000

    Version 2.0.0-snapshot-20060311

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit e9c7fb8242d61ea284d4dbd2e48d91ab64d04628
Author: marc <marc>
Date:   Thu Mar 9 19:03:12 2006 +0000

    Case independent for recognition of component in SAC files

 src/qtbsignalfile.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8aa9614ff9973bfc1431b4ca5d7f0706cb82200e
Author: marc <marc>
Date:   Sat Mar 4 03:02:51 2006 +0000

    Version 2.0.0-snapshot-20060304

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 629f77221222466e7f35fb0b207d5c8a4f7c9092
Author: marc <marc>
Date:   Sat Feb 25 03:04:43 2006 +0000

    Version 2.0.0-snapshot-20060225

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 8feb2f376eb282a3f9fba8b23c1969807347b0e1
Author: marc <marc>
Date:   Sat Feb 18 03:03:08 2006 +0000

    Version 2.0.0-snapshot-20060218

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 201a070b6d3bcfaaada6b5a36f6219778e07a470
Author: marc <marc>
Date:   Sat Feb 11 03:04:40 2006 +0000

    Version 2.0.0-snapshot-20060211

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit de72317050a81b1309d5205a09ec14b9349c3d94
Author: marc <marc>
Date:   Mon Feb 6 17:51:42 2006 +0000

    bug # 8 fixed

 src/qtbgeopsy.cpp     |    8 +++++---
 src/qtbsignal.cpp     |    7 +++++--
 src/qtbsignalpool.cpp |   28 ++++++++++++++++++++++------
 src/qtbsignalpool.h   |    4 ++--
 4 files changed, 34 insertions(+), 13 deletions(-)

commit 4eb776bc02158d74607b5b00f95ad78615cae690
Author: marc <marc>
Date:   Sat Feb 4 03:04:50 2006 +0000

    Version 2.0.0-snapshot-20060204

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit f599c6ba424e7db61072f2fcb7ba4e0813eee5b2
Author: marc <marc>
Date:   Wed Feb 1 22:31:08 2006 +0000

    Version 2.0.0-snapshot-20060201

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 1b03d571379e1f614b5c43a39254bcbc3b371f9c
Author: marc <marc>
Date:   Tue Jan 31 10:04:26 2006 +0000

    Rearrangment of QtbDebugMem to make it work under Windows

 admin/info |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b6afb9bd01fed560284eb1ea7774d6bdbba8abed
Author: marc <marc>
Date:   Sat Jan 28 03:03:00 2006 +0000

    Version 2.0.0-snapshot-20060128

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 064148472dab99864bfbb77c0156be8142a3b93f
Author: marc <marc>
Date:   Sat Jan 21 03:02:44 2006 +0000

    Version 2.0.0-snapshot-20060121

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 1820c6038f6b8195b3ab3c92f391afc75246b142
Author: marc <marc>
Date:   Mon Jan 16 17:36:19 2006 +0000

    Version 2.0.0-snapshot-20060116

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 6f37a05bf9b49757fb1858bf8d440d658dc8fb34
Author: marc <marc>
Date:   Sat Jan 14 03:02:36 2006 +0000

    Version 2.0.0-snapshot-20060114

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 0351af98f27f827f6ddb4943d5c9bb2b852498c9
Author: marc <marc>
Date:   Fri Jan 13 15:13:49 2006 +0000

    Version 2.0.0-snapshot-20060113

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 553ff40e06f484a8469d4ae9848830a943db71e0
Author: marc <marc>
Date:   Thu Jan 12 16:11:25 2006 +0000

    Bug fixed in case of error loading DBSignal file format
    MultiplyDivide() is replaced by multiply() in QtbSignalTemplate and QtbSubSignalPool

 src/geopsycore.cpp         |    6 +++---
 src/geopsycore.h           |    6 +++---
 src/geopsycoredllexport.h  |    4 ++--
 src/qtbbasicsignalpool.cpp |    6 +++---
 src/qtbbasicsignalpool.h   |    6 +++---
 src/qtbdoublesignal.cpp    |    6 +++---
 src/qtbdoublesignal.h      |    6 +++---
 src/qtbgeopsy.cpp          |    6 +++---
 src/qtbgeopsy.h            |    6 +++---
 src/qtbgeopsyint.cpp       |    6 +++---
 src/qtbgeopsyint.h         |    6 +++---
 src/qtbgeopsyprefs.cpp     |    6 +++---
 src/qtbgeopsyprefs.h       |    6 +++---
 src/qtbheaderaction.cpp    |    4 ++--
 src/qtbheaderaction.h      |    4 ++--
 src/qtbheaderparser.cpp    |    4 ++--
 src/qtbheaderparser.h      |    4 ++--
 src/qtbsignal.cpp          |    6 +++---
 src/qtbsignal.h            |    4 ++--
 src/qtbsignaldata.cpp      |    6 +++---
 src/qtbsignaldata.h        |    4 ++--
 src/qtbsignalfile.cpp      |    7 ++++---
 src/qtbsignalfile.h        |    6 +++---
 src/qtbsignalfilepool.cpp  |    6 +++---
 src/qtbsignalfilepool.h    |    4 ++--
 src/qtbsignalpool.cpp      |    6 +++---
 src/qtbsignalpool.h        |    4 ++--
 src/qtbsignaltaper.h       |    6 +++---
 src/qtbsignaltemplate.h    |   16 ++++++----------
 src/qtbsubsignalpool.cpp   |   10 +++++-----
 src/qtbsubsignalpool.h     |    8 ++++----
 src/qtbtimelimitsparam.cpp |    6 +++---
 src/qtbtimelimitsparam.h   |    6 +++---
 src/qtbwindowingparam.cpp  |    6 +++---
 src/qtbwindowingparam.h    |    6 +++---
 35 files changed, 103 insertions(+), 106 deletions(-)

commit 32d0371da375867e4ffcef3c3f29f576a5761b96
Author: marc <marc>
Date:   Sat Jan 7 03:02:31 2006 +0000

    Version 2.0.0-snapshot-20060107

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 2d59283f7bbe763cbfb9bb793f6e547db3f6ebb1
Author: marc <marc>
Date:   Thu Jan 5 23:22:47 2006 +0000

    Version 2.0.0-snapshot-20060106

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 47c6c89a431cb6a4ef0c31409a3b6e8993e9c04f
Author: marc <marc>
Date:   Thu Jan 5 16:55:44 2006 +0000

    *** empty log message ***

 lang/geopsycore.de.ts |   12 ------------
 lang/geopsycore.es.ts |   12 ------------
 lang/geopsycore.fr.ts |   12 ------------
 lang/geopsycore.it.ts |   12 ------------
 4 files changed, 48 deletions(-)

commit 83e2151c8c6b727689bfdaa11ed91e223e151d8c
Author: marc <marc>
Date:   Wed Jan 4 11:03:58 2006 +0000

    Lang files updated

 lang/geopsycore.de.ts |  312 +++++++++++++++++++++++++++++++++++--------------
 lang/geopsycore.es.ts |  312 +++++++++++++++++++++++++++++++++++--------------
 lang/geopsycore.fr.ts |  312 +++++++++++++++++++++++++++++++++++--------------
 lang/geopsycore.it.ts |  312 +++++++++++++++++++++++++++++++++++--------------
 4 files changed, 900 insertions(+), 348 deletions(-)

commit e74c4b69e831b5d59b6578f80eda1f4e4c7ed195
Author: marc <marc>
Date:   Sat Dec 31 03:02:30 2005 +0000

    Version 2.0.0-snapshot-20051231

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 8ebf40ca4a0aa1deb5af196f4e2cecd58b645105
Author: marc <marc>
Date:   Sat Dec 24 03:02:48 2005 +0000

    Version 2.0.0-snapshot-20051224

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 62035412ce7d7a436e149ff9d9da7c98e4b4f994
Author: marc <marc>
Date:   Mon Dec 19 17:26:54 2005 +0000

    Version 2.0.0-snapshot-20051219

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit a3ad10d2e55b0b1be000d98c698c3da11975b320
Author: marc <marc>
Date:   Sat Dec 17 03:02:28 2005 +0000

    Version 2.0.0-snapshot-20051217

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 5b6644af7a9c810cd2c90b3255cca293fc61ec86
Author: marc <marc>
Date:   Wed Dec 14 10:55:33 2005 +0000

    Version 2.0.0-snapshot-20051214

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 298a178dfb98198ea006a2d62f155241545160c4
Author: marc <marc>
Date:   Tue Dec 13 08:47:13 2005 +0000

    Version 2.0.0-snapshot-20051213

 src/qtbloadformat.cpp      |   37 ------
 src/qtbloadformat.h        |   41 -------
 src/qtbloadformat.ui       |  275 --------------------------------------------
 src/qtbrd3logparameter.cpp |   37 ------
 src/qtbrd3logparameter.h   |   41 -------
 src/qtbrd3logparameter.ui  |  191 ------------------------------
 6 files changed, 622 deletions(-)

commit c957cd555c8c974ecf8562151492872b6fae89a0
Author: marc <marc>
Date:   Tue Dec 13 08:43:05 2005 +0000

    dll export for Windaub

 src/qtbheaderparser.h |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 85a541ffda2a283842915b5cf3857edd4683db40
Author: marc <marc>
Date:   Tue Dec 13 03:02:29 2005 +0000

    Version 2.0.0-snapshot-20051213

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 7782488b6dcc37691f02ba4c1815f4cbfa9b020d
Author: marc <marc>
Date:   Mon Dec 12 03:02:24 2005 +0000

    Version 2.0.0-snapshot-20051212

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 5fa82801f5b5565220efa50e61c6b515ab7833b3
Author: marc <marc>
Date:   Sun Dec 11 03:02:21 2005 +0000

    Version 2.0.0-snapshot-20051211

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 8ce27c1f82c118a474572a8f79a816f40d29c2a3
Author: marc <marc>
Date:   Sat Dec 10 03:02:28 2005 +0000

    Version 2.0.0-snapshot-20051210

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 6eb72d1b2a69daf2e9aa888ff8a54816ffb6e89f
Author: marc <marc>
Date:   Fri Dec 9 16:26:32 2005 +0000

    Bug #87 fixed

 src/qtbsubsignalpool.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9dfcddd730ba54b71b8eeee4d161a82de8feaa4d
Author: marc <marc>
Date:   Fri Dec 9 08:24:48 2005 +0000

    Version 2.0.0-snapshot-20051209

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit f29a3a2dd261112cdaa87bf864393d1abecf8d67
Author: marc <marc>
Date:   Wed Dec 7 09:01:15 2005 +0000

    Version 2.0.0-snapshot-20051207

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit a5cad4a5d146516326703b961637201a04ea18a6
Author: marc <marc>
Date:   Tue Dec 6 13:51:17 2005 +0000

    Version 2.0.0-snapshot-20051206

 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit b82a58d7a5d3c4d390ad688ce063ce720f869684
Author: marc <marc>
Date:   Fri Dec 2 18:38:55 2005 +0000

    INSTALL updated

 INSTALL                 |    2 +-
 admin/info              |    2 +-
 src/geopsycoreversion.h |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 5e68a40388a794e69b570ea0b8768a7add3e88ed
Author: marc <marc>
Date:   Sun Nov 20 13:46:45 2005 +0000

    Nothing done if no keys

 src/geopsycoreversion.h  |    2 +-
 src/qtbsubsignalpool.cpp |    7 ++++++-
 src/qtbsubsignalpool.h   |    4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)

commit 9e087a1c33aea79470690d6a2145ed59788c5ad1
Author: marc <marc>
Date:   Thu Nov 17 02:46:19 2005 +0000

    Bug fixed for blank lines in equation list

 src/geopsycoreversion.h |    2 +-
 src/qtbheaderaction.h   |    5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

commit 3752e6ca58eb0fae0681cabd0672a4178e31b808
Author: marc <marc>
Date:   Wed Nov 16 00:10:32 2005 +0000

    Implementation of setHeader from arbitrary formulas (parser of mathematical expressions
    with DB keywords)

 src/geopsycoreversion.h |    2 +-
 src/qtbcppfile.cpp      |  232 -------------------------------
 src/qtbgeopsy.cpp       |    5 +-
 src/qtbheaderaction.cpp |  276 ++++++++++++++++++++++++++++++++----
 src/qtbheaderaction.h   |  167 +++++++++++++++++-----
 src/qtbheaderparser.cpp |  354 +++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbheaderparser.h   |   60 ++++++++
 src/qtbsignal.cpp       |   11 +-
 src/qtbsignaldata.h     |    3 +-
 9 files changed, 808 insertions(+), 302 deletions(-)

commit 45be3f597870d9819e9395c954feeadddcd8e392
Author: marc <marc>
Date:   Mon Nov 14 17:33:55 2005 +0000

    timeDatum definitively replaced by timeReference
    Bug fixed for reading GSE header format
    setHeader() and header() now based on QVariant (in order to implement the equation module)

 src/geopsycoreversion.h  |    2 +-
 src/qtbcppfile.cpp       |  232 +++++++++++++++++++++++++++
 src/qtbgeopsyprefs.cpp   |   22 +--
 src/qtbheaderaction.cpp  |  219 +++++++++++++++++++++++++
 src/qtbheaderaction.h    |  122 ++++++++++++++
 src/qtbsignal.cpp        |  395 +++++++++++++++-------------------------------
 src/qtbsignal.h          |   18 ++-
 src/qtbsignalfile.cpp    |   42 ++---
 src/qtbsubsignalpool.cpp |    8 +-
 9 files changed, 748 insertions(+), 312 deletions(-)

commit 3727b9e579d308b2e4f61be33cd72bfb61f6173a
Author: marc <marc>
Date:   Thu Nov 3 21:33:08 2005 +0000

    *** empty log message ***

 src/geopsycoreversion.h |    2 +-
 src/qtbsignalfile.cpp   |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 60b8f0998a3ceee2d5e0c157f85020553ec8af46
Author: marc <marc>
Date:   Fri Oct 28 18:26:43 2005 +0000

    Begin portage of inversion tools

 src/geopsycoreversion.h  |    2 +-
 src/qtbdoublesignal.cpp  |   11 +++++-----
 src/qtbgeopsy.cpp        |    9 +++-----
 src/qtbsignalfile.cpp    |   51 ++++++++++++++++++++++++++++++----------------
 src/qtbsignalpool.cpp    |    7 ++++---
 src/qtbsignalpool.h      |    4 ++--
 src/qtbsubsignalpool.cpp |   40 ++++++++++++++++++++----------------
 7 files changed, 71 insertions(+), 53 deletions(-)

commit ee091eebaa52b2c4f80adcd02b425558f2ca22ce
Author: marc <marc>
Date:   Fri Oct 21 16:54:20 2005 +0000

    *** empty log message ***

 src/geopsycoreversion.h |    2 +-
 src/qtbloadformat.h     |    8 ++++----
 src/qtbsignal.h         |    6 +++---
 src/qtbsignalfilepool.h |    8 ++++----
 src/qtbsignalpool.h     |    8 ++++----
 src/qtbsubsignalpool.h  |    8 ++++----
 6 files changed, 20 insertions(+), 20 deletions(-)

commit c6229023a990eb110f7c0dbb8e50aa8e5f79e4fd
Author: marc <marc>
Date:   Tue Oct 18 12:11:36 2005 +0000

    Version 2.0.0-alpha

 admin/info              |    6 +++---
 src/geopsycoreversion.h |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 38f826e28263309046f1a9c12bbab749a5800f5f
Author: marc <marc>
Date:   Mon Oct 17 15:31:16 2005 +0000

    Window portage finished

 src/geopsycoreversion.h   |    2 +-
 src/qtbdoublesignal.h     |   18 +++++++++---------
 src/qtbgeopsy.cpp         |   10 ++--------
 src/qtbsignal.h           |    4 ++--
 src/qtbsignalfilepool.cpp |    4 ++--
 5 files changed, 16 insertions(+), 22 deletions(-)

commit 40322bd3aa4bc412a06816c57bf46be68dc93ab5
Author: marc <marc>
Date:   Fri Oct 14 17:58:23 2005 +0000

    QtbSignalDataPool contains object rather than pointers
    Bug fixed in saving modified time series (bad index for suffix)
    iNew function to check validity of QtbWindowingParam (avoid division by zero exception)

 src/geopsycoreversion.h   |    2 +-
 src/qtbgeopsyprefs.cpp    |    4 +-
 src/qtbsignaldata.cpp     |  121 ++++++++++++++++-----------------------------
 src/qtbsignaldata.h       |   24 ++++-----
 src/qtbsignalfile.cpp     |   12 ++---
 src/qtbsignalpool.cpp     |   12 +++--
 src/qtbsubsignalpool.cpp  |   25 +++++-----
 src/qtbwindowingparam.cpp |   11 ++++-
 src/qtbwindowingparam.h   |    3 +-
 9 files changed, 94 insertions(+), 120 deletions(-)

commit 57807a1fc55e1ab50d810057d79e9b2f3f54c68f
Author: marc <marc>
Date:   Fri Oct 7 00:46:31 2005 +0000

    *** empty log message ***

 src/geopsycoreversion.h |    2 +-
 src/qtbsignalpool.cpp   |    7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

commit 278ae7c8fd93f5b30ef05db5eeab980d26321b92
Author: marc <marc>
Date:   Thu Oct 6 19:35:37 2005 +0000

    Starts spliting between geopsycore and geopsygui interfaces

 src/geopsycoreversion.h   |    2 +-
 src/qtbgeopsy.cpp         |    8 +--
 src/qtbgeopsy.h           |    4 +-
 src/qtbsignal.cpp         |   12 ++--
 src/qtbsignalfile.cpp     |   14 ++--
 src/qtbsignalpool.cpp     |   38 +++++------
 src/qtbsubsignalpool.cpp  |   38 +++++------
 src/qtbwindowingparam.cpp |  163 ++++++++++++++++++++++-----------------------
 src/qtbwindowingparam.h   |  130 ++++++++++++++++++------------------
 9 files changed, 205 insertions(+), 204 deletions(-)

commit 7fa474afd9c583c8eeb1c497895cc15761896df6
Author: marc <marc>
Date:   Tue Oct 4 19:38:39 2005 +0000

    Centralization of progress bar and status bar to QtbGeopsy with virtual functions to allow usage in core library without Gui.
    A first try to remove all Gui components from this library. Still two open questions in QtbSignalFilePool (QtbTimeReference and dialog for Rd3)

 admin/info                 |    5 +-
 admin/makepro              |    1 +
 src/geopsycoreversion.h    |    2 +-
 src/qtbarraydefinition.cpp |  157 ------------------
 src/qtbarraydefinition.h   |   50 ------
 src/qtbarraydefinition.ui  |  376 --------------------------------------------
 src/qtbbasicsignalpool.cpp |    7 +-
 src/qtbgeopsy.cpp          |  298 +++++++++++++++++------------------
 src/qtbgeopsy.h            |   30 ++--
 src/qtbgeopsyint.h         |    8 +-
 src/qtbgeopsyprefs.cpp     |    4 +-
 src/qtbsignal.cpp          |  155 ++++++++----------
 src/qtbsignal.h            |   16 +-
 src/qtbsignalfile.cpp      |  291 ++++++++++++++--------------------
 src/qtbsignalfile.h        |    6 +-
 src/qtbsignalfilepool.cpp  |   26 ++-
 src/qtbsignalfilepool.h    |    5 +-
 src/qtbsignalpool.cpp      |  161 ++++++++-----------
 src/qtbsignalpool.h        |   28 ++--
 src/qtbsignaltemplate.h    |    4 +-
 src/qtbsubsignalpool.cpp   |  232 ++++++++++++---------------
 src/qtbsubsignalpool.h     |   17 +-
 src/qtbtimereference.cpp   |   72 ---------
 src/qtbtimereference.h     |   43 -----
 src/qtbtimereference.ui    |  283 ---------------------------------
 25 files changed, 574 insertions(+), 1703 deletions(-)

commit 71366b4302e461e38043ad10cfab72300f01c1c7
Author: marc <marc>
Date:   Fri Sep 30 17:53:39 2005 +0000

    Geopsy main frame is nearly completely debugged (group management and edit menu are still not working)

 src/geopsycoreversion.h    |    2 +-
 src/qtbarraydefinition.cpp |   10 +-
 src/qtbgeopsy.cpp          |   16 +-
 src/qtbsignal.cpp          |  149 +++++++++--------
 src/qtbsignal.h            |    4 +-
 src/qtbsignalfile.cpp      |    6 +-
 src/qtbsignalfilepool.cpp  |    8 +-
 src/qtbsignalfilepool.h    |    3 +-
 src/qtbsignalpool.cpp      |   18 +--
 src/qtbsubsignalpool.cpp   |  387 +++++++++++++++++++-------------------------
 src/qtbsubsignalpool.h     |   33 ++--
 src/qtbtimedatum.cpp       |   72 ---------
 src/qtbtimedatum.h         |   43 -----
 src/qtbtimedatum.ui        |  283 --------------------------------
 src/qtbtimereference.cpp   |   72 +++++++++
 src/qtbtimereference.h     |   43 +++++
 src/qtbtimereference.ui    |  283 ++++++++++++++++++++++++++++++++
 17 files changed, 702 insertions(+), 730 deletions(-)

commit 139f3a36175ffb74ccc6da58321106079600445b
Author: marc <marc>
Date:   Thu Sep 29 17:40:43 2005 +0000

    Uniformisation between QTB_INSTALL_DIR_DECL and QTB_INSTALL_DIR_IMPL
    Debugging Geopsy 2.0.0-alpha under Qt4

 src/geopsycore.cpp         |    5 +-
 src/geopsycore.h           |    7 +-
 src/geopsycoreversion.h    |    2 +-
 src/qtbbasicsignalpool.cpp |    3 +-
 src/qtbgeopsyprefs.cpp     |   13 +++-
 src/qtbgeopsyprefs.h       |    8 +-
 src/qtbsignal.cpp          |   98 ++++++++++++-----------
 src/qtbsignal.h            |    5 +-
 src/qtbsignaldata.cpp      |   12 +--
 src/qtbsignaldata.h        |    7 +-
 src/qtbsignalfile.cpp      |   24 +++---
 src/qtbsignalfile.h        |    4 +-
 src/qtbsubsignalpool.cpp   |  186 ++++++++++++++++++++++----------------------
 src/qtbsubsignalpool.h     |    3 +-
 14 files changed, 199 insertions(+), 178 deletions(-)

commit 7e88c997a64115fa0c59ebd51f2d4fd38ec6c3d4
Author: marc <marc>
Date:   Tue Sep 27 17:06:32 2005 +0000

    Debug of QtbPreference
    Error fixed in QtbSubSignalPool::removeAll()
    Autodelete of QtbSignalData

 src/geopsycoreversion.h  |    2 +-
 src/qtbgeopsyprefs.cpp   |    7 ++++---
 src/qtbsignaldata.cpp    |    9 ++++++++-
 src/qtbsignaldata.h      |    5 +++--
 src/qtbsubsignalpool.cpp |    8 ++------
 5 files changed, 18 insertions(+), 13 deletions(-)

commit 095c0b88734b07cd958a23f079eaa32fb0792367
Author: marc <marc>
Date:   Mon Sep 26 21:26:06 2005 +0000

    Initial revision

 lang/geopsycore.de.ts |  359 +++++++++++++++++++++++++++++++++++++++++++++++++
 lang/geopsycore.es.ts |  359 +++++++++++++++++++++++++++++++++++++++++++++++++
 lang/geopsycore.fr.ts |  359 +++++++++++++++++++++++++++++++++++++++++++++++++
 lang/geopsycore.it.ts |  359 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 1436 insertions(+)

commit 6f20743283fcf7daf57ec0b3c114f044d0d06d33
Author: marc <marc>
Date:   Mon Sep 26 16:18:49 2005 +0000

    Version computed correctly
    substract replaced by subtract

 src/geopsycoreversion.h  |    2 +-
 src/qtbsignaltemplate.h  |    6 +++---
 src/qtbsubsignalpool.cpp |   10 +++++-----
 src/qtbsubsignalpool.h   |    6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

commit 0552681187e7f3ba054fb65f5a731d093219d523
Author: marc <marc>
Date:   Sat Sep 24 16:25:37 2005 +0000

    Geopsy now compiles under Qt4, test phase started...

 src/geopsycoreversion.h  |    2 +-
 src/qtbsignal.cpp        |   20 +-
 src/qtbsignal.h          |   11 +-
 src/qtbsignaldata.cpp    |   58 +-
 src/qtbsignaldata.h      |    8 +-
 src/qtbsubsignalpool.cpp | 1997 +++++++++++++++++++++++-----------------------
 src/qtbsubsignalpool.h   |   14 +-
 7 files changed, 1055 insertions(+), 1055 deletions(-)

commit 9607c8f1cd10d020768582b9027ffb978785b096
Author: marc <marc>
Date:   Thu Sep 22 17:11:47 2005 +0000

    onst added to some functions

 src/geopsycoreversion.h |    2 +-
 src/qtbdoublesignal.h   |  208 +++++++++++++++++++++++------------------------
 2 files changed, 105 insertions(+), 105 deletions(-)

commit 025349d5cb72cb0fce8d12b4e67345bee7d88e7c
Author: marc <marc>
Date:   Wed Sep 21 17:16:27 2005 +0000

    QtbSignalType replaced by SignalType

 src/qtbarraydefinition.cpp |    4 ++--
 src/qtbdoublesignal.cpp    |   26 +++++++++++++-------------
 2 files changed, 15 insertions(+), 15 deletions(-)

commit 157b1638ca731c8aadb3b49d56b9bc38ac7f3b72
Author: marc <marc>
Date:   Wed Sep 21 16:18:19 2005 +0000

    Porting to Qt4: compilation passed

 INSTALL                    |   66 +++---
 src/geopsycoreversion.h    |    2 +-
 src/qtbarraydefinition.cpp |    6 +-
 src/qtbarraydefinition.h   |    4 +-
 src/qtbbasicsignalpool.h   |    5 +-
 src/qtbdoublesignal.h      |   20 +-
 src/qtbsignal.cpp          |   14 +-
 src/qtbsignaldata.cpp      |  175 ++++++++--------
 src/qtbsignaldata.h        |   19 +-
 src/qtbsignalfile.cpp      |    4 +-
 src/qtbsignalfile.h        |    4 +-
 src/qtbsignalpool.cpp      |   12 +-
 src/qtbsubsignalpool.cpp   |  491 ++++++++++++++++++++++----------------------
 src/qtbsubsignalpool.h     |   18 +-
 src/qtbswap.h              |   98 ---------
 src/qtbtimedatum.cpp       |   16 +-
 src/qtbtimedatum.h         |    4 +-
 src/qtbtimelimitsparam.cpp |    6 +-
 18 files changed, 440 insertions(+), 524 deletions(-)

commit f9d8ad0305ba35a61af408427d2b09f3ec0e9293
Author: marc <marc>
Date:   Wed Aug 24 17:32:48 2005 +0000

    Uniformiazation of QtbSignal::Data ids, into a new object called QtbSignalData and
    QtbSignalDataPool (which mainly derived from obsolete objects QtbVariableViewParam and
    QtbVariableViewParamPool)

 src/qtbgeopsyprefs.h         |    8 +-
 src/qtbsignal.cpp            |    4 +-
 src/qtbsignal.h              |    8 +-
 src/qtbsignaldata.cpp        |  404 ++++++++++++++++++++++++++++++++++++++++++
 src/qtbsignaldata.h          |   69 ++++++++
 src/qtbsubsignalpool.cpp     |  263 ++++++++++-----------------
 src/qtbsubsignalpool.h       |    8 +-
 src/qtbvariableviewparam.cpp |  327 ----------------------------------
 src/qtbvariableviewparam.h   |  134 --------------
 9 files changed, 584 insertions(+), 641 deletions(-)

commit efe0cdb1e1ec78df07515f2370f9eef1ec5851e3
Author: marc <marc>
Date:   Wed Aug 24 07:52:45 2005 +0000

    Portage to Qt4 and rationalizations (continued)

 src/geopsycoreversion.h      |    2 +-
 src/qtbdoublesignal.cpp      |  148 +++---
 src/qtbdoublesignal.h        |   48 +-
 src/qtbgeopsy.cpp            |   28 +-
 src/qtbsignal.cpp            | 1015 +++++++++++++++++++++++++++++++-----------
 src/qtbsignal.h              |  297 ++++++------
 src/qtbsignalfile.cpp        |   83 ++--
 src/qtbsignalpool.cpp        |   23 +-
 src/qtbsignalpool.h          |    3 +-
 src/qtbsubsignalpool.cpp     |   19 +-
 src/qtbsubsignalpool.h       |    5 +-
 src/qtbvariableviewparam.cpp |  456 +------------------
 12 files changed, 1066 insertions(+), 1061 deletions(-)

commit f6e95f83992d04adaaf7212172fdfb162d0a5188
Author: marc <marc>
Date:   Tue Aug 23 13:55:18 2005 +0000

    Portage to Qt4 continued

 admin/info                 |    4 +-
 src/geopsycoreversion.h    |    2 +-
 src/qtbarraydefinition.cpp |    4 +-
 src/qtbbasicsignalpool.h   |    4 +-
 src/qtbsignal.cpp          | 2317 +++++++++++++++++++++++++-------------------
 src/qtbsignal.h            |   77 +-
 src/qtbsignalfile.cpp      |   97 +-
 src/qtbsignalfile.h        |    8 +-
 src/qtbsignalfilepool.cpp  |  128 +--
 src/qtbsignalfilepool.h    |    3 +-
 src/qtbsignalpool.cpp      |  771 ++++++++-------
 src/qtbsubsignalpool.cpp   |  517 +---------
 src/qtbsubsignalpool.h     |   63 +-
 13 files changed, 1982 insertions(+), 2013 deletions(-)

commit 39ed36d8a4e66f7fc3334f300c45a87f0a61fce9
Author: marc <marc>
Date:   Mon Aug 22 17:17:33 2005 +0000

    Portage to Qt4 under process

 src/geopsycoreversion.h   |    2 +-
 src/qtbsignalfile.cpp     | 2392 +++++++++++++++++++++------------------------
 src/qtbsignalfile.h       |  181 ++--
 src/qtbsignalfilepool.cpp |  303 +++---
 src/qtbsignalfilepool.h   |   19 +-
 src/qtbsignalpool.h       |   10 +-
 src/qtbtimedatum.cpp      |  111 ++-
 src/qtbtimedatum.h        |    6 +-
 src/qtbtimedatum.ui       |   12 +-
 9 files changed, 1463 insertions(+), 1573 deletions(-)

commit a4190943eb8d8888f86350c91a0ccb023749c79d
Author: marc <marc>
Date:   Fri Aug 12 17:39:54 2005 +0000

    Partial portage geopsycore, still little work to do

 admin/info                            |    9 +-
 src/geopsycoreversion.h               |    2 +-
 src/qtbarraydefinition.cpp            |  157 +++++++++
 src/qtbarraydefinition.h              |   50 +++
 src/qtbarraydefinition.ui             |  376 +++++++++++++++++++++
 src/qtbbasicsignalpool.cpp            |  366 ++++++++++----------
 src/qtbbasicsignalpool.h              |  183 +++++-----
 src/qtbdialog_arraydefinition.ui      |  462 --------------------------
 src/qtbdialog_arraydefinition.ui.h    |  136 --------
 src/qtbdialog_loadformat_base.ui      |  220 ------------
 src/qtbdialog_rd3logparameter_base.ui |  183 ----------
 src/qtbdialog_timedatum.ui            |  298 -----------------
 src/qtbdialog_timedatum.ui.h          |   43 ---
 src/qtbdoublesignal.cpp               |   60 ++--
 src/qtbdoublesignal.h                 |   16 +-
 src/qtbgeopsy.cpp                     |  587 ++++++++++++++++-----------------
 src/qtbgeopsy.h                       |    6 +-
 src/qtbgeopsyint.h                    |   16 +-
 src/qtbgeopsyprefs.cpp                |   82 +++--
 src/qtbgeopsyprefs.h                  |    6 +-
 src/qtbloadformat.cpp                 |   37 +++
 src/qtbloadformat.h                   |   41 +++
 src/qtbloadformat.ui                  |  275 +++++++++++++++
 src/qtbrd3logparameter.cpp            |   37 +++
 src/qtbrd3logparameter.h              |   41 +++
 src/qtbrd3logparameter.ui             |  191 +++++++++++
 src/qtbsignal.cpp                     |  431 ++++++++++++------------
 src/qtbsignal.h                       |   35 +-
 src/qtbsignalfile.cpp                 |  383 +++++++++++----------
 src/qtbsignalfile.h                   |   14 +-
 src/qtbsignalfilepool.cpp             |   58 ++--
 src/qtbsignalfilepool.h               |   58 ++--
 src/qtbsignalpool.cpp                 |  108 +++---
 src/qtbsignalpool.h                   |  113 +++----
 src/qtbsignaltemplate.h               |   50 ++-
 src/qtbsubsignalpool.cpp              |  344 +++++++++----------
 src/qtbsubsignalpool.h                |   59 ++--
 src/qtbtimedatum.cpp                  |   73 ++++
 src/qtbtimedatum.h                    |   41 +++
 src/qtbtimedatum.ui                   |  283 ++++++++++++++++
 src/qtbvariableviewparam.cpp          |  124 +++----
 src/qtbvariableviewparam.h            |   20 +-
 src/qtbwindowingparam.cpp             |   12 +-
 43 files changed, 3160 insertions(+), 2926 deletions(-)

commit 1668d5c810d1acb3692e87a280d6ef15c87671b7
Author: marc <marc>
Date:   Tue Jun 28 15:27:58 2005 +0000

    case QtbST_Undefined added to avoid warning
    Headers are now set as modified when doing a fft
    Auto indent

 src/geopsycoreversion.h      |    2 +-
 src/qtbdoublesignal.cpp      | 1305 +++++++++++++++++++++---------------------
 src/qtbdoublesignal.h        |  211 +++----
 src/qtbsignal.cpp            |    4 +-
 src/qtbsignaltaper.h         |  233 ++++----
 src/qtbsignaltemplate.h      |  435 +++++++-------
 src/qtbsubsignalpool.cpp     |    3 +-
 src/qtbvariableviewparam.cpp | 1094 ++++++++++++++++++-----------------
 8 files changed, 1636 insertions(+), 1651 deletions(-)

commit cce19232387e9a6586cc0c2f1d5df51820e2f09c
Author: marc <marc>
Date:   Tue Jun 21 19:42:14 2005 +0000

    qtbversion.h replaced by ${PACKAGE}version.h

 src/geopsycore.cpp      |    4 ++--
 src/geopsycoreversion.h |    3 +++
 src/qtbversion.h        |    3 ---
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 58eec53f1da2c171d0cf0a11b20ca9e54cffdf78
Author: marc <marc>
Date:   Mon Jun 20 17:44:53 2005 +0000

    Coma for separating EXTLIBS
    No more pro file

 admin/info         |    3 +--
 src/geopsycore.pro |   58 ----------------------------------------------------
 src/qtbversion.h   |    2 +-
 3 files changed, 2 insertions(+), 61 deletions(-)

commit 51f8d2261d64ceeb0d23f600092f69ed27491e3e
Author: marc <marc>
Date:   Thu Jun 16 15:30:13 2005 +0000

    Orthographic mistakes corrected in table export

 src/qtbsubsignalpool.cpp |    6 +++---
 src/qtbversion.h         |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 8139594ee157ada193bf6cce1e30cbcd2351b940
Author: marc <marc>
Date:   Wed Jun 15 16:31:03 2005 +0000

    Bugs fixed for the export of tables: more significant digits and '%' correctly escaped

 src/qtbsignal.cpp        |   12 ++--
 src/qtbsignalfile.h      |   10 +--
 src/qtbsubsignalpool.cpp |  151 +++++++++++++++++++++++-----------------------
 src/qtbversion.h         |    2 +-
 4 files changed, 87 insertions(+), 88 deletions(-)

commit 03ac0ac682d99ecfd0c8b2da4d5825089d1e6b88
Author: marc <marc>
Date:   Thu Jun 9 09:18:15 2005 +0000

    Bug for exporting sac signals corrected (wrong cast to int)

 src/qtbsignal.cpp     |    7 +++----
 src/qtbsignalfile.cpp |   45 ++++++++++++++++++++++-----------------------
 src/qtbversion.h      |    2 +-
 3 files changed, 26 insertions(+), 28 deletions(-)

commit f3be893761688f2057fdf935b5eae410c01b32eb
Author: marc <marc>
Date:   Tue May 31 12:58:33 2005 +0000

    Write SU algorithm updated from Jacques Deparis
    Bug fixed for coordinate factor and components
    Bug fixed for reading SismAlp format (you can now open the *.nbx or *.sis)

 src/qtbsignal.cpp         |  112 ++++++++++++++++++++++++++++-----------------
 src/qtbsignalfile.cpp     |    5 +-
 src/qtbsignalfilepool.cpp |    6 +--
 src/qtbversion.h          |    2 +-
 4 files changed, 76 insertions(+), 49 deletions(-)

commit 4afe146dcd4a81b64ba73c0005cf222208477806
Author: marc <marc>
Date:   Mon May 30 12:11:47 2005 +0000

    Bug in agc: typing error, fixed

 src/qtbdoublesignal.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 292319cc298adbc8e2e4a593b5e0e76775fed297
Author: marc <marc>
Date:   Fri May 27 17:07:56 2005 +0000

    Automatic gain control added to the basic signal processing

 src/qtbdoublesignal.cpp  |  102 ++++++++++++++++++++++++++++++++++++++--------
 src/qtbdoublesignal.h    |    5 ++-
 src/qtbsubsignalpool.cpp |   15 ++++++-
 src/qtbsubsignalpool.h   |    3 +-
 4 files changed, 104 insertions(+), 21 deletions(-)

commit 4f743167582f74242d5a1b4b520859a5e6f6eb7e
Author: marc <marc>
Date:   Fri May 27 15:29:39 2005 +0000

    *** empty log message ***

 src/qtbdialog_arraydefinition.ui |  924 +++++++++++++++++++-------------------
 1 file changed, 462 insertions(+), 462 deletions(-)

commit bb4688506ac94c473f8a5135c25fb56efee23274
Author: marc <marc>
Date:   Thu May 19 13:36:49 2005 +0000

    Bug fixed in case of null frequency

 src/qtbwindowingparam.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 67348882eea3a503ca1a2cfdd20d16fad5e0f4c1
Author: marc <marc>
Date:   Thu Apr 28 15:34:27 2005 +0000

    *** empty log message ***

 src/geopsycore.h         |   68 +-
 src/geopsycore.pro       |  116 +-
 src/qtbsignal.cpp        | 2890 ++++++++++++++---------------
 src/qtbsignal.h          |  420 ++---
 src/qtbsignalfile.cpp    | 3444 +++++++++++++++++-----------------
 src/qtbsignaltaper.h     |  340 ++--
 src/qtbsignaltemplate.h  |  726 ++++----
 src/qtbsubsignalpool.cpp | 4584 +++++++++++++++++++++++-----------------------
 src/qtbsubsignalpool.h   |  458 ++---
 9 files changed, 6523 insertions(+), 6523 deletions(-)

commit 8558d1a2ee987556e7b39588a63e3c2ac821bcad
Author: marc <marc>
Date:   Wed Apr 27 08:16:46 2005 +0000

    qtbfortran is not assigned a particular version
    libgeopsycoreVersion() exported in DLL
    fstream replaced by FILE
    Useless M_PI

 src/geopsycore.h         |   66 +-
 src/geopsycore.pro       |  116 +-
 src/qtbsignal.cpp        | 2894 +++++++++++++++--------------
 src/qtbsignal.h          |  421 +++--
 src/qtbsignalfile.cpp    | 3448 +++++++++++++++++-----------------
 src/qtbsignaltaper.h     |  344 ++--
 src/qtbsignaltemplate.h  |  726 ++++----
 src/qtbsubsignalpool.cpp | 4587 +++++++++++++++++++++++-----------------------
 src/qtbsubsignalpool.h   |  458 ++---
 9 files changed, 6523 insertions(+), 6537 deletions(-)

commit 0638520a7f6e1013cf572e9fa2bf2d3e3996043c
Author: marc <marc>
Date:   Wed Apr 27 08:15:44 2005 +0000

    qtbfortran is not assigned a particular version

 admin/info |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5e7c8a19e56815b18d0c398af8c5ca99b26b7110
Author: marc <marc>
Date:   Mon Apr 25 16:25:41 2005 +0000

    interface replaced by userInteface

 src/qtbgeopsy.cpp |   16 ++++++++--------
 src/qtbgeopsy.h   |    6 +++---
 2 files changed, 11 insertions(+), 11 deletions(-)

commit 227ff84693c783fffb919e84a26846c471aabf71
Author: marc <marc>
Date:   Tue Apr 19 12:29:35 2005 +0000

    6 months without check-in (due to end of thesis)...
    The project has been moved to CVS.

 src/geopsycore.cpp                    |    2 +-
 src/geopsycore.h                      |    2 +-
 src/geopsycore.pro                    |  128 ++---
 src/geopsycoredllexport.h             |   50 +-
 src/qtbbasicsignalpool.cpp            |   82 +--
 src/qtbbasicsignalpool.h              |  118 ++---
 src/qtbdialog_arraydefinition.ui      |  920 +++++++++++++++++----------------
 src/qtbdialog_arraydefinition.ui.h    |   46 +-
 src/qtbdialog_loadformat_base.ui      |    8 +-
 src/qtbdialog_rd3logparameter_base.ui |    8 +-
 src/qtbdialog_timedatum.ui            |   16 +-
 src/qtbdialog_timedatum.ui.h          |    6 +-
 src/qtbdoublesignal.cpp               |  487 ++++++++---------
 src/qtbdoublesignal.h                 |  296 +++++------
 src/qtbgeopsy.cpp                     |  172 +++---
 src/qtbgeopsy.h                       |   72 +--
 src/qtbgeopsyint.cpp                  |   42 +-
 src/qtbgeopsyint.h                    |   76 +--
 src/qtbgeopsyprefs.cpp                |   64 +--
 src/qtbgeopsyprefs.h                  |   64 +--
 src/qtbsignal.cpp                     |  331 ++++++------
 src/qtbsignal.h                       |  360 ++++++-------
 src/qtbsignalfile.cpp                 |  368 ++++++-------
 src/qtbsignalfile.h                   |  114 ++--
 src/qtbsignalfilepool.cpp             |  164 +++---
 src/qtbsignalfilepool.h               |   60 +--
 src/qtbsignalpool.cpp                 |  711 ++++++++++++-------------
 src/qtbsignalpool.h                   |  118 ++---
 src/qtbsignaltaper.h                  |   62 +--
 src/qtbsignaltemplate.h               |    2 +-
 src/qtbsubsignalpool.cpp              |  872 +++++++++++++++----------------
 src/qtbsubsignalpool.h                |  159 +++---
 src/qtbswap.h                         |   80 ++-
 src/qtbtimelimitsparam.cpp            |   54 +-
 src/qtbtimelimitsparam.h              |   64 +--
 src/qtbvariableviewparam.cpp          |  226 ++++----
 src/qtbvariableviewparam.h            |   64 +--
 src/qtbwindowingparam.cpp             |   62 +--
 src/qtbwindowingparam.h               |   52 +-
 39 files changed, 3289 insertions(+), 3293 deletions(-)

commit 0ce5b9a898d7927c3ff74d4d3d17a3ff6018ee0c
Author: marc <marc>
Date:   Mon Apr 18 13:07:26 2005 +0000

    Initial revision

 INSTALL                 |   33 +++++
 LICENSE.GPL             |  341 ++++++++++++++++++++++++++++++++++++++++++++
 admin/info              |   15 ++
 src/geopsycore.cpp      |   33 +++++
 src/geopsycore.h        |   32 +++++
 src/qtbsignaltemplate.h |  363 +++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbversion.h        |    3 +
 7 files changed, 820 insertions(+)

commit 68eb17f61ecd0a5f4f53817eaf492688998623b3
Author: marc <marc>
Date:   Sun Nov 14 03:35:45 2004 +0000

    Removed useless C sources

 src/geopsycore.pro |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

commit f2be23a0fb7b895bb77fa1d79d994afc7738f0f9
Author: marc <marc>
Date:   Sun Nov 14 01:18:01 2004 +0000

    HV member removed (plug-ins)

 src/qtbgeopsyprefs.cpp |  159 +++++++++++++++++++++---------------------------
 1 file changed, 70 insertions(+), 89 deletions(-)

commit c2fa09f87258de131607df77111f5dc8b5cb7745
Author: marc <marc>
Date:   Sun Nov 14 01:17:04 2004 +0000

    Bug fixed in .wav export

 src/qtbsubsignalpool.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 543398a6b97891248d83b010f23698a8a0c506b5
Author: marc <marc>
Date:   Sun Nov 14 01:16:57 2004 +0000

    *** empty log message ***

 src/qtbgeopsyprefs.h  |   10 +---------
 src/qtbsignalfile.cpp |    2 +-
 2 files changed, 2 insertions(+), 10 deletions(-)

commit 27c442198cab930f85f972ad38d282ee0003e0c9
Author: marc <marc>
Date:   Sun Nov 14 01:14:28 2004 +0000

    Dynamic libraries fully ported to Mac OS

 src/geopsycore.pro      |   13 +++++++++----
 src/qtbdoublesignal.cpp |    4 ++--
 src/qtbsignal.cpp       |   20 ++++++++++++--------
 3 files changed, 23 insertions(+), 14 deletions(-)

commit b4316c0e41c818f7914d612b1556e8013f7074da
Author: marc <marc>
Date:   Tue Sep 28 23:51:37 2004 +0000

    *** empty log message ***

 src/qtbdialog_arraydefinition.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d016c3c34f812e6308600df63b455e6758ddf351
Author: marc <marc>
Date:   Tue Sep 28 20:06:19 2004 +0000

    *** empty log message ***

 src/qtbsignal.h        |    2 ++
 src/qtbsubsignalpool.h |    2 ++
 2 files changed, 4 insertions(+)

commit b983b674f19294368b1624190e37b72324bf06bf
Author: marc <marc>
Date:   Tue Sep 28 20:05:11 2004 +0000

    New functions to return the list of sources and the azimuth of line

 src/qtbsubsignalpool.cpp | 3158 +++++++++++++++++++++++-----------------------
 1 file changed, 1595 insertions(+), 1563 deletions(-)

commit 6f3f2b89d4f2e84c3eea4282bd08fff129e1123e
Author: marc <marc>
Date:   Wed Sep 15 19:26:48 2004 +0000

    Initial revision

 src/geopsycoredllexport.h |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

commit ed3c240b0190f75da0698599893838a0d8959500
Author: marc <marc>
Date:   Wed Sep 15 19:26:31 2004 +0000

    DLL export for Windows and eventually Mac OS X

 src/geopsycore.pro         |   24 ++++++++++++++----------
 src/qtbbasicsignalpool.h   |    3 ++-
 src/qtbdoublesignal.h      |    3 ++-
 src/qtbgeopsy.h            |    9 +++++----
 src/qtbgeopsyint.h         |    3 ++-
 src/qtbgeopsyprefs.h       |    3 ++-
 src/qtbsignal.h            |    3 ++-
 src/qtbsignalfile.h        |    3 ++-
 src/qtbsignalfilepool.h    |    5 +++--
 src/qtbsignalpool.h        |    3 ++-
 src/qtbsubsignalpool.h     |    7 ++++---
 src/qtbtimelimitsparam.h   |    3 ++-
 src/qtbvariableviewparam.h |    5 +++--
 src/qtbwindowingparam.h    |    4 ++--
 14 files changed, 47 insertions(+), 31 deletions(-)

commit 723f68b8fb9a4a494a87891d979d86397eb373b4
Author: marc <marc>
Date:   Wed Sep 15 19:26:27 2004 +0000

    *** empty log message ***

 src/qtbdialog_arraydefinition.ui |    8 ++++----
 src/qtbdialog_loadformat_base.ui |    2 +-
 src/qtbvariableviewparam.cpp     |    4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

commit 162df40ea7753d70e31ffdfe7da16fb67dcdc0ee
Author: marc <marc>
Date:   Wed Sep 15 19:26:05 2004 +0000

    Windows variable declaration in 'for'
    No more use text file attribute (bug under Windows)

 src/qtbsubsignalpool.cpp |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit c1107512823fc12d8ce8125e113dd6a5615e803b
Author: marc <marc>
Date:   Wed Sep 15 19:25:59 2004 +0000

    Windows variable declaration in 'for'

 src/qtbsignal.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit f77f34443dc3ef20a755e2da95054fe71b5aa883
Author: marc <marc>
Date:   Wed Sep 15 19:25:53 2004 +0000

    No more use text file attribute (bug under Windows)

 src/qtbgeopsy.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 0e3f6a89bf1d5d47b71b69f2b6787af6dd7f149c
Author: marc <marc>
Date:   Mon Sep 6 18:38:53 2004 +0000

    New Makefile and .pro architecture

 src/geopsycore.pro |  100 +++++++++++++++++-----------------------------------
 1 file changed, 32 insertions(+), 68 deletions(-)

commit 256c944d30c32697aa7828a3b2f35942cebd9932
Author: marc <marc>
Date:   Mon Sep 6 18:37:52 2004 +0000

    The relation with dialog box is moved to the dialog box implementation

 src/qtbgeopsyprefs.cpp |  212 ++++++++++++++++++++----------------------------
 1 file changed, 89 insertions(+), 123 deletions(-)

commit 48e385121c727080bb6093d59056dfe934d064e4
Author: marc <marc>
Date:   Mon Sep 6 18:36:59 2004 +0000

    mwvariableviewparam.h changed to mw_variableviewparam.h (not too late!)

 src/qtbsubsignalpool.cpp     |  102 +++++++++++++++++++++---------------------
 src/qtbvariableviewparam.cpp |    2 +-
 src/qtbvariableviewparam.h   |    4 +-
 3 files changed, 54 insertions(+), 54 deletions(-)

commit 1a94ffd719b4aac4cc2c21d2f9c3ff886bb7c969
Author: marc <marc>
Date:   Mon Sep 6 18:35:10 2004 +0000

    *** empty log message ***

 src/qtbgeopsy.cpp    |  600 +++++++++++++++++++++++++-------------------------
 src/qtbgeopsy.h      |   16 +-
 src/qtbgeopsyprefs.h |   92 ++++----
 3 files changed, 353 insertions(+), 355 deletions(-)

commit 32c4cdd98d11e626c73c684da71726bcb4306a81
Author: marc <marc>
Date:   Wed Sep 1 11:26:46 2004 +0000

    Bug fixed for smoothing triangular (thanks to Jacques)

 src/qtbdoublesignal.cpp |   94 +++++++++++++++++++++++------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

commit 7837c91a29a9ca3b5e4bac9a63dad46cc3975fcc
Author: marc <marc>
Date:   Wed Sep 1 11:26:39 2004 +0000

    *** empty log message ***

 src/geopsycore.pro               |   77 +++--
 src/qtbdialog_loadformat_base.ui |    7 +-
 src/qtbgeopsy.cpp                |  326 ++++++++++---------
 src/qtbgeopsyint.h               |   33 +-
 src/qtbsignal.h                  |  287 ++++++++--------
 src/qtbsignalfile.cpp            |  119 ++++++-
 src/qtbsignalfile.h              |   80 +++--
 src/qtbsignalfilepool.cpp        |  244 +++++++-------
 src/qtbsignalfilepool.h          |    2 +-
 src/qtbsignalpool.cpp            |  609 +++++++++++++++++++---------------
 src/qtbsignalpool.h              |   51 +--
 src/qtbsubsignalpool.cpp         |  668 +++++++++++++++++++++++---------------
 src/qtbsubsignalpool.h           |  306 ++++++++---------
 13 files changed, 1609 insertions(+), 1200 deletions(-)

commit 5bd3d0557e74f1fd628ff902375896109a0d170f
Author: marc <marc>
Date:   Wed Sep 1 11:26:20 2004 +0000

    Export and import of .wav format, just for fun

 src/qtbsignal.cpp |   67 +++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 49 insertions(+), 18 deletions(-)

commit cdd8868dff5ffb455a6e771bc461b51fa05b70ec
Author: marc <marc>
Date:   Wed Sep 1 10:57:07 2004 +0000

    Initial revision

 src/qtbgeopsyint.cpp |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

commit b945d4027199d50d343ea95083bf20588978521c
Author: marc <marc>
Date:   Thu Jul 15 08:26:47 2004 +0000

    see .cpp

 src/qtbsubsignalpool.h |    1 +
 1 file changed, 1 insertion(+)

commit d500cb11e1b59744d3055f231e06b36734012284
Author: marc <marc>
Date:   Thu Jul 15 08:26:07 2004 +0000

    New merge function may merge only the signals by station and not the complete sub pool

 src/qtbsubsignalpool.cpp |   81 ++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 68 insertions(+), 13 deletions(-)

commit b1b2adfd938d9d773839eeeae8cfa6cb08d63d28
Author: marc <marc>
Date:   Mon Jun 28 14:37:02 2004 +0000

    New function to return the Real and Imaginary amplitutdes

 src/qtbdoublesignal.h |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit cf12f127dd861182dd2ac36031333b543510eef1
Author: marc <marc>
Date:   Mon Jun 28 14:35:44 2004 +0000

    Changing order of frequency limits for filter was dangerous there

 src/qtbdoublesignal.cpp |    5 -----
 1 file changed, 5 deletions(-)

commit b7abf40a3279677f8d1c8f07f531c0644ba1167c
Author: marc <marc>
Date:   Mon Jun 28 14:35:19 2004 +0000

    More flexibility when importing tables

 src/qtbsubsignalpool.cpp |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit e14829e3e052b95c8009586945e3e5c9527187d0
Author: marc <marc>
Date:   Fri Jun 11 17:19:07 2004 +0000

    Conversion factor set to 1 if a bad value is dectected in SAC format

 src/qtbsignalfile.cpp |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 350ef75b90da905f7c1c841e5a9aa046db607c4f
Author: marc <marc>
Date:   Thu Jun 3 09:05:13 2004 +0000

    Bug fixed: for working pool, the _tempDir was not set, saving temp file in the home directory
    even if a database was opened.

 src/qtbbasicsignalpool.cpp |    1 +
 1 file changed, 1 insertion(+)

commit 7e1296e006bf9a350ef52fb80443c7ece9319076
Author: marc <marc>
Date:   Wed Jun 2 14:53:42 2004 +0000

    For SEG2 files, automatic set of Time reference to the last modification date of the file

 src/qtbsignalfile.cpp |   86 ++++++++++++++++++++++++-------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

commit 91bbaec9d3178392f37d5f7ea1accae8a9ac1f6b
Author: marc <marc>
Date:   Mon May 24 08:26:18 2004 +0000

    new dialog to rotate the components of a sensor

 src/geopsycore.pro |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit b0cc7b9382fd1d282601189dc2af10324dfa9c3a
Author: marc <marc>
Date:   Mon May 24 08:26:05 2004 +0000

    see .cpp

 src/qtbsubsignalpool.h |    2 ++
 1 file changed, 2 insertions(+)

commit 45c944e1d9e1e6e14a332d3928d573475e17451b
Author: marc <marc>
Date:   Mon May 24 08:25:44 2004 +0000

    Implementation of the rotation of components

 src/qtbsubsignalpool.cpp |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

commit f28e5f590f5af1a62a53a451d7f43b674e2ad144
Author: marc <marc>
Date:   Mon May 24 08:23:46 2004 +0000

    Bad tmin and tmax (reported by Heloise)

 src/qtbwindowingparam.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 152900c5eefd7cbcb04da01145e9d2dccf9d8280
Author: marc <marc>
Date:   Mon May 10 16:16:16 2004 +0000

    Bug corrected: Sxxx was still remaining (now changed to Rxxx)

 src/qtbgeopsyprefs.cpp |    4 ++--
 src/qtbgeopsyprefs.h   |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 040d14d2b33706f4d41f1a0ad03c578731943342
Author: marc <marc>
Date:   Mon May 10 14:43:03 2004 +0000

    Are you sure? dialog in all case (reported by Sylvette)

 src/qtbgeopsy.cpp |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit a0a40725906e1a6bff1d9bba97a0cad0b191bae8
Author: marc <marc>
Date:   Wed Apr 28 17:10:19 2004 +0000

    Useless function setInclino

 src/qtbsubsignalpool.cpp |   55 +++++++++++++---------------------------------
 1 file changed, 15 insertions(+), 40 deletions(-)

commit 5c36cfc33b0730bc1d718abfdb8adce644341604
Author: marc <marc>
Date:   Wed Apr 28 17:10:02 2004 +0000

    GPL Header

 src/qtbbasicsignalpool.cpp   |   21 +++++++++++++++------
 src/qtbbasicsignalpool.h     |   21 +++++++++++++++------
 src/qtbdoublesignal.cpp      |   21 +++++++++++++++------
 src/qtbdoublesignal.h        |   21 +++++++++++++++------
 src/qtbgeopsy.cpp            |   21 +++++++++++++++------
 src/qtbgeopsy.h              |   21 +++++++++++++++------
 src/qtbgeopsyint.h           |   21 +++++++++++++++------
 src/qtbgeopsyprefs.cpp       |   21 +++++++++++++++------
 src/qtbgeopsyprefs.h         |   21 +++++++++++++++------
 src/qtbsignal.cpp            |   21 +++++++++++++++------
 src/qtbsignal.h              |   25 +++++++++++++++++++++++++
 src/qtbsignalfile.cpp        |   21 +++++++++++++++------
 src/qtbsignalfile.h          |   21 +++++++++++++++------
 src/qtbsignalfilepool.cpp    |   21 +++++++++++++++------
 src/qtbsignalfilepool.h      |   25 +++++++++++++++++++++++++
 src/qtbsignalpool.cpp        |   21 +++++++++++++++------
 src/qtbsignalpool.h          |   25 +++++++++++++++++++++++++
 src/qtbsignaltaper.h         |   21 +++++++++++++++------
 src/qtbsubsignalpool.h       |   22 +++++++++++++++-------
 src/qtbswap.h                |   42 ++++++++++++++++++++++++++----------------
 src/qtbtimelimitsparam.cpp   |   21 +++++++++++++++------
 src/qtbtimelimitsparam.h     |   21 +++++++++++++++------
 src/qtbvariableviewparam.cpp |   21 +++++++++++++++------
 src/qtbvariableviewparam.h   |   25 +++++++++++++++++++++++++
 src/qtbwindowingparam.cpp    |   21 +++++++++++++++------
 src/qtbwindowingparam.h      |   21 +++++++++++++++------
 26 files changed, 441 insertions(+), 143 deletions(-)

commit 549ea3fff2b2684bd654f06ab91cd64faa213d45
Author: marc <marc>
Date:   Wed Apr 28 08:58:32 2004 +0000

    _pool is useless

 src/qtbsignalfilepool.h |    3 ---
 1 file changed, 3 deletions(-)

commit baf3ceda26eb8b4a12a6b85db1c74c911c957406
Author: marc <marc>
Date:   Wed Apr 28 08:58:19 2004 +0000

    see .cpp

 src/qtbdoublesignal.h  |    1 +
 src/qtbgeopsy.h        |    1 +
 src/qtbsignal.h        |    5 +++--
 src/qtbsignalfile.h    |   13 +++++--------
 src/qtbsignalpool.h    |    2 ++
 src/qtbsubsignalpool.h |    9 ++++++---
 6 files changed, 18 insertions(+), 13 deletions(-)

commit 8528107a187ce69f1f78e969a346e2b9dc86c385
Author: marc <marc>
Date:   Wed Apr 28 08:57:43 2004 +0000

    As the rank of DD_SignalFile does not exist any more, calculate it from the QPtrList

 src/qtbvariableviewparam.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 93a9ae060df7a1b9e81d8637f4b4c728355ccfeb
Author: marc <marc>
Date:   Wed Apr 28 08:55:11 2004 +0000

    Default visible layers for HV and SPEC take into account the new T10 layer

 src/qtbgeopsyprefs.cpp |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

commit 2f6ebfbf8034dffa9b8a22308de5c032f3cdb305
Author: marc <marc>
Date:   Wed Apr 28 08:54:12 2004 +0000

    New function to remove a file (call to DD_SignalPool::removeFile() and set DB as modified

 src/qtbgeopsy.cpp |    6 ++++++
 1 file changed, 6 insertions(+)

commit 726b6f75f1ab7a4e2282b5c1374c9016519b2a46
Author: marc <marc>
Date:   Wed Apr 28 08:54:00 2004 +0000

    New function antiAliasingFilter(int nresample)

 src/qtbdoublesignal.cpp |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit 291105d44f77e59872f5f93ffa7596961d46d378
Author: marc <marc>
Date:   Wed Apr 28 08:50:38 2004 +0000

    Taper and cut use the MW_TimeLimitsParam
    New format for DBSignals
    New export for mutli columns ASCII format (was not implemented before)
    New function detchOriginal to change the file belonging of signals to another new file

 src/qtbsubsignalpool.cpp |  129 +++++++++++++++++++++++++++++++++++++---------
 1 file changed, 105 insertions(+), 24 deletions(-)

commit 6b74b2dd347c7d8a620b66b244f62b49780803eb
Author: marc <marc>
Date:   Wed Apr 28 08:49:26 2004 +0000

    Better handling of modified signals, saved with increasing _%1

 src/qtbsignalpool.cpp |   80 ++++++++++++++++++++++++++++++-------------------
 1 file changed, 49 insertions(+), 31 deletions(-)

commit 378fc37e8beea62bb40d12cc9937daace9c6de5e
Author: marc <marc>
Date:   Wed Apr 28 08:49:04 2004 +0000

    The rank in DD_SignalFile is now useless

 src/qtbsignalfilepool.cpp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 102ea1add96e02581740175442f62b8586b111f1
Author: marc <marc>
Date:   Wed Apr 28 08:46:03 2004 +0000

    rank was useless
    _pool was useless
    New constructor to create a new modified file from an original
    New function to remove an existing file (hard remove if not original file)
    Format for DBSignals changed: header contains offset to data, a version number (currently 1)
    the conversion factors
    In City2, the original file name was read with a useless heading white space (now removed)

 src/qtbsignalfile.cpp |  107 ++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 79 insertions(+), 28 deletions(-)

commit fd2ad144b5f9e5f7f6c8e5d0f86fabe56cd80112
Author: marc <marc>
Date:   Wed Apr 28 08:42:18 2004 +0000

    For export use the general function antiAliasingFilter()
    Restoration of complex spectrum in read() was not correct, it is handled automatically by DD_SignalPool
    Output ascii format use %lg rather than %lf
    New constructor for the new original-modified signals in databases

 src/qtbsignal.cpp |  114 +++++++++++++++++++++++++----------------------------
 1 file changed, 54 insertions(+), 60 deletions(-)

commit 314bdc4f2967c656efdb3cff556dac796bbcafd7
Author: marc <marc>
Date:   Wed Apr 28 08:31:46 2004 +0000

    Initial revision

 src/qtbtimelimitsparam.cpp |   59 ++++++++++++++++++++++++++++++++++++++++++++
 src/qtbtimelimitsparam.h   |   41 ++++++++++++++++++++++++++++++
 2 files changed, 100 insertions(+)

commit 4b408108684110895ca3b718b585eb68ac827f7e
Author: marc <marc>
Date:   Mon Apr 19 15:02:15 2004 +0000

    Bug fixed when user confuse min and max for window length

 src/qtbwindowingparam.cpp |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit 81ef5e420ab4c820c8b1b3e60280d844bff33144
Author: marc <marc>
Date:   Fri Apr 16 18:01:17 2004 +0000

    New objects: mw_viewparameditor.ui mw_dialog_settablefields.ui

 src/geopsycore.pro |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

commit bb3d1ac75be0744073935dc653bdfc3f18264e95
Author: marc <marc>
Date:   Fri Apr 16 17:59:29 2004 +0000

    see cpp.

 src/qtbvariableviewparam.h |  165 ++++++++++++++++++++++----------------------
 1 file changed, 82 insertions(+), 83 deletions(-)

commit 04efa9857430fd3b4e8142014f830c0b01b67475
Author: marc <marc>
Date:   Fri Apr 16 17:58:41 2004 +0000

    Taper in frequency domain also filters the 0 frequency (DC)

 src/qtbsignaltaper.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 957e6158c2353c7a561c9c8838c7572b0d0e9d39
Author: marc <marc>
Date:   Fri Apr 16 17:57:58 2004 +0000

    New functions to test if signal is complex, real or a spectrum

 src/qtbdoublesignal.h |   52 +++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 44 insertions(+), 8 deletions(-)

commit 5ffa23794d5904714f9cc4610b9d412ae55d692a
Author: marc <marc>
Date:   Fri Apr 16 17:57:46 2004 +0000

    see .cpp

 src/qtbgeopsyprefs.h   |   12 +++++++++---
 src/qtbsignalfile.h    |    3 ++-
 src/qtbsubsignalpool.h |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)

commit a4e9f5bb42f81a032d777ab74df85932e4d14cdc
Author: marc <marc>
Date:   Fri Apr 16 17:57:31 2004 +0000

    Customizable data fields

 src/qtbvariableviewparam.cpp |  423 ++++++++++++++++++++++--------------------
 1 file changed, 217 insertions(+), 206 deletions(-)

commit 887f127d9257f9e8cab2810e89e0a34ca6c0da9c
Author: marc <marc>
Date:   Fri Apr 16 17:55:55 2004 +0000

    New prefs for table fields
    New pref for signal name

 src/qtbgeopsyprefs.cpp |   10 ++++++++++
 1 file changed, 10 insertions(+)

commit 7dc6e573452440cd7acc801e7f1ae5a0c42f2d6f
Author: marc <marc>
Date:   Fri Apr 16 17:55:34 2004 +0000

    New DD_ST_CAmpWaveform, DD_ST_CPhaseWaveform

 src/qtbdoublesignal.cpp |  106 ++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 81 insertions(+), 25 deletions(-)

commit 458b0f8f73301041125aca9d00ea5596afa1616a
Author: marc <marc>
Date:   Fri Apr 16 17:55:05 2004 +0000

    Spec amp, just transform into Real spectrum no more smoothing

 src/qtbsubsignalpool.cpp |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

commit 4eed1dc7987371fe9bdf16f1a57971ad4af4fe3d
Author: marc <marc>
Date:   Fri Apr 16 17:54:05 2004 +0000

    Bug corrected: original file attribute was not restored
    Delayed load of file for a quicker db opening

 src/qtbsignalpool.cpp |   29 ++++++++++++++++++++++++-----
 1 file changed, 24 insertions(+), 5 deletions(-)

commit 7f20194b92437b9c1654e6316672243b8237c703
Author: marc <marc>
Date:   Fri Apr 16 17:53:34 2004 +0000

    Option in setting signal name for array measurements (name Rxxx)

 src/qtbsignalfile.cpp |   34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

commit 79a328f816733d3f105326865f7b97694b3fff4c
Author: marc <marc>
Date:   Fri Apr 16 17:53:04 2004 +0000

    Generalization of complex and real for waveforms and spectra

 src/qtbsignal.cpp |   32 +++++++++++++++++++-------------
 1 file changed, 19 insertions(+), 13 deletions(-)

commit bc3338f2bcdee9ee80d324ec16cb908b49dd68b1
Author: marc <marc>
Date:   Tue Apr 6 08:40:02 2004 +0000

    New object mw_mapwindow

 src/geopsycore.pro |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit d5f8fab4ded854a89ad0f89bd748749efccf089e
Author: marc <marc>
Date:   Tue Apr 6 08:38:33 2004 +0000

    No read of STLA and STLO, only USER 7, 8, 9 (Cecile)

 src/qtbsignalfile.cpp |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit 6a3a913cea2b90dd5106cc48c359841d87ed139d
Author: marc <marc>
Date:   Tue Apr 6 08:37:53 2004 +0000

    Default values for export SAC set to default of SAC (-12345)
    Export coordinates as USER7, 8, 9 (Cecile)

 src/qtbsignal.cpp |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 36f14794ab8287f4a8324b4a2f4eb4b6556b9fd2
Author: marc <marc>
Date:   Mon Apr 5 07:40:12 2004 +0000

    see .cpp

 src/qtbgeopsyprefs.h |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit b0a220022550f31f00d4aedb00d23e54bdb4c9fb
Author: marc <marc>
Date:   Mon Apr 5 07:38:34 2004 +0000

    Load function specific to all file format are now private functions

 src/qtbsignalfile.h |   27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

commit 42e491353593de4fc8d349d2d8796dab33a6daa4
Author: marc <marc>
Date:   Mon Apr 5 07:33:46 2004 +0000

    New preference to tell if the signal name must be the file name or the station name

 src/qtbgeopsyprefs.cpp |    3 +++
 1 file changed, 3 insertions(+)

commit 456400624448380139568f80d905761bc83c5d46
Author: marc <marc>
Date:   Mon Apr 5 07:33:15 2004 +0000

    Bug correct for reading database files with files of more than one signal

 src/qtbsignalpool.cpp |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 84690a3205db925876f3500fac72a017706204ae
Author: marc <marc>
Date:   Mon Apr 5 07:32:01 2004 +0000

    Default date for City2 changed to 1/1/2004
    New function setSignalName () to handle the preference useStationName()

 src/qtbsignalfile.cpp |   55 +++++++++++++++++++++++++++++++------------------
 1 file changed, 35 insertions(+), 20 deletions(-)

commit d400be1f400ae6ff22d3b8f151dce6ab5abd0d04
Author: marc <marc>
Date:   Mon Mar 29 13:13:47 2004 +0000

    From new changes in Geopsy, a loadFiles() call is now necessary before accessing the signal data
    Bug reported by Sylvette.

 src/qtbdialog_arraydefinition.ui.h |    1 +
 1 file changed, 1 insertion(+)

commit 80bb37b8a40d62bbea136b08e29e42103d6f1b44
Author: marc <marc>
Date:   Fri Mar 19 13:13:53 2004 +0000

    Bug fixed: reported by Sylvette, signal properties saved in the DB where not correctly restore
    since last changes in the load mechanism

 src/qtbsignalfile.cpp |  250 +++++++++++++++++++++++++++----------------------
 1 file changed, 138 insertions(+), 112 deletions(-)

commit 36e3a5c2048d880e3b18e0c44eed8b478bc4c5df
Author: marc <marc>
Date:   Thu Mar 18 16:13:51 2004 +0000

    Bug fixed: reported by Sylvette, opening of SAC and tomo arrival signal files

 src/qtbsignalfile.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9a31281e91bcadaa94143766221e7f0e9c3dc405
Author: marc <marc>
Date:   Tue Mar 16 20:20:16 2004 +0000

    New frame DnD for Geopsy, new system to load signal files only when needed

 src/geopsycore.pro         |   27 +-
 src/qtbbasicsignalpool.cpp |    8 +
 src/qtbbasicsignalpool.h   |    2 +
 src/qtbgeopsy.cpp          |   86 +-
 src/qtbgeopsy.h            |    9 +-
 src/qtbgeopsyint.h         |    2 +-
 src/qtbsignal.cpp          | 2305 ++++++++++++++++++++++----------------------
 src/qtbsignal.h            |    7 +-
 src/qtbsignalfile.cpp      | 1463 +++++++++++++++++++++++++++-
 src/qtbsignalfile.h        |   67 +-
 src/qtbsignalfilepool.cpp  | 1497 +---------------------------
 src/qtbsignalfilepool.h    |   27 +-
 src/qtbsignalpool.cpp      |  156 ++-
 src/qtbsignalpool.h        |    6 +-
 src/qtbsubsignalpool.cpp   |  102 +-
 src/qtbsubsignalpool.h     |    8 +-
 16 files changed, 2955 insertions(+), 2817 deletions(-)

commit 694ff572f0f0bcda2b80c072cda271d460eac82f
Author: marc <marc>
Date:   Tue Mar 16 20:17:19 2004 +0000

    *** empty log message ***

 src/qtbwindowingparam.h |    1 +
 1 file changed, 1 insertion(+)

commit 6bd9c1b381bedcfdbf4d94850f1a68b2bc7b1f8c
Author: marc <marc>
Date:   Sun Mar 7 11:43:28 2004 +0000

    see .cpp

 src/qtbdoublesignal.h  |    2 ++
 src/qtbsubsignalpool.h |    3 +++
 2 files changed, 5 insertions(+)

commit f9b11bd09199c90a77b0ddd763d02fa62c7321d0
Author: marc <marc>
Date:   Sun Mar 7 11:43:00 2004 +0000

    Two new smoothing type (like smoothKonno before)

 src/qtbdoublesignal.cpp |  112 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 112 insertions(+)

commit bacaeeab88affb1867b832d725f29c772af250f5
Author: marc <marc>
Date:   Sun Mar 7 11:42:29 2004 +0000

    New functions associate3Components to associate 3 C signals

 src/qtbsubsignalpool.cpp |  116 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 116 insertions(+)

commit b87a0b59dd03818613b048fc31b9d50048ed3077
Author: marc <marc>
Date:   Sun Mar 7 11:42:20 2004 +0000

    no change

 src/qtbsignalfilepool.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4e5b8201c75d9f947c5ea72888caf2b5b93ae3d8
Author: marc <marc>
Date:   Thu Feb 12 16:27:01 2004 +0000

    Test for errors in sdb file format

 src/qtbsignalpool.cpp    |   17 +++++++++++++++--
 src/qtbsubsignalpool.cpp |    9 ++++++++-
 2 files changed, 23 insertions(+), 3 deletions(-)

commit 0d3a21e19af1126683b7dfe295833991183d41db
Author: marc <marc>
Date:   Thu Feb 12 16:26:31 2004 +0000

    Test is error of format while loading header information in sdb file

 src/qtbsignal.cpp |   13 +++++++++++++
 1 file changed, 13 insertions(+)

commit 374472d515bc057fe4c2ec8fe114d1fdb6b65f63
Author: marc <marc>
Date:   Fri Jan 30 19:20:22 2004 +0000

    To compile under Windows

 src/qtbsubsignalpool.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bc379be817194116575dee145d68bb7a50a984f4
Author: marc <marc>
Date:   Fri Jan 30 19:19:55 2004 +0000

    Can load very old citysharck file without the channel number, default=3

 src/qtbsignalfilepool.cpp |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 80559338c866d142fad7603b5f146efbc11f563f
Author: marc <marc>
Date:   Fri Jan 30 00:06:11 2004 +0000

    Remove the file name limited to 15 digits in window captions

 src/qtbsubsignalpool.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b400f78eda98a96ef9f80dce1b334f74427d5ae0
Author: marc <marc>
Date:   Thu Jan 29 18:33:38 2004 +0000

    see .ui

 src/qtbdialog_arraydefinition.ui.h |    7 +++++++
 1 file changed, 7 insertions(+)

commit 11a241656ae31947bd588a4be32af0762b84b423
Author: marc <marc>
Date:   Thu Jan 29 18:33:16 2004 +0000

    New opion to set the working directory

 src/qtbdialog_arraydefinition.ui |   51 ++++++++++++++++++++++++++++++++++++--
 1 file changed, 49 insertions(+), 2 deletions(-)

commit f75a4126addee3ec2ee3157e1a84b14a9ba36ae4
Author: marc <marc>
Date:   Thu Jan 29 18:32:51 2004 +0000

    Bug fixed there is a default time reference even for SEG2 files

 src/qtbsignal.cpp |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit d12132fa2bab2bea27dec0ea579c47f87e2eeb54
Author: marc <marc>
Date:   Thu Jan 29 11:29:42 2004 +0000

    see .cpp

 src/qtbsignal.h        |    1 +
 src/qtbsubsignalpool.h |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 8a40ec4a5064b05aedb71e75ce3647eb650dfd78
Author: marc <marc>
Date:   Thu Jan 29 11:28:46 2004 +0000

    New function to read SU files (Jacques Deparis), still some things to check
    Export SAC moved to DD_Signal

 src/qtbsubsignalpool.cpp |   82 ++++++++++++++++------------------------------
 1 file changed, 28 insertions(+), 54 deletions(-)

commit 4b44830a6b99c1f810dad3dc346dd33d042f3e30
Author: marc <marc>
Date:   Thu Jan 29 11:27:56 2004 +0000

    New function to read SU files (Jacques Deparis), still some things to check

 src/qtbsignal.cpp |  137 ++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 125 insertions(+), 12 deletions(-)

commit 9de2857ae95438615c62b363c2bd21abf1afeccc
Author: marc <marc>
Date:   Tue Jan 27 15:57:57 2004 +0000

    Default channel order is now Z,N,E for SAF if CH_xID does not contain Z, N, or E

 src/qtbsignalfilepool.cpp |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 4994055fe15b518674e2d8505e55daa4390c4755
Author: marc <marc>
Date:   Tue Jan 27 09:20:15 2004 +0000

    mw_filterparamwidget.ui has been moved to interpret_hv

 src/geopsycore.pro |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 2b671b2d1fb2ca4e3d7041dc4e2b9d517d8cb252
Author: marc <marc>
Date:   Tue Jan 27 09:19:15 2004 +0000

    New function stripWhiteSpace

 src/qtbsignalfilepool.h |    1 +
 1 file changed, 1 insertion(+)

commit 2d7d7e8740ccd8e3bf23da7b299b90acadf94464
Author: marc <marc>
Date:   Tue Jan 27 09:18:52 2004 +0000

    Export table, forgot to update the list of possible ID for data fields

 src/qtbsubsignalpool.cpp |    9 +++++++++
 1 file changed, 9 insertions(+)

commit c54e27ab64c85c7fcf69d58fce9f420d6c6ae19c
Author: marc <marc>
Date:   Tue Jan 27 09:17:40 2004 +0000

    Now correctly read old cityshark formats without the number of samples in the header
    New function stripWhiteSpace to remove blanks at the beginning and the end of a string

 src/qtbsignalfilepool.cpp |   50 ++++++++++++++++++++++++++++++---------------
 1 file changed, 33 insertions(+), 17 deletions(-)

commit e89b28666384ae8f9b2bcd94355ffeccc53f6711
Author: marc <marc>
Date:   Wed Jan 21 15:37:27 2004 +0000

    New signal file format sismalp

 src/qtbdialog_loadformat_base.ui |    7 ++++++-
 src/qtbsignal.h                  |    1 +
 src/qtbsignalfile.h              |    5 +++--
 src/qtbsignalfilepool.h          |    1 +
 src/qtbsignalpool.cpp            |    3 +++
 5 files changed, 14 insertions(+), 3 deletions(-)

commit 124dbf1ac0029ec4ad6e55572db9581f93a46673
Author: marc <marc>
Date:   Wed Jan 21 15:36:38 2004 +0000

    New function to load sismalp signal format, still under construction

 src/qtbsignal.cpp         |   68 ++++++++++++++++++++++++++++
 src/qtbsignalfilepool.cpp |  110 +++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 175 insertions(+), 3 deletions(-)

commit 409254fec9614818c7a4b38002e053a0dc30389e
Author: marc <marc>
Date:   Fri Jan 16 11:56:56 2004 +0000

    Priority changed to signed int
    Bug corrected in function bestToFree()
    The sigWithMax was not initialized to 0 before loop
    leading to software illegal instruction
    Equallity of priority is not sufficient in a first approach to select a signal to
    deasallocate. With this change, the sigWithMax may be zero even if not all signal are
    locked. This is why it is necessary to recheck again for an unlocked signal without
    taking into consideration the priority.

 src/qtbbasicsignalpool.cpp |   34 +++++++++++++++++++++-------------
 1 file changed, 21 insertions(+), 13 deletions(-)

commit a1bcf33e0a8bd1174b530f2f78446c31e84e75e7
Author: marc <marc>
Date:   Fri Jan 16 11:51:53 2004 +0000

    priority was unsigned, better to set it as signed int

 src/qtbbasicsignalpool.h |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit f2110d42411beb047a96c599313d55b9752bd47e
Author: marc <marc>
Date:   Fri Jan 16 11:51:38 2004 +0000

    Memory leak detected by debug_mem

 src/qtbsignalfilepool.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit ed43ae936180e3c9b1979e20f1fc0a64a52a6993
Author: marc <marc>
Date:   Fri Jan 16 11:50:04 2004 +0000

    The equal priority are not desallocated any more (see MW_BasicSignalPool)
    So the normal way of doing is to set the same priority to the copy

 src/qtbdoublesignal.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4635d01fe8f0617d1d108c854ae6330a14c6e0b3
Author: marc <marc>
Date:   Fri Jan 16 11:48:26 2004 +0000

    Optimization of the samples loading: read one block and then transform into double
    The time needed is divided by about 10

 src/qtbsignal.cpp |   32 ++++++++++++++------------------
 1 file changed, 14 insertions(+), 18 deletions(-)

commit 9f96b97ed988acef487dbd31b760ebe55e3d92f9
Author: marc <marc>
Date:   Thu Jan 15 16:44:48 2004 +0000

    New member for buffer size of pool

 src/qtbgeopsyprefs.h |    4 ++++
 1 file changed, 4 insertions(+)

commit 330b18a65fe3ea3e49843e3d56dfc8dfbc57241d
Author: marc <marc>
Date:   Thu Jan 15 16:44:29 2004 +0000

    New function to set the buffer size from preferences

 src/qtbsignalpool.h |    1 +
 1 file changed, 1 insertion(+)

commit 64d9c3939201dff2cc54134d03dd3b71c3069623
Author: marc <marc>
Date:   Thu Jan 15 16:44:16 2004 +0000

    New function to reset the maxAmplitude

 src/qtbsignal.h |    1 +
 1 file changed, 1 insertion(+)

commit e36eb2f037579bb097bf755364618c18373b6f30
Author: marc <marc>
Date:   Thu Jan 15 16:42:02 2004 +0000

    New memeber of preference: the size of the pool buffer

 src/qtbgeopsyprefs.cpp |    3 +++
 1 file changed, 3 insertions(+)

commit 5f62cc01eaea1d195ff05a109ca89b2c68a864d6
Author: marc <marc>
Date:   Thu Jan 15 16:41:40 2004 +0000

    Set the size of pool buffer from preferences

 src/qtbgeopsy.cpp |    1 +
 1 file changed, 1 insertion(+)

commit 125b67f0ecbe2cb6ccae372271b76d0f312310c1
Author: marc <marc>
Date:   Thu Jan 15 16:40:32 2004 +0000

    The fft does not change the samples and should not be set as modified
    Now the fft only reset the amplitude computation

 src/qtbsubsignalpool.cpp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 95f1faaa750899e22bb8a3359c3f61c235665169
Author: marc <marc>
Date:   Thu Jan 15 16:40:16 2004 +0000

    The buffer size is now set from preferences

 src/qtbsignalpool.cpp |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

commit 555e10410bb8dad3b17439d53f9f99c983bfef4e
Author: marc <marc>
Date:   Thu Jan 15 16:38:59 2004 +0000

    Bug when reading the number of samples of DBSignal file type
    It worked with 1 signal files but multi signal file had never beeen tested
    Very important for save database

 src/qtbsignalfilepool.cpp |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit fc93c4f40995ea002ccbfcd58ad5a106bebaed0e
Author: marc <marc>
Date:   Wed Jan 14 08:42:04 2004 +0000

    Memory sizes use now double rather than int.

 src/qtbbasicsignalpool.cpp |   30 +++++++++++++++---------------
 src/qtbbasicsignalpool.h   |   12 ++++++------
 src/qtbsignalpool.cpp      |    6 +++---
 3 files changed, 24 insertions(+), 24 deletions(-)

commit 0e85e1bcc1705cb2e36e62c1e58af0731aea6c1b
Author: marc <marc>
Date:   Tue Jan 13 16:13:56 2004 +0000

    Version 1.5.4 bug corrected in SAF import format, now all OK, memory leak test is on, useless files cleaned, test for multi-threaded Qt

 src/geopsycore.pro        |    1 +
 src/qtbsignalfilepool.cpp |    5 ++++-
 src/qtbsubsignalpool.cpp  |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

commit d0a1130195a6c71fc98b5deccf4b6029632aae72
Author: marc <marc>
Date:   Tue Jan 13 12:39:14 2004 +0000

    Version 1.5.3 build f, strange error with file geopsy.cpp, bug corrected in SAF import format

 src/qtbbasicsignalpool.cpp         |    1 +
 src/qtbdialog_arraydefinition.ui.h |    1 +
 src/qtbdialog_timedatum.ui.h       |    1 +
 src/qtbdoublesignal.cpp            |    1 +
 src/qtbgeopsy.cpp                  |    1 +
 src/qtbgeopsyprefs.cpp             |    1 +
 src/qtbsignal.cpp                  |    1 +
 src/qtbsignalfile.cpp              |    1 +
 src/qtbsignalfilepool.cpp          |   21 +++++++++++----------
 src/qtbsignalpool.cpp              |    1 +
 src/qtbsubsignalpool.cpp           |    1 +
 src/qtbvariableviewparam.cpp       |    1 +
 src/qtbwindowingparam.cpp          |    1 +
 13 files changed, 23 insertions(+), 10 deletions(-)

commit 142c1a7342006fb45d798005cae2985464514057
Author: marc <marc>
Date:   Fri Jan 9 19:23:23 2004 +0000

    Version 1.5.3 build b, bugs fixed under linux and windows, new function to substract signals

 src/geopsycore.pro       |    3 ++-
 src/qtbdoublesignal.cpp  |   28 ----------------------------
 src/qtbgeopsy.cpp        |    1 +
 src/qtbsubsignalpool.cpp |   24 ++++++++++++++++++------
 src/qtbsubsignalpool.h   |    3 ++-
 src/qtbwindowingparam.h  |    1 +
 6 files changed, 24 insertions(+), 36 deletions(-)

commit ea24f53861ed687ced2eb605c1949920ff79b5e9
Author: marc <marc>
Date:   Thu Jan 8 08:16:03 2004 +0000

    Version 1.5.3 build a, MSPAC now fully implemented, still some bugs with discontinuous signals

 src/geopsycore.pro           |    9 +-
 src/qtbdoublesignal.cpp      |  198 ++++++++++++++++++++++++++++--------------
 src/qtbdoublesignal.h        |   23 +++--
 src/qtbsignal.cpp            |   93 +++++++++++++-------
 src/qtbsignalfilepool.cpp    |   13 ++-
 src/qtbsignalpool.cpp        |    3 +-
 src/qtbsubsignalpool.cpp     |   42 ++++++---
 src/qtbsubsignalpool.h       |    3 +-
 src/qtbvariableviewparam.cpp |    8 ++
 src/qtbwindowingparam.cpp    |  102 ++++++++++++++++++++++
 src/qtbwindowingparam.h      |   70 +++++++++++++++
 11 files changed, 441 insertions(+), 123 deletions(-)

commit 4bafbab2c738703779b1de96a6ccf4f02b27ba8f
Author: marc <marc>
Date:   Thu Dec 18 14:35:02 2003 +0000

    Version 1.5.2 build b, sardine changed to geopsy, changes to fit in Windows compilation, missing keyword NPHI added in io_funcs.c (cap)

 src/geopsycore.pro                 |   12 +++----
 src/qtbdialog_arraydefinition.ui   |    4 +--
 src/qtbdialog_arraydefinition.ui.h |   12 +++----
 src/qtbgeopsy.cpp                  |   54 ++++++++++++++--------------
 src/qtbgeopsy.h                    |   24 ++++++-------
 src/qtbgeopsyint.h                 |   14 ++++----
 src/qtbgeopsyprefs.cpp             |   22 ++++++------
 src/qtbgeopsyprefs.h               |   12 +++----
 src/qtbsignal.cpp                  |   12 +++----
 src/qtbsignalfile.cpp              |    4 ++-
 src/qtbsignalfilepool.cpp          |   21 +++++------
 src/qtbsignalpool.cpp              |    8 ++---
 src/qtbsignaltaper.h               |    4 +++
 src/qtbsubsignalpool.cpp           |   18 +++++-----
 src/qtbvariableviewparam.cpp       |   68 ++++++++++++++++++++++++++++++------
 15 files changed, 172 insertions(+), 117 deletions(-)

commit 450b01ba6e20e1e139d6266bad7eb76d61660949
Author: marc <marc>
Date:   Wed Dec 17 18:29:05 2003 +0000

    Version 1.5.2 build a, HV finished, tested with new cap, SPAC still under construction, FK grid inversion has to be stabilized

 src/qtbbasicsignalpool.cpp   |   16 ++--
 src/qtbdoublesignal.cpp      |  188 +++++++++++++++++++++++++++++++++++++++++-
 src/qtbdoublesignal.h        |   20 ++++-
 src/qtbgeopsyprefs.cpp       |   45 ++++++++++
 src/qtbgeopsyprefs.h         |   15 +++-
 src/qtbsignal.cpp            |   15 ++--
 src/qtbsignalfilepool.cpp    |   25 +++---
 src/qtbsubsignalpool.cpp     |   52 ++++++++++--
 src/qtbsubsignalpool.h       |    2 +
 src/qtbvariableviewparam.cpp |    2 +
 10 files changed, 336 insertions(+), 44 deletions(-)

commit 2eb5def730628826fa1ec27ca31901c51e7261d9
Author: marc <marc>
Date:   Fri Dec 5 18:51:20 2003 +0000

    Version 1.5.1 build b, merge tested successfully

 src/qtbsubsignalpool.cpp |    1 -
 1 file changed, 1 deletion(-)

commit 7d2453a0520fe593dc0e18fe0727bc69038cb21d
Author: marc <marc>
Date:   Fri Dec 5 17:02:43 2003 +0000

    Version 1.5.1 build a, Correction for loading GSE files with multiples signals, bug corrected for cut and revert to saved, new merge still under construction, MSPAC still under construction.

 src/qtbbasicsignalpool.cpp       |    4 +-
 src/qtbbasicsignalpool.h         |    6 +-
 src/qtbdialog_loadformat_base.ui |    9 +-
 src/qtbdoublesignal.cpp          |   47 +++++-----
 src/qtbdoublesignal.h            |    8 +-
 src/qtbsignal.cpp                |   97 +++++++++++++++++++--
 src/qtbsignal.h                  |   13 ++-
 src/qtbsignalfile.h              |    3 +-
 src/qtbsignalfilepool.cpp        |  177 +++++++++++++++++++++++++-------------
 src/qtbsignalfilepool.h          |    3 +-
 src/qtbsignalpool.cpp            |    9 +-
 src/qtbsignalpool.h              |    1 +
 src/qtbsubsignalpool.cpp         |  108 ++++++++++++++++++++++-
 src/qtbsubsignalpool.h           |    2 +
 14 files changed, 378 insertions(+), 109 deletions(-)

commit 896d3c12e4a948a1774aa4d7f2f971d471010c98
Author: marc <marc>
Date:   Thu Dec 4 11:33:14 2003 +0000

    Version 1.5.0 build a, integration of new cap sources from Matthias (26/11/03), Sardine is now a complete MDI application, all critical bugs are corrected. Beginning of MSPAC inside sardine.

 src/geopsycore.pro                 |   24 +-
 src/qtbbasicsignalpool.cpp         |  201 +++++++++
 src/qtbbasicsignalpool.h           |  129 ++++++
 src/qtbdialog_arraydefinition.ui.h |    3 +-
 src/qtbdialog_loadformat_base.ui   |   17 +-
 src/qtbdoublesignal.cpp            |  581 ++++++++++++++++++++++++
 src/qtbdoublesignal.h              |  105 +++++
 src/qtbgeopsy.cpp                  |   20 +-
 src/qtbgeopsy.h                    |    6 +-
 src/qtbgeopsyint.h                 |    4 +-
 src/qtbsignal.cpp                  |  858 ++++++------------------------------
 src/qtbsignal.h                    |  103 ++---
 src/qtbsignalfile.cpp              |    5 +
 src/qtbsignalfile.h                |   12 +-
 src/qtbsignalfilepool.cpp          |  389 +++++++++++-----
 src/qtbsignalfilepool.h            |    3 +
 src/qtbsignalpool.cpp              |  340 ++++++--------
 src/qtbsignalpool.h                |   68 +--
 src/qtbsignaltaper.h               |  161 +++++++
 src/qtbsubsignalpool.cpp           |  414 +++++++++--------
 src/qtbsubsignalpool.h             |   40 +-
 src/qtbvariableviewparam.cpp       |   31 ++
 src/qtbvariableviewparam.h         |    4 +
 23 files changed, 2207 insertions(+), 1311 deletions(-)

commit 583ff903796ba644b282f0a0cb1504200fe55535
Author: marc <marc>
Date:   Sat Nov 22 11:54:25 2003 +0000

    Version 1.4.9 build b, bug correction for reverting in case of various signal in subpool and city files, interpret_hv little bugs corrected around replacement of existing log files, bug corrected in mw_batch for getExistingDirectory.

 src/qtbsignalpool.cpp    |    2 ++
 src/qtbsubsignalpool.cpp |    5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 6d96dfe1e456f31851b7cebdddcaa2e169a3a30a
Author: marc <marc>
Date:   Fri Nov 21 20:20:45 2003 +0000

    Version 1.4.9 build a, bug correction for filtering, for windows and MAC, for signal processing, reverting and City2 files

 src/qtbsignal.cpp        |   17 +++++++-
 src/qtbsignalpool.cpp    |  104 +++++++++++++++++++++++++++++++---------------
 src/qtbsubsignalpool.cpp |    9 +++-
 3 files changed, 93 insertions(+), 37 deletions(-)

commit d3ae51e9e0900e1a4ceee69b2794d119fa6fb463
Author: marc <marc>
Date:   Fri Nov 21 14:23:02 2003 +0000

    Version 1.4.8 build d, bug correction and h/v little improvements, bug fixed for MAC for signaldisplay parameters and mouse movements.

 src/qtbsubsignalpool.h |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit eded7e445e8ce422e9382f1110fb5b67a1a3ea82
Author: marc <marc>
Date:   Thu Nov 20 17:39:39 2003 +0000

    Version 1.4.8 build c, bug correction

 src/qtbsignal.cpp     |    2 +-
 src/qtbsignalfile.cpp |    5 +++++
 src/qtbsignalfile.h   |    1 +
 src/qtbsignalpool.cpp |   27 ++++++++++++++-------------
 src/qtbsignalpool.h   |    7 ++++---
 5 files changed, 25 insertions(+), 17 deletions(-)

commit 3716ef5da6db361c99f7894727c45febde211c31
Author: marc <marc>
Date:   Thu Nov 20 13:54:23 2003 +0000

    Version 1.4.8 build b, further improvement of the sardine HV module and corrections of old bugs in mw_axiswindow

 src/geopsycore.pro           |    9 ++--
 src/qtbdialog_timedatum.ui   |   16 ++++----
 src/qtbdialog_timedatum.ui.h |   20 +++++----
 src/qtbsignal.cpp            |   93 ++++++++++++++++++++++++++----------------
 src/qtbsignal.h              |   10 +++--
 src/qtbsignalfile.cpp        |    1 +
 src/qtbsignalfile.h          |    2 +
 src/qtbsignalfilepool.cpp    |   23 ++++++++---
 src/qtbsignalpool.cpp        |   65 +++++++++++++++++++++++++++--
 src/qtbsignalpool.h          |    1 +
 src/qtbsubsignalpool.cpp     |   45 ++++++++++++++++----
 src/qtbsubsignalpool.h       |    5 ++-
 12 files changed, 214 insertions(+), 76 deletions(-)

commit f6f3a03c93800dc8e9687b91a091d5d9a1098148
Author: marc <marc>
Date:   Thu Nov 13 13:06:23 2003 +0000

    Version 1.4.8 build a, all functions have now an initial not capital letter, sardine preferences, no more QSettings at the global scope, so settings are regularly saved (better in case of application crash). Sardine signal display can normalize all traces by an automatic maximum or by automatic maxima of each trace. Useless codes of mw_batch have been removed

 src/geopsycore.pro                 |   36 +-
 src/qtbdialog_arraydefinition.ui.h |  174 ++-
 src/qtbdialog_loadformat_base.ui   |   12 +-
 src/qtbgeopsy.cpp                  |  617 ++++-----
 src/qtbgeopsy.h                    |   39 +-
 src/qtbgeopsyint.h                 |   15 +-
 src/qtbgeopsyprefs.cpp             |  102 ++
 src/qtbgeopsyprefs.h               |   58 +
 src/qtbsignal.cpp                  |  660 ++++-----
 src/qtbsignal.h                    |  178 +--
 src/qtbsignalfile.cpp              |   22 +-
 src/qtbsignalfile.h                |   88 +-
 src/qtbsignalfilepool.cpp          |  755 +++++-----
 src/qtbsignalfilepool.h            |   28 +-
 src/qtbsignalpool.cpp              |  438 +++---
 src/qtbsignalpool.h                |   26 +-
 src/qtbsubsignalpool.cpp           | 2657 ++++++++++++++++++------------------
 src/qtbsubsignalpool.h             |  334 +++--
 src/qtbvariableviewparam.cpp       | 1246 ++++++++---------
 src/qtbvariableviewparam.h         |  133 +-
 20 files changed, 3787 insertions(+), 3831 deletions(-)

commit c33f7afe3e46a17361822ec811de037fd9f91dde
Author: marc <marc>
Date:   Thu Nov 6 14:52:39 2003 +0000

    Version 1.4.7 beta1, installation on mac corrected and sardine script interface under construction.

 src/geopsycore.pro               |   12 +++++--
 src/qtbdialog_loadformat_base.ui |    6 ++--
 src/qtbgeopsy.cpp                |   66 ++++++++++++++++++++++----------------
 src/qtbgeopsy.h                  |   29 +++--------------
 src/qtbgeopsyint.h               |   51 +++++++++++++++++++++++++++++
 src/qtbsignal.cpp                |   19 +++++++++++
 src/qtbsignal.h                  |    3 ++
 src/qtbsignalfilepool.cpp        |   39 +++++++++++-----------
 src/qtbsignalfilepool.h          |    2 +-
 9 files changed, 149 insertions(+), 78 deletions(-)

commit dee4f952bc2accb88801eb0659c7890db4e8868c
Author: marc <marc>
Date:   Wed Nov 5 22:40:46 2003 +0000

    Version 1.4.7 beta, in sardine HV module, the window selection is now working correctly.

 src/qtbsignal.cpp            |  104 ++++++++++++++++++------------
 src/qtbsignal.h              |    5 +-
 src/qtbsignalfilepool.h      |   19 ------
 src/qtbsignalpool.cpp        |  147 +++++++++++++++++++++++-------------------
 src/qtbsignalpool.h          |   23 +------
 src/qtbsubsignalpool.cpp     |   22 ++++---
 src/qtbsubsignalpool.h       |   10 +--
 src/qtbvariableviewparam.cpp |    2 +-
 8 files changed, 166 insertions(+), 166 deletions(-)

commit 6f47d7100875cb3b4553896ca9a4f343b324bd06
Author: marc <marc>
Date:   Mon Nov 3 15:54:25 2003 +0000

    Version 1.4.7 alpha, many things have changed ... among them the axis scales and the picking of curves.

 src/qtbdialog_arraydefinition.ui   |   71 +-
 src/qtbdialog_arraydefinition.ui.h |    4 +-
 src/qtbsignal.cpp                  | 2797 +++++++++++++++++++-----------------
 src/qtbsignal.h                    |  421 ++----
 src/qtbsignalfilepool.cpp          | 2383 +++++++++++++++---------------
 src/qtbsignalpool.cpp              |    2 +-
 src/qtbsubsignalpool.cpp           |  191 +--
 src/qtbsubsignalpool.h             |    1 +
 src/qtbvariableviewparam.cpp       |    6 +-
 9 files changed, 2930 insertions(+), 2946 deletions(-)

commit cf1c8c1e3da1fd90a03de5de582df90c1f191005
Author: marc <marc>
Date:   Thu Oct 9 13:11:56 2003 +0000

    Version 1.4.6, several bugs corrected about the dispersion goal thans to Sylvette Bonnefoy. Details for Mac OS X now fixed. Signal save and restore layout now ok in Sardine.

 src/qtbgeopsy.cpp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit a6f095f13193085a9da9433f24053428722f0db9
Author: marc <marc>
Date:   Wed Oct 8 14:21:19 2003 +0000

    Version 1.4.5a, automatic upgrade was not working properly, now tested in debug and in distrib config

 src/geopsycore.pro |    7 -------
 1 file changed, 7 deletions(-)

commit 881db21b65cb7823128078bc67773ce53bbad326
Author: marc <marc>
Date:   Wed Oct 8 10:21:51 2003 +0000

    Version 1.4.5, Some bugs fixed on log-inversed plots, FK grid max has now a correct misfit=-log(probability), export ascii of dispersion curves from a report, pick curve still under development, still not a very stable version.

 src/qtbdialog_arraydefinition.ui   |  126 +++++++++++++++++++++++++++++++-----
 src/qtbdialog_arraydefinition.ui.h |   62 +++++++++++++++++-
 src/qtbgeopsy.cpp                  |    8 ++-
 src/qtbgeopsy.h                    |    7 +-
 4 files changed, 176 insertions(+), 27 deletions(-)

commit 04732eadfe209facfbc91fc3ce36ac5b0344ac98
Author: marc <marc>
Date:   Fri Sep 19 13:50:11 2003 +0000

    Version 1.4.3, Only one dll for the distrib version, to ease installation on MacOSX, decimate plots in sardine, gridlines improved in graphcontent, HV interpret module still under construction

 src/geopsycore.pro                 |   17 ++++++--
 src/qtbdialog_arraydefinition.ui.h |    4 +-
 src/qtbgeopsy.cpp                  |   80 ++++++++++++++++++------------------
 src/qtbgeopsy.h                    |    1 +
 src/qtbsignal.cpp                  |   15 +++----
 src/qtbsignalpool.cpp              |    4 +-
 src/qtbsubsignalpool.cpp           |   76 +++++-----------------------------
 src/qtbsubsignalpool.h             |    2 -
 src/qtbvariableviewparam.cpp       |    2 +-
 src/qtbvariableviewparam.h         |   31 ++++----------
 10 files changed, 87 insertions(+), 145 deletions(-)

commit 67976ee32564b93646e17ad4cbf51f3e7977b7f3
Author: marc <marc>
Date:   Thu Sep 4 12:27:17 2003 +0000

    String buffer was too short when the number of digit exeeded 30 characters (function
    operator>>). Pointed out by Sylvette Bonnefoy

 src/qtbsignal.cpp |   32 +++++++++++++-------------------
 1 file changed, 13 insertions(+), 19 deletions(-)

commit 65ca5a93ffb9eeece2877186a88c561905f13847
Author: marc <marc>
Date:   Fri Jul 25 14:51:21 2003 +0000

    Version 1.3.1, Sardine refresh of signal files ok, deps can work without X Server, Bug corrected in sardine about option again in File Format dialog and Time Datum Setting dialog

 src/qtbgeopsy.cpp         |    6 +++---
 src/qtbsignalfilepool.cpp |    8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

commit dac0976d0b97a6eaaa43366266a0abe145699941
Author: marc <marc>
Date:   Tue Jul 22 16:34:10 2003 +0000

    Version

 src/qtbgeopsy.h            |   30 ++++++++++
 src/qtbsignal.h            |  135 ++++++++++++++++++++++++++++++++++++++++----
 src/qtbsignalfile.h        |   17 +++++-
 src/qtbsignalfilepool.h    |   19 +++++++
 src/qtbsignalpool.h        |   20 +++++++
 src/qtbsubsignalpool.h     |   60 ++++++++++++++++++++
 src/qtbswap.h              |   24 +++++++-
 src/qtbvariableviewparam.h |   18 ++++++
 8 files changed, 310 insertions(+), 13 deletions(-)

commit c789a3e17612d1b91a87ff9540ab9126f9348ace
Author: marc <marc>
Date:   Fri Jun 13 16:40:36 2003 +0000

    Initial revision

 src/geopsycore.pro |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

commit 5dfc6db1145a4ebbe5e6b75f5df24d28a6216ac1
Author: marc <marc>
Date:   Fri Jun 13 16:40:17 2003 +0000

    *** empty log message ***

 src/qtbdialog_loadformat_base.ui      |    4 +--
 src/qtbdialog_rd3logparameter_base.ui |    8 ++---
 src/qtbdialog_timedatum.ui            |   10 +++---
 src/qtbgeopsy.h                       |    1 -
 src/qtbsignal.cpp                     |   40 ++++++++++-----------
 src/qtbsignalfilepool.cpp             |   64 ++++++++++++++++-----------------
 src/qtbsignalpool.cpp                 |   12 +++----
 src/qtbsubsignalpool.cpp              |   36 +++++++++----------
 8 files changed, 87 insertions(+), 88 deletions(-)

commit 393afe727e1072aaace98caba707258957b0a85e
Author: marc <marc>
Date:   Thu May 15 17:17:34 2003 +0000

    Unused variable removed

 src/qtbsignalfilepool.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 459743fe9e38fb5e5c618cd89d4e4828d53aaf16
Author: marc <marc>
Date:   Thu May 15 14:51:46 2003 +0000

    Updates from Windows version

 src/qtbdialog_loadformat_base.ui |    7 ++-
 src/qtbsignal.cpp                |   34 ++++++++++++
 src/qtbsignal.h                  |    1 +
 src/qtbsignalfile.h              |    3 +-
 src/qtbsignalfilepool.cpp        |  110 ++++++++++++++++++++++++++++++++++++++
 src/qtbsignalfilepool.h          |    1 +
 src/qtbsignalpool.cpp            |    3 ++
 7 files changed, 157 insertions(+), 2 deletions(-)

commit f279a08dde05d23de606fa53c8b75498d58f7bf9
Author: marc <marc>
Date:   Tue May 13 15:26:59 2003 +0000

    Changes related to windows version

 src/qtbgeopsy.cpp |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit aec51b530d651c671bf2310017efc636be739400
Author: marc <marc>
Date:   Tue May 13 15:26:23 2003 +0000

    Nothing changed

 src/qtbsignalfilepool.cpp |  167 +++++++++++++++++++++++----------------------
 1 file changed, 86 insertions(+), 81 deletions(-)

commit a3638f2a3b0e74810859268170b400092d3a03de
Author: marc <marc>
Date:   Tue Apr 22 16:32:57 2003 +0000

    Windows correction updated

 src/qtbgeopsy.cpp         |    2 ++
 src/qtbsignal.cpp         |   22 +++++++++++++---------
 src/qtbsignalfilepool.cpp |   19 +++++++++++--------
 src/qtbsignalpool.cpp     |    2 ++
 src/qtbsubsignalpool.cpp  |   27 ++++++++++++++++-----------
 5 files changed, 44 insertions(+), 28 deletions(-)

commit cd1d9c3a970444fa30683358d888cc75292007aa
Author: marc <marc>
Date:   Fri Mar 7 17:19:31 2003 +0000

    see .cpp

 src/qtbsubsignalpool.h     |    2 ++
 src/qtbvariableviewparam.h |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 365253a0c9b5692d8b026b2a4c6112549691bd44
Author: marc <marc>
Date:   Fri Mar 7 17:18:50 2003 +0000

    return bool when modifying a variable to check if it is a read-only or not

 src/qtbvariableviewparam.cpp |   70 +++++++++++++++++++++---------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

commit 5b9e091a7436be5728cf2ba89c42d1105a6e83e2
Author: marc <marc>
Date:   Fri Mar 7 17:18:08 2003 +0000

    New export format: SAF to use the Sesame H/V software

 src/qtbsubsignalpool.cpp |  183 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 183 insertions(+)

commit a8a7a55e9c25767db8678ffab527c8080fb882fd
Author: marc <marc>
Date:   Mon Feb 17 14:12:19 2003 +0000

    Potsdam meeting february 2003

 src/qtbdialog_arraydefinition.ui      |  346 +++++++++++++++++++++++++++
 src/qtbdialog_arraydefinition.ui.h    |   74 ++++++
 src/qtbdialog_loadformat_base.ui      |  177 ++++++++++++++
 src/qtbdialog_rd3logparameter_base.ui |  183 ++++++++++++++
 src/qtbdialog_timedatum.ui            |  296 +++++++++++++++++++++++
 src/qtbdialog_timedatum.ui.h          |   36 +++
 src/qtbgeopsy.cpp                     |  407 +++++++++++++++++++++++++++++++
 src/qtbgeopsy.h                       |   67 ++++++
 src/qtbsignal.cpp                     |  333 +++++++++++++++++++++-----
 src/qtbsignal.h                       |   51 ++--
 src/qtbsignalfile.cpp                 |    9 +-
 src/qtbsignalfile.h                   |   12 +-
 src/qtbsignalfilepool.cpp             |  333 ++++++++++++++++++--------
 src/qtbsignalfilepool.h               |   10 +-
 src/qtbsignalpool.cpp                 |  180 +++++++++++++-
 src/qtbsignalpool.h                   |    2 +
 src/qtbsubsignalpool.cpp              |  425 +++++++++++++++++++++++++++------
 src/qtbsubsignalpool.h                |  146 +++++++++++
 src/qtbvariableviewparam.cpp          |   38 ++-
 src/qtbvariableviewparam.h            |    5 +-
 20 files changed, 2854 insertions(+), 276 deletions(-)

commit 84bd3a2171b1a2192d0df677398bb22697b707f4
Author: marc <marc>
Date:   Thu Sep 19 14:49:16 2002 +0000

    Initial revision

 src/qtbsignal.h         |  159 +++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbsignalfile.h     |   43 +++++++++++++
 src/qtbsignalfilepool.h |   30 +++++++++
 src/qtbsignalpool.h     |   37 +++++++++++
 4 files changed, 269 insertions(+)

commit e4e7aae2b525d4c8d74b13c19c3d4edb8356d976
Author: marc <marc>
Date:   Thu Sep 19 08:17:59 2002 +0000

    Bug corrected for value of ID_VAR_UNKNOWN
    New vars: see ".cpp"

 src/qtbvariableviewparam.h |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit d4c2d7350b03ade1e4f833341a9bfb17bb971ccb
Author: marc <marc>
Date:   Thu Sep 19 08:16:57 2002 +0000

    Use of MW_Time
    New vars: TimeDatum, Duration and EndTime, FileName
    
    OriginalFileName()
    OriginalNumberInFile()
    no longer exist
    
    CurrentFile(), CurrentNumberInFile() era changed to File() and NumberInFile()

 src/qtbvariableviewparam.cpp |   68 ++++++++++++++++++++++++++++++++++--------
 1 file changed, 55 insertions(+), 13 deletions(-)

commit f174d81f0fb950b83f2701c0e72118bdbc9c75b4
Author: marc <marc>
Date:   Thu Sep 19 08:13:35 2002 +0000

    OriginalFileName()
    OriginalNumberInFile()
    no longer exist
    
    CurrentFile(), CurrentNumberInFile() era changed to File() and NumberInFile()

 src/qtbsignal.cpp         |   41 ++++++++++++++++--------------
 src/qtbsignalfilepool.cpp |   61 ++++++++++++++++-----------------------------
 src/qtbsignalpool.cpp     |    2 +-
 src/qtbsubsignalpool.cpp  |   10 ++++----
 4 files changed, 49 insertions(+), 65 deletions(-)

commit 994c66c10e475a9379b2a690facda3bfa0092530
Author: marc <marc>
Date:   Thu Sep 19 07:23:33 2002 +0000

    Uses MW_Batch
    New case for file type GSE2.0
    Contains changed to find, supposed quicker
    New function LoadGSE2

 src/qtbsignalfilepool.cpp |  280 ++++++++++++++++++++++++++++++++-------------
 1 file changed, 203 insertions(+), 77 deletions(-)

commit e69ac26ad83488641543de97efb3ca08e9dc7bac
Author: marc <marc>
Date:   Thu Sep 19 07:19:05 2002 +0000

    New case for file Type GSE2.0

 src/qtbsignalpool.cpp |    3 +++
 1 file changed, 3 insertions(+)

commit 82ff8c7700c58b66c67b7e97ce0c6646e654bf0d
Author: marc <marc>
Date:   Thu Sep 19 07:17:41 2002 +0000

    SignalKeyName is now a static const member
    Uses MW_Batch
    Bug corrected with path to group files
    Bug corrected concerning big and little endian
    T0, TimeDatum, Duration, EndTime added as keys
    Bug corrected when comparing items (multi criteria was impossible)
    New function SaveASCII()

 src/qtbsubsignalpool.cpp |  308 ++++++++++++++++++++++++++++++++--------------
 1 file changed, 214 insertions(+), 94 deletions(-)

commit 4382970c2f7260ec10b03e500700fedda7427c86
Author: marc <marc>
Date:   Thu Sep 19 06:55:55 2002 +0000

    Uses MW_Batch
    New function and changes to functions arguments: see ".h"

 src/qtbsignal.cpp |  252 ++++++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 203 insertions(+), 49 deletions(-)

commit 71f818f8b0216c80753731abfe2aa41e57a7ea24
Author: marc <marc>
Date:   Mon Sep 2 17:11:35 2002 +0000

    Selection is now a DD_SubSignalPool, Constructor and Add() are removed accordingly

 src/qtbsubsignalpool.cpp |   16 ----------------
 1 file changed, 16 deletions(-)

commit 2a01e4c70ff9eac99e75a882f670ac99d18d9faa
Author: marc <marc>
Date:   Mon Sep 2 14:58:01 2002 +0000

    all names signal are replaced by sig to avoid confusions with signal keyword

 src/qtbsignalpool.cpp |   63 +++++++++++++++++++++++--------------------------
 1 file changed, 30 insertions(+), 33 deletions(-)

commit 9887c5b5973c8fb7b26987ffe95e3437d290c957
Author: marc <marc>
Date:   Mon Sep 2 14:52:06 2002 +0000

    Initial revision

 src/qtbsignalfilepool.cpp    |  949 ++++++++++++++++++++++++++++++++++++
 src/qtbsubsignalpool.cpp     | 1104 ++++++++++++++++++++++++++++++++++++++++++
 src/qtbswap.h                |   78 +++
 src/qtbvariableviewparam.cpp |  583 ++++++++++++++++++++++
 src/qtbvariableviewparam.h   |   92 ++++
 5 files changed, 2806 insertions(+)

commit 470b4dedc551d0923d008bab725405541e417993
Author: marc <marc>
Date:   Mon Sep 2 14:48:25 2002 +0000

    member _rank is added
    Bug corrected in Name()

 src/qtbsignalfile.cpp |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

commit d51039be707e65dae7f2a23ed47d79ee8477bd00
Author: marc <marc>
Date:   Mon Sep 2 14:45:23 2002 +0000

    Last version did not compile
    No more warning
    Bug fixed arround filtering signals transformed with FFT()

 src/qtbsignal.cpp |  176 ++++++++++++++++++++++++++++++-----------------------
 1 file changed, 101 insertions(+), 75 deletions(-)

commit 887bafe01c85274f307ab2974d5eeb4a335d4975
Author: marc <marc>
Date:   Wed Aug 21 14:43:27 2002 +0000

    QMessageBox::Ok relaced by QMessageBox::Cancel in error messages

 src/qtbsignal.cpp |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

commit fc6abc9c6ab53bf99e72a8eb579ddd61acc3dbde
Author: marc <marc>
Date:   Wed Aug 21 13:52:48 2002 +0000

    Error DD_SignalPool is a QPtrList and size() does not exist

 src/qtbsignalpool.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f420fdbaa1f48b8c1056c4294d2fbf21411f1f35
Author: marc <marc>
Date:   Wed Aug 21 13:48:24 2002 +0000

    Initial revision

 src/qtbsignalfile.cpp |   45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

commit 0c879778ad712d3de7aad6f105d9e58c9d2c11e3
Author: marc <marc>
Date:   Wed Aug 21 13:38:16 2002 +0000

    Format from DD_SignalFile reverted as private

 src/qtbsignalpool.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fab8b7768a0bf1d740b41fd76021fb0f0b501f49
Author: marc <marc>
Date:   Wed Aug 21 13:33:19 2002 +0000

    Initial revision

 src/qtbsignal.cpp | 1112 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 1112 insertions(+)

commit 456a96b7f1b1e05fc736facab0ed8b349b651173
Author: marc <marc>
Date:   Wed Aug 21 12:53:14 2002 +0000

    Filepool is no longer usefull when loading signal values from disk

 src/qtbsignalpool.cpp |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 1302b355ec8cd455a1f1f28680672e06de7e62b6
Author: marc <marc>
Date:   Wed Aug 21 12:51:27 2002 +0000

    autoDelete on

 src/qtbsignalpool.cpp |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 62deca6e784969308159ff057be969ffe0b196ff
Author: marc <marc>
Date:   Wed Aug 21 12:17:54 2002 +0000

    Revert the SetType and SetSignalID to Type and SignalID
    (concistency with other functions from DD_Signal)

 src/qtbsignalpool.cpp |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit c5bb41348d4b2011c1aada78aedb15c713288364
Author: marc <marc>
Date:   Wed Aug 21 11:59:56 2002 +0000

    Initial revision

 src/qtbsignalpool.cpp |  149 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 149 insertions(+)
