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

    Version 0.9.1

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

commit 47c36cdcc6b5f8507c44a8367843a44ffeecfcd8
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 28 10:55:45 2011 +0100

    Add debug ouput for a BestModels::remove

 src/BestModels.cpp   |   11 +++++++++++
 src/Neighborhood.cpp |    5 +++++
 2 files changed, 16 insertions(+), 0 deletions(-)

commit 320737c03aa72082fd400afa27f26c56e98115b4
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jan 13 17:50:44 2011 +0100

    Add global timing report and fix memory leakage

 src/BatchRun.cpp |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

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

    Set release version

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

commit 6154c3ba8c1963974a644eac781bf18961d9e4ca
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jan 3 16:54:43 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 2c939c33d068658dbf06b4ae61f3912e11dab0c5
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jan 3 16:29:37 2011 +0100

    Precision and scale are mandatory paramaters
    
    In function ParamExpressionContext::functions(), mostly for user
    information.

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

commit b5f1874961abea48f8db7778fc35d2ae2c2b0a06
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Dec 17 19:40:36 2010 +0100

    Add timing for start and end of iteration

 src/Neighborhood.cpp |    6 ++++++
 src/Neighborhood.h   |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)

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

    Version 0.9.0-snapshot-20101119

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

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

    Version 0.9.0-snapshot-20101117

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

commit 5be1b07b206dd675ec47e502b539013f65344b39
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Nov 17 18:01:14 2010 +0100

    Fix wrong path for plugins under Mac

 src/DinverCoreObject.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2f1c2ca70a1f0d05edefd2d13bab96be03a36e21
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Nov 16 17:00:16 2010 +0100

    Maximum thread count moved to Application

 src/DinverCoreObject.cpp |  317 +++++++++++++++++++++++-----------------------
 src/DinverCoreObject.h   |    4 -
 src/Neighborhood.cpp     |    4 +-
 3 files changed, 160 insertions(+), 165 deletions(-)

commit 83aeb36a199147d85287d68b856ac4445695ce22
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Nov 15 19:15:03 2010 +0100

    Version 0.9.0-snapshot-20101115

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

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

    Version 0.9.0-snapshot-20101007

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

commit 2a261387aa72d9ebfda74080fc09f14bf066efe2
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Sep 14 06:18:36 2010 +0200

    Version 0.9.0-snapshot-20100914

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

commit 78081e024b7eeb38ccf797559b8d15b32b53f8e4
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Sep 14 06:13:47 2010 +0200

    Set maximum thread count as a core property

 src/BatchRun.cpp         |    6 +++---
 src/BatchRun.h           |    4 ++--
 src/DinverCoreObject.cpp |    1 +
 src/DinverCoreObject.h   |    4 ++++
 src/Neighborhood.cpp     |   10 ++++++++--
 5 files changed, 18 insertions(+), 7 deletions(-)

commit 8f4a27ec848f824316e6815c927cb0ac26d81d15
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Sep 12 07:16:58 2010 +0200

    Fix Monte Carlo bug
    
    New stream infrastructure to forward with prefix messages from children
    thread into the run mother thread.
    Stop the old-fashioned implementation with LogStream on a String

 src/AbstractForward.cpp       |   34 +++++++++++++++++++---------------
 src/AbstractForward.h         |    7 ++-----
 src/AbstractForwardThread.cpp |   10 ++++++----
 src/AbstractForwardThread.h   |    1 +
 src/Neighborhood.cpp          |   11 +++++------
 5 files changed, 33 insertions(+), 30 deletions(-)

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

    Version 0.9.0-snapshot-20100806

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

commit 100530bca10b4a473eaab19b366f7d6add9f1953
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 30 16:04:48 2010 +0200

    Fix initialization of model for Monte-Carlo

 src/AbstractForward.cpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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

    Version 0.9.0-snapshot-20100616

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

commit d3937a5ca10a2a71829d236e73566906b09c6478
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 9 20:49:40 2010 +0200

    Fix restarting with clipped misfit
    
    Keep best model vector to its original size acquired during last run

 src/BestModels.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7418c0dfcfee93f441a3fa3edccd7b1a71ed77ab
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat May 29 09:08:55 2010 +0200

    Add degrees of freedom as parameter

 src/PdfCurve.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 22ad53991ad53fc9227451d0ac94cad7ab0ed5d0
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat May 29 09:01:53 2010 +0200

    Add degrees of freedom as parameter

 src/PdfCurve.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 135cc8e33572df0483851038f28f94df7379eb45
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat May 29 00:09:13 2010 +0200

    Fix all examples in share
    
    Fix bug in initializing parameter grid in case of adjutScale() touching
    the range: the grid was not updated.
    Grid was not initialized for dinver_set_range_

 share/C/forward.c               |    8 ++++----
 share/C/myplugin.h              |    5 +++--
 share/C/myplugin.pro            |    4 +---
 share/Cpp/forward.cpp           |    4 ++--
 share/Cpp/forward.h             |    2 +-
 share/Cpp/myplugin.h            |    2 +-
 share/Fortran/description.c     |    1 -
 share/Fortran/forward.f         |    6 +++---
 share/Fortran/myplugin.h        |    5 +++--
 share/Fortran/myplugin.pro      |    4 +---
 share/Rosenbrock/forward.c      |    9 ++++++---
 share/Rosenbrock/rosenbrock.h   |    5 +++--
 share/Rosenbrock/rosenbrock.pro |    4 +---
 share/config.pri                |    4 ++--
 src/DinverC.cpp                 |    1 +
 src/DinverFortran.cpp           |    1 +
 src/RealSpace.cpp               |   11 ++++++++---
 17 files changed, 41 insertions(+), 35 deletions(-)

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

    Version 0.9.0-snapshot-20100525

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

commit 2df90ee1d6cdc4a3f7a7b4846b59b5441913ceec
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon May 24 17:43:28 2010 +0200

    TRACE_INT replaced by TRACE_BUG_INT
    
    Other types as well

 src/AbstractForward.cpp |    6 +++---
 src/ModelSet.cpp        |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 4f15c2f3dd5a044e52f68842ecd708e1d723ab55
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri May 7 17:58:40 2010 +0200

    Version 0.9.0-snapshot-20100507

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

commit 1bb117af82341e6ee1abd326fa49700f1a568916
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri May 7 17:55:11 2010 +0200

    Add instrumentation for bug in monteCarlo()

 src/AbstractForward.cpp |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

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

    Version 0.9.0-snapshot-20100506

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

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

    Version 0.9.0-snapshot-20100504

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

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

    Version 0.9.0-snapshot-20100416

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

commit 709243dfdee0e62b2169fd5fd4d290684cc77cde
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Apr 6 17:43:54 2010 +0200

    Do not accept target and param without xml support

 src/BatchRun.cpp |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 5f555c964df2ddfecd881bff8e93e131f915ac67
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Mar 24 22:07:49 2010 +0100

    Version 0.9.0-snapshot-20100324

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

commit 02565a16bd181565d4c51d8e081650b2013f2b64
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Mar 23 17:45:22 2010 +0100

    Get rid of \mainpage

 src/DinverCore.cpp       |    3 +++
 src/DinverCoreObject.cpp |    6 ------
 2 files changed, 3 insertions(+), 6 deletions(-)

commit 2a2ff330c8a7b2ec596ec355637e1df3b6ce09bc
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Mar 23 00:05:45 2010 +0100

    Move initReport to ReportWriter

 src/BatchRun.cpp     |   56 ++++++-------------------------------------------
 src/BatchRun.h       |    6 ++--
 src/ReportWriter.cpp |   51 +++++++++++++++++++++++++++++++++++++++++++++
 src/ReportWriter.h   |    3 ++
 4 files changed, 64 insertions(+), 52 deletions(-)

commit 923329d4d6d880cf68c3410cbb25422b93d4ff0f
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 22 01:14:22 2010 +0100

    Remove double package information

 src/DinverCoreObject.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 9492216fc8e342a9ec598bae6c88e42e6218901a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Mar 20 00:57:21 2010 +0100

    Remove \mainpage

 src/DinverCore.cpp |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit f81a678a0716fd790d6aee165ebcf95d0ad449f6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Mar 16 19:43:09 2010 +0100

    Add output of run properties for batch runs

 src/BatchRun.cpp     |   19 +++++++++++++++++++
 src/Neighborhood.cpp |    3 +++
 src/UniqueRandom.cpp |    4 ++++
 3 files changed, 26 insertions(+), 0 deletions(-)

commit e39395cbb81c739c80b73ad1e2848bae81307bd0
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Mar 2 07:57:32 2010 +0100

    Minor edit of comments

 src/AbstractForward.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 48da3c8f480fe4083aaebaa3a2a7ab96b9863036
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 26 19:45:04 2010 +0100

    Version 0.9.0-snapshot-20100226

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

commit 28ee5d5e4f5942c721d6d596691d7f3d2658e1aa
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Feb 22 18:58:57 2010 +0100

    Version 0.9.0-snapshot-20100222

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

commit 01cdda9ad4564a5b8731a197406b2326d4e84641
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Feb 22 18:52:37 2010 +0100

    Terminate after 80% coverage of paramspace

 src/AbstractForward.cpp       |   56 +++++++++++++++++++++++++++++-----------
 src/AbstractForward.h         |    8 +++---
 src/AbstractForwardThread.cpp |    7 +++-
 src/AbstractForwardThread.h   |    2 +-
 src/Neighborhood.cpp          |   18 +++++++++++-
 src/RealSpace.cpp             |   14 ++++++++++
 src/RealSpace.h               |    1 +
 7 files changed, 81 insertions(+), 25 deletions(-)

commit 7630d8fc3c0dac723b3338e32b42120dc6483489
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 21 20:43:48 2010 +0100

    Version 0.9.0-snapshot-20100221

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

commit 93620e9d0fcc212c355c9a51c5313a42a729b691
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Feb 20 20:42:39 2010 +0100

    Version 0.9.0-snapshot-20100220

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

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

    Version 0.9.0-snapshot-20100219

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

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

    Version 0.9.0-snapshot-20100218

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

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

    Version 0.9.0-snapshot-20100217

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

commit 68fff83fa5b3ec4844cfac453e4bccf403616895
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 17 13:26:07 2010 +0100

    Proper usage of central plugin repository

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

commit 25a8e11373951a9ae94419e6f82e4b7237e469c6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 12 19:43:13 2010 +0100

    Version 0.9.0-snapshot-20100212

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

commit 2e25f2112219a19184a1a0dd9cd99eea6c1c8be7
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 9 20:25:12 2010 +0100

    Version 0.9.0-snapshot-20100209

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

commit ff3bfeb244983d04c8828b5affbbb6ae232828a2
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 9 19:56:36 2010 +0100

    Fix stop() for unthreaded forward

 src/AbstractForward.cpp |    2 --
 src/Neighborhood.cpp    |    7 ++++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 5913f9301eca3630923d313ba297b8d2295ab5d2
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 9 19:37:38 2010 +0100

    Fix stop() for unthreaded inversions

 src/AbstractForward.cpp |    2 ++
 src/Neighborhood.cpp    |    4 ----
 2 files changed, 2 insertions(+), 4 deletions(-)

commit db341b4b7abe750286f62cd6990ccedb39795f21
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 9 19:09:08 2010 +0100

    Fix stop() for unthreaded inversions

 src/Neighborhood.cpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit b4f895009ae08182874feb6c7356227ae941a6b2
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 9 19:02:51 2010 +0100

    Fix stop() for unthreaded inversions

 src/ForwardSignal.cpp |    2 +-
 src/Neighborhood.cpp  |   10 +++++-----
 src/Parameter.cpp     |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

commit 619e1b0ab4408eba7dda8b0f50810dca6e74de36
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 9 18:41:05 2010 +0100

    Add a bool return for initGrid()
    
    Fix problem if user setup a too small precision

 src/Parameter.cpp     |    2 +-
 src/ParameterGrid.cpp |   53 +++++++++++++++++++++++++-----------------------
 2 files changed, 29 insertions(+), 26 deletions(-)

commit 90e26cc8af7ff6d383c89401f6f3c80f37ccfb22
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 9 18:35:39 2010 +0100

    Add a bool return for initGrid()
    
    Fix problem if user setup a too small precision

 src/ParameterGrid.cpp |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 57f5f786c0c1c1b37d47e0706ac7b10047dbe6ba
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 9 18:24:29 2010 +0100

    Add a bool return for initGrid()
    
    Fix problem if user setup a too small precision

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

commit d8185b9981a027337383b6ba07dfd719a4afc3db
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 9 12:20:20 2010 +0100

    Add a bool return for initGrid()
    
    Fix problem if user setup a too small precision

 src/ParamSpaceScript.cpp |   12 ++++++++----
 src/Parameter.h          |    2 +-
 src/ParameterGrid.cpp    |    5 +++--
 src/ParameterGrid.h      |    2 +-
 src/RealSpace.cpp        |   10 +++++++---
 5 files changed, 20 insertions(+), 11 deletions(-)

commit 5a17bd7ac4a61116b04a5c4da90d5a5124ff0070
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 9 11:07:50 2010 +0100

    Remove debug prints

 src/XMLDinverHeader.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

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

    Version 0.9.0-snapshot-20100206

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

commit 027ee2122d303a425fd9bd9f4032b7a31bdcab0a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Feb 6 23:51:44 2010 +0100

    Add TRACE in importModels

 src/ModelSet.cpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 518c849a4247a6a7d891d0396282724abb678a20
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Feb 4 21:48:44 2010 +0100

    Fix restore of XML parameters
    
    If paramters are stored without Dinver environment, it was impossible to
    restore it, missing polish_child in this case.

 src/XMLDinverHeader.cpp |   24 ++++++++++++++++++------
 src/XMLDinverHeader.h   |    6 ++++--
 2 files changed, 22 insertions(+), 8 deletions(-)

commit 08de52773ecbc8704b3e9c7df3faedba16f46198
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Feb 1 12:44:59 2010 +0100

    Add trace bug to document bug

 src/AbstractForward.cpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 9714265ad3eed12f10615456d8dcb86f493a1cce
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Jan 30 13:14:51 2010 +0100

    Version 0.9.0-snapshot-20100130

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

commit e3458553b2920480c883ab7959b483ae1f9d54b8
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Jan 30 01:10:34 2010 +0100

    Fix fussy infinite loop and dead lock on stop

 src/AbstractForward.cpp       |   36 ++++++++++++++++++++++++++++++++----
 src/AbstractForwardThread.cpp |    3 +--
 src/Neighborhood.cpp          |   29 ++++++++++++++++++++++++-----
 src/Neighborhood.h            |    2 +-
 4 files changed, 58 insertions(+), 12 deletions(-)

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

    Version 0.9.0-snapshot-20100128

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

commit cc42fe957474f76153109983dc0361460efd9447
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 27 23:26:59 2010 +0100

    Debug instrumentation of random()

 src/Neighborhood.cpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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

    Version 0.9.0-snapshot-20100127

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

commit 86d5ab7842d69c945dbe1dd33684a0e7ba350fa0
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 27 21:23:37 2010 +0100

    Give priority to XML without header

 src/XMLDinverHeader.cpp |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

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

    Version 0.9.0-snapshot-20100126

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

commit 41cb037c3164103e22d56c39276a7b1574fef43c
Merge: bedfba6 7b93586
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jan 26 23:49:31 2010 +0100

    Merge branch '2.1' of ssh://geopsy.org/home/git/DinverCore into 2.1

commit bedfba682af62e71fcce1cb348d7095807b8576f
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jan 26 23:42:19 2010 +0100

    Remove assert for ndVar>0 in setStorage()

 src/Neighborhood.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 7b935860549947b03d2ae3a7e6f4d2b4de4fc8a0
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 15 19:11:57 2010 +0100

    Remove useless ASSERT
    
    Generated exception when user left an error in parameterization

 src/Neighborhood.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 4048d4c8f255bfdc0d2c112f47a94fa0fa1ed717
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 13 11:26:40 2010 +0100

    Version 0.9.0-snapshot-20100113

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

commit 92994dd3d58b3de45b0ec97290a3130b9697bad8
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 8 02:13:16 2010 +0100

    Strict namespace for libraries

 src/AbstractCondition.cpp     |    4 ++++
 src/AbstractCondition.h       |    4 ++++
 src/AbstractForward.cpp       |    4 ++++
 src/AbstractForward.h         |    4 ++++
 src/AbstractForwardThread.cpp |    4 ++++
 src/AbstractForwardThread.h   |    4 ++++
 src/ActiveModel.cpp           |    4 ++++
 src/ActiveModel.h             |    4 ++++
 src/ActiveModels.cpp          |    4 ++++
 src/ActiveModels.h            |    4 ++++
 src/BatchRun.cpp              |    4 ++++
 src/BatchRun.h                |    4 ++++
 src/BestModels.cpp            |    4 ++++
 src/BestModels.h              |    4 ++++
 src/DinverC.cpp               |    4 ++++
 src/DinverC.h                 |    4 ++++
 src/DinverCore.cpp            |    4 ++++
 src/DinverCoreObject.cpp      |   10 +++++++---
 src/DinverCoreObject.h        |   10 ++++++----
 src/DinverFortran.cpp         |    4 ++++
 src/DinverFortran.h           |    4 ++++
 src/DinverInterface.cpp       |    4 ++++
 src/DinverInterface.h         |    8 ++++++--
 src/ForwardSignal.cpp         |    4 ++++
 src/ForwardSignal.h           |    4 ++++
 src/ImportanceSampling.cpp    |    4 ++++
 src/ImportanceSampling.h      |    4 ++++
 src/Model.cpp                 |    4 ++++
 src/Model.h                   |    3 +++
 src/ModelSet.cpp              |    4 ++++
 src/ModelSet.h                |    4 ++++
 src/Neighborhood.cpp          |    4 ++++
 src/Neighborhood.h            |    4 ++++
 src/ParamCondition.cpp        |    4 ++++
 src/ParamCondition.h          |    6 +++++-
 src/ParamSpaceScript.cpp      |    4 ++++
 src/ParamSpaceScript.h        |    4 ++++
 src/Parameter.cpp             |    4 ++++
 src/Parameter.h               |    7 +++++--
 src/ParameterGrid.cpp         |    4 ++++
 src/ParameterGrid.h           |    4 ++++
 src/PdfCurve.cpp              |    4 ++++
 src/PdfCurve.h                |    4 ++++
 src/RealSpace.cpp             |    4 ++++
 src/RealSpace.h               |    4 ++++
 src/ReportReader.cpp          |    4 ++++
 src/ReportReader.h            |    4 ++++
 src/ReportWriter.cpp          |    4 ++++
 src/ReportWriter.h            |    4 ++++
 src/ScaledModels.cpp          |    4 ++++
 src/ScaledModels.h            |    4 ++++
 src/SimpleCondition.cpp       |    4 ++++
 src/SimpleCondition.h         |    8 ++++++++
 src/TemporaryDirectory.cpp    |    4 ++++
 src/TemporaryDirectory.h      |    4 ++++
 src/UniqueRandom.cpp          |    4 ++++
 src/UniqueRandom.h            |    4 ++++
 src/VoronoiNavigator.cpp      |    4 ++++
 src/VoronoiNavigator.h        |    4 ++++
 src/XMLDinver.cpp             |    4 ++++
 src/XMLDinver.h               |    4 ++++
 src/XMLDinverContext.cpp      |    4 ++++
 src/XMLDinverContext.h        |    4 ++++
 src/XMLDinverHeader.cpp       |    4 ++++
 src/XMLDinverHeader.h         |    4 ++++
 65 files changed, 272 insertions(+), 12 deletions(-)

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

    Replace copyright by list of authors

 src/AbstractCondition.cpp     |    5 +++--
 src/AbstractCondition.h       |    5 +++--
 src/AbstractForward.cpp       |    5 +++--
 src/AbstractForward.h         |    5 +++--
 src/AbstractForwardThread.cpp |    5 +++--
 src/AbstractForwardThread.h   |    5 +++--
 src/ActiveModel.cpp           |    5 +++--
 src/ActiveModel.h             |    5 +++--
 src/ActiveModels.cpp          |    5 +++--
 src/ActiveModels.h            |    5 +++--
 src/BatchRun.cpp              |    5 +++--
 src/BatchRun.h                |    5 +++--
 src/BestModels.cpp            |    5 +++--
 src/BestModels.h              |    5 +++--
 src/DinverC.cpp               |    5 +++--
 src/DinverC.h                 |    5 +++--
 src/DinverCore.cpp            |    5 +++--
 src/DinverCoreObject.cpp      |    5 +++--
 src/DinverCoreObject.h        |    5 +++--
 src/DinverFortran.cpp         |    5 +++--
 src/DinverFortran.h           |    5 +++--
 src/DinverInterface.cpp       |    5 +++--
 src/DinverInterface.h         |    5 +++--
 src/ForwardSignal.cpp         |    5 +++--
 src/ForwardSignal.h           |    5 +++--
 src/ImportanceSampling.cpp    |    5 +++--
 src/ImportanceSampling.h      |    5 +++--
 src/Model.cpp                 |    5 +++--
 src/Model.h                   |    5 +++--
 src/ModelSet.cpp              |    5 +++--
 src/ModelSet.h                |    5 +++--
 src/Neighborhood.cpp          |    5 +++--
 src/Neighborhood.h            |    5 +++--
 src/ParamCondition.cpp        |    6 ++++--
 src/ParamCondition.h          |    6 ++++--
 src/ParamSpaceScript.cpp      |    5 +++--
 src/ParamSpaceScript.h        |    5 +++--
 src/Parameter.cpp             |    6 ++++--
 src/Parameter.h               |    6 ++++--
 src/ParameterGrid.cpp         |    5 +++--
 src/ParameterGrid.h           |    5 +++--
 src/PdfCurve.cpp              |    5 +++--
 src/PdfCurve.h                |    5 +++--
 src/RealSpace.cpp             |    5 +++--
 src/RealSpace.h               |    5 +++--
 src/ReportReader.cpp          |    5 +++--
 src/ReportReader.h            |    5 +++--
 src/ReportWriter.cpp          |    5 +++--
 src/ReportWriter.h            |    5 +++--
 src/ScaledModels.cpp          |    5 +++--
 src/ScaledModels.h            |    5 +++--
 src/SimpleCondition.cpp       |    5 +++--
 src/SimpleCondition.h         |    5 +++--
 src/TemporaryDirectory.cpp    |    5 +++--
 src/TemporaryDirectory.h      |    5 +++--
 src/UniqueRandom.cpp          |    5 +++--
 src/UniqueRandom.h            |    5 +++--
 src/VoronoiNavigator.cpp      |    5 +++--
 src/VoronoiNavigator.h        |    5 +++--
 src/XMLDinver.cpp             |    5 +++--
 src/XMLDinver.h               |    5 +++--
 src/XMLDinverContext.cpp      |    5 +++--
 src/XMLDinverContext.h        |    5 +++--
 src/XMLDinverHeader.cpp       |    5 +++--
 src/XMLDinverHeader.h         |    5 +++--
 65 files changed, 199 insertions(+), 130 deletions(-)

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

    Version 0.9.0-snapshot-20091214

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

commit 70e4bac5555d38f4fa73eba5ca7068ef3db07bc3
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Dec 4 13:16:27 2009 +0100

    Bug fixed when importing an old report

 src/ModelSet.cpp |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

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

    Version 0.9.0-snapshot-20091201

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

commit d0d49fbf48f92cb8d24fa0d35b4d7b3dbb468482
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Nov 30 17:41:10 2009 +0100

    Fix bugs introduced by vectorial misfit
    
    Fix also Cpp example

 share/Cpp/forward.cpp  |   10 +++++-----
 share/Cpp/forward.h    |    2 +-
 share/Cpp/myplugin.cpp |    3 ++-
 share/Cpp/myplugin.h   |    2 +-
 share/Cpp/myplugin.pro |    4 +---
 share/config.pri       |    9 ++++-----
 src/ModelSet.cpp       |    8 +++++++-
 src/Neighborhood.cpp   |    4 ++--
 8 files changed, 23 insertions(+), 19 deletions(-)

commit 54e59d4685ea7842902e9dced59b74e823313f13
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Nov 24 18:47:35 2009 +0100

    Fix compile errors due to nD misfits

 src/BestModels.cpp         |   47 +++++++++++++++++++++++++------------------
 src/BestModels.h           |    8 +++---
 src/ImportanceSampling.cpp |    3 +-
 src/ModelSet.cpp           |   15 ++++++-------
 src/ModelSet.h             |    2 +-
 src/Neighborhood.cpp       |   14 ++++++++----
 6 files changed, 50 insertions(+), 39 deletions(-)

commit ec0edf2d95c41b679d61db0043ddc5a86d337c6a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Nov 23 15:46:59 2009 +0100

    Under development for simutaneous multiple targets

 src/ActiveModels.h   |    7 ++-
 src/BestModels.cpp   |   69 ++++++++++++++++-------------
 src/BestModels.h     |   16 +++---
 src/ModelSet.cpp     |  119 +++++++++++++++++++++++++++++++-------------------
 src/ModelSet.h       |   26 ++++++-----
 src/Neighborhood.cpp |   16 +++----
 src/Neighborhood.h   |    1 +
 src/PdfCurve.h       |    2 +-
 8 files changed, 149 insertions(+), 107 deletions(-)

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

    Version 0.9.0-snapshot-20091120

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

commit 117fb8fabfd67da6145494ac9451482f2887ca66
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Nov 7 14:28:11 2009 +0100

    Remove dependency to GpCoreTools

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

commit 725cf58ffeb9417d2e6254e433b2cdb309121dab
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Nov 5 19:05:43 2009 +0100

    Add explicit precision and scale for parameters

 src/AbstractForward.cpp  |    7 +++-
 src/AbstractForward.h    |    2 +-
 src/DinverC.cpp          |    8 ++--
 src/DinverC.h            |    2 +-
 src/DinverFortran.cpp    |    8 ++--
 src/DinverFortran.h      |    2 +-
 src/Neighborhood.cpp     |    4 +-
 src/Neighborhood.h       |    2 +-
 src/ParamSpaceScript.cpp |   23 ++++------
 src/Parameter.h          |    2 +-
 src/ParameterGrid.cpp    |  113 ++++++++++++++-------------------------------
 src/ParameterGrid.h      |   17 ++++---
 src/RealSpace.cpp        |   14 ++++--
 src/RealSpace.h          |    3 +-
 14 files changed, 87 insertions(+), 120 deletions(-)

commit 1694bb7c7de27b1274871c83606e911e35ec48ba
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Oct 2 06:22:54 2009 +0200

    Support for old files

 src/XMLDinverHeader.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 025da17951774cb8fb2139d6cbc31a7af31765e1
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Sep 26 05:52:50 2009 +0200

    Waran development

 src/BatchRun.cpp        |    2 +-
 src/XMLDinver.cpp       |    2 +-
 src/XMLDinverHeader.cpp |    9 +++++----
 3 files changed, 7 insertions(+), 6 deletions(-)

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

    Minor fix after last big changes

 lang/DinverCore.de.ts |  435 +++++++++++++++++++++++++++++++++++++++++++++++++
 lang/DinverCore.es.ts |  435 +++++++++++++++++++++++++++++++++++++++++++++++++
 lang/DinverCore.fr.ts |  435 +++++++++++++++++++++++++++++++++++++++++++++++++
 lang/DinverCore.it.ts |  435 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/DinverCore.cpp    |   35 ++++
 5 files changed, 1775 insertions(+), 0 deletions(-)

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

    New header framwork: one big include per library

 admin/info                       |    4 +-
 lang/dinvercore.de.ts            |  435 -------------------------
 lang/dinvercore.es.ts            |  435 -------------------------
 lang/dinvercore.fr.ts            |  435 -------------------------
 lang/dinvercore.it.ts            |  435 -------------------------
 src/AbstractCondition.cpp        |  103 ++++++
 src/AbstractCondition.h          |   63 ++++
 src/AbstractForward.cpp          |  410 +++++++++++++++++++++++
 src/AbstractForward.h            |  270 ++++++++++++++++
 src/AbstractForwardThread.cpp    |  113 +++++++
 src/AbstractForwardThread.h      |   53 +++
 src/ActiveModel.cpp              |   33 ++
 src/ActiveModel.h                |  113 +++++++
 src/ActiveModels.cpp             |   77 +++++
 src/ActiveModels.h               |   73 +++++
 src/BatchRun.cpp                 |  220 +++++++++++++
 src/BatchRun.h                   |   56 ++++
 src/BestModels.cpp               |  219 +++++++++++++
 src/BestModels.h                 |   73 +++++
 src/DinverC.cpp                  |  132 ++++++++
 src/DinverC.h                    |   59 ++++
 src/DinverCoreObject.cpp         |  213 ++++++++++++
 src/DinverCoreObject.h           |   73 +++++
 src/DinverFortran.cpp            |  136 ++++++++
 src/DinverFortran.h              |   57 ++++
 src/DinverInterface.cpp          |  183 +++++++++++
 src/DinverInterface.h            |   70 ++++
 src/ForwardSignal.cpp            |   33 ++
 src/ForwardSignal.h              |   67 ++++
 src/ImportanceSampling.cpp       |  183 +++++++++++
 src/ImportanceSampling.h         |   60 ++++
 src/Model.cpp                    |   76 +++++
 src/Model.h                      |   67 ++++
 src/ModelSet.cpp                 |  257 +++++++++++++++
 src/ModelSet.h                   |   74 +++++
 src/Neighborhood.cpp             |  657 +++++++++++++++++++++++++++++++++++++
 src/Neighborhood.h               |  128 ++++++++
 src/ParamCondition.cpp           |   64 ++++
 src/ParamCondition.h             |   53 +++
 src/ParamSpaceScript.cpp         |  171 ++++++++++
 src/ParamSpaceScript.h           |   69 ++++
 src/Parameter.cpp                |  213 ++++++++++++
 src/Parameter.h                  |  155 +++++++++
 src/ParameterGrid.cpp            |  177 ++++++++++
 src/ParameterGrid.h              |  123 +++++++
 src/PdfCurve.cpp                 |  123 +++++++
 src/PdfCurve.h                   |   64 ++++
 src/RealSpace.cpp                |  267 +++++++++++++++
 src/RealSpace.h                  |   99 ++++++
 src/ReportReader.cpp             |  192 +++++++++++
 src/ReportReader.h               |   73 +++++
 src/ReportWriter.cpp             |  155 +++++++++
 src/ReportWriter.h               |   72 ++++
 src/ScaledModels.cpp             |  107 ++++++
 src/ScaledModels.h               |   54 +++
 src/SimpleCondition.cpp          |  190 +++++++++++
 src/SimpleCondition.h            |  103 ++++++
 src/TemporaryDirectory.cpp       |  149 +++++++++
 src/TemporaryDirectory.h         |   49 +++
 src/UniqueRandom.cpp             |   32 ++
 src/UniqueRandom.h               |   63 ++++
 src/VoronoiNavigator.cpp         |  539 +++++++++++++++++++++++++++++++
 src/VoronoiNavigator.h           |   98 ++++++
 src/XMLDinver.cpp                |  109 +++++++
 src/XMLDinver.h                  |   49 +++
 src/XMLDinverContext.cpp         |   33 ++
 src/XMLDinverContext.h           |   47 +++
 src/XMLDinverHeader.cpp          |   51 +++
 src/XMLDinverHeader.h            |   44 +++
 src/dinvercoredllexport.h        |   17 -
 src/qtbabstractcondition.cpp     |  104 ------
 src/qtbabstractcondition.h       |   65 ----
 src/qtbabstractforward.cpp       |  415 ------------------------
 src/qtbabstractforward.h         |  272 ----------------
 src/qtbabstractforwardthread.cpp |  117 -------
 src/qtbabstractforwardthread.h   |   55 ----
 src/qtbactivemodel.cpp           |   35 --
 src/qtbactivemodel.h             |  114 -------
 src/qtbactivemodels.cpp          |   79 -----
 src/qtbactivemodels.h            |   73 -----
 src/qtbbatchrun.cpp              |  222 -------------
 src/qtbbatchrun.h                |   57 ----
 src/qtbbestmodels.cpp            |  221 -------------
 src/qtbbestmodels.h              |   73 -----
 src/qtbdinverc.cpp               |  134 --------
 src/qtbdinverc.h                 |   62 ----
 src/qtbdinvercore.cpp            |  216 -------------
 src/qtbdinvercore.h              |   76 -----
 src/qtbdinverfortran.cpp         |  138 --------
 src/qtbdinverfortran.h           |   60 ----
 src/qtbdinverinterface.cpp       |  184 -----------
 src/qtbdinverinterface.h         |   75 -----
 src/qtbforwardsignal.cpp         |   35 --
 src/qtbforwardsignal.h           |   68 ----
 src/qtbimportancesampling.cpp    |  185 -----------
 src/qtbimportancesampling.h      |   60 ----
 src/qtbmodel.cpp                 |   78 -----
 src/qtbmodel.h                   |   67 ----
 src/qtbmodelset.cpp              |  259 ---------------
 src/qtbmodelset.h                |   77 -----
 src/qtbneighborhood.cpp          |  662 --------------------------------------
 src/qtbneighborhood.h            |  131 --------
 src/qtbparamcondition.cpp        |   65 ----
 src/qtbparamcondition.h          |   53 ---
 src/qtbparameter.cpp             |  214 ------------
 src/qtbparameter.h               |  159 ---------
 src/qtbparametergrid.cpp         |  179 ----------
 src/qtbparametergrid.h           |  123 -------
 src/qtbparamspacescript.cpp      |  171 ----------
 src/qtbparamspacescript.h        |   70 ----
 src/qtbpdfcurve.cpp              |  124 -------
 src/qtbpdfcurve.h                |   65 ----
 src/qtbrealspace.cpp             |  269 ----------------
 src/qtbrealspace.h               |   99 ------
 src/qtbreportreader.cpp          |  193 -----------
 src/qtbreportreader.h            |   74 -----
 src/qtbreportwriter.cpp          |  156 ---------
 src/qtbreportwriter.h            |   75 -----
 src/qtbscaledmodels.cpp          |  109 -------
 src/qtbscaledmodels.h            |   54 ---
 src/qtbsimplecondition.cpp       |  191 -----------
 src/qtbsimplecondition.h         |  103 ------
 src/qtbtemporarydirectory.cpp    |  154 ---------
 src/qtbtemporarydirectory.h      |   52 ---
 src/qtbuniquerandom.cpp          |   34 --
 src/qtbuniquerandom.h            |   65 ----
 src/qtbvoronoinavigator.cpp      |  542 -------------------------------
 src/qtbvoronoinavigator.h        |   98 ------
 src/qtbxmldinver.cpp             |  111 -------
 src/qtbxmldinver.h               |   49 ---
 src/qtbxmldinvercontext.cpp      |   35 --
 src/qtbxmldinvercontext.h        |   47 ---
 src/qtbxmldinverheader.cpp       |   54 ---
 src/qtbxmldinverheader.h         |   44 ---
 134 files changed, 8190 insertions(+), 10059 deletions(-)

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

    Drop Qtb prefix

 admin/info                       |    2 +-
 lang/dinvercore.de.ts            |  377 ++++++++++++++++++++++----------------
 lang/dinvercore.es.ts            |  377 ++++++++++++++++++++++----------------
 lang/dinvercore.fr.ts            |  377 ++++++++++++++++++++++----------------
 lang/dinvercore.it.ts            |  377 ++++++++++++++++++++++----------------
 share/C/myplugin.cpp             |    2 +-
 share/C/myplugin.h               |   14 +-
 share/Cpp/forward.cpp            |   10 +-
 share/Cpp/forward.h              |    4 +-
 share/Cpp/myplugin.cpp           |    4 +-
 share/Cpp/myplugin.h             |    8 +-
 share/Fortran/myplugin.cpp       |    2 +-
 share/Fortran/myplugin.h         |   14 +-
 share/Rosenbrock/rosenbrock.cpp  |    2 +-
 share/Rosenbrock/rosenbrock.h    |   14 +-
 src/dinvercoredllexport.h        |   31 +---
 src/qtbabstractcondition.cpp     |   34 ++--
 src/qtbabstractcondition.h       |   26 ++--
 src/qtbabstractforward.cpp       |   96 +++++-----
 src/qtbabstractforward.h         |   90 +++++-----
 src/qtbabstractforwardthread.cpp |   36 ++--
 src/qtbabstractforwardthread.h   |   14 +-
 src/qtbactivemodel.cpp           |    2 +-
 src/qtbactivemodel.h             |   26 ++--
 src/qtbactivemodels.cpp          |   26 ++--
 src/qtbactivemodels.h            |   34 ++--
 src/qtbbatchrun.cpp              |  114 ++++++------
 src/qtbbatchrun.h                |   18 +-
 src/qtbbestmodels.cpp            |   46 +++---
 src/qtbbestmodels.h              |   26 ++--
 src/qtbdinverc.cpp               |   30 ++--
 src/qtbdinverc.h                 |   12 +-
 src/qtbdinvercore.cpp            |   74 ++++----
 src/qtbdinvercore.h              |   30 ++--
 src/qtbdinverfortran.cpp         |   30 ++--
 src/qtbdinverfortran.h           |   10 +-
 src/qtbdinverinterface.cpp       |   74 ++++----
 src/qtbdinverinterface.h         |   24 ++--
 src/qtbforwardsignal.cpp         |    2 +-
 src/qtbforwardsignal.h           |   26 ++--
 src/qtbimportancesampling.cpp    |   54 +++---
 src/qtbimportancesampling.h      |   32 ++--
 src/qtbmodel.cpp                 |   10 +-
 src/qtbmodel.h                   |   22 +-
 src/qtbmodelset.cpp              |   70 ++++----
 src/qtbmodelset.h                |   30 ++--
 src/qtbneighborhood.cpp          |  190 ++++++++++----------
 src/qtbneighborhood.h            |   68 ++++----
 src/qtbparamcondition.cpp        |   14 +-
 src/qtbparamcondition.h          |   20 +-
 src/qtbparameter.cpp             |   86 +++++-----
 src/qtbparameter.h               |   40 ++--
 src/qtbparametergrid.cpp         |   32 ++--
 src/qtbparametergrid.h           |   22 +-
 src/qtbparamspacescript.cpp      |   74 ++++----
 src/qtbparamspacescript.h        |   30 ++--
 src/qtbpdfcurve.cpp              |   20 +-
 src/qtbpdfcurve.h                |   26 ++--
 src/qtbrealspace.cpp             |  108 ++++++------
 src/qtbrealspace.h               |   50 +++---
 src/qtbreportreader.cpp          |   54 +++---
 src/qtbreportreader.h            |   20 +-
 src/qtbreportwriter.cpp          |   48 +++---
 src/qtbreportwriter.h            |   32 ++--
 src/qtbscaledmodels.cpp          |   10 +-
 src/qtbscaledmodels.h            |   18 +-
 src/qtbsimplecondition.cpp       |   64 ++++----
 src/qtbsimplecondition.h         |   18 +-
 src/qtbtemporarydirectory.cpp    |   24 ++--
 src/qtbtemporarydirectory.h      |   12 +-
 src/qtbuniquerandom.cpp          |    2 +-
 src/qtbuniquerandom.h            |   24 ++--
 src/qtbvoronoinavigator.cpp      |  104 ++++++------
 src/qtbvoronoinavigator.h        |   30 ++--
 src/qtbxmldinver.cpp             |   44 +++---
 src/qtbxmldinver.h               |   16 +-
 src/qtbxmldinvercontext.cpp      |    2 +-
 src/qtbxmldinvercontext.h        |   12 +-
 src/qtbxmldinverheader.cpp       |   14 +-
 src/qtbxmldinverheader.h         |   18 +-
 80 files changed, 2164 insertions(+), 1915 deletions(-)

commit 1e412068945f4ba97db564c052f17e1fd2a6208d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Aug 25 12:57:07 2009 +0200

    Link to qtbqttools

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

commit abeba82f750ff734cfcc2c4e65f979f246c17f66
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Aug 25 12:55:30 2009 +0200

    Moved to qtbtoolslite

 src/qtbincreasestorage.cpp |   35 --------------
 src/qtbincreasestorage.h   |  106 --------------------------------------------
 2 files changed, 0 insertions(+), 141 deletions(-)

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

    Version 0.9.0-snapshot-20090730

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

commit b7f2e4778a3be77a361aad8506a5ab7e35dbde3c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jul 28 19:01:46 2009 +0200

    Split forward creating in two functions
    
    Add xmlSupport()
    Fix bug in examples (share)
    More robust when returning statistics of an uninitialized run (no models
    yet).

 share/C/README                  |    6 ++++++
 share/C/forward.c               |    2 +-
 share/C/myplugin.h              |    2 +-
 share/C/myplugin.pro            |   17 +++++++----------
 share/Cpp/README                |    6 ++++++
 share/Cpp/myplugin.cpp          |   14 ++++++++++++--
 share/Cpp/myplugin.h            |    3 ++-
 share/Cpp/myplugin.pro          |   19 ++++++-------------
 share/Fortran/README            |    6 ++++++
 share/Fortran/myplugin.h        |    2 +-
 share/Fortran/myplugin.pro      |   20 ++++++++------------
 share/Rosenbrock/README         |    6 ++++++
 share/Rosenbrock/rosenbrock.h   |    2 +-
 share/Rosenbrock/rosenbrock.pro |   16 ++++++----------
 share/config.pri                |   10 ++++++++++
 src/qtbbatchrun.cpp             |    5 +++--
 src/qtbdinverinterface.h        |    4 +++-
 src/qtbneighborhood.cpp         |   23 +++++++++++++----------
 18 files changed, 98 insertions(+), 65 deletions(-)

commit 3bfb1a6258a712e28f90758e9b22a33741ac3979
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jul 9 19:13:52 2009 +0200

    Avoid uninitialized warning

 src/qtbimportancesampling.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit ab3f785cbb93ba6cba4c5765c984273c54f513b4
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jul 7 12:03:26 2009 +0200

    Fix delete of report, random and forward

 src/qtbimportancesampling.cpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 8cfff6cd9126a1738392ab06db57f00775392aeb
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jul 6 18:46:12 2009 +0200

    Fix uniform scale computation
    
    Parameters from script have linear scale and automatic precision by
    default.

 src/qtbimportancesampling.cpp |   15 +++++++++----
 src/qtbneighborhood.cpp       |   10 +++-----
 src/qtbparameter.h            |    1 +
 src/qtbparametergrid.cpp      |   45 ++++++++++++++++++++++++++++++-----------
 src/qtbparamspacescript.cpp   |   17 ++++++++++++--
 src/qtbpdfcurve.cpp           |   20 ++++++++++++++++++
 src/qtbpdfcurve.h             |    6 ++++-
 7 files changed, 87 insertions(+), 27 deletions(-)

commit 4a81a38a8a539b693e1275d341f2da67a75475e2
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jun 30 04:19:36 2009 +0200

    Fix error in .pro file for Cpp example

 share/Cpp/myplugin.pro |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

commit 8084d15770175e80237b333c7032a32fc11ad014
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jun 22 12:40:18 2009 +0200

    Silently ignore InversionThread
    
    When loading .dinver files for parameters or target, avoid warning for
    unknown tag.

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

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

    Avoid double newLine in option -plugin-list

 src/qtbdinvercore.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

    Version 0.9.0-snapshot-20090617

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

commit cba1ee22ece1e9ee09892d8569ac3e59f7f6ae25
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jun 16 20:11:23 2009 +0200

    Debug of importance sampling

 src/qtbimportancesampling.cpp |   26 ++++++++++--
 src/qtbparameter.h            |    9 ++++
 src/qtbparametergrid.h        |   15 +++++++
 src/qtbpdfcurve.cpp           |   11 +++--
 src/qtbvoronoinavigator.cpp   |   89 ++++++++++++++++++++++++++++++++++++-----
 src/qtbvoronoinavigator.h     |   11 ++++-
 6 files changed, 139 insertions(+), 22 deletions(-)

commit 30337091ceb081430fac1a6f0ce84a4e3dae8ec2
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jun 16 14:30:24 2009 +0200

    New importance sampling (under debug)

 src/qtbabstractforward.cpp    |   12 +---
 src/qtbbatchrun.cpp           |  113 ++++++++++++++++++--------
 src/qtbbatchrun.h             |    8 ++-
 src/qtbimportancesampling.cpp |  159 ++++++++++++++++++++++++++++++++++++
 src/qtbimportancesampling.h   |   60 ++++++++++++++
 src/qtbmodelset.cpp           |  161 +++++++++++++++++++++++++++++++-----
 src/qtbmodelset.h             |   10 ++-
 src/qtbneighborhood.cpp       |  181 ++++++-----------------------------------
 src/qtbneighborhood.h         |    8 +--
 src/qtbparameter.h            |    2 +
 src/qtbparametergrid.h        |   12 +++
 src/qtbpdfcurve.cpp           |   10 +-
 src/qtbpdfcurve.h             |   23 ++++--
 src/qtbscaledmodels.cpp       |   29 +++++++
 src/qtbscaledmodels.h         |    2 +
 src/qtbuniquerandom.h         |   14 +++
 src/qtbvoronoinavigator.cpp   |  136 +++++++++++++++++++++++++++++++
 src/qtbvoronoinavigator.h     |   12 ++-
 18 files changed, 704 insertions(+), 248 deletions(-)

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

    Version 0.9.0-snapshot-20090610

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

commit 6eba95bd6ad102688e32eddc971364cfa84853b3
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 10 16:22:48 2009 +0200

    Add first development to re-integrate importance sampling

 src/qtbneighborhood.cpp |    6 ++++++
 src/qtbneighborhood.h   |    3 ++-
 src/qtbrealspace.h      |    1 +
 3 files changed, 9 insertions(+), 1 deletions(-)

commit 4c34fa0e251d2df57703b1964ed8b2c1749daade
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jun 8 20:51:59 2009 +0200

    Fix bug retoring param and target

 src/qtbbatchrun.cpp        |    7 +++++--
 src/qtbxmldinverheader.cpp |   29 +++++++----------------------
 src/qtbxmldinverheader.h   |    4 +---
 3 files changed, 13 insertions(+), 27 deletions(-)

commit 07c1461974087ab7f29f78fed558725d766f8f8d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jun 8 19:53:00 2009 +0200

    Fix batch run: refer to dinverCore for plugin

 src/qtbbatchrun.cpp |   79 ++------------------------------------------------
 src/qtbbatchrun.h   |    8 -----
 src/qtbdinvercore.h |    1 -
 3 files changed, 4 insertions(+), 84 deletions(-)

commit 2ec1bb84888c1e7ecef6eb00c58907ad3a89a427
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jun 8 19:13:02 2009 +0200

    Using QtbXMLHeader for save/restore of XML
    
    Finish implementation of transparent interface for .dinver, .target and
    .param files.

 src/qtbbatchrun.cpp         |   12 +++++--
 src/qtbdinvercore.cpp       |   64 +-----------------------------------
 src/qtbdinvercore.h         |   12 +------
 src/qtbxmldinver.cpp        |   77 ++++++++++++++++++++++++++++++++++++++++++-
 src/qtbxmldinver.h          |   29 ++++++++--------
 src/qtbxmldinvercontext.cpp |   35 +++++++++++++++++++
 src/qtbxmldinvercontext.h   |   47 ++++++++++++++++++++++++++
 src/qtbxmldinverheader.cpp  |   69 ++++++++++++++++++++++++++++++++++++++
 src/qtbxmldinverheader.h    |   46 +++++++++++++++++++++++++
 9 files changed, 298 insertions(+), 93 deletions(-)

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

    Explicit QtbXMLMember::Unknown

 src/qtbabstractcondition.cpp |    2 +-
 src/qtbdinvercore.cpp        |    2 +-
 src/qtbdinverinterface.cpp   |    2 +-
 src/qtbparameter.cpp         |    2 +-
 src/qtbparamspacescript.cpp  |    2 +-
 src/qtbrealspace.cpp         |    2 +-
 src/qtbxmldinver.h           |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

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

    New context information for XML streams
    
    The import and export targets/parameters functions are automatically
    included in dinver interface. QtbXMLDinver controls what is imported or
    exported during XML streaming

 src/qtbabstractcondition.cpp |    3 +
 src/qtbabstractforward.h     |   10 +-
 src/qtbbatchrun.cpp          |    9 ++-
 src/qtbdinvercore.cpp        |  187 +++++++++++++++++++++++++++++++++++++++++-
 src/qtbdinvercore.h          |   25 +++++-
 src/qtbdinverinterface.cpp   |    3 +
 src/qtbparameter.cpp         |    3 +
 src/qtbparamspacescript.cpp  |    3 +
 src/qtbrealspace.cpp         |    4 +-
 src/qtbsimplecondition.cpp   |    5 +-
 src/qtbxmldinver.cpp         |   35 ++++++++
 src/qtbxmldinver.h           |   50 +++++++++++
 12 files changed, 322 insertions(+), 15 deletions(-)

commit 306bf8d99d0afb6d575fe4f551faaaeed81636bc
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jun 5 18:43:13 2009 +0200

    Split -env to -param and -target
    
    -param and -target also support .dinver files
    Separation of target and param is mandatory in most batch situations

 src/qtbbatchrun.cpp |   16 +++++++++++++---
 src/qtbbatchrun.h   |    3 ++-
 2 files changed, 15 insertions(+), 4 deletions(-)

commit e8f866574215434c9bd03b5d7989c9546c6500b5
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 3 16:56:41 2009 +0200

    Default to log scale for parameters generated by a script

 src/qtbparamspacescript.cpp |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit f5115672b37e4a0c431df5f8f81200b86624cbce
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 3 16:27:42 2009 +0200

    Change commande line interface for plugins
    
    In all cases, load .dinver file for parameters and targets
    Hence, remove the specific options implemented for each plugin: -param, -target

 src/qtbbatchrun.cpp      |   65 ++++++++++++++++++++++++++++++++++++++++++---
 src/qtbbatchrun.h        |   16 ++++++++---
 src/qtbdinverinterface.h |    3 --
 3 files changed, 72 insertions(+), 12 deletions(-)

commit b94a28dce72baff18a2bed28d684947677b175bf
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 3 11:18:49 2009 +0200

    Fix bug if error while creating new inversion run

 src/qtbneighborhood.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit befa7a97785e1fce64799602c80750fd8652571b
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jun 2 09:38:18 2009 +0200

    Fix bug for null or negative range limits
    
    Automatically stick to Linear scale if Log is not possible

 src/qtbparametergrid.cpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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

    Version 0.9.0-snapshot-20090521

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

commit d8865d8dfdb4882cfc08cc572bd66a3d8d237051
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu May 21 21:08:56 2009 +0200

    Add QtbForwardSignal to communication
    
    Bug that might lead to dead lock when waiting for available forward
    threads now fixed by QtbForwardSignal which locks before checking for
    available threads.

 src/qtbabstractforward.cpp |    2 +-
 src/qtbabstractforward.h   |   22 ++++++++------
 src/qtbforwardsignal.cpp   |   35 ++++++++++++++++++++++
 src/qtbforwardsignal.h     |   68 ++++++++++++++++++++++++++++++++++++++++++++
 src/qtbneighborhood.cpp    |   38 +++++++++++++-----------
 src/qtbneighborhood.h      |    4 +-
 6 files changed, 140 insertions(+), 29 deletions(-)

commit f0d108310b0994b99edd865d0ef34a0422de91e0
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu May 21 20:11:36 2009 +0200

    Seed was not set at the right time (before wake())

 src/qtbbatchrun.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1f202c3664b78af9515537f55e791932af563c7f
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu May 21 19:10:29 2009 +0200

    Full implementation of multi-threaded NA generation
    
    Many improvements especially the signals between main thread and
    forward threads.

 src/qtbabstractforward.cpp       |  247 +++++++++++++++++++++++++++-----
 src/qtbabstractforward.h         |   44 +++++--
 src/qtbabstractforwardthread.cpp |   11 +-
 src/qtbabstractforwardthread.h   |    2 +-
 src/qtbactivemodels.cpp          |    7 +
 src/qtbactivemodels.h            |    1 +
 src/qtbbatchrun.cpp              |    2 +-
 src/qtbincreasestorage.h         |    8 +-
 src/qtbmodel.cpp                 |    8 +-
 src/qtbmodelset.cpp              |   54 ++++---
 src/qtbmodelset.h                |   14 +-
 src/qtbneighborhood.cpp          |  290 ++++++++++++++------------------------
 src/qtbneighborhood.h            |   10 +-
 src/qtbneighborhoodgenerator.cpp |   53 -------
 src/qtbneighborhoodgenerator.h   |   45 ------
 src/qtbvoronoinavigator.cpp      |    2 +-
 src/qtbvoronoinavigator.h        |    4 +-
 17 files changed, 416 insertions(+), 386 deletions(-)

commit d627160f399e3732279d2f11bddc223fe2f8969e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu May 21 11:07:40 2009 +0200

    More granularity on time reports
    
    Also preparing to multi-thread NA generator: a multi-thread random
    generator

 src/qtbabstractforward.cpp       |   18 +++++++++---
 src/qtbabstractforward.h         |   16 +++++++----
 src/qtbabstractforwardthread.cpp |    8 ++++-
 src/qtbneighborhood.cpp          |   37 ++++++++++++++++++--------
 src/qtbneighborhood.h            |    7 +++--
 src/qtbneighborhoodgenerator.cpp |   53 ++++++++++++++++++++++++++++++++++++++
 src/qtbneighborhoodgenerator.h   |   45 ++++++++++++++++++++++++++++++++
 src/qtbuniquerandom.cpp          |   34 ++++++++++++++++++++++++
 src/qtbuniquerandom.h            |   51 ++++++++++++++++++++++++++++++++++++
 9 files changed, 242 insertions(+), 27 deletions(-)

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

    New branch 2.1

 admin/version-2.1 |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

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

    Version 0.9.0

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

commit d7b92b42038df4e8275d8b29f9fd66ab9e04ba52
Merge: 20a4dce d31fa3c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed May 20 13:52:45 2009 +0200

    Merge branch 'master' of ssh://marc@geopsy.org/home/git/dinvercore

commit 20a4dce7e1c22c42a88b57a98534eb9cee924a03
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed May 20 13:52:27 2009 +0200

    Fix precision bug in voronoi navigator
    
    CheckAxisDistances() messages refined if distances to models are null.
    Du to conservative rounding errors and imprecise determination of xMin, xMax
    the Voronoi navigator was not returning limits consitant with current point
    in the parameter space (considered outside current cell though passed
    computations proved the contrary).

 src/qtbneighborhood.cpp     |    7 +-
 src/qtbvoronoinavigator.cpp |  135 ++++++++++++++++++++++++++++++++++---------
 2 files changed, 111 insertions(+), 31 deletions(-)

commit d31fa3cfbc71c33da136210f475f3bf49abb5847
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue May 19 14:06:49 2009 +0200

    Add include required without pch

 src/qtbabstractforwardthread.cpp |    2 ++
 src/qtbneighborhood.cpp          |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

commit f4de0bb49edeeb43e00dc37977bb53e8c58cd7f7
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue May 19 13:07:15 2009 +0200

    Add time report for batch run

 src/qtbbatchrun.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 9ba3b2da9da79073d8c29c3a2a92d8224ef7c428
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue May 19 11:51:02 2009 +0200

    Remove 'Grid' prefix
    
    Add convenience function start() to QtbNeighborhood

 src/qtbabstractforward.cpp      |   23 +-
 src/qtbabstractforward.h        |    3 +-
 src/qtbabstractforwardthread.h  |    1 +
 src/qtbbatchrun.cpp             |   24 +-
 src/qtbbatchrun.h               |    2 +-
 src/qtbgridneighborhood.cpp     |  810 -------------------------------------
 src/qtbgridneighborhood.h       |  130 ------
 src/qtbgridvoronoinavigator.cpp |  256 ------------
 src/qtbgridvoronoinavigator.h   |   89 ----
 src/qtbmodelset.cpp             |    2 +-
 src/qtbneighborhood.cpp         |  852 +++++++++++++++++++++++++++++++++++++++
 src/qtbneighborhood.h           |  133 ++++++
 src/qtbvoronoinavigator.cpp     |  256 ++++++++++++
 src/qtbvoronoinavigator.h       |   89 ++++
 14 files changed, 1360 insertions(+), 1310 deletions(-)

commit c1d9f3b6e56d5f1f252b6a949a8637417556e75f
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue May 19 09:38:42 2009 +0200

    Add includes to compile without pch

 src/qtbabstractforward.cpp |    2 ++
 src/qtbincreasestorage.h   |    2 ++
 src/qtbmodelset.h          |    1 +
 3 files changed, 5 insertions(+), 0 deletions(-)

commit 46757f7ec2bd64a70b93a9a990deafe46956eb2d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon May 18 21:37:37 2009 +0200

    Add support for C and Fortran
    
    Fix various bug, most bugs are now removed.
    Dynamic scaling fully implemented and tested.

 share/C/forward.c                   |   86 ++++++++++++++++++++++
 share/C/myplugin.cpp                |   13 +++
 share/C/myplugin.h                  |   46 ++++++++++++
 share/C/myplugin.pro                |   17 ++++
 share/Cpp/forward.cpp               |   61 +++++++++++++++
 share/Cpp/forward.h                 |   13 +++
 share/Cpp/myplugin.cpp              |   44 +++++++++++
 share/Cpp/myplugin.h                |   17 ++++
 share/Cpp/myplugin.pro              |   23 ++++++
 share/Fortran/description.c         |   43 +++++++++++
 share/Fortran/forward.f             |   50 +++++++++++++
 share/Fortran/myplugin.cpp          |   13 +++
 share/Fortran/myplugin.h            |   46 ++++++++++++
 share/Fortran/myplugin.pro          |   19 +++++
 share/Rosenbrock/forward.c          |   77 +++++++++++++++++++
 share/Rosenbrock/rosenbrock.cpp     |   13 +++
 share/Rosenbrock/rosenbrock.h       |   46 ++++++++++++
 share/Rosenbrock/rosenbrock.pro     |   18 +++++
 share/template.cpp/forward.cpp      |   61 ---------------
 share/template.cpp/forward.h        |   13 ---
 share/template.cpp/myplugin.cpp     |   44 -----------
 share/template.cpp/myplugin.h       |   17 ----
 share/template.cpp/template.cpp.pro |   18 -----
 src/qtbdinverc.cpp                  |  134 ++++++++++++++++++++++++++++++++++
 src/qtbdinverc.h                    |   62 ++++++++++++++++
 src/qtbdinverfortran.cpp            |  138 +++++++++++++++++++++++++++++++++++
 src/qtbdinverfortran.h              |   60 +++++++++++++++
 src/qtbgridneighborhood.cpp         |   42 +++++++++--
 src/qtbgridneighborhood.h           |    1 +
 src/qtbgridvoronoinavigator.cpp     |   10 ++-
 src/qtbmodelset.cpp                 |   18 +++++
 src/qtbmodelset.h                   |    1 +
 32 files changed, 1101 insertions(+), 163 deletions(-)

commit 23e8145d5ddd4b022bef2fabcc1c3304927bb770
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon May 18 00:56:32 2009 +0200

    Optimized Discrete Neighborhood
    
    Cache grid to real transformation
    Organization towards a more complete parallelization of NA core
    (generation of valid random models)
    Move QtbInversionThred to dinver

 src/qtbabstractforward.cpp       |   38 ++-
 src/qtbabstractforward.h         |   81 +++-
 src/qtbabstractforwardthread.cpp |   35 +-
 src/qtbabstractforwardthread.h   |    3 +
 src/qtbactivemodel.h             |    8 +-
 src/qtbactivemodels.cpp          |   17 +-
 src/qtbactivemodels.h            |   37 +-
 src/qtbbatchrun.cpp              |    5 +-
 src/qtbbestmodels.cpp            |    7 +-
 src/qtbbestmodels.h              |    2 +
 src/qtbdinvercore.cpp            |   68 +--
 src/qtbdinvercore.h              |   17 +-
 src/qtbdinverinterface.h         |    6 +-
 src/qtbgridneighborhood.cpp      |  186 +++++--
 src/qtbgridneighborhood.h        |   19 +-
 src/qtbgridvoronoinavigator.cpp  |  133 ++---
 src/qtbgridvoronoinavigator.h    |   31 +-
 src/qtbincreasestorage.h         |   11 +
 src/qtbinversionthread.cpp       | 1222 --------------------------------------
 src/qtbinversionthread.h         |  254 --------
 src/qtbmodel.cpp                 |   22 +-
 src/qtbmodel.h                   |   37 +-
 src/qtbmodelset.cpp              |   32 +-
 src/qtbmodelset.h                |    9 +-
 src/qtbmodelthreadinfo.cpp       |   35 --
 src/qtbmodelthreadinfo.h         |   62 --
 src/qtbparameter.cpp             |  136 +----
 src/qtbparameter.h               |  105 +---
 src/qtbparametergrid.cpp         |  155 +++++
 src/qtbparametergrid.h           |   96 +++
 src/qtbrealspace.cpp             |    8 +-
 src/qtbscaledmodels.cpp          |   80 +++
 src/qtbscaledmodels.h            |   52 ++
 src/qtbsimplecondition.cpp       |   24 +-
 34 files changed, 947 insertions(+), 2086 deletions(-)

commit ff80c841cdd8660d3a1f71e8189b859cf74afd49
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed May 13 23:18:20 2009 +0200

    New Discrete Neighborhood Algorithm
    
    First working snapshot with still known bugs and incomplete features:
    - dynamic scale
    - removeDeadModels
    - clear models

 admin/info                          |    2 +-
 share/template.cpp/forward.cpp      |   61 +++
 share/template.cpp/forward.h        |   13 +
 share/template.cpp/myplugin.cpp     |   44 ++
 share/template.cpp/myplugin.h       |   17 +
 share/template.cpp/template.cpp.pro |   18 +
 src/qtbabstractcondition.cpp        |   12 +-
 src/qtbabstractcondition.h          |    4 +-
 src/qtbabstractforward.cpp          |  199 ++++++++
 src/qtbabstractforward.h            |  174 +++++++
 src/qtbabstractforwardthread.cpp    |   89 ++++
 src/qtbabstractforwardthread.h      |   51 +++
 src/qtbactivemodel.cpp              |   35 ++
 src/qtbactivemodel.h                |  114 +++++
 src/qtbactivemodels.cpp             |   57 +++
 src/qtbactivemodels.h               |   57 +++
 src/qtbbatchrun.cpp                 |  166 +++----
 src/qtbbatchrun.h                   |   14 +-
 src/qtbbestmodels.cpp               |  224 +++++++++
 src/qtbbestmodels.h                 |   71 +++
 src/qtbdinvercore.h                 |    1 +
 src/qtbdinverinterface.cpp          |    2 +
 src/qtbdinverinterface.h            |    8 +-
 src/qtbgradientinversion.cpp        |   52 ---
 src/qtbgradientinversion.h          |   39 --
 src/qtbgridneighborhood.cpp         |  698 +++++++++++++++++++++++++++++
 src/qtbgridneighborhood.h           |  122 +++++
 src/qtbgridvoronoinavigator.cpp     |  273 +++++++++++
 src/qtbgridvoronoinavigator.h       |   90 ++++
 src/qtbincreasestorage.cpp          |   35 ++
 src/qtbincreasestorage.h            |   89 ++++
 src/qtbinversionthread.cpp          |  503 +++++++++++++++++++++
 src/qtbinversionthread.h            |  119 +++++-
 src/qtbmodel.cpp                    |   62 +++
 src/qtbmodel.h                      |   72 +++
 src/qtbmodelset.cpp                 |  100 ++++
 src/qtbmodelset.h                   |   66 +++
 src/qtbmodelthreadinfo.cpp          |    8 +
 src/qtbmodelthreadinfo.h            |   30 +-
 src/qtbnamodelinfo.cpp              |   35 --
 src/qtbnamodelinfo.h                |   89 ----
 src/qtbnamodels.cpp                 |  844 -----------------------------------
 src/qtbnamodels.h                   |  147 ------
 src/qtbparameter.cpp                |  196 +++++----
 src/qtbparameter.h                  |  117 ++++--
 src/qtbparamspacescript.cpp         |    6 +-
 src/qtbparamspacescript.h           |   12 +-
 src/qtbrealspace.cpp                |  267 +++++++++++
 src/qtbrealspace.h                  |   98 ++++
 src/qtbreportwriter.cpp             |   37 ++-
 src/qtbreportwriter.h               |    5 +-
 src/qtbsimplecondition.h            |    2 +-
 src/qtbtriangularspace.cpp          |  421 -----------------
 src/qtbtriangularspace.h            |  110 -----
 src/qtbvoronoinavigator.cpp         |  529 ----------------------
 src/qtbvoronoinavigator.h           |   97 ----
 56 files changed, 4173 insertions(+), 2630 deletions(-)

commit b58a1522adafca78d625990b39424e55c763ea78
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Apr 22 16:18:52 2009 +0200

    Remove build key

 src/qtbdinverinterface.cpp |   31 +++++++------------------------
 src/qtbdinverinterface.h   |    5 +++--
 2 files changed, 10 insertions(+), 26 deletions(-)

commit b58935658a86e947769c01e030ccbcc7876f88a3
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Apr 21 23:30:44 2009 +0200

    Fix recursive error with setPath()

 src/qtbtemporarydirectory.cpp |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit c89479f3edf3e7e04ee4e3cc080d663d60b162fd
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Apr 21 23:18:47 2009 +0200

    Integrate temporary directory in core
    
    Temporary directory (~/.dinvertemp) is now based on application pid. For batch runs, it is an handy mean to check if the inversion finished.

 src/dinvercoredllexport.h     |    5 +-
 src/qtbabstractcondition.cpp  |    5 +-
 src/qtbabstractcondition.h    |    5 +-
 src/qtbbatchrun.cpp           |    5 +-
 src/qtbbatchrun.h             |    3 +
 src/qtbdinvercore.cpp         |    1 -
 src/qtbdinvercore.h           |    5 +-
 src/qtbdinverinterface.cpp    |    5 +-
 src/qtbdinverinterface.h      |    5 +-
 src/qtbgradientinversion.cpp  |    5 +-
 src/qtbgradientinversion.h    |    5 +-
 src/qtbinversionthread.cpp    |    5 +-
 src/qtbinversionthread.h      |    5 +-
 src/qtbmodelthreadinfo.cpp    |    5 +-
 src/qtbmodelthreadinfo.h      |    5 +-
 src/qtbnamodelinfo.cpp        |    5 +-
 src/qtbnamodelinfo.h          |    5 +-
 src/qtbnamodels.cpp           |    5 +-
 src/qtbnamodels.h             |    5 +-
 src/qtbparamcondition.cpp     |    5 +-
 src/qtbparamcondition.h       |    5 +-
 src/qtbparameter.cpp          |    5 +-
 src/qtbparameter.h            |    5 +-
 src/qtbparamspacescript.cpp   |    5 +-
 src/qtbparamspacescript.h     |    5 +-
 src/qtbpdfcurve.cpp           |    5 +-
 src/qtbpdfcurve.h             |    5 +-
 src/qtbreportreader.cpp       |    5 +-
 src/qtbreportreader.h         |    5 +-
 src/qtbreportwriter.cpp       |    5 +-
 src/qtbreportwriter.h         |    5 +-
 src/qtbsimplecondition.cpp    |    5 +-
 src/qtbsimplecondition.h      |    5 +-
 src/qtbtemporarydirectory.cpp |  151 +++++++++++++++++++++++++++++++++++++++++
 src/qtbtemporarydirectory.h   |   52 ++++++++++++++
 src/qtbtriangularspace.cpp    |    5 +-
 src/qtbtriangularspace.h      |    5 +-
 src/qtbvoronoinavigator.cpp   |    5 +-
 src/qtbvoronoinavigator.h     |    5 +-
 39 files changed, 346 insertions(+), 36 deletions(-)

commit e2859be739b7aaa985737913f096b17b6c1a9d3d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Mar 25 10:25:31 2009 +0100

    New navigator hit counting to kill inactive cells
    
    Experimental function to speedup inversion that require lot of
    iterations

 src/qtbgradientinversion.cpp |   49 ++++++++++++++++++++++++
 src/qtbgradientinversion.h   |   36 +++++++++++++++++
 src/qtbnamodelinfo.cpp       |   32 +++++++++++++++
 src/qtbnamodelinfo.h         |   86 ++++++++++++++++++++++++++++++++++++++++++
 src/qtbnamodels.cpp          |   85 +++++++++++++++++++++++++++--------------
 src/qtbnamodels.h            |   12 +++---
 src/qtbtriangularspace.cpp   |    6 +-
 src/qtbvoronoinavigator.cpp  |   37 +++++++++++-------
 src/qtbvoronoinavigator.h    |    5 +-
 9 files changed, 294 insertions(+), 54 deletions(-)

commit 03959f14ca3175f14b9f3d8feda7bc50fb867299
Merge: 35325f0 0727cda
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Mar 7 23:40:10 2009 +0100

    Merge branch 'sesarray-2.0'
    
    Conflicts:

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

    Set a first DESCRIPTION and CATEGORY

 admin/info |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit e2d9210914125c777f805c3b2656a7003df63c57
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 23:50:23 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 35325f02152e86a6077ea2e085f927f05e4a1581
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 23:43:37 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 55ca441afffc3ca3b35001758d85ea1f52f3a3b9
Merge: de425c2 05a2035
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 18:12:27 2009 +0100

    Merge branch 'sesarray-2.0'
    
    Conflicts:
    	admin/makepro
    	admin/version

commit 05a2035f92bb59f7580a61dccc66a23a48121f29
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 17:58:19 2009 +0100

    Fix license header (homogeneous with 2.1)

 src/dinvercoredllexport.h    |    2 +-
 src/qtbabstractcondition.cpp |    2 +-
 src/qtbabstractcondition.h   |    2 +-
 src/qtbbatchrun.cpp          |    2 +-
 src/qtbbatchrun.h            |    2 +-
 src/qtbdinvercore.cpp        |    2 +-
 src/qtbdinvercore.h          |    2 +-
 src/qtbdinverinterface.cpp   |    2 +-
 src/qtbdinverinterface.h     |    2 +-
 src/qtbinversionthread.cpp   |    2 +-
 src/qtbinversionthread.h     |    2 +-
 src/qtbmodelthreadinfo.cpp   |    2 +-
 src/qtbmodelthreadinfo.h     |    2 +-
 src/qtbnamodels.cpp          |    2 +-
 src/qtbnamodels.h            |    2 +-
 src/qtbparamcondition.cpp    |    2 +-
 src/qtbparamcondition.h      |    2 +-
 src/qtbparameter.cpp         |    2 +-
 src/qtbparameter.h           |    2 +-
 src/qtbparamspacescript.cpp  |    2 +-
 src/qtbparamspacescript.h    |    2 +-
 src/qtbpdfcurve.cpp          |    2 +-
 src/qtbpdfcurve.h            |    2 +-
 src/qtbreportreader.cpp      |    2 +-
 src/qtbreportreader.h        |    2 +-
 src/qtbreportwriter.cpp      |    2 +-
 src/qtbreportwriter.h        |    2 +-
 src/qtbsimplecondition.cpp   |    2 +-
 src/qtbsimplecondition.h     |    2 +-
 src/qtbtriangularspace.cpp   |    2 +-
 src/qtbtriangularspace.h     |    2 +-
 src/qtbvoronoinavigator.cpp  |    2 +-
 src/qtbvoronoinavigator.h    |    2 +-
 33 files changed, 33 insertions(+), 33 deletions(-)

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

    Remove MAKE_*_DLL, add description

 admin/info |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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

    MAKE_*_DLL directly handled by dpconfigure

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

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

    Remove CONTACT, BUG_MAIL, BUG_TRACKER

 admin/info |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

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

    Lincense header in all source files

 src/dinvercoredllexport.h    |   24 +++++++++++++++++++-----
 src/qtbabstractcondition.cpp |   24 +++++++++++++++++++-----
 src/qtbabstractcondition.h   |   24 +++++++++++++++++++-----
 src/qtbbatchrun.cpp          |   24 +++++++++++++++++++-----
 src/qtbbatchrun.h            |   24 +++++++++++++++++++-----
 src/qtbdinvercore.cpp        |   24 +++++++++++++++++++-----
 src/qtbdinvercore.h          |   24 +++++++++++++++++++-----
 src/qtbdinverinterface.cpp   |   24 +++++++++++++++++++-----
 src/qtbdinverinterface.h     |   24 +++++++++++++++++++-----
 src/qtbinversionthread.cpp   |   24 +++++++++++++++++++-----
 src/qtbinversionthread.h     |   24 +++++++++++++++++++-----
 src/qtbmodelthreadinfo.cpp   |   24 +++++++++++++++++++-----
 src/qtbmodelthreadinfo.h     |   24 +++++++++++++++++++-----
 src/qtbnamodels.cpp          |   24 +++++++++++++++++++-----
 src/qtbnamodels.h            |   24 +++++++++++++++++++-----
 src/qtbparamcondition.cpp    |   24 +++++++++++++++++++-----
 src/qtbparamcondition.h      |   24 +++++++++++++++++++-----
 src/qtbparameter.cpp         |   24 +++++++++++++++++++-----
 src/qtbparameter.h           |   24 +++++++++++++++++++-----
 src/qtbparamspacescript.cpp  |   24 +++++++++++++++++++-----
 src/qtbparamspacescript.h    |   24 +++++++++++++++++++-----
 src/qtbpdfcurve.cpp          |   24 +++++++++++++++++++-----
 src/qtbpdfcurve.h            |   24 +++++++++++++++++++-----
 src/qtbreportreader.cpp      |   24 +++++++++++++++++++-----
 src/qtbreportreader.h        |   24 +++++++++++++++++++-----
 src/qtbreportwriter.cpp      |   24 +++++++++++++++++++-----
 src/qtbreportwriter.h        |   24 +++++++++++++++++++-----
 src/qtbsimplecondition.cpp   |   24 +++++++++++++++++++-----
 src/qtbsimplecondition.h     |   24 +++++++++++++++++++-----
 src/qtbtriangularspace.cpp   |   24 +++++++++++++++++++-----
 src/qtbtriangularspace.h     |   24 +++++++++++++++++++-----
 src/qtbvoronoinavigator.cpp  |   24 +++++++++++++++++++-----
 src/qtbvoronoinavigator.h    |   24 +++++++++++++++++++-----
 33 files changed, 627 insertions(+), 165 deletions(-)

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

    Version 0.8.2

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

commit 43ce41f2ede8048c450307a8447265277f1a0205
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 15 18:07:15 2009 +0100

    Move src/images to images

 admin/makepro |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 211469fbe0f5ce6172461ee9795ed5a73e94b114
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 15 16:02:27 2009 +0100

    Support for resume through command line

 src/qtbbatchrun.cpp |   28 +++++++++++++++-------------
 src/qtbbatchrun.h   |    2 +-
 2 files changed, 16 insertions(+), 14 deletions(-)

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

    New license header

 src/dinvercoredllexport.h    |    8 ++++----
 src/qtbabstractcondition.cpp |    8 ++++----
 src/qtbabstractcondition.h   |    8 ++++----
 src/qtbbatchrun.cpp          |    8 ++++----
 src/qtbbatchrun.h            |    8 ++++----
 src/qtbdinvercore.cpp        |    8 ++++----
 src/qtbdinvercore.h          |    8 ++++----
 src/qtbdinverinterface.cpp   |    8 ++++----
 src/qtbdinverinterface.h     |    8 ++++----
 src/qtbinversionthread.cpp   |    8 ++++----
 src/qtbinversionthread.h     |    8 ++++----
 src/qtbmodelthreadinfo.cpp   |    8 ++++----
 src/qtbmodelthreadinfo.h     |    8 ++++----
 src/qtbnamodels.cpp          |    8 ++++----
 src/qtbnamodels.h            |    8 ++++----
 src/qtbparamcondition.cpp    |    8 ++++----
 src/qtbparamcondition.h      |    8 ++++----
 src/qtbparameter.cpp         |    8 ++++----
 src/qtbparameter.h           |    8 ++++----
 src/qtbparamspacescript.cpp  |    8 ++++----
 src/qtbparamspacescript.h    |    8 ++++----
 src/qtbpdfcurve.cpp          |    8 ++++----
 src/qtbpdfcurve.h            |    8 ++++----
 src/qtbreportreader.cpp      |    8 ++++----
 src/qtbreportreader.h        |    8 ++++----
 src/qtbreportwriter.cpp      |    8 ++++----
 src/qtbreportwriter.h        |    8 ++++----
 src/qtbsimplecondition.cpp   |    8 ++++----
 src/qtbsimplecondition.h     |    8 ++++----
 src/qtbtriangularspace.cpp   |    8 ++++----
 src/qtbtriangularspace.h     |    8 ++++----
 src/qtbvoronoinavigator.cpp  |    8 ++++----
 src/qtbvoronoinavigator.h    |    8 ++++----
 33 files changed, 132 insertions(+), 132 deletions(-)

commit a97d5cacc7ae09b513c03181b9a23570cd207181
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 4 19:21:12 2009 +0100

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

 src/dinvercoredllexport.h    |   16 +++++++++++++++-
 src/qtbabstractcondition.cpp |   16 +++++++++++++++-
 src/qtbabstractcondition.h   |   16 +++++++++++++++-
 src/qtbbatchrun.cpp          |   16 +++++++++++++++-
 src/qtbbatchrun.h            |   16 +++++++++++++++-
 src/qtbdinvercore.cpp        |   16 +++++++++++++++-
 src/qtbdinvercore.h          |   16 +++++++++++++++-
 src/qtbdinverinterface.cpp   |   16 +++++++++++++++-
 src/qtbdinverinterface.h     |   16 +++++++++++++++-
 src/qtbinversionthread.cpp   |   16 +++++++++++++++-
 src/qtbinversionthread.h     |   16 +++++++++++++++-
 src/qtbmodelthreadinfo.cpp   |   16 +++++++++++++++-
 src/qtbmodelthreadinfo.h     |   16 +++++++++++++++-
 src/qtbnamodels.cpp          |   16 +++++++++++++++-
 src/qtbnamodels.h            |   16 +++++++++++++++-
 src/qtbparamcondition.cpp    |   16 +++++++++++++++-
 src/qtbparamcondition.h      |   16 +++++++++++++++-
 src/qtbparameter.cpp         |   16 +++++++++++++++-
 src/qtbparameter.h           |   16 +++++++++++++++-
 src/qtbparamspacescript.cpp  |   16 +++++++++++++++-
 src/qtbparamspacescript.h    |   16 +++++++++++++++-
 src/qtbpdfcurve.cpp          |   16 +++++++++++++++-
 src/qtbpdfcurve.h            |   16 +++++++++++++++-
 src/qtbreportreader.cpp      |   16 +++++++++++++++-
 src/qtbreportreader.h        |   16 +++++++++++++++-
 src/qtbreportwriter.cpp      |   16 +++++++++++++++-
 src/qtbreportwriter.h        |   16 +++++++++++++++-
 src/qtbsimplecondition.cpp   |   16 +++++++++++++++-
 src/qtbsimplecondition.h     |   16 +++++++++++++++-
 src/qtbtriangularspace.cpp   |   16 +++++++++++++++-
 src/qtbtriangularspace.h     |   16 +++++++++++++++-
 src/qtbvoronoinavigator.cpp  |   16 +++++++++++++++-
 src/qtbvoronoinavigator.h    |   16 +++++++++++++++-
 33 files changed, 495 insertions(+), 33 deletions(-)

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

    Clean info file

 admin/info |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 68ad74c8bb83675aae5472a9bf907df6e2c380b4
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Jan 31 00:26:20 2009 +0100

    Remove dependency to QtGui
    
    Avoid warnings for unsafe casting in QtbNAModels

 admin/makepro       |    4 ++++
 src/qtbnamodels.cpp |   18 +++++++++---------
 src/qtbnamodels.h   |    2 +-
 3 files changed, 14 insertions(+), 10 deletions(-)

commit 174d5613f1f046124e61dcedea4012c9441133a9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 16 02:05:11 2009 +0100

    Batch mode accepts a seed option and fix for import
    
    Seed option added for debug purposes
    Can import both report generated with variable parameters only or
    complete set of parameters.

 src/qtbbatchrun.cpp        |    3 ++-
 src/qtbbatchrun.h          |    2 +-
 src/qtbinversionthread.cpp |   17 ++++++++++++++++-
 3 files changed, 19 insertions(+), 3 deletions(-)

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

    Moved to new configure directly based on qmake

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

commit acd7374357d7f5225c6723df37315aadf1356f96
Author: marc <marc>
Date:   Tue Jan 13 13:09:28 2009 +0000

    Version 0.9.0-snapshot-20090113

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

commit 7a1e39a775ccd724c094845458b785a6953381dd
Author: marc <marc>
Date:   Mon Jan 12 18:36:47 2009 +0000

    Fix import of models, now that report includes all parameters (fixed one as well)

 src/qtbinversionthread.cpp |   33 ++++++++++++++++++++++-----------
 src/qtbparameter.cpp       |   20 ++++++++++++++++++++
 src/qtbparameter.h         |    2 +-
 3 files changed, 43 insertions(+), 12 deletions(-)

commit 1bcafa03729b297b0fb70a8299da8e430ccc272a
Author: marc <marc>
Date:   Mon Dec 8 13:46:36 2008 +0000

    Version 0.9.0-snapshot-20081208

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

commit e2eea152b7392c88d67b996d4315f4752c8fc916
Author: marc <marc>
Date:   Sun Dec 7 17:52:52 2008 +0000

    Unify SHAREDLIBS and STATICLIBS into LIBS (info)

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

commit a4f51cae27fa05a61f4630422d71d643ba75c736
Author: marc <marc>
Date:   Sun Dec 7 14:12:59 2008 +0000

    Not significative changes

 src/qtbparamspacescript.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a072d6b5f076b690bb87237a24efd17dcd0bc493
Author: marc <marc>
Date:   Sat Dec 6 11:18:21 2008 +0000

    Version 0.9.0-snapshot-20081206

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

commit c7eb6b37dd2670066ac16c6859ad1b889ee967d2
Author: marc <marc>
Date:   Fri Dec 5 22:31:06 2008 +0000

    Version 0.9.0-snapshot-20081205

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

commit 2e68262b78fe711b4cf2c62e0cc412ce9da9b4f9
Author: marc <marc>
Date:   Thu Dec 4 17:05:58 2008 +0000

    Version 0.9.0-snapshot-20081204

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

commit df2ef94b16ac66783f3fd913f79b2d3ad1b98931
Author: marc <marc>
Date:   Thu Dec 4 16:39:44 2008 +0000

    Not significative changes

 src/qtbtriangularspace.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 05f7a72d69b84e128afc59395e9a1f9e7568bb6a
Author: marc <marc>
Date:   Mon Dec 1 15:32:12 2008 +0000

    Version 0.9.0-snapshot-20081201

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

commit 8222f108926408753b49f5d03bf808634a82c815
Author: marc <marc>
Date:   Fri Nov 28 16:20:26 2008 +0000

    Version 0.9.0-snapshot-20081128

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

commit 724e3db82150eeaff2a3b90c9698e0a0ba426005
Author: marc <marc>
Date:   Fri Nov 28 15:29:20 2008 +0000

    Export all parameters rather than just variable ones in reports

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

commit 65e61fd33c6af5b958bd2fb453a6048878e69a49
Author: marc <marc>
Date:   Tue Nov 25 13:52:33 2008 +0000

    Version 0.9.0-snapshot-20081125

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

commit 301594a3632f69b7c7305c5878924c1232448dd4
Author: marc <marc>
Date:   Mon Nov 10 11:46:57 2008 +0000

    New XML attribute interface

 src/qtbabstractcondition.cpp |    4 ++--
 src/qtbdinverinterface.cpp   |    2 +-
 src/qtbinversionthread.cpp   |    4 ++--
 src/qtbparameter.cpp         |    4 ++--
 src/qtbparamspacescript.cpp  |    4 ++--
 src/qtbsimplecondition.cpp   |    4 ++--
 src/qtbtriangularspace.cpp   |    2 +-
 7 files changed, 12 insertions(+), 12 deletions(-)

commit 5d6fd83ef2237e49f1e9020a4d0a34d57f86388b
Author: marc <marc>
Date:   Thu Oct 30 19:08:35 2008 +0000

    When first model is difficult or impossible to find, regular diagnostic about condition is outut to log to help correction of parameters.

 src/qtbparameter.cpp       |   15 +++++++++++++++
 src/qtbparameter.h         |    7 ++++---
 src/qtbtriangularspace.cpp |   28 ++++++++++++++++++++++------
 src/qtbtriangularspace.h   |    5 +++--
 4 files changed, 44 insertions(+), 11 deletions(-)

commit dec622542b104b8cd7ff49744dbb191ab44a6556
Author: marc <marc>
Date:   Wed Oct 29 17:37:54 2008 +0000

    Version 0.9.0-snapshot-20081029

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

commit aa0b670472eda7af430597f94349411a789aaeef
Author: marc <marc>
Date:   Tue Oct 28 18:08:44 2008 +0000

    Version 0.9.0-snapshot-20081028

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

commit 51f4a9ff2a974f0c8fe67053f6b2ba42d62ce0cc
Author: marc <marc>
Date:   Mon Oct 27 19:26:37 2008 +0000

    Not significative changes

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

commit f877c0914e721321146900dc98bfd3590cf203a1
Author: marc <marc>
Date:   Thu Oct 23 13:47:05 2008 +0000

    Remove LICENSE.GPL and INSTALL from cvs

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

commit 3c4be3ba5a94da38a7244a40e2f72e299c338df5
Author: marc <marc>
Date:   Thu Oct 23 12:17:48 2008 +0000

    Version 0.8.2

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

commit 8070ff4ceca2e9a6b9cc3d44e14f7fbcfcc092be
Author: marc <marc>
Date:   Tue Oct 21 18:57:50 2008 +0000

    Not significative changes

 src/qtbbatchrun.cpp        |    6 +-----
 src/qtbinversionthread.cpp |   12 ++----------
 2 files changed, 3 insertions(+), 15 deletions(-)

commit 78e74bd59d0301246ccbf726443fa02412ebe4ba
Author: marc <marc>
Date:   Tue Oct 21 18:53:31 2008 +0000

    Not significative changes

 src/qtbbatchrun.cpp        |    6 +-----
 src/qtbinversionthread.cpp |   12 ++----------
 2 files changed, 3 insertions(+), 15 deletions(-)

commit 01f5b7d7eed0eb6156b91b74b32bbf25b0626f19
Author: marc <marc>
Date:   Thu Oct 16 08:51:29 2008 +0000

    New interface for QtbExpressionContext requires a list of functions

 src/qtbparamspacescript.cpp |    9 +++++++++
 src/qtbparamspacescript.h   |    1 +
 2 files changed, 10 insertions(+), 0 deletions(-)

commit e055fce7340a41f7614d909b18e52497bcb87d8f
Author: marc <marc>
Date:   Tue Oct 7 14:33:17 2008 +0000

    Version 0.9.0-snapshot-20081007

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

commit 713ad805ed91f53881f0e76bd639e7f03c5b9ef2
Author: marc <marc>
Date:   Thu Oct 2 18:43:59 2008 +0000

    Version 0.9.0-snapshot-20081002

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

commit 5c95ac0019a6de72bdc0399b16ac949498228861
Author: marc <marc>
Date:   Sat Sep 27 07:02:27 2008 +0000

    Use QFile instead of FILE

 src/qtbinversionthread.cpp |   35 ++++++++++++++++++++---------------
 1 files changed, 20 insertions(+), 15 deletions(-)

commit 7a9b8c6f2478b3d234bca9b90a7adcc3c95a3f52
Author: marc <marc>
Date:   Fri Aug 8 10:05:47 2008 +0000

    New versioning system

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

commit 7cbbb52017d833d05631720ca8cd893036a919d9
Author: marc <marc>
Date:   Fri Aug 8 10:03:19 2008 +0000

    New versioning system

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

commit 03ef9bc5c61cb268140bf96c3276aaa6bcc33d30
Author: marc <marc>
Date:   Thu Aug 7 10:46:19 2008 +0000

    Blank release names

 src/dinvercoreversion.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 490c2622e03f2a81c0cf9c64f18300012c80eaf0
Author: marc <marc>
Date:   Mon Aug 4 20:30:41 2008 +0000

    Merge with branch sesarray-2_0

 src/dinvercoreversion.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 15a98277e91e07b5b55faf8848cc9115744f9533
Author: marc <marc>
Date:   Mon Aug 4 09:56:12 2008 +0000

    Remove edit parameter range

 src/qtbabstractcondition.cpp |    2 +-
 src/qtbdinverinterface.cpp   |   24 ++++++++++++------------
 src/qtbdinverinterface.h     |    3 ++-
 src/qtbinversionthread.cpp   |    8 ++++----
 src/qtbparameter.cpp         |    4 ++--
 src/qtbparamspacescript.cpp  |    2 +-
 6 files changed, 22 insertions(+), 21 deletions(-)

commit f67426b99584e8a8d8ee1f4de3f9874719337c01
Author: marc <marc>
Date:   Fri Jul 4 15:00:30 2008 +0000

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

 admin/info                   |    2 +-
 src/dinvercoredllexport.h    |    4 +---
 src/dinvercoreversion.h      |    4 ++--
 src/qtbabstractcondition.cpp |    4 +---
 src/qtbabstractcondition.h   |    4 +---
 src/qtbbatchrun.cpp          |    4 +---
 src/qtbbatchrun.h            |    4 +---
 src/qtbdinvercore.cpp        |    4 +---
 src/qtbdinvercore.h          |    4 +---
 src/qtbdinverinterface.cpp   |    4 +---
 src/qtbdinverinterface.h     |    4 +---
 src/qtbinversionthread.cpp   |    4 +---
 src/qtbinversionthread.h     |    4 +---
 src/qtbmodelthreadinfo.cpp   |    4 +---
 src/qtbmodelthreadinfo.h     |    4 +---
 src/qtbnamodels.cpp          |    4 +---
 src/qtbnamodels.h            |    4 +---
 src/qtbparamcondition.cpp    |    4 +---
 src/qtbparamcondition.h      |    4 +---
 src/qtbparameter.cpp         |    4 +---
 src/qtbparameter.h           |    4 +---
 src/qtbparamspacescript.cpp  |    4 +---
 src/qtbparamspacescript.h    |    4 +---
 src/qtbpdfcurve.cpp          |    4 +---
 src/qtbpdfcurve.h            |    4 +---
 src/qtbreportreader.cpp      |    4 +---
 src/qtbreportreader.h        |    4 +---
 src/qtbreportwriter.cpp      |    4 +---
 src/qtbreportwriter.h        |    4 +---
 src/qtbsimplecondition.cpp   |    4 +---
 src/qtbsimplecondition.h     |    4 +---
 src/qtbtriangularspace.cpp   |    4 +---
 src/qtbtriangularspace.h     |    4 +---
 src/qtbvoronoinavigator.cpp  |    4 +---
 src/qtbvoronoinavigator.h    |    4 +---
 35 files changed, 36 insertions(+), 102 deletions(-)

commit 9e0ee5ea76f48e15368494ab3278110574e7e80c
Author: marc <marc>
Date:   Fri Jul 4 14:58:56 2008 +0000

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

 src/dinvercoredllexport.h    |    4 +---
 src/qtbabstractcondition.cpp |    4 +---
 src/qtbabstractcondition.h   |    4 +---
 src/qtbbatchrun.cpp          |    4 +---
 src/qtbbatchrun.h            |    4 +---
 src/qtbdinvercore.cpp        |    4 +---
 src/qtbdinvercore.h          |    4 +---
 src/qtbdinverinterface.cpp   |    4 +---
 src/qtbdinverinterface.h     |    4 +---
 src/qtbinversionthread.cpp   |    4 +---
 src/qtbinversionthread.h     |    4 +---
 src/qtbmodelthreadinfo.cpp   |    4 +---
 src/qtbmodelthreadinfo.h     |    4 +---
 src/qtbnamodels.cpp          |    4 +---
 src/qtbnamodels.h            |    4 +---
 src/qtbparamcondition.cpp    |    4 +---
 src/qtbparamcondition.h      |    4 +---
 src/qtbparameter.cpp         |    4 +---
 src/qtbparameter.h           |    4 +---
 src/qtbparamspacescript.cpp  |    4 +---
 src/qtbparamspacescript.h    |    4 +---
 src/qtbpdfcurve.cpp          |    4 +---
 src/qtbpdfcurve.h            |    4 +---
 src/qtbreportreader.cpp      |    4 +---
 src/qtbreportreader.h        |    4 +---
 src/qtbreportwriter.cpp      |    4 +---
 src/qtbreportwriter.h        |    4 +---
 src/qtbsimplecondition.cpp   |    4 +---
 src/qtbsimplecondition.h     |    4 +---
 src/qtbtriangularspace.cpp   |    4 +---
 src/qtbtriangularspace.h     |    4 +---
 src/qtbvoronoinavigator.cpp  |    4 +---
 src/qtbvoronoinavigator.h    |    4 +---
 33 files changed, 33 insertions(+), 99 deletions(-)

commit a74ce15e266d56ee44ace93120703c9afc390536
Author: marc <marc>
Date:   Mon Jun 30 14:39:25 2008 +0000

    Version 0.8.1

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

commit f357f6f185f2f545c634c5e34d26195bd1bf5894
Author: marc <marc>
Date:   Tue Jun 24 17:31:49 2008 +0000

    Fix parameter name of  function lowerMisfitContour() in class definition, required by gcc 4.3. No influence over the binary interface.

 src/qtbvoronoinavigator.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f000386af25db71eb718fac4b52553adb0ef6640
Author: marc <marc>
Date:   Tue Jun 17 18:24:09 2008 +0000

    Typing error in function definition: generate error only for gcc 4.3 and above

 src/qtbvoronoinavigator.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit abbab93d4eec3297d294c17354dc8fe894b44b4f
Author: marc <marc>
Date:   Mon Jun 16 14:27:18 2008 +0000

    Version 0.8.0

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

commit d0ed52b7e9716a51ccaa8312807a07601a8a16d3
Author: marc <marc>
Date:   Mon Jun 16 14:12:45 2008 +0000

    Debug of batch interface.
    Bug fixed for init of parameter scales

 src/qtbbatchrun.cpp        |   59 +++++++++++++++++++++++++++++++++++++------
 src/qtbbatchrun.h          |    4 +-
 src/qtbinversionthread.cpp |    6 ++--
 src/qtbnamodels.cpp        |    5 ++-
 src/qtbparameter.cpp       |   26 ++++++++++++-------
 src/qtbparameter.h         |    6 ++--
 6 files changed, 77 insertions(+), 29 deletions(-)

commit faf8af9a28d5d35a541c6690afbf786019807fa0
Author: marc <marc>
Date:   Fri Jun 13 17:07:38 2008 +0000

    Interface to start plugin inversion from command line

 src/qtbbatchrun.cpp        |  131 ++++++++++++++++++++++++++++++++++++++++++++
 src/qtbbatchrun.h          |   47 ++++++++++++++++
 src/qtbdinverinterface.cpp |    7 +--
 src/qtbdinverinterface.h   |    7 ++-
 src/qtbparamspacescript.h  |    5 +-
 5 files changed, 188 insertions(+), 9 deletions(-)

commit 3cb51a6bca0222abc14fee502cfe9cdbf1d280a9
Author: marc <marc>
Date:   Tue Jun 3 17:21:29 2008 +0000

    dinverCore no longer create temporary directory to save reports (moved to dinvergui)

 src/qtbdinvercore.cpp      |   50 +-------------------------------------------
 src/qtbdinvercore.h        |    9 +------
 src/qtbinversionthread.cpp |   20 +++++++++++++++-
 src/qtbinversionthread.h   |    3 +-
 4 files changed, 23 insertions(+), 59 deletions(-)

commit fe6586092c887acf69ca460b1818a033ab419f01
Author: marc <marc>
Date:   Fri May 30 00:04:43 2008 +0000

    Version 0.7.1

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

commit 35a573bf53d26e2371cbbbfca2cc601776465d94
Author: marc <marc>
Date:   Fri May 30 00:02:36 2008 +0000

    Not significative changes

 src/qtbinversionthread.cpp |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit d271c965525f97a2e2ad28b25686a1cd275f1ac0
Author: marc <marc>
Date:   Sun May 25 20:30:02 2008 +0000

    Core only library (no more gui widgets)
    Bug fixed in best model management (growing of vector not checked)

 admin/info                   |    4 +-
 src/dinvercoreversion.h      |    4 +-
 src/qtbnamodels.cpp          |    6 +-
 src/qtbparam.cpp             |  229 ------------------------------------------
 src/qtbparam.h               |  141 --------------------------
 src/qtbparameter.cpp         |  229 ++++++++++++++++++++++++++++++++++++++++++
 src/qtbparameter.h           |  141 ++++++++++++++++++++++++++
 src/qtbparamminmaxwidget.cpp |   79 ---------------
 src/qtbparamminmaxwidget.h   |   32 ------
 src/qtbparamminmaxwidget.ui  |  126 -----------------------
 src/qtbparamspaceeditor.cpp  |   76 --------------
 src/qtbparamspaceeditor.h    |   38 -------
 src/qtbparamspaceeditor.ui   |   90 -----------------
 13 files changed, 379 insertions(+), 816 deletions(-)

commit ea4dc3c7672350bf83ced68dbbe630f1dfddd230
Author: marc <marc>
Date:   Thu May 22 22:48:57 2008 +0000

    *** empty log message ***

 admin/makepro |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 01cbf71eff41152e9f5a5c2e9696fdc02dc76f9f
Author: marc <marc>
Date:   Thu May 22 22:48:31 2008 +0000

    Rename QtbParam to QtbParameter
    No longer references to gui

 src/qtbabstractcondition.cpp |    8 ++++----
 src/qtbabstractcondition.h   |   18 +++++++++---------
 src/qtbinversionthread.cpp   |    4 ++--
 src/qtbnamodels.cpp          |   12 ++++++------
 src/qtbnamodels.h            |    8 ++++----
 src/qtbparamcondition.cpp    |    4 ++--
 src/qtbparamspacescript.cpp  |   12 ++++++------
 src/qtbreportwriter.cpp      |    6 +++---
 src/qtbreportwriter.h        |    6 +++---
 src/qtbsimplecondition.cpp   |   38 +++++++++++++++++++-------------------
 src/qtbsimplecondition.h     |   10 +++++-----
 src/qtbtriangularspace.cpp   |   38 +++++++++++++++++++-------------------
 src/qtbtriangularspace.h     |   32 ++++++++++++++++----------------
 13 files changed, 98 insertions(+), 98 deletions(-)

commit 1e952cc1cc310bafc20a4d74e53bc7f836f771a3
Author: marc <marc>
Date:   Fri Apr 25 19:00:52 2008 +0000

    Version 0.6.1

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

commit 543a694a57bdde7919b73a14f4f68ef28f545124
Author: marc <marc>
Date:   Fri Apr 25 14:18:07 2008 +0000

    Avoid conflits with simultaneous dinver instances (.dinvertemp)

 src/qtbdinvercore.cpp      |   26 +++++++++++++++++++++-----
 src/qtbdinvercore.h        |    3 ++-
 src/qtbdinverinterface.cpp |   25 ++++++++++++++++++++++---
 src/qtbdinverinterface.h   |    4 ++--
 4 files changed, 47 insertions(+), 11 deletions(-)

commit 30bfe7ff4e1b44384c9be2020942da96b4004da1
Author: marc <marc>
Date:   Wed Apr 9 01:25:39 2008 +0000

    Not significative changes

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

commit eb86ac8f967796b982c21c2288d779d9dd0839f8
Author: marc <marc>
Date:   Mon Mar 17 14:32:47 2008 +0000

    Not significative changes

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

commit 78b003595c0302c048f257d126f45fd9a70b688b
Author: marc <marc>
Date:   Wed Mar 5 07:34:43 2008 +0000

    Version 0.6.0

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

commit 2cf4cc7f3e86cb11067521dd37868359d14d0c78
Author: marc <marc>
Date:   Sun Mar 2 15:03:44 2008 +0000

    QtbNAModels no longer inherits from QMutex... required by constness solutions: mutex must be mutable.

 src/qtbmodelthreadinfo.h   |    6 +++---
 src/qtbnamodels.cpp        |   26 +++++++++++++-------------
 src/qtbnamodels.h          |    9 +++++++--
 src/qtbparam.cpp           |    6 +++---
 src/qtbparam.h             |   22 +++++++++++-----------
 src/qtbtriangularspace.cpp |    4 ++--
 src/qtbtriangularspace.h   |   18 ++++++++++--------
 7 files changed, 49 insertions(+), 42 deletions(-)

commit c8116c821440b0ffb0c89b21f0c4059c2ebce7b4
Author: marc <marc>
Date:   Mon Feb 25 15:12:47 2008 +0000

    Not significative changes

 src/qtbinversionthread.cpp |   46 ++++++++++++++++++++++----------------------
 src/qtbinversionthread.h   |    3 +-
 2 files changed, 25 insertions(+), 24 deletions(-)

commit 813df79963c7993ff36f2d21a48bad8b522bd930
Author: marc <marc>
Date:   Thu Feb 14 17:40:07 2008 +0000

    Not significative changes

 src/qtbdinverinterface.cpp |    4 ++--
 src/qtbinversionthread.cpp |    5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 62a53f595d8d6b51f22340ed932a28070f19a8ee
Author: marc <marc>
Date:   Thu Jan 3 00:41:29 2008 +0000

    Version 0.5.0

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

commit 775c4e8b218c626a62d467029f32a5fa9452c92e
Author: marc <marc>
Date:   Fri Dec 28 22:32:58 2007 +0000

    Not significative changes

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

commit 71153e18678f387cb9f4e51337eb5cfc3b642bc2
Author: marc <marc>
Date:   Thu Dec 27 21:17:20 2007 +0000

    Not significative changes

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

commit 82bf3b3d7d0542c8428661d1c45a0d781cb3f07d
Author: marc <marc>
Date:   Thu Dec 27 18:02:26 2007 +0000

    New function to automatically adjust parameter ranges to an exact fit.

 src/qtbabstractcondition.cpp |   18 ++++++++++---
 src/qtbabstractcondition.h   |   12 +++++---
 src/qtbdinvercore.cpp        |   16 +++++++++++-
 src/qtbdinverinterface.cpp   |   21 +++++++++++---
 src/qtbinversionthread.cpp   |   48 ++++++++++++++++++++++++++++++++---
 src/qtbinversionthread.h     |    7 +++--
 src/qtbnamodels.cpp          |   29 ++++++++++++++++++++-
 src/qtbnamodels.h            |    3 +-
 src/qtbparam.cpp             |   14 +++++++++-
 src/qtbparam.h               |   12 ++++++--
 src/qtbparamcondition.cpp    |    5 +++-
 src/qtbparamcondition.h      |    3 +-
 src/qtbparamminmaxwidget.cpp |   11 ++++++--
 src/qtbparamminmaxwidget.h   |    5 +--
 src/qtbparamspaceeditor.cpp  |    8 +++++-
 src/qtbparamspaceeditor.h    |    3 +-
 src/qtbparamspacescript.cpp  |    8 +++++-
 src/qtbpdfcurve.cpp          |    4 ++-
 src/qtbreportreader.cpp      |    9 ++++++-
 src/qtbreportreader.h        |    3 +-
 src/qtbreportwriter.cpp      |    6 +++-
 src/qtbreportwriter.h        |    3 +-
 src/qtbsimplecondition.cpp   |   57 ++++++++++++++++++++++++++++++++++++++++-
 src/qtbsimplecondition.h     |    6 +++-
 src/qtbtriangularspace.cpp   |   56 ++++++++++++++++++++++++++++++++++++++++-
 src/qtbtriangularspace.h     |    5 +++-
 src/qtbvoronoinavigator.cpp  |   17 +++++++++++-
 src/qtbvoronoinavigator.h    |    4 ++-
 28 files changed, 340 insertions(+), 53 deletions(-)

commit c4b0d26c1fa7fd9fb268615440c158df26992cf6
Author: marc <marc>
Date:   Sat Dec 15 19:55:35 2007 +0000

    Option for starting runs improved: wildchars accepted and non-gui run ok
    DynScale changed to Scaling with three values: Dynamic, Static and No

 src/qtbdinvercore.cpp      |   35 +++++++++++------
 src/qtbdinvercore.h        |    4 +-
 src/qtbinversionthread.cpp |   90 ++++++++++++++++++++++++++++++++++++-------
 src/qtbinversionthread.h   |   14 +++---
 src/qtbnamodels.cpp        |   26 ++++++++++--
 src/qtbnamodels.h          |    6 ++-
 src/qtbtriangularspace.cpp |    5 +--
 7 files changed, 133 insertions(+), 47 deletions(-)

commit 70bec6960dd0ad1c7a228ee6684530961b8c50ff
Author: marc <marc>
Date:   Tue Dec 11 17:53:17 2007 +0000

    Bug fixed for dynamic nr

 src/qtbinversionthread.cpp |   11 +++++------
 src/qtbnamodels.cpp        |   10 +++++-----
 src/qtbnamodels.h          |    4 ++--
 3 files changed, 12 insertions(+), 13 deletions(-)

commit ce9570809857b6232bcc4962e51c0e8b3a7047c8
Author: marc <marc>
Date:   Mon Dec 10 16:17:28 2007 +0000

    New implementation for clipped misfit: allow dynamic increase of nr (embedded Monte-Carlo)
    Bug fixed for dynamic scaling: now fully efficient!

 src/qtbinversionthread.cpp |   18 ++++-
 src/qtbnamodels.cpp        |  189 ++++++++++++++++++++++++++++----------------
 src/qtbnamodels.h          |   13 ++--
 src/qtbparam.cpp           |    7 +-
 4 files changed, 147 insertions(+), 80 deletions(-)

commit 2f7dec8b1a2e5049a00ea331b0aec23198408b89
Author: marc <marc>
Date:   Fri Nov 23 13:41:20 2007 +0000

    Version 0.4.0

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

commit 261666db76935dceb9843447c11d28bdb0af5713
Author: marc <marc>
Date:   Fri Nov 23 13:06:41 2007 +0000

    Introduction of versioning for user block (distinct than general version of report file)

 src/qtbinversionthread.h |    6 +++---
 src/qtbreportreader.cpp  |   37 ++++++++++++++++++++++---------------
 src/qtbreportreader.h    |   15 ++++++++++++---
 src/qtbreportwriter.cpp  |    6 +++---
 src/qtbreportwriter.h    |   11 +++++++++--
 5 files changed, 49 insertions(+), 26 deletions(-)

commit 2b23f1159e95fdfdff8a9ce5fd1056df1870d696
Author: marc <marc>
Date:   Wed Nov 14 00:51:40 2007 +0000

    Version 0.3.1

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

commit 462a9588348f2f0b20295cf8939383754b5fb211
Author: marc <marc>
Date:   Tue Nov 13 00:02:21 2007 +0000

    Bug fixed if script is empty: no error returned

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

commit bd620dc5aa15914c4d83e838fd1308e1c8b537f1
Author: marc <marc>
Date:   Mon Nov 5 17:46:23 2007 +0000

    Version 0.3.0

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

commit 8237209a0937f00039f059443d68228b93fe94af
Author: marc <marc>
Date:   Mon Nov 5 11:16:44 2007 +0000

    Not significative changes

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

commit c89e04424c7be85623fae2829786193de2a364d0
Author: marc <marc>
Date:   Mon Nov 5 08:48:38 2007 +0000

    Param space editor (scripting of parameter space definition) moved to dinver core

 src/qtbparamspaceeditor.cpp |   70 ++++++++++++++++++++++++
 src/qtbparamspaceeditor.h   |   36 ++++++++++++
 src/qtbparamspaceeditor.ui  |   90 +++++++++++++++++++++++++++++++
 src/qtbparamspacescript.cpp |  125 +++++++++++++++++++++++++++++++++++++++++++
 src/qtbparamspacescript.h   |   50 +++++++++++++++++
 5 files changed, 371 insertions(+), 0 deletions(-)

commit 3eae766599987358da3aa0e7f5ff5c2350a18625
Author: marc <marc>
Date:   Wed Oct 24 19:21:23 2007 +0000

    Version 0.2.1

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

commit d5f90fc024e66d410e5baa2ac8e6526a938797d3
Author: marc <marc>
Date:   Wed Oct 24 18:16:33 2007 +0000

    Remove all debug assert

 src/qtbnamodels.cpp        |    6 +++---
 src/qtbtriangularspace.cpp |    8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

commit 62ca2c87b1b28a2e0a2259f8ecc6472aa058f2f2
Author: marc <marc>
Date:   Tue Sep 18 14:00:22 2007 +0000

    Version 0.2.0

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

commit 0170a5493295ce13602c3c21099c5e63232e7874
Author: marc <marc>
Date:   Mon Sep 17 19:40:11 2007 +0000

    Bug fixed for editing parameters (clearParam() in QtbTriangularSpace must delete also all conditions)

 src/dinvercoreversion.h    |    2 +-
 src/qtbnamodels.cpp        |    4 ++--
 src/qtbtriangularspace.cpp |   11 +++++++++--
 3 files changed, 12 insertions(+), 5 deletions(-)

commit 51d9764a73fe7f4a065be6a56ced57e6eed57f3f
Author: marc <marc>
Date:   Fri Sep 14 16:40:47 2007 +0000

    New concept of fussy parameter (with complex conditions)

 src/dinvercoreversion.h    |    2 +-
 src/qtbnamodels.cpp        |   44 ++++++++++++++++++++++++++++++++++----------
 src/qtbparam.cpp           |    7 ++++++-
 src/qtbparam.h             |   13 ++++++++++++-
 src/qtbtriangularspace.cpp |   25 +++++++++++++++++++------
 src/qtbtriangularspace.h   |    5 +++--
 6 files changed, 75 insertions(+), 21 deletions(-)

commit 1c2a8a16f8bb38595629df7a86a36d35b926848f
Author: marc <marc>
Date:   Thu Sep 13 12:56:29 2007 +0000

    Modified status move to dinver core
    "project" renamed to "environment"
    NA core still with debut assert (debug of poisson conditions)

 src/dinvercoreversion.h    |    2 +-
 src/qtbdinvercore.cpp      |    3 ++-
 src/qtbdinvercore.h        |    6 +++++-
 src/qtbdinverinterface.cpp |    8 ++++----
 src/qtbinversionthread.cpp |    5 +++--
 src/qtbnamodels.cpp        |    8 +++++---
 src/qtbtriangularspace.cpp |    6 ++++--
 7 files changed, 24 insertions(+), 14 deletions(-)

commit db7cfc616eb59e277a3f64476479fa1407dd2786
Author: marc <marc>
Date:   Tue Sep 11 18:26:22 2007 +0000

    Commented assert to check that current model is correctly inside the limits of the parameter space. Normally not necessary (for debug only)

 src/dinvercoreversion.h |    2 +-
 src/qtbnamodels.cpp     |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit ee06121a1de108c5c73b8e08a5a6676802e05da7
Author: marc <marc>
Date:   Mon Sep 10 13:46:37 2007 +0000

    Not significative changes

 src/dinvercoreversion.h |    2 +-
 src/qtbparamcondition.h |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit e41e96fb32798311cec6a3851ced9107a043967d
Author: marc <marc>
Date:   Mon Sep 10 13:39:36 2007 +0000

    Translation files updated

 lang/dinvercore.de.ts |  124 +++++++++++++++++++++++++-----------------------
 lang/dinvercore.es.ts |  124 +++++++++++++++++++++++++-----------------------
 lang/dinvercore.fr.ts |  124 +++++++++++++++++++++++++-----------------------
 lang/dinvercore.it.ts |  124 +++++++++++++++++++++++++-----------------------
 4 files changed, 260 insertions(+), 236 deletions(-)

commit a76bbf7165697fd0fcc0655a8b4f81c3d33ada68
Author: marc <marc>
Date:   Thu Aug 30 17:27:38 2007 +0000

    Automatically create the dinverCore object if it does not exist upon creation of an inversion run
    Abort the start of a run is the number of dimension is null
    Avoid error and warnings if no name is given for report of a run, silently do not export models to a report

 src/dinvercoreversion.h    |    2 +-
 src/qtbinversionthread.cpp |   36 ++++++++++++++++++++++++------------
 src/qtbinversionthread.h   |    8 +++++---
 src/qtbnamodels.cpp        |    4 ++--
 src/qtbnamodels.h          |    3 ++-
 5 files changed, 34 insertions(+), 19 deletions(-)

commit a702c44d005b2ad8bf121dd5e9e2e6ee0d3e2c00
Author: marc <marc>
Date:   Fri Aug 24 10:41:43 2007 +0000

    Not significative changes

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

commit 6216320a22c65ed0e8eb3c4e7f5168824e3eed00
Author: marc <marc>
Date:   Fri Aug 10 15:21:41 2007 +0000

    Minor changes to allow new condition checking over Poisson's ratio in dinverdc
    Virtual function called every time the current model is changed:
        currentModelChanged()
    Possibility to add parameters defined by subclasses of QtbParam

 src/dinvercoreversion.h    |    2 +-
 src/qtbabstractcondition.h |    4 +++-
 src/qtbinversionthread.cpp |    6 ++++--
 src/qtbnamodels.cpp        |   25 +++++++++++++++++--------
 src/qtbparam.h             |    4 +++-
 src/qtbsimplecondition.cpp |    4 ++--
 src/qtbtriangularspace.cpp |   35 ++++++++++++++++++++++++++---------
 src/qtbtriangularspace.h   |    4 +++-
 8 files changed, 59 insertions(+), 25 deletions(-)

commit 4e87f740a5d303a234790af1dac546ab6ced9433
Author: marc <marc>
Date:   Fri Aug 10 13:15:25 2007 +0000

    Version 0.1.0-snapshot-20070810

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

commit 03c07ff27687a47eb59afdc98f44c87d618e70cf
Author: marc <marc>
Date:   Fri Aug 3 19:40:28 2007 +0000

    Version 0.1.0-snapshot-20070803

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

commit 63715a6bbebc988d261dc6b02306ce9f987b4bbc
Author: marc <marc>
Date:   Wed Aug 1 15:59:15 2007 +0000

    Version 0.1.0-snapshot-20070801

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

commit cc6784c925101fb1d4b33832759636fd9d8068b1
Author: marc <marc>
Date:   Tue Jul 31 17:36:10 2007 +0000

    Not significative changes

 admin/info                   |    2 +-
 src/dinvercoreversion.h      |    4 ++--
 src/qtbabstractcondition.cpp |    3 ++-
 src/qtbdinverinterface.cpp   |    3 ++-
 src/qtbpdfcurve.cpp          |    3 ++-
 src/qtbreportreader.cpp      |    3 ++-
 src/qtbreportwriter.cpp      |    3 ++-
 src/qtbsimplecondition.cpp   |    3 ++-
 src/qtbvoronoinavigator.cpp  |    3 ++-
 9 files changed, 17 insertions(+), 10 deletions(-)

commit b9e0eb633c2f4b05abe7eec3fd80ce5b9274efb1
Author: marc <marc>
Date:   Mon Jul 23 12:54:36 2007 +0000

    Version 0.1.0-snapshot-20070723a

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

commit a49e24fa861645012fcd4784582e0afff3c2a13e
Author: marc <marc>
Date:   Mon Jul 23 10:18:17 2007 +0000

    Version 0.1.0-snapshot-20070723

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

commit 5d088d26f71c2500148ddf2f04ccc75daa1703e6
Author: marc <marc>
Date:   Mon Jul 23 10:09:59 2007 +0000

    Try to improve initialization of random walk for difficult parameter spaces

 src/dinvercoreversion.h    |    2 +-
 src/qtbtriangularspace.cpp |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

commit c4141b4cb29b389595bb4327811c5b305e75469e
Author: marc <marc>
Date:   Sun Jul 22 10:17:00 2007 +0000

    Version 0.1.0-snapshot-20070722

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

commit b02e1a2de2de66518d056b82c16d14746217e6aa
Author: marc <marc>
Date:   Wed Jul 18 09:17:45 2007 +0000

    Version 0.1.0-snapshot-20070718

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

commit 05690f7ae8f8b46c2191506e0d4bbca2a98b485e
Author: marc <marc>
Date:   Tue Jul 17 16:30:27 2007 +0000

    Version 0.1.0-snapshot-20070717

 src/dinvercoreversion.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 14e1678f880c415325a4fe5294f514902c6278c9
Author: marc <marc>
Date:   Tue Jul 17 01:57:06 2007 +0000

    Version 0.1.0-snapshot-20070717

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

commit 6bab469539094d8e41169e250b65bf20cdcc1649
Author: marc <marc>
Date:   Tue Jul 17 01:47:22 2007 +0000

    Dinver plugin now include a buildkey to avoid mismatch in versions

 src/dinvercoreversion.h    |    2 +-
 src/qtbdinverinterface.cpp |   16 +++++++++++++++-
 src/qtbdinverinterface.h   |    5 ++++-
 3 files changed, 20 insertions(+), 3 deletions(-)

commit c8d4d903a7b604db894260c3f1b3c37f3d55087c
Author: marc <marc>
Date:   Fri Jul 13 17:54:02 2007 +0000

    Version 0.1.0-snapshot-20070713

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

commit 21af167c13c479381c57dc19577ca54260ecfd22
Author: marc <marc>
Date:   Fri Jul 13 17:38:44 2007 +0000

    Bug fixed: when opening dinver project, can load all models even if checksum not correct, only nd must be ok (easy for future updates).

 src/dinvercoreversion.h    |    2 +-
 src/qtbdinvercore.cpp      |    5 +----
 src/qtbdinvercore.h        |    5 +----
 src/qtbinversionthread.cpp |   24 ++++++++++++++++--------
 src/qtbinversionthread.h   |    6 +++---
 5 files changed, 22 insertions(+), 20 deletions(-)

commit 77975b4ab5110cbfd8b72a38301977bc9dd8e400
Author: marc <marc>
Date:   Fri Jul 6 15:02:48 2007 +0000

    isOk() for parameter space is evaluated parameter by parameter and not for all conditions

 src/dinvercoreversion.h    |    2 +-
 src/qtbabstractcondition.h |    4 +---
 src/qtbparam.cpp           |    8 ++++++--
 src/qtbparam.h             |   29 +++++++----------------------
 src/qtbsimplecondition.cpp |    3 +--
 src/qtbtriangularspace.h   |   11 ++++++-----
 6 files changed, 22 insertions(+), 35 deletions(-)

commit c8d8b90bd095692ed8ebc002a62ef84d5e2b3021
Author: marc <marc>
Date:   Fri Jul 6 14:57:24 2007 +0000

    Translation files updated

 lang/dinvercore.de.ts |  720 ++++++++++++++++++++++++------------------------
 lang/dinvercore.es.ts |  720 ++++++++++++++++++++++++------------------------
 lang/dinvercore.fr.ts |  720 ++++++++++++++++++++++++------------------------
 lang/dinvercore.it.ts |  720 ++++++++++++++++++++++++------------------------
 4 files changed, 1440 insertions(+), 1440 deletions(-)

commit ab82d2c3ea1722c5088f9651619a5175b6e71de1
Author: marc <marc>
Date:   Thu Jul 5 16:33:02 2007 +0000

    Version 0.1.0-snapshot-20070705

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

commit ab5ec9925d86dffe5dc3981cc4aeb6dd2c5aa85a
Author: marc <marc>
Date:   Thu Jul 5 16:23:50 2007 +0000

    *** empty log message ***

 lang/dinvercore.de.ts |   80 ++++++++++++++++++++++++------------------------
 lang/dinvercore.es.ts |   80 ++++++++++++++++++++++++------------------------
 lang/dinvercore.fr.ts |   80 ++++++++++++++++++++++++------------------------
 lang/dinvercore.it.ts |   80 ++++++++++++++++++++++++------------------------
 4 files changed, 160 insertions(+), 160 deletions(-)

commit 8359d8c94d29c36c37451c62959045c953904ee4
Author: marc <marc>
Date:   Thu Jul 5 14:03:20 2007 +0000

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

 src/qtbinversionthread.cpp  |    5 +++--
 src/qtbnamodels.cpp         |   10 +++++-----
 src/qtbvoronoinavigator.cpp |   12 ++++++------
 3 files changed, 14 insertions(+), 13 deletions(-)

commit 0721668b1f66d486f06299d3c1ddf21e068e6389
Author: marc <marc>
Date:   Thu Jul 5 09:43:55 2007 +0000

    *** empty log message ***

 lang/dinvercore.de.ts |  720 ++++++++++++++++++++++++------------------------
 lang/dinvercore.es.ts |  720 ++++++++++++++++++++++++------------------------
 lang/dinvercore.fr.ts |  720 ++++++++++++++++++++++++------------------------
 lang/dinvercore.it.ts |  720 ++++++++++++++++++++++++------------------------
 4 files changed, 1440 insertions(+), 1440 deletions(-)

commit 00afb421bd33cf5681a316004ea096dad837b38a
Author: marc <marc>
Date:   Thu Jun 28 10:54:07 2007 +0000

    Version 0.1.0-snapshot-20070628

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

commit 42a6a3fb9d9489dce74d8a497e5b232fc0df941a
Author: marc <marc>
Date:   Thu Jun 28 10:45:20 2007 +0000

    Bug fixed if range of parameters is not in the right direction

 src/dinvercoreversion.h    |    2 +-
 src/qtbtriangularspace.cpp |   16 +++++++++-------
 2 files changed, 10 insertions(+), 8 deletions(-)

commit 4574a18983b30bff72d4d6e0dc26a58ae5e907c4
Author: marc <marc>
Date:   Thu Jun 28 10:44:51 2007 +0000

    *** empty log message ***

 lang/dinvercore.de.ts |   18 +++++++++---------
 lang/dinvercore.es.ts |   18 +++++++++---------
 lang/dinvercore.fr.ts |   18 +++++++++---------
 lang/dinvercore.it.ts |   18 +++++++++---------
 4 files changed, 36 insertions(+), 36 deletions(-)

commit 4dcba19ac3a68f153102f06030ade7515330d2e3
Author: marc <marc>
Date:   Tue Jun 26 12:20:45 2007 +0000

    Version 0.1.0-snapshot-20070626

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

commit 82c870920411b628b367661b6c17f0bc9a079f4e
Author: marc <marc>
Date:   Fri Jun 22 17:35:46 2007 +0000

    Version 0.1.0-snapshot-20070622

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

commit dee788133205a8c265e8d1518e1b88ed66f5ccf3
Author: marc <marc>
Date:   Fri Jun 22 13:15:16 2007 +0000

    *** empty log message ***

 lang/dinvercore.de.ts |   92 +++++++++++++++++++++++++++----------------------
 lang/dinvercore.es.ts |   92 +++++++++++++++++++++++++++----------------------
 lang/dinvercore.fr.ts |   92 +++++++++++++++++++++++++++----------------------
 lang/dinvercore.it.ts |   92 +++++++++++++++++++++++++++----------------------
 4 files changed, 204 insertions(+), 164 deletions(-)

commit fac675920fdd717468d0f0499c94b3e4f670bfe4
Author: marc <marc>
Date:   Fri Jun 15 17:32:09 2007 +0000

    Version 0.1.0-snapshot-20070615

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

commit 2a6d2aade422a0f612f7c77a8596a1c0495f202c
Author: marc <marc>
Date:   Fri Jun 15 17:22:27 2007 +0000

    Fix for report writer: no longer allocated when creating inversion thread

 src/dinvercoreversion.h    |    2 +-
 src/qtbdinvercore.cpp      |    8 +++--
 src/qtbdinvercore.h        |    4 +-
 src/qtbinversionthread.cpp |   63 ++++++++++++++++++++++++++++++--------------
 src/qtbinversionthread.h   |   17 +++++------
 src/qtbnamodels.cpp        |    4 +-
 src/qtbnamodels.h          |    6 ++--
 src/qtbreportwriter.cpp    |   33 +----------------------
 src/qtbreportwriter.h      |   15 +++++-----
 9 files changed, 72 insertions(+), 80 deletions(-)

commit b6ef712e9791acd796cf41c371aea28af04a478c
Author: marc <marc>
Date:   Fri Jun 15 17:21:11 2007 +0000

    *** empty log message ***

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

commit 34e59f479fc7a2288479ac02ac64590b7b7c7496
Author: marc <marc>
Date:   Tue Jun 12 16:38:09 2007 +0000

    Version 0.1.0-snapshot-20070612

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

commit 1f8a06ee38d2ec8cac3ce6c73f80c75dcc7673e0
Author: marc <marc>
Date:   Tue Jun 5 08:44:29 2007 +0000

    Version 0.1.0-snapshot-20070605

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

commit afe9a2a43fc67d2c8bc9137360352d9c7069d611
Author: marc <marc>
Date:   Sun Jun 3 18:28:25 2007 +0000

    Version 0.1.0-snapshot-20070603

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

commit 802d431aa543fae49dfa465aad481c0dd946bd89
Author: marc <marc>
Date:   Thu May 31 14:52:42 2007 +0000

    Version 0.1.0-snapshot-20070531

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

commit c81e67332541d6de7f910fe8a4ff27c7d154ce29
Author: marc <marc>
Date:   Tue May 29 22:13:24 2007 +0000

    Version 0.1.0-snapshot-20070529

 src/dinvercoreversion.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8b7b0b3df9277c979c132b36059fbe10fe5dc7c2
Author: marc <marc>
Date:   Tue May 29 16:27:35 2007 +0000

    Version 0.1.0-snapshot-20070529

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

commit 98eb24edbd8e60b53e6af7d19cdfb1e91000bba1
Author: marc <marc>
Date:   Thu May 24 22:31:09 2007 +0000

    Version 0.1.0-snapshot-20070524

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

commit af2e5c6b22987c1642c1030055cef10a61910a85
Author: marc <marc>
Date:   Wed May 16 19:46:55 2007 +0000

    Version 0.1.0-snapshot-20070516

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

commit 77e167ef6478fd3c60fef47588e00a896e05fb4a
Author: marc <marc>
Date:   Tue May 15 17:36:50 2007 +0000

    Version 0.1.0-snapshot-20070515

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

commit 694764573d883da06569e6d06fd9c8ca251aa790
Author: marc <marc>
Date:   Fri May 4 21:37:20 2007 +0000

    Version 0.1.0-snapshot-20070504

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

commit d76fd9efc589eb3b28b47a4d5f409edc67b58ac1
Author: marc <marc>
Date:   Thu May 3 18:29:26 2007 +0000

    Version 0.1.0-snapshot-20070503

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

commit e0e03e1ecac1d567163b181404e03a34af20351a
Author: marc <marc>
Date:   Wed May 2 17:10:33 2007 +0000

    Version 0.1.0-snapshot-20070502

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

commit 2263e4f63b3afab8bc666db1d838b8e99e9660a9
Author: marc <marc>
Date:   Tue May 1 23:43:52 2007 +0000

    Version 0.1.0-snapshot-20070501

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

commit b559340db6dfb1dedb8cee45773aae424e614a14
Author: marc <marc>
Date:   Fri Apr 27 17:51:34 2007 +0000

    Version 0.1.0-snapshot-20070427

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

commit b1cc7d3e338af6140f0b65168cbe3e0208e2fd86
Author: marc <marc>
Date:   Tue Apr 24 09:25:42 2007 +0000

    Version 0.1.0-snapshot-20070424

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

commit 32fd158110e5f32d8cfa1b913b7f73bb0f898c67
Author: marc <marc>
Date:   Fri Apr 20 17:19:24 2007 +0000

    *** empty log message ***

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

commit 40a8ed5a8704839bb4dbcd3acb15ed352dff5d7f
Author: marc <marc>
Date:   Wed Apr 11 16:57:59 2007 +0000

    Version 0.1.0-snapshot-20070411

 src/dinvercoreversion.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit d3aa3af610e2db7cfce3afadbb2e7d9cbbe30649
Author: marc <marc>
Date:   Wed Apr 11 15:21:57 2007 +0000

    Version 0.1.0-snapshot-20070411

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

commit c54acc7ada1bd5edc8eacf0ebbd5ce173980b76f
Author: marc <marc>
Date:   Wed Apr 11 13:44:56 2007 +0000

    Importance sampling fully debugged

 src/dinvercoreversion.h     |    2 +-
 src/qtbinversionthread.cpp  |   12 +++++-
 src/qtbnamodels.cpp         |   25 ++++++++-----
 src/qtbnamodels.h           |    4 +-
 src/qtbparam.cpp            |   14 +++++++-
 src/qtbparam.h              |    3 +-
 src/qtbparamcondition.h     |    4 ++-
 src/qtbpdfcurve.cpp         |   83 +++++++++++++++++++++++++++++++++++++++++++
 src/qtbpdfcurve.h           |   37 +++++++++++++++++++
 src/qtbtriangularspace.cpp  |   17 +++------
 src/qtbtriangularspace.h    |    4 +-
 src/qtbvoronoinavigator.cpp |   58 ++++++++++++++++-------------
 src/qtbvoronoinavigator.h   |   12 ++++---
 13 files changed, 214 insertions(+), 61 deletions(-)

commit 7a50ab0ca5f073892a9d1d415081e32248a27557
Author: marc <marc>
Date:   Wed Apr 11 13:44:30 2007 +0000

    *** empty log message ***

 lang/dinvercore.de.ts |   84 ++++++++++++++++++++++++------------------------
 lang/dinvercore.es.ts |   84 ++++++++++++++++++++++++------------------------
 lang/dinvercore.fr.ts |   84 ++++++++++++++++++++++++------------------------
 lang/dinvercore.it.ts |   84 ++++++++++++++++++++++++------------------------
 4 files changed, 168 insertions(+), 168 deletions(-)

commit 231c4d5f6af73523160071e4baa8259cf782855c
Author: marc <marc>
Date:   Mon Apr 2 20:13:56 2007 +0000

    Version 0.1.0-snapshot-20070402

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

commit 7ede4242cb91af4aab78446b616ab3835688a295
Author: marc <marc>
Date:   Fri Mar 30 15:18:10 2007 +0000

    Version 0.1.0-snapshot-20070330

 src/dinvercoreversion.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c7ad8ff1af81c3f235fdb7235b520cbc98cea222
Author: marc <marc>
Date:   Fri Mar 30 00:10:46 2007 +0000

    Version 0.1.0-snapshot-20070330

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

commit d225a89dcaf82a7c5a8e16b47bf4f711aafc9060
Author: marc <marc>
Date:   Thu Mar 29 23:59:23 2007 +0000

    *** empty log message ***

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

commit 8f48dd69087a05b4285c5e46d5cce3298f2c0759
Author: marc <marc>
Date:   Fri Mar 23 00:13:16 2007 +0000

    Porting to Mac

 admin/info |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit 09e1fe0da7ef76dc7db7c1aa33534e89b4706fe3
Author: marc <marc>
Date:   Wed Mar 21 23:08:45 2007 +0000

    Version 0.1.0-snapshot-20070321

 src/dinvercoreversion.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 40ad00021964c1adb44125c3cd108c1b2b23413c
Author: marc <marc>
Date:   Wed Mar 21 23:00:48 2007 +0000

    Porting to Windows
    Bug fixed exporting first ns0 model to report

 admin/info                 |    2 +-
 src/dinvercoreversion.h    |    2 +-
 src/qtbdinvercore.h        |    4 ++--
 src/qtbinversionthread.h   |    5 +++--
 src/qtbnamodels.cpp        |    7 ++++---
 src/qtbnamodels.h          |    5 +++--
 src/qtbparamminmaxwidget.h |    6 +++---
 src/qtbreportreader.h      |    5 +++--
 src/qtbreportwriter.h      |    5 +++--
 src/qtbtriangularspace.h   |    5 +++--
 10 files changed, 26 insertions(+), 20 deletions(-)

commit 2029dbf05e9063d0c969bc06db73b77733ecc7f8
Author: marc <marc>
Date:   Wed Mar 21 23:00:11 2007 +0000

    *** empty log message ***

 lang/dinvercore.de.ts |   57 ++++++++++++++++++++++++++----------------------
 lang/dinvercore.es.ts |   57 ++++++++++++++++++++++++++----------------------
 lang/dinvercore.fr.ts |   57 ++++++++++++++++++++++++++----------------------
 lang/dinvercore.it.ts |   57 ++++++++++++++++++++++++++----------------------
 4 files changed, 124 insertions(+), 104 deletions(-)

commit fa673102c5a50c7eaf9000ba9654ceb37cdeaaa2
Author: marc <marc>
Date:   Wed Mar 21 19:24:28 2007 +0000

    Version 0.1.0-snapshot-20070321

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

commit 5a1433782bb55232c35318dbb3b4acff93f564de
Author: marc <marc>
Date:   Wed Mar 21 19:17:28 2007 +0000

    Complete debug and implementation of QtbVoronoiNavigator: separation between NA storage of models and navigation through voronoi space

 src/dinvercoreversion.h     |    2 +-
 src/qtbdinvercore.cpp       |   10 +-
 src/qtbdinvercore.h         |    3 +-
 src/qtbinversionthread.cpp  |   85 ++++-----
 src/qtbinversionthread.h    |   15 +-
 src/qtbnamodels.cpp         |  456 ++++++++++---------------------------------
 src/qtbnamodels.h           |   65 +++----
 src/qtbparam.h              |    3 +-
 src/qtbreportwriter.cpp     |    7 +-
 src/qtbreportwriter.h       |    6 +-
 src/qtbvoronoinavigator.cpp |  437 +++++++++++++++++++++++++++++++++--------
 src/qtbvoronoinavigator.h   |   68 +++++--
 12 files changed, 602 insertions(+), 555 deletions(-)

commit 4ea000533e27df80d8b07f8c79613198d63d6b20
Author: marc <marc>
Date:   Wed Mar 21 19:16:21 2007 +0000

    *** empty log message ***

 lang/dinvercore.de.ts |  185 +++++++++++++++++++++++++------------------------
 lang/dinvercore.es.ts |  185 +++++++++++++++++++++++++------------------------
 lang/dinvercore.fr.ts |  185 +++++++++++++++++++++++++------------------------
 lang/dinvercore.it.ts |  185 +++++++++++++++++++++++++------------------------
 4 files changed, 380 insertions(+), 360 deletions(-)

commit 9ee33a028db82fd4484b5846df3bef40c17ff25e
Author: marc <marc>
Date:   Tue Mar 20 18:40:42 2007 +0000

    Rework of QtbNAModels, slit in two with new class QtbVoronoiNavigator

 src/dinvercoreversion.h     |    2 +-
 src/qtbinversionthread.cpp  |  119 ++++++++++++++----
 src/qtbinversionthread.h    |   17 ++-
 src/qtbnamodels.cpp         |  295 +++++++++++--------------------------------
 src/qtbnamodels.h           |   47 +++----
 src/qtbtriangularspace.cpp  |   14 +--
 src/qtbtriangularspace.h    |    6 +-
 src/qtbvoronoinavigator.cpp |  210 ++++++++++++++++++++++++++++++
 src/qtbvoronoinavigator.h   |   49 +++++++
 9 files changed, 466 insertions(+), 293 deletions(-)

commit 53fb4dfdb9adfa4770f0914dc84c9fc1995e9312
Author: marc <marc>
Date:   Tue Mar 20 18:39:55 2007 +0000

    *** empty log message ***

 lang/dinvercore.de.ts |  158 +++++++++++++++++++++++++++++++------------------
 lang/dinvercore.es.ts |  158 +++++++++++++++++++++++++++++++------------------
 lang/dinvercore.fr.ts |  158 +++++++++++++++++++++++++++++++------------------
 lang/dinvercore.it.ts |  158 +++++++++++++++++++++++++++++++------------------
 4 files changed, 400 insertions(+), 232 deletions(-)

commit 49457415de203ab3d0400aff84aba58147951d25
Author: marc <marc>
Date:   Mon Mar 19 08:39:26 2007 +0000

    Version 0.1.0-snapshot-20070319

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

commit d3956e5222461f74ca7669a22f5963dd54311e93
Author: marc <marc>
Date:   Mon Mar 19 07:51:10 2007 +0000

    New properties of inversion run, ready for joint inversion and importance sampling
    Import of models from ascii or report files

 src/dinvercoreversion.h    |    2 +-
 src/qtbdinvercore.cpp      |   10 +++-
 src/qtbdinvercore.h        |    3 +-
 src/qtbinversionthread.cpp |   80 +++++++++++++++++++++++++--
 src/qtbinversionthread.h   |   19 ++++++-
 src/qtbnamodels.cpp        |  127 +++++++++++++++++++++++++++++++++++++++++---
 src/qtbnamodels.h          |   10 +++-
 src/qtbreportreader.cpp    |   25 ++++++++-
 src/qtbreportreader.h      |    3 +-
 9 files changed, 256 insertions(+), 23 deletions(-)

commit f462ba678b5c64671285337c824cc1d52a117e90
Author: marc <marc>
Date:   Fri Mar 9 22:04:40 2007 +0000

    Version 0.1.0-snapshot-20070309

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

commit b28723ef6414338b3829a708486098656a1e0e51
Author: marc <marc>
Date:   Fri Mar 9 21:00:48 2007 +0000

    Bug fix when regenerating new monte carlo model, really pick the starting model in the nr models.
    Facility to get a checksum of all generated models (for comparison)
    Switch to a default maximum number of 2048 models (before first grow)

 src/dinvercoreversion.h    |    2 +-
 src/qtbinversionthread.cpp |    5 ++++-
 src/qtbnamodels.cpp        |   34 +++++++++++++++++++++++++++++++---
 src/qtbnamodels.h          |   16 ++++++++++++++--
 src/qtbtriangularspace.cpp |    4 +++-
 5 files changed, 53 insertions(+), 8 deletions(-)

commit df4c2631bc7891b87c730fa9b02ffc3838851285
Author: marc <marc>
Date:   Fri Mar 9 20:57:02 2007 +0000

    *** empty log message ***

 lang/dinvercore.de.ts |   43 ++++++++++++++++++++++++-------------------
 lang/dinvercore.es.ts |   43 ++++++++++++++++++++++++-------------------
 lang/dinvercore.fr.ts |   43 ++++++++++++++++++++++++-------------------
 lang/dinvercore.it.ts |   43 ++++++++++++++++++++++++-------------------
 4 files changed, 96 insertions(+), 76 deletions(-)

commit ab4f8a9fd7a12b31acbd348017516f882d4c7e86
Author: marc <marc>
Date:   Mon Mar 5 18:19:32 2007 +0000

    Improved management of report on the disk (ownership of thread)
    New feature to clear models of a run
    Speedup of getCellLimits
    New function for misfit contouring

 src/dinvercoreversion.h    |    2 +-
 src/qtbdinvercore.cpp      |   11 ++-
 src/qtbdinvercore.h        |    3 +-
 src/qtbinversionthread.cpp |   94 +++++++++---
 src/qtbinversionthread.h   |   14 +-
 src/qtbmodelthreadinfo.h   |    4 +-
 src/qtbnamodels.cpp        |  348 +++++++++++++++++++++++++++++++++++---------
 src/qtbnamodels.h          |   37 +++--
 src/qtbparam.cpp           |    9 +-
 src/qtbparam.h             |   13 ++-
 src/qtbreportreader.cpp    |    4 +-
 src/qtbsimplecondition.cpp |   45 +------
 src/qtbsimplecondition.h   |   49 ++++++-
 13 files changed, 457 insertions(+), 176 deletions(-)

commit b6326608f2ad77173480b46b475e42e1d6a6a7c7
Author: marc <marc>
Date:   Mon Mar 5 18:17:11 2007 +0000

    *** empty log message ***

 lang/dinvercore.de.ts |  107 ++++++++++++++++++++++++++++---------------------
 lang/dinvercore.es.ts |  107 ++++++++++++++++++++++++++++---------------------
 lang/dinvercore.fr.ts |  107 ++++++++++++++++++++++++++++---------------------
 lang/dinvercore.it.ts |  107 ++++++++++++++++++++++++++++---------------------
 4 files changed, 244 insertions(+), 184 deletions(-)

commit 178c87dce76991bc340fa9bdcf043604a9b746bc
Author: marc <marc>
Date:   Tue Feb 27 22:16:03 2007 +0000

    Version 0.1.0-snapshot-20070227

 src/dinvercoreversion.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fece5da7be9e3f4ee53e9ee50f6696399eacf0a1
Author: marc <marc>
Date:   Tue Feb 27 20:20:28 2007 +0000

    Version 0.1.0-snapshot-20070227

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

commit 3d0a35a295280f0ead07805ad2f86624c5697078
Author: marc <marc>
Date:   Tue Feb 27 19:59:52 2007 +0000

    New framework for dispersion curve computation is now partially working (direct computation of DC and ell with gpdc and gpell, inversion of DC)

 admin/info                   |    4 +-
 src/dinvercoredllexport.h    |   29 +++++
 src/dinvercoreversion.h      |    2 +-
 src/qtbabstractcondition.cpp |   75 ++++++++++++++
 src/qtbabstractcondition.h   |   46 ++++++++
 src/qtbdinvercore.h          |    6 +-
 src/qtbdinvercoredllexport.h |   29 -----
 src/qtbdinverinterface.cpp   |    7 +-
 src/qtbdinverinterface.h     |    6 +-
 src/qtbinversionthread.cpp   |   12 ++-
 src/qtbinversionthread.h     |    7 +-
 src/qtbnamodels.cpp          |  132 +++++++++++++-----------
 src/qtbnamodels.h            |    4 +-
 src/qtbparam.cpp             |  234 ++++-------------------------------------
 src/qtbparam.h               |   67 ++++++------
 src/qtbparamcondition.cpp    |  137 +++----------------------
 src/qtbparamcondition.h      |   58 +++--------
 src/qtbreportwriter.cpp      |   18 ++--
 src/qtbreportwriter.h        |    4 +-
 src/qtbsimplecondition.cpp   |  163 +++++++++++++++++++++++++++++
 src/qtbsimplecondition.h     |   41 ++++++++
 src/qtbtriangularspace.cpp   |  158 ++++++++++++++++------------
 src/qtbtriangularspace.h     |   21 ++--
 23 files changed, 657 insertions(+), 603 deletions(-)

commit 2ab07aeedd66b633002a3292de0aaa5c97f7326b
Author: marc <marc>
Date:   Tue Feb 27 19:59:27 2007 +0000

    *** empty log message ***

 lang/dinvercore.de.ts |   76 +++++++++++-------------------------------------
 lang/dinvercore.es.ts |   76 +++++++++++-------------------------------------
 lang/dinvercore.fr.ts |   76 +++++++++++-------------------------------------
 lang/dinvercore.it.ts |   76 +++++++++++-------------------------------------
 4 files changed, 72 insertions(+), 232 deletions(-)

commit 2493cc9bc1401dfbac3aa12958f8cab7460c6a07
Author: marc <marc>
Date:   Fri Feb 9 19:02:23 2007 +0000

    *** empty log message ***

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

commit 2ae593a796d29786693f7504366a3071b7517452
Author: marc <marc>
Date:   Fri Feb 9 17:14:55 2007 +0000

    Switching to QtbCoreApplication framework

 src/qtbdinvercore.cpp      |    7 ++++---
 src/qtbdinvercore.h        |    7 +------
 src/qtbinversionthread.cpp |   24 ++++++++++++------------
 src/qtbinversionthread.h   |    3 ++-
 src/qtbnamodels.cpp        |   14 +++++++-------
 src/qtbparam.cpp           |   18 +++++++++---------
 src/qtbparam.h             |    4 ++--
 src/qtbparamcondition.cpp  |   14 +++++++-------
 src/qtbparamcondition.h    |    4 ++--
 src/qtbreportreader.cpp    |    9 +++++----
 src/qtbreportwriter.cpp    |   13 +++++++------
 src/qtbtriangularspace.cpp |   20 ++++++++++----------
 12 files changed, 68 insertions(+), 69 deletions(-)

commit 8c40b9786d6475119640342206d1c8f42827dd69
Author: marc <marc>
Date:   Wed Feb 7 17:07:47 2007 +0000

    Version 0.1.0-snapshot-20070207

 src/dinvercoreversion.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1c2bee006165a004a15ce0743b20f3a3f8471ec4
Author: marc <marc>
Date:   Wed Feb 7 15:38:52 2007 +0000

    Version 0.1.0-snapshot-20070207

 src/dinvercoreversion.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b934c2f1c00f1433bca8e36bf68ceacda27d67dc
Author: marc <marc>
Date:   Wed Feb 7 15:16:16 2007 +0000

    Version 0.1.0-snapshot-20070207

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

commit 26156e22a6b1317829c28be80eeaad5bcdb94864
Author: marc <marc>
Date:   Mon Feb 5 18:20:47 2007 +0000

    *** empty log message ***

 admin/info                   |    4 +-
 lang/dinvercore.de.ts        |   68 ++++++++++++++++++------------------------
 lang/dinvercore.es.ts        |   68 ++++++++++++++++++------------------------
 lang/dinvercore.fr.ts        |   68 ++++++++++++++++++------------------------
 lang/dinvercore.it.ts        |   68 ++++++++++++++++++------------------------
 src/dinvercoreversion.h      |    2 +-
 src/qtbdinvercore.cpp        |    5 ++-
 src/qtbdinvercore.h          |    3 +-
 src/qtbinversionthread.cpp   |    4 +-
 src/qtbnamodels.cpp          |    4 +-
 src/qtbparam.cpp             |    4 +-
 src/qtbparamcondition.cpp    |    4 +-
 src/qtbparamminmaxwidget.cpp |    4 +-
 src/qtbtriangularspace.cpp   |    4 +-
 14 files changed, 136 insertions(+), 174 deletions(-)

commit 6b16871149effd709f8a2d55f57ff2a78ef8974b
Author: marc <marc>
Date:   Fri Jan 19 23:13:21 2007 +0000

    Saving to temporary directory and save/saveas usual implementation
    Modification control not completely implemented

 src/dinvercoreversion.h    |    2 +-
 src/qtbdinvercore.cpp      |   33 ++++++++++++++++++++++++++-
 src/qtbdinvercore.h        |    7 +++++-
 src/qtbinversionthread.cpp |   53 ++++++++++++++++++-------------------------
 src/qtbinversionthread.h   |   17 ++++----------
 src/qtbreportwriter.cpp    |   16 ++++++++++++-
 src/qtbreportwriter.h      |    6 ++--
 7 files changed, 84 insertions(+), 50 deletions(-)

commit 9fa3bffb8a307f1cce2dc4587f484c26460bae65
Author: marc <marc>
Date:   Fri Jan 19 23:12:01 2007 +0000

    *** empty log message ***

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

commit 46f7717c3a48daeb225875b4a0e1969bd326f159
Author: marc <marc>
Date:   Thu Dec 14 13:39:11 2006 +0000

    Set Uniform cell distribution as default

 src/dinvercoreversion.h  |    2 +-
 src/qtbdinverinterface.h |    4 ++--
 src/qtbnamodels.cpp      |    8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)

commit f0eb645560b9edebc63ecfc510e17ee2ba5ffa5c
Author: marc <marc>
Date:   Fri Dec 1 17:49:18 2006 +0000

    *** empty log message ***

 lang/dinvercore.de.ts   |   59 ++++++++++++++++++++++++++++++++++++++++++++++-
 lang/dinvercore.es.ts   |   59 ++++++++++++++++++++++++++++++++++++++++++++++-
 lang/dinvercore.fr.ts   |   59 ++++++++++++++++++++++++++++++++++++++++++++++-
 lang/dinvercore.it.ts   |   59 ++++++++++++++++++++++++++++++++++++++++++++++-
 src/dinvercoreversion.h |    2 +-
 5 files changed, 233 insertions(+), 5 deletions(-)

commit dbadb149757e8dfd6b3e814017f9ac007d399ace
Author: marc <marc>
Date:   Fri Nov 17 12:28:39 2006 +0000

    New check of the correctness of conditions (check if really a forward condition), needed because
    mismatch between backwards and forwards conditions lead to very strange results.

 lang/dinvercore.de.ts      |   13 ++++
 lang/dinvercore.es.ts      |   13 ++++
 lang/dinvercore.fr.ts      |   13 ++++
 lang/dinvercore.it.ts      |   13 ++++
 src/dinvercoreversion.h    |    2 +-
 src/qtbdinverinterface.cpp |    3 +-
 src/qtbinversionthread.cpp |   33 +++++-----
 src/qtbnamodels.cpp        |   24 +++++--
 src/qtbnamodels.h          |    3 +-
 src/qtbparam.cpp           |  153 ++++++++++++++++++++++++++++++--------------
 src/qtbparam.h             |   31 +++++++--
 src/qtbparamcondition.cpp  |   28 ++++----
 src/qtbparamcondition.h    |    4 +-
 src/qtbtriangularspace.cpp |   86 +++++++++++++++++++------
 src/qtbtriangularspace.h   |   19 ++++--
 15 files changed, 314 insertions(+), 124 deletions(-)

commit 16a11e7d2105304d072649a5736d4423ec12cd73
Author: marc <marc>
Date:   Fri Nov 17 12:09:49 2006 +0000

    Version 0.1.0-snapshot-20061116

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

commit 6cfbe70874d26ef529721ab58dbfbf2fca7cf61a
Author: marc <marc>
Date:   Mon Oct 2 16:47:25 2006 +0000

    New automatic license header
    Conditions are now of type p1 > or < a*p2+b

 admin/info                   |    1 -
 src/qtbdinvercore.cpp        |   28 +---
 src/qtbdinvercore.h          |   21 +---
 src/qtbdinvercoredllexport.h |   30 +---
 src/qtbdinverinterface.cpp   |  107 +++++++++++---
 src/qtbdinverinterface.h     |   22 +---
 src/qtbinversionthread.cpp   |   32 ++---
 src/qtbinversionthread.h     |   25 +---
 src/qtbmodelthreadinfo.cpp   |   25 +---
 src/qtbmodelthreadinfo.h     |   25 +---
 src/qtbnamodels.cpp          |   45 +++---
 src/qtbnamodels.h            |   56 +++----
 src/qtbparam.cpp             |  348 +++++++++++++++++++++---------------------
 src/qtbparam.h               |   29 +---
 src/qtbparamcondition.cpp    |  167 +++++++++++++++------
 src/qtbparamcondition.h      |   75 +++++-----
 src/qtbparamminmaxwidget.cpp |   18 +--
 src/qtbparamminmaxwidget.h   |   18 +--
 src/qtbreportreader.cpp      |   27 +---
 src/qtbreportreader.h        |   23 +---
 src/qtbreportwriter.cpp      |   27 +---
 src/qtbreportwriter.h        |   23 +---
 src/qtbtriangularspace.cpp   |   48 ++++---
 src/qtbtriangularspace.h     |   25 +---
 24 files changed, 578 insertions(+), 667 deletions(-)

commit 5258d2cf65cff119f206dac75ee5b1538fb576fd
Author: marc <marc>
Date:   Mon Sep 4 15:03:50 2006 +0000

    Avoid include dependance to QtbPathTranslator

 src/qtbdinvercore.cpp      |    8 +++++++-
 src/qtbdinvercore.h        |    9 ++++++---
 src/qtbinversionthread.cpp |    5 +++--
 3 files changed, 16 insertions(+), 6 deletions(-)

commit fb5aa0292ac0ebaabb4e1febc3449684e9d15339
Author: marc <marc>
Date:   Wed Aug 16 12:13:10 2006 +0000

    Merging sesarray-2_0_0-beta-patch branch

 src/qtbdinvercore.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 9b2282900ad985ea6884fc639d41715d8daa4e5b
Author: marc <marc>
Date:   Thu Jun 15 16:52:12 2006 +0000

    Version 0.1.0-beta

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

commit d85e0aaa131cfc7068d8424c50bcd2e9dc08a45d
Author: marc <marc>
Date:   Wed Jun 14 14:00:50 2006 +0000

    Version 0.1.0-snapshot-20060614

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

commit b8183cf6d698eb3b9dc4d4e248b87018aa00f237
Author: marc <marc>
Date:   Mon Jun 12 12:35:40 2006 +0000

    Can reload reports with moved paths (QtbPathTranslator)

 lang/dinvercore.de.ts      |   12 +++++++
 lang/dinvercore.es.ts      |   12 +++++++
 lang/dinvercore.fr.ts      |   12 +++++++
 lang/dinvercore.it.ts      |   12 +++++++
 src/qtbdinvercore.h        |    5 ++-
 src/qtbdinverinterface.h   |    4 +-
 src/qtbinversionthread.cpp |   78 +++++++++++++++++++++++++------------------
 7 files changed, 98 insertions(+), 37 deletions(-)

commit 9d5ff18b3073221655b3e54410e3245ec555afb6
Author: marc <marc>
Date:   Sun Jun 4 21:33:21 2006 +0000

    Version 0.1.0-snapshot-20060604

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

commit 692781c514fee840ffb7c782d10618c189a5f938
Author: marc <marc>
Date:   Sat May 27 04:04:27 2006 +0000

    Version 0.1.0-snapshot-20060527

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

commit 512288587182c609774867cb07dfda414c1e585d
Author: marc <marc>
Date:   Sat May 20 04:07:48 2006 +0000

    Version 0.1.0-snapshot-20060520

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

commit d26c48aebcf8443c81d72c18cee3767ebc2cbe46
Author: marc <marc>
Date:   Fri May 19 18:41:51 2006 +0000

    Bug fixed: double call to stopped removed when manually stop a run
    QtbReportReader is now a shared object

 src/qtbinversionthread.cpp |    3 +--
 src/qtbreportreader.cpp    |   10 +---------
 src/qtbreportreader.h      |    9 +++++----
 3 files changed, 7 insertions(+), 15 deletions(-)

commit f03855a9f5f913fb683c174ab437e9abc7b2142e
Author: marc <marc>
Date:   Tue May 16 17:18:10 2006 +0000

    Keep parameter of previous run
    New function to test if name can be edited

 src/qtbinversionthread.cpp |   15 ++++++++++++++-
 src/qtbinversionthread.h   |    4 +++-
 2 files changed, 17 insertions(+), 2 deletions(-)

commit 73e68a611fc44757b309102635e7792d2b4ae940
Author: marc <marc>
Date:   Sat May 13 04:04:24 2006 +0000

    Version 0.1.0-snapshot-20060513

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

commit a799027bdd4fb1460066a71a651c3a494bba7f9e
Author: marc <marc>
Date:   Wed May 10 16:45:37 2006 +0000

    Version 0.1.0-snapshot-20060510

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

commit 97e825a4c06a5406ae260aad50b146a2c064495d
Author: marc <marc>
Date:   Tue May 9 16:03:41 2006 +0000

    Version 0.1.0-snapshot-20060509

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

commit 9a0079ce4f21154a8a036ad9aef43911df374860
Author: marc <marc>
Date:   Sat May 6 04:06:19 2006 +0000

    Version 0.1.0-snapshot-20060506

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

commit 8e05a03c92b1fffe2499f809c1b2c23d3235c12b
Author: marc <marc>
Date:   Fri May 5 17:47:35 2006 +0000

    Version 0.1.0-snapshot-20060505

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

commit 62f4645bd02bd66b3bf8ddb6436aef440396740b
Author: marc <marc>
Date:   Tue May 2 15:11:07 2006 +0000

    Version 0.1.0-snapshot-20060502

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

commit 243f567a83781c8e3887fe7073745f2fcbe304ae
Author: marc <marc>
Date:   Sat Apr 29 04:07:25 2006 +0000

    Version 0.1.0-snapshot-20060429

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

commit be6b07653a990f2c00cead401a446f43fade8e9e
Author: marc <marc>
Date:   Fri Apr 28 15:37:08 2006 +0000

    *** empty log message ***

 src/qtbinversionthread.cpp |   46 ++++++++++++++++++++++----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

commit e0d1cf56246804ca1147f999ebbcafda48ea693b
Author: marc <marc>
Date:   Sat Apr 22 04:07:09 2006 +0000

    Version 0.1.0-snapshot-20060422

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

commit 3c57f3d13f743016d51944e3c0db209e66efb262
Author: marc <marc>
Date:   Sat Apr 15 04:07:05 2006 +0000

    Version 0.1.0-snapshot-20060415

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

commit 5486e93836f0470f4d404fdf4427fcc512a44555
Author: marc <marc>
Date:   Mon Apr 10 15:59:36 2006 +0000

    Version 0.1.0-snapshot-20060410

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

commit f969973ce970055b2384d2f91f74022d5f3777dc
Author: marc <marc>
Date:   Mon Apr 10 12:15:53 2006 +0000

    *** empty log message ***

 lang/dinvercore.de.ts |    5 -----
 lang/dinvercore.es.ts |    5 -----
 lang/dinvercore.fr.ts |    5 -----
 lang/dinvercore.it.ts |    5 -----
 4 files changed, 0 insertions(+), 20 deletions(-)

commit e5530e72739ebdd72de43c3a874d9d3e78e8ea1c
Author: marc <marc>
Date:   Mon Apr 10 07:28:59 2006 +0000

    Gives the opportunity to the user to stop a process while generating random model

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

commit a503ae32ae0c3a850bfb1b6ef29fe50e4320ce6e
Author: marc <marc>
Date:   Fri Apr 7 08:54:16 2006 +0000

    Version 0.1.0-snapshot-20060407

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

commit 5cd9f281abe14054b6427e6b9dd3988754e4d987
Author: marc <marc>
Date:   Fri Apr 7 08:03:25 2006 +0000

    Bug fixed for random generation of models: no more limits in the number of trials. Every 10000 trials, check is made for user stop.

 src/qtbtriangularspace.cpp |   21 +++++++++++----------
 src/qtbtriangularspace.h   |    4 ++--
 2 files changed, 13 insertions(+), 12 deletions(-)

commit f81d70ac3bf97fe7ef99dcd531d6b1cd478817c7
Author: marc <marc>
Date:   Wed Apr 5 13:19:23 2006 +0000

    Version 0.1.0-snapshot-20060405

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

commit b1c8ed58b0e653585218d2597b710024c9e3fc2e
Author: marc <marc>
Date:   Wed Apr 5 10:46:18 2006 +0000

    DynScale and CellDist now added as user options
    Bug for different checksum on save/open project now fixed

 src/qtbinversionthread.cpp |   39 +++++++++++++++++++++++++++++++--------
 src/qtbinversionthread.h   |    8 +++++++-
 src/qtbnamodels.cpp        |   19 ++++++++++++-------
 src/qtbnamodels.h          |    8 +++++++-
 src/qtbtriangularspace.cpp |    5 +----
 5 files changed, 58 insertions(+), 21 deletions(-)

commit 6af6f4ddf149e59761754e3110bf3183ee73131f
Author: marc <marc>
Date:   Tue Apr 4 17:46:21 2006 +0000

    Version 0.1.0-snapshot-20060404

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

commit e50c0f54aeff83228ec8dfba3baa0497f20c1bad
Author: marc <marc>
Date:   Tue Apr 4 17:38:43 2006 +0000

    More robust computation of checksum

 lang/dinvercore.de.ts      |   20 ++++++++++++++++----
 lang/dinvercore.es.ts      |   20 ++++++++++++++++----
 lang/dinvercore.fr.ts      |   20 ++++++++++++++++----
 lang/dinvercore.it.ts      |   20 ++++++++++++++++----
 src/qtbinversionthread.cpp |    8 ++++++--
 src/qtbnamodels.cpp        |    8 +++++++-
 src/qtbnamodels.h          |    8 ++------
 src/qtbtriangularspace.cpp |   11 +++++++----
 8 files changed, 86 insertions(+), 29 deletions(-)

commit 9ff99f1f59d81ebda21e584d2244a51422cd0f86
Author: marc <marc>
Date:   Mon Apr 3 06:35:37 2006 +0000

    Version 0.1.0-snapshot-20060403

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

commit cc0ed8780983a11ccbc1e3eeb3496c63a0469cbe
Author: marc <marc>
Date:   Sun Apr 2 16:32:24 2006 +0000

    Version 0.1.0-snapshot-20060402

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

commit 8a597967c7bd9503fb0d4c313b3e821d7e1d339f
Author: marc <marc>
Date:   Sun Apr 2 15:40:30 2006 +0000

    New features: projects include runs and their models, can remove runs
    smooth stop of running process on closing, new/open/save action in file menu

 src/qtbdinvercore.cpp      |    8 +++++++-
 src/qtbdinvercore.h        |    5 +++--
 src/qtbdinverinterface.cpp |    5 +++--
 src/qtbdinverinterface.h   |    6 +++---
 src/qtbinversionthread.cpp |   24 +++++++++++++++++-------
 src/qtbinversionthread.h   |   20 ++++++++++++++++----
 src/qtbnamodels.cpp        |   10 +++++++---
 src/qtbparam.cpp           |    8 ++++----
 src/qtbtriangularspace.cpp |    4 ++--
 9 files changed, 62 insertions(+), 28 deletions(-)

commit e65be0c4fc4c0a1776142e15b6f5856581a8234e
Author: marc <marc>
Date:   Sat Apr 1 15:03:17 2006 +0000

    Including runs into dinver projects (still under development)

 lang/dinvercore.de.ts      |   17 +++++--
 lang/dinvercore.es.ts      |   17 +++++--
 lang/dinvercore.fr.ts      |   17 +++++--
 lang/dinvercore.it.ts      |   17 +++++--
 src/qtbinversionthread.cpp |  120 +++++++++++++++++++++++++++++++++++++++-----
 src/qtbinversionthread.h   |   16 ++++++-
 src/qtbnamodels.cpp        |   15 +----
 src/qtbnamodels.h          |    9 ++--
 src/qtbreportwriter.h      |    4 +-
 src/qtbtriangularspace.cpp |    4 +-
 10 files changed, 185 insertions(+), 51 deletions(-)

commit c0e8952655b21b84c221af94e3a4741f582bead9
Author: marc <marc>
Date:   Sat Apr 1 04:10:43 2006 +0000

    Version 0.1.0-snapshot-20060401

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

commit 91eecacac01820ddc537246acc2217a27c1b3bec
Author: marc <marc>
Date:   Thu Mar 30 11:08:08 2006 +0000

    Bug fixed in case of erroneous parameterization leading to null thickness layers
    It avoid infinite loop on generating random models (initialization of inversion)

 src/qtbinversionthread.cpp |   16 +++++++++-------
 src/qtbnamodels.cpp        |   10 +++++++---
 src/qtbparamcondition.cpp  |    6 +++---
 src/qtbreportreader.cpp    |    4 ++--
 src/qtbtriangularspace.cpp |   17 ++++++++++-------
 src/qtbtriangularspace.h   |    4 ++--
 6 files changed, 33 insertions(+), 24 deletions(-)

commit 23a23dd0d2c5894d409e9545a568b19566c0719e
Author: marc <marc>
Date:   Mon Mar 27 18:02:02 2006 +0000

    Version 0.1.0-snapshot-20060327

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

commit c7d3d36385e12c88c10f2f4666b48b136321b4e1
Author: marc <marc>
Date:   Sat Mar 25 04:04:33 2006 +0000

    Version 0.1.0-snapshot-20060325

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

commit 612b50fe8d0b1e2b08d16ea58b24da91d5b38c5b
Author: marc <marc>
Date:   Sat Mar 18 03:07:14 2006 +0000

    Version 0.1.0-snapshot-20060318

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

commit 36dbe5112757c46d3396f77965cf751ecc0bf882
Author: marc <marc>
Date:   Fri Mar 17 14:28:20 2006 +0000

    *** empty log message ***

 lang/dinvercore.de.ts |    5 +++++
 lang/dinvercore.es.ts |    5 +++++
 lang/dinvercore.fr.ts |    5 +++++
 lang/dinvercore.it.ts |    5 +++++
 4 files changed, 20 insertions(+), 0 deletions(-)

commit 78c9ce06fd2503f7f746163e724ffb6b45a1ed47
Author: marc <marc>
Date:   Thu Mar 16 22:28:35 2006 +0000

    New function in interface: version

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

commit 99249387d21d921a6314cc5d6ea3781c9557b7b8
Author: marc <marc>
Date:   Thu Mar 16 22:16:46 2006 +0000

    Bug fixed for Power Law and Linear layers: some models were rejected in a strange way, now fixed

 src/qtbinversionthread.cpp |   17 +++++++++++++----
 src/qtbinversionthread.h   |    3 ++-
 src/qtbnamodels.cpp        |    4 +++-
 3 files changed, 18 insertions(+), 6 deletions(-)

commit 4be50e0eff6a66b355c360b872b711145c036174
Author: marc <marc>
Date:   Tue Mar 14 20:40:19 2006 +0000

    Version 0.1.0-snapshot-20060314

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

commit 45d06c96290fdcf5b8fe8cadeb625abe3b7da1f9
Author: marc <marc>
Date:   Mon Mar 13 12:37:32 2006 +0000

    Version 0.1.0-snapshot-20060313

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

commit 41a2eb0f2ff26143bee8529542d3e3fa073a4769
Author: marc <marc>
Date:   Sat Mar 11 03:07:14 2006 +0000

    Version 0.1.0-snapshot-20060311

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

commit 8d931c8ff205a1248f122ef56a64e22e037009d9
Author: marc <marc>
Date:   Sat Mar 4 03:04:05 2006 +0000

    Version 0.1.0-snapshot-20060304

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

commit b978fac3430a412f93916360856a36f8a6e6a75f
Author: marc <marc>
Date:   Sat Feb 25 03:06:58 2006 +0000

    Version 0.1.0-snapshot-20060225

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

commit 45dcda9f8bde8a7e86df413b7182f74618fe7131
Author: marc <marc>
Date:   Sat Feb 18 03:04:25 2006 +0000

    Version 0.1.0-snapshot-20060218

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

commit 3bf8d8b996b4e31824b35a227112b485e6aa8a0a
Author: marc <marc>
Date:   Sat Feb 11 03:06:38 2006 +0000

    Version 0.1.0-snapshot-20060211

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

commit 509d88f10df80e273f488ab7e325101c0b6da6b3
Author: marc <marc>
Date:   Sat Feb 4 03:07:21 2006 +0000

    Version 0.1.0-snapshot-20060204

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

commit 2f2897d4fbb3d4b32569eee99615a5693495d118
Author: marc <marc>
Date:   Wed Feb 1 22:32:23 2006 +0000

    Version 0.1.0-snapshot-20060201

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

commit a235b34d4977917ee8a6649a43a6f4aefbb9d3a7
Author: marc <marc>
Date:   Tue Jan 31 10:07:49 2006 +0000

    Rearrangment of QtbDebugMem to make it work under Windows

 admin/info |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4a5ebb3e2f13292d88deac673a43c47f1fdbe343
Author: marc <marc>
Date:   Sat Jan 28 03:04:16 2006 +0000

    Version 0.1.0-snapshot-20060128

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

commit 23d5c4bc9f09d97b53ec017321a64588619df25f
Author: marc <marc>
Date:   Fri Jan 27 23:50:43 2006 +0000

    Feature implemented: check for overwrite (or more exactly if not adding to an existing report generated in the past

 src/qtbinversionthread.cpp |   13 ++++++++++++-
 src/qtbinversionthread.h   |    4 +++-
 src/qtbreportwriter.h      |    3 ++-
 3 files changed, 17 insertions(+), 3 deletions(-)

commit 18b5195162556ff251c929da930e9c262e0f6dd0
Author: marc <marc>
Date:   Fri Jan 27 21:41:10 2006 +0000

    *** empty log message ***

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

commit f5c155c3ad2cb618a490e4eeb14d3b8a7cdaf383
Author: marc <marc>
Date:   Wed Jan 25 12:43:26 2006 +0000

    New feature: import of models in .report
    No more blind stop of a process... now clean stop of existing runs
    Improvement of convergence with selective random generation
    Bug fixed when more than 10 parameters

 src/qtbinversionthread.cpp |   49 +++++++++++++++++++++++-
 src/qtbinversionthread.h   |    4 +-
 src/qtbnamodels.cpp        |   90 +++++++++++++++++++++++++++++++++----------
 src/qtbnamodels.h          |   15 ++++---
 src/qtbparam.h             |    5 +-
 src/qtbtriangularspace.cpp |    6 ++-
 src/qtbtriangularspace.h   |    4 +-
 7 files changed, 138 insertions(+), 35 deletions(-)

commit 9df15408c0ed6a96d4ff5ebe7326933c9e30d1b4
Author: marc <marc>
Date:   Sat Jan 21 03:03:57 2006 +0000

    Version 0.1.0-snapshot-20060121

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

commit a654db9a3c799df5ca3651aafcda16eabc7bea63
Author: marc <marc>
Date:   Mon Jan 16 17:37:34 2006 +0000

    Version 0.1.0-snapshot-20060116

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

commit 71b168ab4dc48f16797d44669613293851a394a0
Author: marc <marc>
Date:   Sat Jan 14 03:03:52 2006 +0000

    Version 0.1.0-snapshot-20060114

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

commit cfca685819f759f9da1f1c88ef171b77d8fb31a8
Author: marc <marc>
Date:   Fri Jan 13 15:15:04 2006 +0000

    Version 0.1.0-snapshot-20060113

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

commit 54207d6ae87927064aa2c0001e2d27326bfd45be
Author: marc <marc>
Date:   Thu Jan 12 16:23:24 2006 +0000

    Uniform header

 src/qtbdinvercore.cpp        |    6 +++---
 src/qtbdinvercore.h          |    6 +++---
 src/qtbdinvercoredllexport.h |    4 ++--
 src/qtbdinverinterface.cpp   |    6 +++---
 src/qtbdinverinterface.h     |    6 +++---
 src/qtbinversionthread.cpp   |    6 +++---
 src/qtbinversionthread.h     |    6 +++---
 src/qtbmodelthreadinfo.cpp   |    6 +++---
 src/qtbmodelthreadinfo.h     |    6 +++---
 src/qtbnamodels.cpp          |    8 ++++----
 src/qtbnamodels.h            |    6 +++---
 src/qtbparam.cpp             |    6 +++---
 src/qtbparam.h               |    6 +++---
 src/qtbparamcondition.cpp    |    6 +++---
 src/qtbparamcondition.h      |    6 +++---
 src/qtbparamminmaxwidget.cpp |    6 +++---
 src/qtbparamminmaxwidget.h   |    6 +++---
 src/qtbtriangularspace.cpp   |    6 +++---
 src/qtbtriangularspace.h     |    6 +++---
 19 files changed, 57 insertions(+), 57 deletions(-)

commit 1e16e272232cfab4c7f4b62251a32991c32bff6f
Author: marc <marc>
Date:   Tue Jan 10 07:30:12 2006 +0000

    Bug fixed, Nr can be 2

 src/qtbinversionthread.cpp |    3 ++-
 src/qtbnamodels.cpp        |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit e030a134af2d52d3eca4d5ee6e304cb873e2518b
Author: marc <marc>
Date:   Sat Jan 7 03:03:43 2006 +0000

    Version 0.1.0-snapshot-20060107

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

commit b631a34d9fafe0765add99b859a69634f783fbde
Author: marc <marc>
Date:   Thu Jan 5 23:24:00 2006 +0000

    Version 0.1.0-snapshot-20060106

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

commit ddf0a31a372fbb4019de9ecf96b3f0ce8307cb13
Author: marc <marc>
Date:   Thu Jan 5 23:14:15 2006 +0000

    *** empty log message ***

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

commit e7f64db9378a9091b5e87cf09138f1fa61f14428
Author: marc <marc>
Date:   Thu Jan 5 16:59:57 2006 +0000

    Computation and storage of a checksum in report files, unique for one parameterization

 lang/dinvercore.de.ts      |    8 +++++++-
 lang/dinvercore.es.ts      |    8 +++++++-
 lang/dinvercore.fr.ts      |    8 +++++++-
 lang/dinvercore.it.ts      |    8 +++++++-
 src/qtbinversionthread.cpp |    5 ++++-
 src/qtbinversionthread.h   |    8 ++++++--
 src/qtbparam.cpp           |   21 ++++++++++++++++++---
 src/qtbparam.h             |    4 +++-
 src/qtbparamcondition.cpp  |   13 ++++++++++++-
 src/qtbparamcondition.h    |    8 +++++---
 src/qtbreportreader.cpp    |   18 ++++++++++++++----
 src/qtbreportreader.h      |    8 +++++---
 src/qtbreportwriter.cpp    |   35 ++++++++++++++++++++++-------------
 src/qtbreportwriter.h      |    6 ++++--
 src/qtbtriangularspace.cpp |   21 +++++++++++++++++++--
 src/qtbtriangularspace.h   |    3 ++-
 16 files changed, 142 insertions(+), 40 deletions(-)

commit b4ade03333e473922a0493875f722142b3d6474e
Author: marc <marc>
Date:   Wed Jan 4 11:06:28 2006 +0000

    Lang files updated

 lang/dinvercore.de.ts |   41 +++++++++++++++++++++++++++++++++++++++++
 lang/dinvercore.es.ts |   41 +++++++++++++++++++++++++++++++++++++++++
 lang/dinvercore.fr.ts |   41 +++++++++++++++++++++++++++++++++++++++++
 lang/dinvercore.it.ts |   41 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 164 insertions(+), 0 deletions(-)

commit 097a530360a03e9f4d29b53a123a7262b27c743b
Author: marc <marc>
Date:   Tue Jan 3 19:07:59 2006 +0000

    Implementation of hot parameter range editing is now fully debugged

 src/qtbnamodels.cpp        |   75 ++++++++++++++++++++++++++++++++++++++++++-
 src/qtbnamodels.h          |    5 ++-
 src/qtbparam.cpp           |    5 ++-
 src/qtbparam.h             |    3 +-
 src/qtbtriangularspace.cpp |   11 ++++++-
 src/qtbtriangularspace.h   |    3 +-
 6 files changed, 94 insertions(+), 8 deletions(-)

commit 72f26417cce7660a197b4261876f51bc8619394e
Author: marc <marc>
Date:   Tue Jan 3 09:16:21 2006 +0000

    More complete interface for progress bar (QtbDinverCore)

 src/qtbdinvercore.h |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit 15d8f2a6c097813b3293a059e432235b2d4e4913
Author: marc <marc>
Date:   Sat Dec 31 03:03:43 2005 +0000

    Version 0.1.0-snapshot-20051231

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

commit fef1e7042c54f58fa10af58891a409d1c8fbe1da
Author: marc <marc>
Date:   Sat Dec 24 03:04:01 2005 +0000

    Version 0.1.0-snapshot-20051224

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

commit 2aa2a19636fd8bb4a4c8914a4da813700d99adbe
Author: marc <marc>
Date:   Fri Dec 23 10:45:17 2005 +0000

    Compilation errors

 src/qtbreportreader.cpp |    3 ++-
 src/qtbreportreader.h   |    4 +++-
 src/qtbreportwriter.h   |    3 ++-
 3 files changed, 7 insertions(+), 3 deletions(-)

commit 3b8be3e0f5c95413bcc25f1206a6d4ed3eeceace
Author: marc <marc>
Date:   Thu Dec 22 17:32:53 2005 +0000

    Heart beat of na modified to write only real models to report, not scaled
    New interface function in diverCore to get the selected threads and edit parameter ranges.
    newInversionThread no longer require the name of the run

 src/qtbdinvercore.cpp      |   13 ++++++++-
 src/qtbdinvercore.h        |    4 ++-
 src/qtbdinverinterface.cpp |    4 ++-
 src/qtbdinverinterface.h   |    8 +++--
 src/qtbinversionthread.cpp |    4 +-
 src/qtbmodelthreadinfo.cpp |   25 +++++++++++++++++
 src/qtbmodelthreadinfo.h   |   58 +++++++++++++++++++++++++++++++++++++++++
 src/qtbnamodels.cpp        |   12 ++++----
 src/qtbnamodels.h          |    4 +-
 src/qtbreportreader.cpp    |   62 ++++++++++++++++++++++++++++++++++----------
 src/qtbreportreader.h      |   15 ++++++++---
 src/qtbreportwriter.cpp    |   13 +++++----
 src/qtbreportwriter.h      |    9 +++---
 13 files changed, 186 insertions(+), 45 deletions(-)

commit 755c5a27c249a00722cd680a7543e23ae83e8271
Author: marc <marc>
Date:   Wed Dec 21 08:57:03 2005 +0000

    New inversion reports for Dinver under development
    Bug fixed when changing the name of an inversion run -> logView and report file name
    are also changed. TODO: changing name is forbidden while running (exactly while the
    report file is open)

 src/qtbdinvercore.cpp      |   11 +++++-
 src/qtbdinvercore.h        |    5 ++-
 src/qtbdinverreport.cpp    |   71 ------------------------------------
 src/qtbdinverreport.h      |   45 -----------------------
 src/qtbinversionthread.cpp |   17 ++++++---
 src/qtbinversionthread.h   |   18 ++++++++--
 src/qtbnamodels.cpp        |   14 ++++---
 src/qtbnamodels.h          |    3 +-
 src/qtbreportreader.cpp    |   78 ++++++++++++++++++++++++++++++++--------
 src/qtbreportreader.h      |   19 ++++++++--
 src/qtbreportwriter.cpp    |   85 +++++++++++++++++++++++++++++++++-----------
 src/qtbreportwriter.h      |   34 +++++++-----------
 12 files changed, 204 insertions(+), 196 deletions(-)

commit 45fb69ae24c68b56e9d37f830443eb5ce2ae5e49
Author: marc <marc>
Date:   Tue Dec 20 17:41:07 2005 +0000

    Version 0.1.0-snapshot-20051219

 src/qtbdinverreport.cpp |   71 ++++++++++++++++++++++++++++++++++++++++++
 src/qtbdinverreport.h   |   45 +++++++++++++++++++++++++++
 src/qtbreportreader.cpp |   71 ++++++++++++++++++++++++++++++++++++++++++
 src/qtbreportreader.h   |   39 +++++++++++++++++++++++
 src/qtbreportwriter.cpp |   78 +++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbreportwriter.h   |   67 ++++++++++++++++++++++++++++++++++++++++
 6 files changed, 371 insertions(+), 0 deletions(-)

commit bbcf00083643f5b333bd70714cb6afac5a490327
Author: marc <marc>
Date:   Mon Dec 19 17:28:03 2005 +0000

    Version 0.1.0-snapshot-20051219

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

commit efbdfcdbb9aa54fcef2334fba9c884fad1d4b6ce
Author: marc <marc>
Date:   Sat Dec 17 03:03:34 2005 +0000

    Version 0.1.0-snapshot-20051217

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

commit c566d1c5d43f13f7a989dd2e255a38c2e61a5127
Author: marc <marc>
Date:   Wed Dec 14 10:56:44 2005 +0000

    Version 0.1.0-snapshot-20051214

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

commit ce8227012c2bd1cf169e66a90230091886466440
Author: marc <marc>
Date:   Tue Dec 13 09:41:01 2005 +0000

    Mac needs explicit definition of library dependencies

 admin/info |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit bd8418c1fbf679d7a88a41ac455457ad751a2a39
Author: marc <marc>
Date:   Tue Dec 13 03:03:35 2005 +0000

    Version 0.1.0-snapshot-20051213

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

commit 3d624fba71e6bd463ce43e8197e9acc5b8d1a257
Author: marc <marc>
Date:   Mon Dec 12 03:03:28 2005 +0000

    Version 0.1.0-snapshot-20051212

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

commit 204cd205b82b13decba52fef4dc0defd801c16d9
Author: marc <marc>
Date:   Sun Dec 11 03:03:27 2005 +0000

    Version 0.1.0-snapshot-20051211

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

commit bb67418da4210b8dba719fa96e543107a0107ada
Author: marc <marc>
Date:   Sat Dec 10 03:03:33 2005 +0000

    Version 0.1.0-snapshot-20051210

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

commit e203fab67b4f032103331d8ed2aea98c3ad917c8
Author: marc <marc>
Date:   Fri Dec 9 08:30:17 2005 +0000

    Version 0.1.0-snapshot-20051209

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

commit 6d50750b1744a8fd47ebb621ffd27d8ffe001798
Author: marc <marc>
Date:   Wed Dec 7 09:02:14 2005 +0000

    Version 0.1.0-snapshot-20051207

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

commit b522ebd344f2e3524f3f62c0afa1b59fecf33f57
Author: marc <marc>
Date:   Tue Dec 6 13:51:54 2005 +0000

    Version 0.1.0-snapshot-20051206

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

commit e64c8985547e02375725608d8e4828a872badf78
Author: marc <marc>
Date:   Fri Dec 2 18:40:30 2005 +0000

    INSTALL updated

 INSTALL |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 48c93fa6550bcb296e30b3859b052c93ce7d6882
Author: marc <marc>
Date:   Fri Nov 25 03:10:23 2005 +0000

    Version display corrected

 admin/info                   |    2 +-
 src/dinvercoreversion.h      |    2 +-
 src/qtbdinvercore.cpp        |    8 ++++++-
 src/qtbdinvercore.h          |    8 ++++++-
 src/qtbdinvercoredllexport.h |   45 ++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 61 insertions(+), 4 deletions(-)

commit adced67d642b61f5c8a4db8a4b3effb65defefef
Author: marc <marc>
Date:   Fri Nov 18 07:24:12 2005 +0000

    Rounding error discovered on Pentium4

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

commit 4f873efdd4ee4be9c92b9ba405a3de1a15bca98f
Author: marc <marc>
Date:   Fri Nov 18 00:43:30 2005 +0000

    Bug fixed under Pentium4, strange rounding error

 src/dinvercoreversion.h |    2 +-
 src/qtbparam.cpp        |   14 +++++++++-----
 2 files changed, 10 insertions(+), 6 deletions(-)

commit 2f674ab0c1d29b4bb8ceb212edeb38d3af9fba69
Author: marc <marc>
Date:   Mon Nov 14 17:40:02 2005 +0000

    New feature: dynamic scaling of parameter space

 src/dinvercoreversion.h    |    2 +-
 src/qtbdinvercore.cpp      |    9 ++++++-
 src/qtbdinvercore.h        |    3 +-
 src/qtbnamodels.cpp        |   57 +++++++++++++++++++++++++++++++++++++++++++-
 src/qtbnamodels.h          |    3 +-
 src/qtbparam.cpp           |   28 ++++++++++++++++++---
 src/qtbparam.h             |   19 ++++++++------
 src/qtbtriangularspace.cpp |    8 +++---
 8 files changed, 108 insertions(+), 21 deletions(-)

commit e8117aa31911468665efdc4741ded77e5b82b435
Author: marc <marc>
Date:   Mon Nov 7 15:52:12 2005 +0000

    Initial revision

 INSTALL                      |   51 +++++
 LICENSE.GPL                  |  341 ++++++++++++++++++++++++++++
 admin/info                   |   19 ++
 lang/dinvercore.de.ts        |  166 ++++++++++++++
 lang/dinvercore.es.ts        |  166 ++++++++++++++
 lang/dinvercore.fr.ts        |  166 ++++++++++++++
 lang/dinvercore.it.ts        |  166 ++++++++++++++
 src/dinvercoreversion.h      |    3 +
 src/qtbdinvercore.cpp        |   66 ++++++
 src/qtbdinvercore.h          |   49 ++++
 src/qtbdinverinterface.cpp   |   65 ++++++
 src/qtbdinverinterface.h     |   64 ++++++
 src/qtbinversionthread.cpp   |   83 +++++++
 src/qtbinversionthread.h     |   60 +++++
 src/qtbnamodels.cpp          |  500 ++++++++++++++++++++++++++++++++++++++++++
 src/qtbnamodels.h            |  117 ++++++++++
 src/qtbparam.cpp             |  291 ++++++++++++++++++++++++
 src/qtbparam.h               |  120 ++++++++++
 src/qtbparamcondition.cpp    |   64 ++++++
 src/qtbparamcondition.h      |   67 ++++++
 src/qtbparamminmaxwidget.cpp |   89 ++++++++
 src/qtbparamminmaxwidget.h   |   47 ++++
 src/qtbparamminmaxwidget.ui  |  126 +++++++++++
 src/qtbtriangularspace.cpp   |  194 ++++++++++++++++
 src/qtbtriangularspace.h     |   83 +++++++
 25 files changed, 3163 insertions(+), 0 deletions(-)
