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

    Version 2.5.0

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

commit edeb164b65de62bb63551a7a3258da2dd483880c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Mar 11 22:04:16 2011 +0100

    Fix ImageLayer scaling
    
    Add browse mode for GraphContent
    Rectangle tracking with hide/show rectangle
    Scaling and reference points of ImageLayer integrated into properties
    and stored in xml

 src/Axis.h                   |    4 +-
 src/AxisWindow.cpp           |   75 ++++++++++-----
 src/AxisWindow.h             |   19 ++--
 src/CircleMask.cpp           |    6 +-
 src/CircleViewer.cpp         |   12 +-
 src/GraphContent.cpp         |  157 ++++++++++++++++++++----------
 src/GraphContent.h           |   25 +++--
 src/GraphContentLayer.cpp    |   19 ++--
 src/GraphContentLayer.h      |    2 +-
 src/ImageLayer.cpp           |  217 +++++++++++++++++++++++++++++-------------
 src/ImageLayer.h             |  130 ++++++++++++++++----------
 src/ImageLayerProperties.cpp |   97 +++++++++++++++++++
 src/ImageLayerProperties.h   |   18 +++-
 src/ImageLayerProperties.ui  |  142 +++++++++++++---------------
 src/ImageScalingPoint.cpp    |  168 ++++++++++++++++++++++++---------
 src/ImageScalingPoint.h      |   25 ++++--
 src/ImageScalingPoint.ui     |  138 +++++++++++----------------
 src/LayerMouseTracking.cpp   |   35 +++++---
 src/LayerMouseTracking.h     |   32 ++++--
 src/LineLayer.cpp            |   21 +++--
 src/LineLayer.h              |    2 +-
 src/LineLayerProperties.cpp  |    2 +-
 src/MouseTracking.cpp        |   34 ++++---
 src/MouseTracking.h          |   15 ++--
 src/PolarGridPlot.cpp        |   14 ++--
 src/Scale.cpp                |    8 +-
 src/Scale.h                  |   19 +---
 src/SlopeEstimator.cpp       |    4 +-
 28 files changed, 917 insertions(+), 523 deletions(-)

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

    Version 2.4.0

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

commit 75564a37d650fef3a39557de6356aac645a47f38
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Jan 30 22:15:44 2011 +0100

    Split curve points and properties in XML
    
    GraphContent::findLayer() becomes public
    New layerPolish() started after all layers are loaded from XML
    GraphContentLayer removable deduced from a reference counter
    ParallelBands: removal of Point2D which was meaningless

 src/AbstractLine.cpp                |   62 ++++++++++++++---------
 src/AbstractNameLine.cpp            |   59 ++++++++++++---------
 src/CurveBrowserAverage.cpp         |    1 +
 src/CurveBrowserAverage.ui          |   51 +++++++++++-------
 src/GraphContent.cpp                |   36 +++++++++----
 src/GraphContent.h                  |   17 ++++---
 src/GraphContentLayer.cpp           |    8 ++--
 src/GraphContentLayer.h             |    9 ++-
 src/GraphContentLayerProperties.cpp |   24 ++++----
 src/LineLayer.cpp                   |   95 +++++++++++++++++++++--------------
 src/ParallelBand.cpp                |   20 ++++++--
 src/ParallelBand.h                  |   29 +++++++---
 src/ParallelBands.cpp               |   75 +++++++++++++--------------
 src/ParallelBands.h                 |   17 +++---
 src/XMLSciFigs.cpp                  |    2 +-
 15 files changed, 298 insertions(+), 207 deletions(-)

commit 48788d0bab9005f2af02fadf2455c87d279be17a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 28 18:02:10 2011 +0100

    Fix package ownership

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

commit 1d9d97f5ca4d1adbfd17ca3c123f4692bb632cac
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 28 10:50:41 2011 +0100

    Use of ColumnTextIterator for CurveBrowserProxy

 src/CurveBrowser.cpp    |   18 ++++++++--------
 src/CurveBrowser.h      |   13 +++++------
 src/CurveBrowserProxy.h |    2 +-
 src/StatProxy.cpp       |   52 ++++++++++++++++++++++------------------------
 src/StatProxy.h         |    2 +-
 5 files changed, 42 insertions(+), 45 deletions(-)

commit 158d116a51c6b9b9eb2b23dfd16f48301520d5d9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jan 17 16:09:57 2011 +0100

    Commit color when click on color button

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

commit 73e436f61322c3f2fd4064c8a706256de36f99a5
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 7 14:59:10 2011 +0100

    Add AxisType option for setGeometry()

 src/GraphicSheetMenu.cpp |   10 +++++-----
 src/GraphicSheetMenu.h   |   11 ++++++-----
 2 files changed, 11 insertions(+), 10 deletions(-)

commit ed26dd6558653278e7d956464ead3938c2b2c693
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 7 10:16:39 2011 +0100

    Move CircleMask from gpfksimulator
    
    Fix compatibility issue for .layer files (Data -- Layer enum)

 src/CircleMask.cpp   |  110 ++++++++++
 src/CircleMask.h     |   51 +++++
 src/CircleViewer.cpp |  542 +++++++++++++++++++++++++-------------------------
 src/CircleViewer.h   |   86 ++++----
 src/XMLSciFigs.cpp   |  149 +++++++-------
 5 files changed, 551 insertions(+), 387 deletions(-)

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

    Set release version

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

commit 5f7b5808b3fbacd483be0d54535f2d5342c62de9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jan 3 16:54:02 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 ba5fdc739f6933d4d37b505620646f7a27183d3e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jan 3 16:26:04 2011 +0100

    New XML type: layer
    
    No warning for GraphContent intersection if there are NaN
    The new type Layer contains also layer properties, not only data

 src/GraphContent.cpp        |    8 ++++----
 src/GraphContentOptions.cpp |    9 +++++++--
 src/GraphicObject.cpp       |    2 +-
 src/XMLSciFigs.cpp          |    8 ++++++--
 src/XMLSciFigs.h            |    2 +-
 5 files changed, 19 insertions(+), 10 deletions(-)

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

    Version 2.3.0-snapshot-20101119

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

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

    Version 2.3.0-snapshot-20101117

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

commit 66fff92b0f90680c0b8612afe7827ef5b2af0907
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Nov 17 18:01:04 2010 +0100

    Fix wrong path for plugins under Mac

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

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

    Starts drawing threads with the lowest priority

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

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

    Version 2.3.0-snapshot-20101115

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

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

    Version 2.3.0-snapshot-20101007

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

commit 163996f2ccab5241f378c3c4667749a1456686e5
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Oct 6 15:56:07 2010 +0200

    Add comment for layer lock

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

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

    Version 2.3.0-snapshot-20100914

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

commit 3f8b1819dfd6c4267cc2a683751cff1e71000269
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Sep 12 07:09:37 2010 +0200

    More debug output for colorMask() bug

 src/GraphicObject.cpp |   28 +++++++++++++++++++---------
 1 files changed, 19 insertions(+), 9 deletions(-)

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

    Version 2.3.0-snapshot-20100806

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

commit 18204ca2f7ea4adc9fb9e501789316bf62d96a70
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 30 15:53:20 2010 +0200

    Fix bug removing a line

 src/CurveBrowser.cpp    |   17 +++++++++--------
 src/GraphicSheet.cpp    |    2 +-
 src/LegendTableItem.cpp |    2 +-
 3 files changed, 11 insertions(+), 10 deletions(-)

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

    Unify firstField() & nextField() in StringSection

 src/AbstractLine.cpp     |    4 +++-
 src/AbstractNameLine.cpp |    4 +++-
 src/CircleViewer.cpp     |    4 +++-
 3 files changed, 9 insertions(+), 3 deletions(-)

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

    Version 2.3.0-snapshot-20100616

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

commit d2bf92df5ebf1055ebc5e70105a5e79ac6238762
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 16 21:20:35 2010 +0200

    Fix a major bug removing layers
    
    When removing layers with an active property editor, the references to
    the layers were not deleted resulting in unknown behavior, but usually
    fatal.
    
    Add copy and paste for layers, makups for objects and makups for sheets.

 src/GraphContent.cpp  |   53 ++++++++++++++++++++++-
 src/GraphContent.h    |    2 +
 src/GraphicObject.cpp |  111 +++++++++++++++++++++++++++++++++++--------------
 src/GraphicObject.h   |   34 ++++++++-------
 src/GraphicSheet.cpp  |   52 ++++++++++++++++++++++-
 src/GraphicSheet.h    |    2 +
 src/MakeUpFilter.cpp  |   16 ++++++-
 src/MakeUpFilter.h    |    4 +-
 8 files changed, 221 insertions(+), 53 deletions(-)

commit 28e9162bdfdb021e4f4e6fb35e2d196ae7fd31b9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 9 20:48:08 2010 +0200

    Partly translate to French

 lang/SciFigs.de.ts        | 2630 +++++++++++++++++++++--------------------
 lang/SciFigs.es.ts        | 2630 +++++++++++++++++++++--------------------
 lang/SciFigs.fr.ts        | 2914 +++++++++++++++++++++++----------------------
 lang/SciFigs.it.ts        | 2630 +++++++++++++++++++++--------------------
 src/SciFigsPreferences.ui |  235 ++---
 src/TextEditProperties.ui |  106 +--
 6 files changed, 5675 insertions(+), 5470 deletions(-)

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

    Version 2.3.0-snapshot-20100525

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

commit d5d595e8d68e9b02c7ff240f42c025fc915739f7
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon May 24 17:42:45 2010 +0200

    TRACE_INT replaced by TRACE_BUG_INT
    
    Other types as well

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

commit c118d27cde2fd3beb02ffd66aa7b90035e543694
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon May 10 18:33:43 2010 +0200

    Fix currentLine() when there is no curve
    
    Returns -1 instead of 0

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

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

    Version 2.3.0-snapshot-20100507

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

commit 276ad21f756cd362e35a47bd08f71e3b93cca674
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri May 7 17:54:35 2010 +0200

    Fix crash for empty curves

 src/CurveBrowser.cpp |   31 +++++++++++++++++++++----------
 1 files changed, 21 insertions(+), 10 deletions(-)

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

    Version 2.3.0-snapshot-20100506

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

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

    Fix bug in CurveBrowser::cut, ensure range is valid
    
    Another try to fix the bug around enterEvent()
    setMapScale(): does not touch scale if it already at less than 10%
    than what is needed

 src/AxisWindow.cpp    |   20 +++++++++++++++++---
 src/CurveBrowser.cpp  |    6 ++++++
 src/GraphicObject.cpp |    5 +++--
 3 files changed, 26 insertions(+), 5 deletions(-)

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

    Version 2.3.0-snapshot-20100504

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

commit f353f702b1b3a5dc949e92756662570e2cb9db3d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Apr 26 17:47:32 2010 +0200

    Fix refresh after removing last layer

 src/CurveBrowser.cpp  |    6 +++---
 src/GraphContent.cpp  |   39 +++++++++++++++++++++++++--------------
 src/GraphicObject.cpp |    2 ++
 src/GraphicSheet.cpp  |    5 +++++
 4 files changed, 35 insertions(+), 17 deletions(-)

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

    Version 2.3.0-snapshot-20100416

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

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

    Version 2.3.0-snapshot-20100324

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

commit 2884885c5d239d171fdffcc76a09ffe592fc0a2d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 22 01:08:55 2010 +0100

    New report for XML errors

 src/ColorPaletteWidget.cpp          |    8 ++++++--
 src/CurveBrowser.cpp                |    2 +-
 src/GraphContent.cpp                |    8 ++++++--
 src/GraphContentLayerProperties.cpp |    8 ++++++--
 src/GraphicObject.cpp               |   18 +++++++++++++-----
 src/GraphicSheet.cpp                |   17 ++++++++++++-----
 src/LegendProperties.cpp            |   19 +++++++++++++------
 src/LegendWidget.cpp                |   10 ++++++++--
 src/PaletteProperties.cpp           |   20 +++++++++++++-------
 src/XMLSciFigs.cpp                  |    7 ++++---
 src/XMLSciFigs.h                    |    2 +-
 11 files changed, 83 insertions(+), 36 deletions(-)

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

    Remove doc presentation of library

 doc/images/intro_scifigs.page        |  797 -----
 doc/images/intro_scifigs.page.bin    |  Bin 8139383 -> 0 bytes
 doc/images/intro_scifigs.png         |  Bin 90154 -> 0 bytes
 doc/images/intro_scifigs.ps          | 5860 ----------------------------------
 doc/images/qtbaxiswindow.png         |  Bin 7520 -> 0 bytes
 doc/images/qtbaxiswindow.ps          | 1477 ---------
 doc/images/qtbcolorpalettewidget.png |  Bin 7392 -> 0 bytes
 doc/images/qtbcolorpalettewidget.ps  | 2792 ----------------
 src/GraphicSheet.cpp                 |    3 +-
 src/SciFigs.cpp                      |   92 +-
 10 files changed, 9 insertions(+), 11012 deletions(-)

commit c842797371af0236c71689ab847196747353cb9c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Mar 2 07:53:28 2010 +0100

    Add traces for enterEvent() recursion bug

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

commit 022471b07cecda93e1a2b5f01787c3fbea8a6378
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 26 19:44:55 2010 +0100

    Version 2.3.0-snapshot-20100226

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

commit 37feb7fcf3a7ef37791c4f5a032d0c301e2ab8b4
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Feb 22 18:58:51 2010 +0100

    Version 2.3.0-snapshot-20100222

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

commit be3786ebbc37c28d52d3769e3230b1d7b6db1e4c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Feb 22 07:43:42 2010 +0100

    Export CircleViewer::Limits for windows

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

commit 84a26a7b79ca6abe99811016a3abcc5ece434529
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 21 20:43:42 2010 +0100

    Version 2.3.0-snapshot-20100221

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

commit 35835f2610ec49d47380fdfc2d4f80d4dcb9fca8
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 21 20:34:14 2010 +0100

    Fix color problem for legend table

 src/ColorPaletteWidget.cpp  |    4 ++-
 src/LegendTable.cpp         |    1 +
 src/LegendTableDelegate.cpp |   68 +++++++++++++++++++------------------------
 src/LegendTableDelegate.h   |    4 +-
 src/LegendTableItem.cpp     |   20 ++++++++++++-
 5 files changed, 55 insertions(+), 42 deletions(-)

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

    Version 2.3.0-snapshot-20100220

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

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

    Version 2.3.0-snapshot-20100219

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

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

    Version 2.3.0-snapshot-20100218

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

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

    Version 2.3.0-snapshot-20100217

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

commit 83fd375b740d038a8c922df9f928e4cbd942e4ba
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 17 15:09:45 2010 +0100

    Fix crash when tracking rectangle
    
    A try to fix recursion problem observed for Mac with Qt 4.6.1
    Const for pointer to vector of point indexes in ...ColorLines

 src/GraphicObject.cpp      |    6 +++++-
 src/GraphicSheet.cpp       |    8 +-------
 src/XUniqueYColorLines.cpp |    8 ++++----
 src/XUniqueYColorLines.h   |    2 +-
 src/XYColorLines.h         |    2 +-
 5 files changed, 12 insertions(+), 14 deletions(-)

commit 2b84f4f18ded91ebd156b69f97aaac41da9a98fb
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 17 13:20:44 2010 +0100

    Use central repository for plugins

 src/SciFigsGlobal.cpp      |    8 +------
 src/SciFigsGlobal.h        |    6 -----
 src/SciFigsPlugin.cpp      |   52 ++++++++++++++++++++++++-------------------
 src/SciFigsPlugin.h        |    4 +-
 src/SciFigsPreferences.cpp |   14 ++++++-----
 5 files changed, 40 insertions(+), 44 deletions(-)

commit 9e114e9cf861888b333c0185060c22f126c1e6a9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 12 19:40:25 2010 +0100

    Version 2.3.0-snapshot-20100212

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

commit fa23d8566a22e68eae0d63d2ac38ecd03da39152
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 12 19:32:21 2010 +0100

    Improve user info in case of XML error

 src/ColorPaletteWidget.cpp          |    2 +-
 src/GraphContent.cpp                |    2 +-
 src/GraphContentLayerProperties.cpp |    2 +-
 src/GraphicObject.cpp               |    2 +-
 src/GraphicSheet.cpp                |   29 +++++++++++++++--------------
 src/LegendProperties.cpp            |   21 +++++++++++----------
 src/LegendWidget.cpp                |    2 +-
 src/PaletteProperties.cpp           |   15 ++++++++-------
 src/XMLSciFigs.cpp                  |   24 ++++++++++++------------
 src/XMLSciFigs.h                    |    6 +++---
 10 files changed, 54 insertions(+), 51 deletions(-)

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

    Version 2.3.0-snapshot-20100209

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

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

    Version 2.3.0-snapshot-20100206

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

commit 4518fb5c1a7ac50b811aa600c4a5d5470ee64264
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Feb 6 23:48:59 2010 +0100

    Fix setting color in LegendTable
    
    Fix undeleted warning for SciFigs plugins
    Fix Q_DECLARE_METATYPE with namespace (problem in moc)

 src/Legend.h                |    3 +-
 src/LegendProperties.cpp    |    1 +
 src/LegendTableDelegate.cpp |   49 +++++++++++++++++++++++++++++++-----------
 src/LegendTableDelegate.h   |    7 ++++-
 src/Scale.cpp               |    2 +-
 src/SciFigsGlobal.cpp       |    7 ++++++
 src/SciFigsGlobal.h         |    6 +++++
 src/SciFigsPlugin.cpp       |    7 ++---
 src/SciFigsPlugin.h         |    2 -
 9 files changed, 61 insertions(+), 23 deletions(-)

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

    Add one more TRACE_BUG to better document bug

 src/GraphicObject.cpp |    1 +
 src/GraphicSheet.cpp  |   12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

commit 1a8eb79502490062a345ca0b0db5a7628b12db48
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Jan 30 13:14:37 2010 +0100

    Version 2.3.0-snapshot-20100130

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

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

    Version 2.3.0-snapshot-20100128

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

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

    Debug instrumentation of addSelection()

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

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

    Version 2.3.0-snapshot-20100127

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

commit d615957797f52154e0dd057f7cd6383964367d41
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 27 20:56:45 2010 +0100

    Remove confirmation for multiple row editing

 src/CurveBrowser.cpp            |    5 -----
 src/LegendTable.cpp             |    5 -----
 src/LineLayerProperties.cpp     |    5 -----
 src/NameLineLayerProperties.cpp |    5 -----
 4 files changed, 0 insertions(+), 20 deletions(-)

commit 8042a97e2856dd7f7c083d4585acff2c947099e6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 27 09:24:17 2010 +0100

    Add include required for -no-pch option

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

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

    Version 2.3.0-snapshot-20100126

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

commit 3998bbae052dcb780eaf36f91955b67921ecf47f
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jan 26 23:32:15 2010 +0100

    Add text color and text attributes to gui
    
    Add a new property to LegendItem and AbstractNameLine: TextColor.
    textDx, textDy and textOrientation now accessible for the user through
    NameLineLayerProperties.
    Changing legend commit directly to the object.
    Fix tooltip for TextEdit (due to mask was difficult to activate)
    Remove add(QString) in Legend and replace it by setTexts(QStringList),
    which remove all items not in QStringList but still keep existing
    attributes.
    Display of LegendWidget now takes the height of line and symbol into
    account.
    Plot of labels of NameLine: symbol size is taken into account only if it
    does not fit between center point and label.

 src/AbstractNameLine.cpp        |   13 +++-
 src/AbstractNameLine.h          |    9 ++-
 src/CurveBrowser.cpp            |   40 ++++++------
 src/CurveBrowser.h              |    3 +
 src/GraphicObject.cpp           |   11 +++
 src/GraphicObject.h             |    2 +
 src/Legend.cpp                  |   78 ++++++++++++++++++----
 src/Legend.h                    |   10 ++-
 src/LegendItem.cpp              |   19 ++++-
 src/LegendItem.h                |    9 ++-
 src/LegendItemWidget.cpp        |    2 +-
 src/LegendProperties.cpp        |    5 +-
 src/LegendProperties.ui         |  123 ++++++++++++++---------------------
 src/LegendTable.cpp             |   13 +++-
 src/LegendTable.h               |   15 ++--
 src/LegendTableDelegate.cpp     |   15 +++--
 src/LegendTableItem.cpp         |   26 ++++++--
 src/LegendWidget.cpp            |   25 +++++--
 src/LineItem.cpp                |    9 +--
 src/LineItem.h                  |    4 +-
 src/LineLayer.cpp               |   20 +++---
 src/LineLayer.h                 |    5 +-
 src/LineLayerProperties.cpp     |   43 ++++++------
 src/LineLayerProperties.h       |    4 +-
 src/NameLineDelegate.cpp        |   88 +++++++++++++++++++++++++
 src/NameLineDelegate.h          |   53 +++++++++++++++
 src/NameLineItem.cpp            |  137 +++++++++++++++++++++++++++++++++++++++
 src/NameLineItem.h              |   58 ++++++++++++++++
 src/NameLineLayer.cpp           |   65 +++++++++++++++----
 src/NameLineLayer.h             |    3 +
 src/NameLineLayerProperties.cpp |  113 ++++++++++++++++++++++++++++++++
 src/NameLineLayerProperties.h   |   16 ++++-
 src/NameLineLayerProperties.ui  |   75 ++++++++++++---------
 src/PaletteInterpole.cpp        |    2 +-
 src/SelectionWidget.cpp         |    1 +
 35 files changed, 871 insertions(+), 243 deletions(-)

commit 0886e50f03818a17bab992c8a65c278f9df20d74
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 13 11:26:32 2010 +0100

    Version 2.3.0-snapshot-20100113

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

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

    Strict namespace for libraries

 src/AbstractLine.cpp                    |    4 ++++
 src/AbstractLine.h                      |    4 ++++
 src/AbstractNameLine.cpp                |    4 ++++
 src/AbstractNameLine.h                  |    4 ++++
 src/ActivityMonitor.cpp                 |    4 ++++
 src/ActivityMonitor.h                   |    4 ++++
 src/Axis.cpp                            |    4 ++++
 src/Axis.h                              |    6 +++++-
 src/AxisFormatProperties.cpp            |    4 ++++
 src/AxisFormatProperties.h              |    5 +++++
 src/AxisFormatProperties.ui             |    6 +++---
 src/AxisProperties.h                    |    2 ++
 src/AxisScaleProperties.cpp             |    4 ++++
 src/AxisScaleProperties.h               |    4 ++++
 src/AxisScaleProperties.ui              |    4 ++--
 src/AxisWindow.cpp                      |   14 ++++++++++----
 src/AxisWindow.h                        |    5 ++++-
 src/Brush.cpp                           |    4 ++++
 src/Brush.h                             |    4 ++++
 src/CircleViewer.cpp                    |    4 ++++
 src/CircleViewer.h                      |    4 ++++
 src/ColorPaletteLayer.cpp               |    4 ++++
 src/ColorPaletteLayer.h                 |    4 ++++
 src/ColorPaletteWidget.cpp              |   13 +++++++++----
 src/ColorPaletteWidget.h                |    4 ++++
 src/CoordTip.cpp                        |    4 ++++
 src/CoordTip.h                          |    4 ++++
 src/CurveBrowser.cpp                    |    4 ++++
 src/CurveBrowser.h                      |    7 ++++++-
 src/CurveBrowserAverage.cpp             |    4 ++++
 src/CurveBrowserAverage.h               |    4 ++++
 src/CurveBrowserCut.cpp                 |    4 ++++
 src/CurveBrowserCut.h                   |    4 ++++
 src/CurveBrowserDelegate.cpp            |    4 ++++
 src/CurveBrowserDelegate.h              |    4 ++++
 src/CurveBrowserItem.cpp                |    4 ++++
 src/CurveBrowserItem.h                  |    4 ++++
 src/CurveBrowserProxy.cpp               |    4 ++++
 src/CurveBrowserProxy.h                 |    8 ++++++--
 src/CurveBrowserResample.cpp            |    4 ++++
 src/CurveBrowserResample.h              |    4 ++++
 src/CurveBrowserSimpleProxy.cpp         |    4 ++++
 src/CurveBrowserSimpleProxy.h           |    4 ++++
 src/CurveBrowserSmooth.cpp              |    4 ++++
 src/CurveBrowserSmooth.h                |    4 ++++
 src/GraphContent.cpp                    |    4 ++++
 src/GraphContent.h                      |    4 ++++
 src/GraphContentFormatProperties.cpp    |    4 ++++
 src/GraphContentFormatProperties.h      |    4 ++++
 src/GraphContentFormatProperties.ui     |    4 ++--
 src/GraphContentLayer.cpp               |    4 ++++
 src/GraphContentLayer.h                 |    4 ++++
 src/GraphContentLayerFactory.cpp        |    4 ++++
 src/GraphContentLayerFactory.h          |    5 +++++
 src/GraphContentLayerProperties.cpp     |    8 ++++++--
 src/GraphContentLayerProperties.h       |    4 ++++
 src/GraphContentOptions.cpp             |    4 ++++
 src/GraphContentOptions.h               |    5 ++++-
 src/GraphicObject.cpp                   |    5 +++++
 src/GraphicObject.h                     |    6 +++++-
 src/GraphicObjectFactory.cpp            |    4 ++++
 src/GraphicObjectFactory.h              |    5 +++++
 src/GraphicObjectGeometryProperties.cpp |    4 ++++
 src/GraphicObjectGeometryProperties.h   |    4 ++++
 src/GraphicObjectIdProperties.cpp       |    4 ++++
 src/GraphicObjectIdProperties.h         |    4 ++++
 src/GraphicObjectPrintProperties.cpp    |    4 ++++
 src/GraphicObjectPrintProperties.h      |    4 ++++
 src/GraphicSheet.cpp                    |    4 ++++
 src/GraphicSheet.h                      |    9 ++++++---
 src/GraphicSheetMenu.cpp                |    4 ++++
 src/GraphicSheetMenu.h                  |    5 +++--
 src/GraphicSheetProperties.cpp          |    4 ++++
 src/GraphicSheetProperties.h            |    4 ++++
 src/GridMaxFollower.cpp                 |    4 ++++
 src/GridMaxFollower.h                   |    4 ++++
 src/GridPlot.cpp                        |    4 ++++
 src/GridPlot.h                          |    4 ++++
 src/GridProperties.cpp                  |    4 ++++
 src/GridProperties.h                    |    4 ++++
 src/GridViewer.cpp                      |    4 ++++
 src/GridViewer.h                        |    6 +++++-
 src/ImageLayer.cpp                      |    4 ++++
 src/ImageLayer.h                        |    5 ++++-
 src/ImageLayerProperties.cpp            |    4 ++++
 src/ImageLayerProperties.h              |    4 ++++
 src/ImageScalingPoint.cpp               |    4 ++++
 src/ImageScalingPoint.h                 |    4 ++++
 src/ImageWidget.cpp                     |   14 +++++++++-----
 src/ImageWidget.h                       |    4 ++++
 src/ImageWidgetProperties.cpp           |    4 ++++
 src/ImageWidgetProperties.h             |    4 ++++
 src/IrregularGrid2DDraw.cpp             |    4 ++++
 src/IrregularGrid2DDraw.h               |    9 +++++++--
 src/IrregularGrid2DPlot.cpp             |    4 ++++
 src/IrregularGrid2DPlot.h               |    9 ++++++---
 src/LayerLocker.cpp                     |    4 ++++
 src/LayerLocker.h                       |    4 ++++
 src/LayerMouseTracking.cpp              |    4 ++++
 src/LayerMouseTracking.h                |    6 +++++-
 src/LayerPainter.cpp                    |    4 ++++
 src/LayerPainter.h                      |    4 ++++
 src/LayerPainterRequest.cpp             |    4 ++++
 src/LayerPainterRequest.h               |    6 ++++++
 src/LayerPainterThread.cpp              |    4 ++++
 src/LayerPainterThread.h                |    4 ++++
 src/Legend.cpp                          |    4 ++++
 src/Legend.h                            |    7 ++++++-
 src/LegendFormatProperties.cpp          |    4 ++++
 src/LegendFormatProperties.h            |    4 ++++
 src/LegendItem.cpp                      |    4 ++++
 src/LegendItem.h                        |    4 ++++
 src/LegendItemWidget.cpp                |    4 ++++
 src/LegendItemWidget.h                  |    4 ++++
 src/LegendProperties.cpp                |   10 +++++++---
 src/LegendProperties.h                  |   10 +++++++---
 src/LegendProperties.ui                 |    6 +++---
 src/LegendTable.cpp                     |    4 ++++
 src/LegendTable.h                       |   11 ++++++-----
 src/LegendTableDelegate.cpp             |    4 ++++
 src/LegendTableDelegate.h               |    4 ++++
 src/LegendTableItem.cpp                 |    4 ++++
 src/LegendTableItem.h                   |    4 ++++
 src/LegendWidget.cpp                    |   14 +++++++++-----
 src/LegendWidget.h                      |    4 ++++
 src/LineDelegate.cpp                    |    4 ++++
 src/LineDelegate.h                      |    4 ++++
 src/LineEditor.cpp                      |    4 ++++
 src/LineEditor.h                        |    7 ++++++-
 src/LineFactory.cpp                     |    4 ++++
 src/LineFactory.h                       |    5 +++++
 src/LineItem.cpp                        |    4 ++++
 src/LineItem.h                          |    4 ++++
 src/LineLayer.cpp                       |    4 ++++
 src/LineLayer.h                         |    4 ++++
 src/LineLayerProperties.cpp             |    4 ++++
 src/LineLayerProperties.h               |    6 +++++-
 src/LiveGridLayer.cpp                   |    4 ++++
 src/LiveGridLayer.h                     |    7 ++++++-
 src/LiveGridLayerProperties.cpp         |    4 ++++
 src/LiveGridLayerProperties.h           |    6 +++++-
 src/MakeUpFilter.cpp                    |    4 ++++
 src/MakeUpFilter.h                      |    4 ++++
 src/MouseTracking.cpp                   |    4 ++++
 src/MouseTracking.h                     |    4 ++++
 src/NameLine.cpp                        |    4 ++++
 src/NameLine.h                          |    4 ++++
 src/NameLineLayer.cpp                   |    4 ++++
 src/NameLineLayer.h                     |    4 ++++
 src/NameLineLayerProperties.cpp         |    4 ++++
 src/NameLineLayerProperties.h           |    4 ++++
 src/OrderTip.cpp                        |    4 ++++
 src/OrderTip.h                          |    4 ++++
 src/PageLimit.cpp                       |    4 ++++
 src/PageLimit.h                         |    4 ++++
 src/PaintProgress.cpp                   |    4 ++++
 src/PaintProgress.h                     |    4 ++++
 src/PaletteInterpole.cpp                |    4 ++++
 src/PaletteInterpole.h                  |    4 ++++
 src/PaletteProperties.cpp               |    4 ++++
 src/PaletteProperties.h                 |    4 ++++
 src/PaletteProperties.ui                |    6 +++---
 src/PaletteTable.cpp                    |    4 ++++
 src/PaletteTable.h                      |    6 +++++-
 src/ParallelBand.cpp                    |    4 ++++
 src/ParallelBand.h                      |    4 ++++
 src/ParallelBands.cpp                   |    4 ++++
 src/ParallelBands.h                     |    4 ++++
 src/Pen.cpp                             |    4 ++++
 src/Pen.h                               |    4 ++++
 src/PlotLine.cpp                        |    4 ++++
 src/PlotLine.h                          |    4 ++++
 src/PlotLine2D.cpp                      |    4 ++++
 src/PlotLine2D.h                        |    6 +++++-
 src/PointProperties.cpp                 |    4 ++++
 src/PointProperties.h                   |    4 ++++
 src/PolarGridPlot.cpp                   |    4 ++++
 src/PolarGridPlot.h                     |    6 +++++-
 src/Scale.cpp                           |    4 ++++
 src/Scale.h                             |    4 ++++
 src/SciFigs.cpp                         |    4 ++++
 src/SciFigsGlobal.cpp                   |    4 ++++
 src/SciFigsGlobal.h                     |    4 ++++
 src/SciFigsPlugin.cpp                   |   10 +++++++---
 src/SciFigsPlugin.h                     |    6 +++++-
 src/SciFigsPreferences.cpp              |    4 ++++
 src/SciFigsPreferences.h                |    4 ++++
 src/SelectionWidget.cpp                 |    4 ++++
 src/SelectionWidget.h                   |    4 ++++
 src/SlopeEstimator.cpp                  |    4 ++++
 src/SlopeEstimator.h                    |    4 ++++
 src/StatLine.cpp                        |    6 +++++-
 src/StatLine.h                          |    4 ++++
 src/StatProxy.cpp                       |    4 ++++
 src/StatProxy.h                         |    4 ++++
 src/Symbol.cpp                          |    4 ++++
 src/Symbol.h                            |    4 +++-
 src/TextEdit.cpp                        |   14 +++++++++-----
 src/TextEdit.h                          |    4 ++++
 src/TextEditProperties.cpp              |    4 ++++
 src/TextEditProperties.h                |    4 ++++
 src/XMLSciFigs.cpp                      |    4 ++++
 src/XMLSciFigs.h                        |    6 +++++-
 src/XUniqueYColorLines.cpp              |    4 ++++
 src/XUniqueYColorLines.h                |    4 ++++
 src/XYColorLines.cpp                    |    4 ++++
 src/XYColorLines.h                      |    8 ++++++--
 src/XYColorLinesProperties.cpp          |    4 ++++
 src/XYColorLinesProperties.h            |    4 ++++
 src/XYColorPlot.cpp                     |    4 ++++
 src/XYColorPlot.h                       |    4 ++++
 src/XYPlot.cpp                          |    4 ++++
 src/XYPlot.h                            |    4 ++++
 src/XYPlotProperties.cpp                |    4 ++++
 src/XYPlotProperties.h                  |    4 ++++
 src/XYValueLines.cpp                    |    4 ++++
 src/XYValueLines.h                      |    4 ++++
 src/XYValuePlot.cpp                     |    4 ++++
 src/XYValuePlot.h                       |    4 ++++
 219 files changed, 942 insertions(+), 86 deletions(-)

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

    Replace copyright by list of authors

 src/AbstractLine.cpp                    |    5 +++--
 src/AbstractLine.h                      |    5 +++--
 src/AbstractNameLine.cpp                |    5 +++--
 src/AbstractNameLine.h                  |    5 +++--
 src/ActivityMonitor.cpp                 |    5 +++--
 src/ActivityMonitor.h                   |    5 +++--
 src/Axis.cpp                            |    6 ++++--
 src/Axis.h                              |    6 ++++--
 src/AxisFormatProperties.cpp            |    5 +++--
 src/AxisFormatProperties.h              |    5 +++--
 src/AxisProperties.cpp                  |    5 +++--
 src/AxisProperties.h                    |    5 +++--
 src/AxisScaleProperties.cpp             |    5 +++--
 src/AxisScaleProperties.h               |    5 +++--
 src/AxisWindow.cpp                      |    6 ++++--
 src/AxisWindow.h                        |    6 ++++--
 src/Brush.cpp                           |    6 ++++--
 src/Brush.h                             |    6 ++++--
 src/CircleViewer.cpp                    |    6 ++++--
 src/CircleViewer.h                      |    6 ++++--
 src/ColorPaletteLayer.cpp               |    5 +++--
 src/ColorPaletteLayer.h                 |    5 +++--
 src/ColorPaletteWidget.cpp              |    6 ++++--
 src/ColorPaletteWidget.h                |    6 ++++--
 src/CoordTip.cpp                        |    6 ++++--
 src/CoordTip.h                          |    6 ++++--
 src/CurveBrowser.cpp                    |    5 +++--
 src/CurveBrowser.h                      |    5 +++--
 src/CurveBrowserAverage.cpp             |    5 +++--
 src/CurveBrowserAverage.h               |    5 +++--
 src/CurveBrowserCut.cpp                 |    5 +++--
 src/CurveBrowserCut.h                   |    5 +++--
 src/CurveBrowserDelegate.cpp            |    5 +++--
 src/CurveBrowserDelegate.h              |    5 +++--
 src/CurveBrowserItem.cpp                |    5 +++--
 src/CurveBrowserItem.h                  |    5 +++--
 src/CurveBrowserProxy.cpp               |    5 +++--
 src/CurveBrowserProxy.h                 |    5 +++--
 src/CurveBrowserResample.cpp            |    5 +++--
 src/CurveBrowserResample.h              |    5 +++--
 src/CurveBrowserSimpleProxy.cpp         |    5 +++--
 src/CurveBrowserSimpleProxy.h           |    5 +++--
 src/CurveBrowserSmooth.cpp              |    5 +++--
 src/CurveBrowserSmooth.h                |    5 +++--
 src/GraphContent.cpp                    |    6 ++++--
 src/GraphContent.h                      |    6 ++++--
 src/GraphContentFormatProperties.cpp    |    5 +++--
 src/GraphContentFormatProperties.h      |    5 +++--
 src/GraphContentLayer.cpp               |    6 ++++--
 src/GraphContentLayer.h                 |    6 ++++--
 src/GraphContentLayerFactory.cpp        |    5 +++--
 src/GraphContentLayerFactory.h          |    5 +++--
 src/GraphContentLayerProperties.cpp     |    5 +++--
 src/GraphContentLayerProperties.h       |    5 +++--
 src/GraphContentOptions.cpp             |    5 +++--
 src/GraphContentOptions.h               |    5 +++--
 src/GraphicObject.cpp                   |    6 ++++--
 src/GraphicObject.h                     |    6 ++++--
 src/GraphicObjectFactory.cpp            |    5 +++--
 src/GraphicObjectFactory.h              |    5 +++--
 src/GraphicObjectGeometryProperties.cpp |    5 +++--
 src/GraphicObjectGeometryProperties.h   |    5 +++--
 src/GraphicObjectIdProperties.cpp       |    5 +++--
 src/GraphicObjectIdProperties.h         |    5 +++--
 src/GraphicObjectPrintProperties.cpp    |    5 +++--
 src/GraphicObjectPrintProperties.h      |    5 +++--
 src/GraphicSheet.cpp                    |    6 ++++--
 src/GraphicSheet.h                      |    6 ++++--
 src/GraphicSheetMenu.cpp                |    6 ++++--
 src/GraphicSheetMenu.h                  |    6 ++++--
 src/GraphicSheetProperties.cpp          |    5 +++--
 src/GraphicSheetProperties.h            |    5 +++--
 src/GridMaxFollower.cpp                 |    5 +++--
 src/GridMaxFollower.h                   |    5 +++--
 src/GridPlot.cpp                        |    6 ++++--
 src/GridPlot.h                          |    6 ++++--
 src/GridProperties.cpp                  |    5 +++--
 src/GridProperties.h                    |    5 +++--
 src/GridViewer.cpp                      |    6 ++++--
 src/GridViewer.h                        |    6 ++++--
 src/ImageLayer.cpp                      |    6 ++++--
 src/ImageLayer.h                        |    6 ++++--
 src/ImageLayerProperties.cpp            |    5 +++--
 src/ImageLayerProperties.h              |    5 +++--
 src/ImageScalingPoint.cpp               |    5 +++--
 src/ImageScalingPoint.h                 |    5 +++--
 src/ImageWidget.cpp                     |    6 ++++--
 src/ImageWidget.h                       |    6 ++++--
 src/ImageWidgetProperties.cpp           |    5 +++--
 src/ImageWidgetProperties.h             |    5 +++--
 src/IrregularGrid2DDraw.cpp             |    5 +++--
 src/IrregularGrid2DDraw.h               |    5 +++--
 src/IrregularGrid2DPlot.cpp             |    6 ++++--
 src/IrregularGrid2DPlot.h               |    6 ++++--
 src/LayerLocker.cpp                     |    5 +++--
 src/LayerLocker.h                       |    5 +++--
 src/LayerMouseTracking.cpp              |    5 +++--
 src/LayerMouseTracking.h                |    5 +++--
 src/LayerPainter.cpp                    |    5 +++--
 src/LayerPainter.h                      |    5 +++--
 src/LayerPainterRequest.cpp             |    5 +++--
 src/LayerPainterRequest.h               |    5 +++--
 src/LayerPainterThread.cpp              |    5 +++--
 src/LayerPainterThread.h                |    5 +++--
 src/Legend.cpp                          |    6 ++++--
 src/Legend.h                            |    6 ++++--
 src/LegendFormatProperties.cpp          |    5 +++--
 src/LegendFormatProperties.h            |    5 +++--
 src/LegendItem.cpp                      |    6 ++++--
 src/LegendItem.h                        |    6 ++++--
 src/LegendItemWidget.cpp                |    6 ++++--
 src/LegendItemWidget.h                  |    6 ++++--
 src/LegendProperties.cpp                |    5 +++--
 src/LegendProperties.h                  |    5 +++--
 src/LegendTable.cpp                     |    6 ++++--
 src/LegendTable.h                       |    6 ++++--
 src/LegendTableDelegate.cpp             |    5 +++--
 src/LegendTableDelegate.h               |    5 +++--
 src/LegendTableItem.cpp                 |    5 +++--
 src/LegendTableItem.h                   |    5 +++--
 src/LegendWidget.cpp                    |    5 +++--
 src/LegendWidget.h                      |    5 +++--
 src/LineDelegate.cpp                    |    5 +++--
 src/LineDelegate.h                      |    5 +++--
 src/LineEditor.cpp                      |    5 +++--
 src/LineEditor.h                        |    5 +++--
 src/LineFactory.cpp                     |    5 +++--
 src/LineFactory.h                       |    5 +++--
 src/LineItem.cpp                        |    5 +++--
 src/LineItem.h                          |    5 +++--
 src/LineLayer.cpp                       |    5 +++--
 src/LineLayer.h                         |    5 +++--
 src/LineLayerProperties.cpp             |    5 +++--
 src/LineLayerProperties.h               |    5 +++--
 src/LiveGridLayer.cpp                   |    5 +++--
 src/LiveGridLayer.h                     |    5 +++--
 src/LiveGridLayerProperties.cpp         |    5 +++--
 src/LiveGridLayerProperties.h           |    5 +++--
 src/MakeUpFilter.cpp                    |    5 +++--
 src/MakeUpFilter.h                      |    5 +++--
 src/MouseTracking.cpp                   |    5 +++--
 src/MouseTracking.h                     |    5 +++--
 src/NameLine.cpp                        |    6 ++++--
 src/NameLine.h                          |    6 ++++--
 src/NameLineLayer.cpp                   |    6 ++++--
 src/NameLineLayer.h                     |    6 ++++--
 src/NameLineLayerProperties.cpp         |    5 +++--
 src/NameLineLayerProperties.h           |    5 +++--
 src/OrderTip.cpp                        |    6 ++++--
 src/OrderTip.h                          |    6 ++++--
 src/PageLimit.cpp                       |    6 ++++--
 src/PageLimit.h                         |    6 ++++--
 src/PaintProgress.cpp                   |    5 +++--
 src/PaintProgress.h                     |    5 +++--
 src/PaletteInterpole.cpp                |    5 +++--
 src/PaletteInterpole.h                  |    5 +++--
 src/PaletteProperties.cpp               |    5 +++--
 src/PaletteProperties.h                 |    5 +++--
 src/PaletteTable.cpp                    |    6 ++++--
 src/PaletteTable.h                      |    6 ++++--
 src/ParallelBand.cpp                    |    6 ++++--
 src/ParallelBand.h                      |    6 ++++--
 src/ParallelBands.cpp                   |    6 ++++--
 src/ParallelBands.h                     |    6 ++++--
 src/Pen.cpp                             |    6 ++++--
 src/Pen.h                               |    6 ++++--
 src/PlotLine.cpp                        |    6 ++++--
 src/PlotLine.h                          |    6 ++++--
 src/PlotLine2D.cpp                      |    5 +++--
 src/PlotLine2D.h                        |    5 +++--
 src/PointProperties.cpp                 |    5 +++--
 src/PointProperties.h                   |    5 +++--
 src/PolarGridPlot.cpp                   |    6 ++++--
 src/PolarGridPlot.h                     |    6 ++++--
 src/Scale.cpp                           |    5 +++--
 src/Scale.h                             |    5 +++--
 src/SciFigs.cpp                         |    6 ++++--
 src/SciFigsGlobal.cpp                   |    5 +++--
 src/SciFigsGlobal.h                     |    5 +++--
 src/SciFigsPlugin.cpp                   |    5 +++--
 src/SciFigsPlugin.h                     |    5 +++--
 src/SciFigsPreferences.cpp              |    5 +++--
 src/SciFigsPreferences.h                |    5 +++--
 src/SelectionWidget.cpp                 |    6 ++++--
 src/SelectionWidget.h                   |    6 ++++--
 src/SlopeEstimator.cpp                  |    5 +++--
 src/SlopeEstimator.h                    |    5 +++--
 src/StatLine.cpp                        |    5 +++--
 src/StatLine.h                          |    5 +++--
 src/StatProxy.cpp                       |    5 +++--
 src/StatProxy.h                         |    5 +++--
 src/Symbol.cpp                          |    6 ++++--
 src/Symbol.h                            |    6 ++++--
 src/TextEdit.cpp                        |    6 ++++--
 src/TextEdit.h                          |    6 ++++--
 src/TextEditProperties.cpp              |    5 +++--
 src/TextEditProperties.h                |    5 +++--
 src/XMLSciFigs.cpp                      |    5 +++--
 src/XMLSciFigs.h                        |    5 +++--
 src/XUniqueYColorLines.cpp              |    5 +++--
 src/XUniqueYColorLines.h                |    5 +++--
 src/XYColorLines.cpp                    |    6 ++++--
 src/XYColorLines.h                      |    6 ++++--
 src/XYColorLinesProperties.cpp          |    5 +++--
 src/XYColorLinesProperties.h            |    5 +++--
 src/XYColorPlot.cpp                     |    6 ++++--
 src/XYColorPlot.h                       |    6 ++++--
 src/XYPlot.cpp                          |    6 ++++--
 src/XYPlot.h                            |    6 ++++--
 src/XYPlotProperties.cpp                |    5 +++--
 src/XYPlotProperties.h                  |    5 +++--
 src/XYValueLines.cpp                    |    5 +++--
 src/XYValueLines.h                      |    5 +++--
 src/XYValuePlot.cpp                     |    5 +++--
 src/XYValuePlot.h                       |    5 +++--
 215 files changed, 718 insertions(+), 430 deletions(-)

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

    Version 2.3.0-snapshot-20091214

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

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

    Add crash report

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

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

    Version 2.3.0-snapshot-20091201

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

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

    Version 2.3.0-snapshot-20091120

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

commit 75c3acddc44675b12b212dc6a580bcbe3446759b
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Nov 19 01:28:16 2009 +0100

    Add transparency in binary xml blocks

 src/XUniqueYColorLines.cpp |   36 +-------------
 src/XYColorLines.cpp       |  112 ++++++++++++++++++++++++++------------------
 src/XYColorLines.h         |    3 +
 src/XYColorPlot.cpp        |   36 ++++++++++----
 4 files changed, 97 insertions(+), 90 deletions(-)

commit 718314797c82c4496c60c0e7ac69bb1a1ab4a4dd
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Nov 7 20:04:11 2009 +0100

    Fix crash when removing a layer

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

commit 7dd517be2ff06800f8c601015a70b4ece03143b2
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Nov 6 17:41:25 2009 +0100

    Add includes for -no-pch option

 src/SciFigsPlugin.cpp        |    2 ++
 src/SciFigsPreferences.h     |    2 ++
 src/XMLSciFigs.h             |    2 ++
 src/XYColorLinesProperties.h |    2 ++
 src/XYPlotProperties.h       |    2 ++
 5 files changed, 10 insertions(+), 0 deletions(-)

commit 4d4b71fd2409f6138549fc843e373e223a9dd1eb
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Nov 5 18:58:24 2009 +0100

    Multiple row edit in Legend table

 src/LegendTable.cpp         |   23 ++++++++++++++++++++++-
 src/LegendTable.h           |    2 ++
 src/LegendTableDelegate.cpp |   24 ++++++++++++++++++++----
 src/LegendTableDelegate.h   |    2 ++
 4 files changed, 46 insertions(+), 5 deletions(-)

commit 357190baedc4fb5dcf345433dd63b04b58548b57
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Oct 2 06:20:55 2009 +0200

    Add support for old files (Scifigs)

 src/GraphicSheet.cpp |    2 +-
 src/XMLSciFigs.cpp   |    3 +++
 src/XYColorLines.cpp |    2 +-
 src/XYValueLines.cpp |    2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

commit 184aa61b447f7a1351fde370fceaefa39c7c5c48
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Sep 26 05:51:44 2009 +0200

    Under development

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

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

    Minor fix after last big changes

 lang/SciFigs.de.ts    | 3623 +++++++++++++++++++++++++++++++++++++++++++++++++
 lang/SciFigs.es.ts    | 3623 +++++++++++++++++++++++++++++++++++++++++++++++++
 lang/SciFigs.fr.ts    | 3623 +++++++++++++++++++++++++++++++++++++++++++++++++
 lang/SciFigs.it.ts    | 3623 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/SciFigs.cpp       |  120 ++
 src/SciFigsGlobal.cpp |  161 +++
 src/SciFigsGlobal.h   |   51 +
 7 files changed, 14824 insertions(+), 0 deletions(-)

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

    New header framwork: one big include per library

 admin/info                              |    4 +-
 images/AxisWindow.png                   |  Bin 0 -> 1661 bytes
 images/ColorPaletteWidget.png           |  Bin 0 -> 1591 bytes
 images/ImageWidget.png                  |  Bin 0 -> 1801 bytes
 images/LegendWidget.png                 |  Bin 0 -> 1988 bytes
 images/QtbAxisWindow.png                |  Bin 1661 -> 0 bytes
 images/QtbColorPaletteWidget.png        |  Bin 1591 -> 0 bytes
 images/QtbImageWidget.png               |  Bin 1801 -> 0 bytes
 images/QtbLegendWidget.png              |  Bin 1988 -> 0 bytes
 images/QtbTextEdit.png                  |  Bin 1688 -> 0 bytes
 images/TextEdit.png                     |  Bin 0 -> 1688 bytes
 lang/scifigs.de.ts                      | 3623 -------------------------------
 lang/scifigs.es.ts                      | 3623 -------------------------------
 lang/scifigs.fr.ts                      | 3623 -------------------------------
 lang/scifigs.it.ts                      | 3623 -------------------------------
 src/AbstractLine.cpp                    |    2 +-
 src/AbstractLine.h                      |    6 +-
 src/AbstractNameLine.cpp                |    3 +-
 src/AbstractNameLine.h                  |    4 +-
 src/ActivityMonitor.cpp                 |    3 +-
 src/ActivityMonitor.h                   |    4 +-
 src/Axis.cpp                            |   18 +-
 src/Axis.h                              |   17 +-
 src/AxisFormatProperties.cpp            |    4 +-
 src/AxisFormatProperties.h              |    5 +-
 src/AxisFormatProperties.ui             |    2 +-
 src/AxisProperties.cpp                  |    7 +-
 src/AxisProperties.h                    |    2 +-
 src/AxisProperties.ui                   |   13 +-
 src/AxisScaleProperties.cpp             |    2 +-
 src/AxisScaleProperties.h               |    4 +-
 src/AxisScaleProperties.ui              |   12 +-
 src/AxisWindow.cpp                      |   51 +-
 src/AxisWindow.h                        |    8 +-
 src/Brush.cpp                           |   11 +-
 src/Brush.h                             |    9 +-
 src/CircleViewer.cpp                    |   14 +-
 src/CircleViewer.h                      |    6 +-
 src/ColorPaletteLayer.cpp               |    3 +-
 src/ColorPaletteLayer.h                 |    5 +-
 src/ColorPaletteWidget.cpp              |   29 +-
 src/ColorPaletteWidget.h                |    3 +-
 src/CoordTip.cpp                        |    9 +-
 src/CoordTip.h                          |    9 +-
 src/CurveBrowser.cpp                    |   13 +-
 src/CurveBrowser.h                      |    6 +-
 src/CurveBrowserAverage.cpp             |    3 +-
 src/CurveBrowserAverage.h               |    6 +-
 src/CurveBrowserCut.cpp                 |    3 +-
 src/CurveBrowserCut.h                   |    6 +-
 src/CurveBrowserCut.ui                  |    9 +-
 src/CurveBrowserDelegate.cpp            |    9 +-
 src/CurveBrowserDelegate.h              |    8 +-
 src/CurveBrowserItem.cpp                |    3 +-
 src/CurveBrowserItem.h                  |    8 +-
 src/CurveBrowserProxy.cpp               |    3 +-
 src/CurveBrowserProxy.h                 |    7 +-
 src/CurveBrowserResample.cpp            |    3 +-
 src/CurveBrowserResample.h              |    6 +-
 src/CurveBrowserResample.ui             |    9 +-
 src/CurveBrowserSimpleProxy.cpp         |    3 +-
 src/CurveBrowserSimpleProxy.h           |    6 +-
 src/CurveBrowserSmooth.cpp              |    2 +-
 src/CurveBrowserSmooth.h                |    6 +-
 src/CurveBrowserSmooth.ui               |    8 +-
 src/GraphContent.cpp                    |   40 +-
 src/GraphContent.h                      |   17 +-
 src/GraphContentFormatProperties.cpp    |    3 +-
 src/GraphContentFormatProperties.h      |    4 +-
 src/GraphContentFormatProperties.ui     |    2 +-
 src/GraphContentLayer.cpp               |   12 +-
 src/GraphContentLayer.h                 |   21 +-
 src/GraphContentLayerFactory.cpp        |    3 +-
 src/GraphContentLayerFactory.h          |    6 +-
 src/GraphContentLayerProperties.cpp     |   18 +-
 src/GraphContentLayerProperties.h       |    6 +-
 src/GraphContentLayerProperties.ui      |    6 +-
 src/GraphContentOptions.cpp             |   10 +-
 src/GraphContentOptions.h               |   12 +-
 src/GraphicObject.cpp                   |   70 +-
 src/GraphicObject.h                     |   15 +-
 src/GraphicObjectFactory.cpp            |    3 +-
 src/GraphicObjectFactory.h              |    9 +-
 src/GraphicObjectGeometryProperties.cpp |    2 +-
 src/GraphicObjectGeometryProperties.h   |    3 +-
 src/GraphicObjectIdProperties.cpp       |    4 +-
 src/GraphicObjectIdProperties.h         |    3 +-
 src/GraphicObjectPrintProperties.cpp    |    2 +-
 src/GraphicObjectPrintProperties.h      |    3 +-
 src/GraphicSheet.cpp                    |  149 +-
 src/GraphicSheet.h                      |    8 +-
 src/GraphicSheetMenu.cpp                |    8 +-
 src/GraphicSheetMenu.h                  |    7 +-
 src/GraphicSheetProperties.cpp          |    3 +-
 src/GraphicSheetProperties.h            |    5 +-
 src/GridMaxFollower.cpp                 |    3 +-
 src/GridMaxFollower.h                   |    5 +-
 src/GridPlot.cpp                        |   20 +-
 src/GridPlot.h                          |    6 +-
 src/GridProperties.cpp                  |    3 +-
 src/GridProperties.h                    |    6 +-
 src/GridViewer.cpp                      |   13 +-
 src/GridViewer.h                        |    2 +-
 src/ImageLayer.cpp                      |   18 +-
 src/ImageLayer.h                        |    5 +-
 src/ImageLayerProperties.cpp            |    4 +-
 src/ImageLayerProperties.h              |    5 +-
 src/ImageScalingPoint.cpp               |    5 +-
 src/ImageScalingPoint.h                 |    7 +-
 src/ImageWidget.cpp                     |   17 +-
 src/ImageWidget.h                       |    5 +-
 src/ImageWidgetProperties.cpp           |    2 +-
 src/ImageWidgetProperties.h             |    5 +-
 src/IrregularGrid2DDraw.cpp             |    5 +-
 src/IrregularGrid2DDraw.h               |    2 +-
 src/IrregularGrid2DPlot.cpp             |   15 +-
 src/IrregularGrid2DPlot.h               |    2 +-
 src/LayerLocker.cpp                     |    2 +-
 src/LayerLocker.h                       |    4 +-
 src/LayerMouseTracking.cpp              |    4 +-
 src/LayerMouseTracking.h                |    7 +-
 src/LayerPainter.cpp                    |    4 +-
 src/LayerPainter.h                      |    7 +-
 src/LayerPainterRequest.cpp             |   17 +-
 src/LayerPainterRequest.h               |    4 +-
 src/LayerPainterThread.cpp              |    4 +-
 src/LayerPainterThread.h                |    3 +-
 src/Legend.cpp                          |    8 +-
 src/Legend.h                            |    9 +-
 src/LegendFormatProperties.cpp          |    6 +-
 src/LegendFormatProperties.h            |    5 +-
 src/LegendItem.cpp                      |    3 +-
 src/LegendItem.h                        |    7 +-
 src/LegendItemWidget.cpp                |   11 +-
 src/LegendItemWidget.h                  |    4 +-
 src/LegendProperties.cpp                |   15 +-
 src/LegendProperties.h                  |    7 +-
 src/LegendTable.cpp                     |   11 +-
 src/LegendTable.h                       |    6 +-
 src/LegendTableDelegate.cpp             |   12 +-
 src/LegendTableDelegate.h               |    6 +-
 src/LegendTableItem.cpp                 |    4 +-
 src/LegendTableItem.h                   |    4 +-
 src/LegendWidget.cpp                    |   30 +-
 src/LegendWidget.h                      |    4 +-
 src/LineDelegate.cpp                    |    8 +-
 src/LineDelegate.h                      |    8 +-
 src/LineEditor.cpp                      |   10 +-
 src/LineEditor.h                        |    4 +-
 src/LineFactory.cpp                     |    3 +-
 src/LineFactory.h                       |    6 +-
 src/LineItem.cpp                        |    3 +-
 src/LineItem.h                          |    8 +-
 src/LineLayer.cpp                       |   15 +-
 src/LineLayer.h                         |    8 +-
 src/LineLayerProperties.cpp             |    7 +-
 src/LineLayerProperties.h               |    7 +-
 src/LiveGridLayer.cpp                   |   12 +-
 src/LiveGridLayer.h                     |    5 +-
 src/LiveGridLayerProperties.cpp         |    2 +-
 src/LiveGridLayerProperties.h           |    5 +-
 src/MakeUpFilter.cpp                    |    7 +-
 src/MakeUpFilter.h                      |    6 +-
 src/MakeUpFilter.ui                     |    2 +-
 src/MouseTracking.cpp                   |    4 +-
 src/MouseTracking.h                     |    7 +-
 src/NameLine.cpp                        |    3 +-
 src/NameLine.h                          |    4 +-
 src/NameLineLayer.cpp                   |   14 +-
 src/NameLineLayer.h                     |    6 +-
 src/NameLineLayerProperties.cpp         |    5 +-
 src/NameLineLayerProperties.h           |    5 +-
 src/OrderTip.cpp                        |   11 +-
 src/OrderTip.h                          |    7 +-
 src/PageLimit.cpp                       |    6 +-
 src/PageLimit.h                         |    6 +-
 src/PaintProgress.cpp                   |    6 +-
 src/PaintProgress.h                     |   13 +-
 src/PaletteInterpole.cpp                |    5 +-
 src/PaletteInterpole.h                  |    7 +-
 src/PaletteProperties.cpp               |   16 +-
 src/PaletteProperties.h                 |    5 +-
 src/PaletteTable.cpp                    |    8 +-
 src/PaletteTable.h                      |   14 +-
 src/ParallelBand.cpp                    |    2 +-
 src/ParallelBand.h                      |    6 +-
 src/ParallelBands.cpp                   |   11 +-
 src/ParallelBands.h                     |    4 +-
 src/Pen.cpp                             |    2 +-
 src/Pen.h                               |   12 +-
 src/PlotLine.cpp                        |    3 +-
 src/PlotLine.h                          |    5 +-
 src/PlotLine2D.cpp                      |    4 +-
 src/PlotLine2D.h                        |    5 +-
 src/PointProperties.cpp                 |    5 +-
 src/PointProperties.h                   |    4 +-
 src/PolarGridPlot.cpp                   |    7 +-
 src/PolarGridPlot.h                     |    2 +-
 src/Scale.cpp                           |    3 +-
 src/Scale.h                             |   10 +-
 src/SciFigsPlugin.cpp                   |  134 ++
 src/SciFigsPlugin.h                     |   56 +
 src/SciFigsPreferences.cpp              |  130 ++
 src/SciFigsPreferences.h                |   51 +
 src/SciFigsPreferences.ui               |  299 +++
 src/Scifigs.cpp                         |  261 ---
 src/Scifigs.h                           |   52 -
 src/ScifigsPlugin.cpp                   |  142 --
 src/ScifigsPlugin.h                     |   56 -
 src/ScifigsPreferences.cpp              |  135 --
 src/ScifigsPreferences.h                |   52 -
 src/ScifigsPreferences.ui               |  299 ---
 src/SelectionWidget.cpp                 |    6 +-
 src/SelectionWidget.h                   |    4 +-
 src/SlopeEstimator.cpp                  |    8 +-
 src/SlopeEstimator.h                    |    6 +-
 src/StatLine.cpp                        |    5 +-
 src/StatLine.h                          |    6 +-
 src/StatProxy.cpp                       |    4 +-
 src/StatProxy.h                         |    5 +-
 src/Symbol.cpp                          |    5 +-
 src/Symbol.h                            |    9 +-
 src/TextEdit.cpp                        |   18 +-
 src/TextEdit.h                          |    2 +-
 src/TextEditProperties.cpp              |    6 +-
 src/TextEditProperties.h                |    4 +-
 src/XMLSciFigs.cpp                      |  245 +++
 src/XMLSciFigs.h                        |   68 +
 src/XMLScifigs.cpp                      |  249 ---
 src/XMLScifigs.h                        |   70 -
 src/XUniqueYColorLines.cpp              |   11 +-
 src/XUniqueYColorLines.h                |    4 +-
 src/XYColorLines.cpp                    |   14 +-
 src/XYColorLines.h                      |    6 +-
 src/XYColorLinesProperties.cpp          |    3 +-
 src/XYColorLinesProperties.h            |    4 +-
 src/XYColorPlot.cpp                     |    5 +-
 src/XYColorPlot.h                       |    5 +-
 src/XYPlot.cpp                          |   14 +-
 src/XYPlot.h                            |    6 +-
 src/XYPlotProperties.cpp                |    3 +-
 src/XYPlotProperties.h                  |    4 +-
 src/XYValueLines.cpp                    |   17 +-
 src/XYValueLines.h                      |    3 +-
 src/XYValuePlot.cpp                     |   11 +-
 src/XYValuePlot.h                       |    3 +-
 src/scifigsdllexport.h                  |   17 -
 247 files changed, 1553 insertions(+), 17032 deletions(-)

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

    Drop of Qtb prefix

 src/LegendProperties.cpp |   10 +++++-----
 src/LegendProperties.h   |    8 ++++----
 src/LegendWidget.cpp     |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

commit fb95b0355f7d41bee22ad1536a0bac5ceb2e63a9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Aug 25 23:02:19 2009 +0200

    Drop Qtb prefix

 admin/info                                 |    2 +-
 lang/scifigs.de.ts                         | 2894 ++++++++++++++++++++--------
 lang/scifigs.es.ts                         | 2894 ++++++++++++++++++++--------
 lang/scifigs.fr.ts                         | 2908 ++++++++++++++++++++--------
 lang/scifigs.it.ts                         | 2894 ++++++++++++++++++++--------
 src/AbstractLine.cpp                       |  131 ++
 src/AbstractLine.h                         |   83 +
 src/AbstractNameLine.cpp                   |  117 ++
 src/AbstractNameLine.h                     |   63 +
 src/ActivityMonitor.cpp                    |  146 ++
 src/ActivityMonitor.h                      |   60 +
 src/Axis.cpp                               | 1726 +++++++++++++++++
 src/Axis.h                                 |  292 +++
 src/AxisFormatProperties.cpp               |  182 ++
 src/AxisFormatProperties.h                 |   63 +
 src/AxisFormatProperties.ui                |  222 +++
 src/AxisProperties.cpp                     |  420 ++++
 src/AxisProperties.h                       |   77 +
 src/AxisProperties.ui                      |  744 +++++++
 src/AxisScaleProperties.cpp                |  294 +++
 src/AxisScaleProperties.h                  |   68 +
 src/AxisScaleProperties.ui                 |  356 ++++
 src/AxisWindow.cpp                         | 1134 +++++++++++
 src/AxisWindow.h                           |  121 ++
 src/Brush.cpp                              |  200 ++
 src/Brush.h                                |   60 +
 src/CircleViewer.cpp                       |  338 ++++
 src/CircleViewer.h                         |   87 +
 src/ColorPaletteLayer.cpp                  |  161 ++
 src/ColorPaletteLayer.h                    |   63 +
 src/ColorPaletteWidget.cpp                 |  522 +++++
 src/ColorPaletteWidget.h                   |  116 ++
 src/CoordTip.cpp                           |  138 ++
 src/CoordTip.h                             |   70 +
 src/CurveBrowser.cpp                       |  719 +++++++
 src/CurveBrowser.h                         |   99 +
 src/CurveBrowser.ui                        |  168 ++
 src/CurveBrowserAverage.cpp                |   61 +
 src/CurveBrowserAverage.h                  |   44 +
 src/CurveBrowserAverage.ui                 |   83 +
 src/CurveBrowserCut.cpp                    |   73 +
 src/CurveBrowserCut.h                      |   50 +
 src/CurveBrowserCut.ui                     |  179 ++
 src/CurveBrowserDelegate.cpp               |   98 +
 src/CurveBrowserDelegate.h                 |   50 +
 src/CurveBrowserItem.cpp                   |  160 ++
 src/CurveBrowserItem.h                     |   60 +
 src/CurveBrowserProxy.cpp                  |  120 ++
 src/CurveBrowserProxy.h                    |  109 ++
 src/CurveBrowserResample.cpp               |   63 +
 src/CurveBrowserResample.h                 |   50 +
 src/CurveBrowserResample.ui                |  210 ++
 src/CurveBrowserSimpleProxy.cpp            |   86 +
 src/CurveBrowserSimpleProxy.h              |   52 +
 src/CurveBrowserSmooth.cpp                 |   72 +
 src/CurveBrowserSmooth.h                   |   50 +
 src/CurveBrowserSmooth.ui                  |  187 ++
 src/GraphContent.cpp                       | 1173 +++++++++++
 src/GraphContent.h                         |  253 +++
 src/GraphContentFormatProperties.cpp       |   56 +
 src/GraphContentFormatProperties.h         |   44 +
 src/GraphContentFormatProperties.ui        |  166 ++
 src/GraphContentLayer.cpp                  |  279 +++
 src/GraphContentLayer.h                    |  166 ++
 src/GraphContentLayerFactory.cpp           |   35 +
 src/GraphContentLayerFactory.h             |   51 +
 src/GraphContentLayerProperties.cpp        |  464 +++++
 src/GraphContentLayerProperties.h          |  102 +
 src/GraphContentLayerProperties.ui         |  134 ++
 src/GraphContentOptions.cpp                |  602 ++++++
 src/GraphContentOptions.h                  |  140 ++
 src/GraphicObject.cpp                      | 1467 ++++++++++++++
 src/GraphicObject.h                        |  232 +++
 src/GraphicObjectFactory.cpp               |   36 +
 src/GraphicObjectFactory.h                 |   86 +
 src/GraphicObjectGeometryProperties.cpp    |   81 +
 src/GraphicObjectGeometryProperties.h      |   46 +
 src/GraphicObjectGeometryProperties.ui     |  105 +
 src/GraphicObjectIdProperties.cpp          |   41 +
 src/GraphicObjectIdProperties.h            |   42 +
 src/GraphicObjectIdProperties.ui           |   47 +
 src/GraphicObjectPrintProperties.cpp       |   55 +
 src/GraphicObjectPrintProperties.h         |   42 +
 src/GraphicObjectPrintProperties.ui        |  159 ++
 src/GraphicSheet.cpp                       | 1824 +++++++++++++++++
 src/GraphicSheet.h                         |  236 +++
 src/GraphicSheetMenu.cpp                   |  165 ++
 src/GraphicSheetMenu.h                     |   74 +
 src/GraphicSheetProperties.cpp             |   48 +
 src/GraphicSheetProperties.h               |   44 +
 src/GraphicSheetProperties.ui              |   53 +
 src/GridMaxFollower.cpp                    |   94 +
 src/GridMaxFollower.h                      |   51 +
 src/GridPlot.cpp                           |  487 +++++
 src/GridPlot.h                             |  293 +++
 src/GridProperties.cpp                     |   76 +
 src/GridProperties.h                       |   49 +
 src/GridProperties.ui                      |  123 ++
 src/GridViewer.cpp                         |  119 ++
 src/GridViewer.h                           |   58 +
 src/ImageLayer.cpp                         |  436 +++++
 src/ImageLayer.h                           |  128 ++
 src/ImageLayerProperties.cpp               |   54 +
 src/ImageLayerProperties.h                 |   47 +
 src/ImageLayerProperties.ui                |  148 ++
 src/ImageScalingPoint.cpp                  |  138 ++
 src/ImageScalingPoint.h                    |   56 +
 src/ImageScalingPoint.ui                   |  149 ++
 src/ImageWidget.cpp                        |  219 +++
 src/ImageWidget.h                          |   76 +
 src/ImageWidgetProperties.cpp              |   57 +
 src/ImageWidgetProperties.h                |   48 +
 src/ImageWidgetProperties.ui               |   38 +
 src/IrregularGrid2DDraw.cpp                |  119 ++
 src/IrregularGrid2DDraw.h                  |   50 +
 src/IrregularGrid2DPlot.cpp                |  218 +++
 src/IrregularGrid2DPlot.h                  |   73 +
 src/LayerLocker.cpp                        |   49 +
 src/LayerLocker.h                          |   63 +
 src/LayerMouseTracking.cpp                 |   70 +
 src/LayerMouseTracking.h                   |   61 +
 src/LayerPainter.cpp                       |  202 ++
 src/LayerPainter.h                         |   60 +
 src/LayerPainterRequest.cpp                |  164 ++
 src/LayerPainterRequest.h                  |   77 +
 src/LayerPainterThread.cpp                 |   86 +
 src/LayerPainterThread.h                   |   51 +
 src/Legend.cpp                             |  486 +++++
 src/Legend.h                               |   98 +
 src/LegendFormatProperties.cpp             |  104 +
 src/LegendFormatProperties.h               |   53 +
 src/LegendFormatProperties.ui              |  208 ++
 src/LegendItem.cpp                         |   85 +
 src/LegendItem.h                           |   81 +
 src/LegendItemWidget.cpp                   |  102 +
 src/LegendItemWidget.h                     |   61 +
 src/LegendProperties.cpp                   |  183 ++
 src/LegendProperties.h                     |   67 +
 src/LegendProperties.ui                    |  203 ++
 src/LegendTable.cpp                        |  260 +++
 src/LegendTable.h                          |   85 +
 src/LegendTableDelegate.cpp                |  283 +++
 src/LegendTableDelegate.h                  |   58 +
 src/LegendTableItem.cpp                    |  308 +++
 src/LegendTableItem.h                      |   65 +
 src/LegendWidget.cpp                       |  322 +++
 src/LegendWidget.h                         |  102 +
 src/LineDelegate.cpp                       |  103 +
 src/LineDelegate.h                         |   48 +
 src/LineEditor.cpp                         |  213 ++
 src/LineEditor.h                           |   65 +
 src/LineFactory.cpp                        |   35 +
 src/LineFactory.h                          |   51 +
 src/LineItem.cpp                           |  172 ++
 src/LineItem.h                             |   59 +
 src/LineLayer.cpp                          |  922 +++++++++
 src/LineLayer.h                            |  190 ++
 src/LineLayerProperties.cpp                |  354 ++++
 src/LineLayerProperties.h                  |   76 +
 src/LineLayerProperties.ui                 |  109 ++
 src/LiveGridLayer.cpp                      |  445 +++++
 src/LiveGridLayer.h                        |  105 +
 src/LiveGridLayerProperties.cpp            |   63 +
 src/LiveGridLayerProperties.h              |   49 +
 src/LiveGridLayerProperties.ui             |   76 +
 src/MakeUpFilter.cpp                       |  149 ++
 src/MakeUpFilter.h                         |   58 +
 src/MakeUpFilter.ui                        |  221 +++
 src/MouseTracking.cpp                      |  101 +
 src/MouseTracking.h                        |   61 +
 src/NameLine.cpp                           |   53 +
 src/NameLine.h                             |   61 +
 src/NameLineLayer.cpp                      |  281 +++
 src/NameLineLayer.h                        |  104 +
 src/NameLineLayerProperties.cpp            |   89 +
 src/NameLineLayerProperties.h              |   52 +
 src/NameLineLayerProperties.ui             |   51 +
 src/OrderTip.cpp                           |   77 +
 src/OrderTip.h                             |   51 +
 src/PageLimit.cpp                          |   63 +
 src/PageLimit.h                            |   46 +
 src/PaintProgress.cpp                      |   82 +
 src/PaintProgress.h                        |   63 +
 src/PaletteInterpole.cpp                   |  128 ++
 src/PaletteInterpole.h                     |   54 +
 src/PaletteInterpole.ui                    |  105 +
 src/PaletteProperties.cpp                  |  169 ++
 src/PaletteProperties.h                    |   61 +
 src/PaletteProperties.ui                   |  278 +++
 src/PaletteTable.cpp                       |  191 ++
 src/PaletteTable.h                         |   64 +
 src/ParallelBand.cpp                       |   64 +
 src/ParallelBand.h                         |   67 +
 src/ParallelBands.cpp                      |  202 ++
 src/ParallelBands.h                        |   80 +
 src/Pen.cpp                                |  168 ++
 src/Pen.h                                  |  167 ++
 src/PlotLine.cpp                           |   77 +
 src/PlotLine.h                             |   57 +
 src/PlotLine2D.cpp                         |   88 +
 src/PlotLine2D.h                           |   60 +
 src/PointProperties.cpp                    |  124 ++
 src/PointProperties.h                      |   52 +
 src/PointProperties.ui                     |  155 ++
 src/PolarGridPlot.cpp                      |  311 +++
 src/PolarGridPlot.h                        |   54 +
 src/Scale.cpp                              |  375 ++++
 src/Scale.h                                |  179 ++
 src/Scifigs.cpp                            |  261 +++
 src/Scifigs.h                              |   52 +
 src/ScifigsPlugin.cpp                      |  142 ++
 src/ScifigsPlugin.h                        |   56 +
 src/ScifigsPreferences.cpp                 |  135 ++
 src/ScifigsPreferences.h                   |   52 +
 src/ScifigsPreferences.ui                  |  299 +++
 src/SelectionWidget.cpp                    |  108 +
 src/SelectionWidget.h                      |   62 +
 src/SlopeEstimator.cpp                     |  205 ++
 src/SlopeEstimator.h                       |   65 +
 src/StatLine.cpp                           |   64 +
 src/StatLine.h                             |   63 +
 src/StatProxy.cpp                          |  234 +++
 src/StatProxy.h                            |   78 +
 src/Symbol.cpp                             |  237 +++
 src/Symbol.h                               |   90 +
 src/TextEdit.cpp                           |  244 +++
 src/TextEdit.h                             |   83 +
 src/TextEditProperties.cpp                 |   94 +
 src/TextEditProperties.h                   |   51 +
 src/TextEditProperties.ui                  |  163 ++
 src/XMLScifigs.cpp                         |  249 +++
 src/XMLScifigs.h                           |   70 +
 src/XUniqueYColorLines.cpp                 |  375 ++++
 src/XUniqueYColorLines.h                   |   96 +
 src/XYColorLines.cpp                       |  424 ++++
 src/XYColorLines.h                         |  107 +
 src/XYColorLinesProperties.cpp             |   39 +
 src/XYColorLinesProperties.h               |   45 +
 src/XYColorLinesProperties.ui              |   38 +
 src/XYColorPlot.cpp                        |  118 ++
 src/XYColorPlot.h                          |   54 +
 src/XYPlot.cpp                             |  255 +++
 src/XYPlot.h                               |  106 +
 src/XYPlotProperties.cpp                   |   40 +
 src/XYPlotProperties.h                     |   45 +
 src/XYPlotProperties.ui                    |   38 +
 src/XYValueLines.cpp                       |  320 +++
 src/XYValueLines.h                         |   75 +
 src/XYValuePlot.cpp                        |  266 +++
 src/XYValuePlot.h                          |   75 +
 src/qtbabstractline.cpp                    |  131 --
 src/qtbabstractline.h                      |   83 -
 src/qtbabstractnameline.cpp                |  117 --
 src/qtbabstractnameline.h                  |   63 -
 src/qtbactivitymonitor.cpp                 |  146 --
 src/qtbactivitymonitor.h                   |   60 -
 src/qtbaxis.cpp                            | 1726 -----------------
 src/qtbaxis.h                              |  292 ---
 src/qtbaxisformatproperties.cpp            |  182 --
 src/qtbaxisformatproperties.h              |   63 -
 src/qtbaxisformatproperties.ui             |  222 ---
 src/qtbaxisproperties.cpp                  |  420 ----
 src/qtbaxisproperties.h                    |   77 -
 src/qtbaxisproperties.ui                   |  744 -------
 src/qtbaxisscaleproperties.cpp             |  294 ---
 src/qtbaxisscaleproperties.h               |   68 -
 src/qtbaxisscaleproperties.ui              |  356 ----
 src/qtbaxiswindow.cpp                      | 1134 -----------
 src/qtbaxiswindow.h                        |  121 --
 src/qtbbrush.cpp                           |  200 --
 src/qtbbrush.h                             |   60 -
 src/qtbcircleviewer.cpp                    |  338 ----
 src/qtbcircleviewer.h                      |   87 -
 src/qtbcolorpalettelayer.cpp               |  161 --
 src/qtbcolorpalettelayer.h                 |   63 -
 src/qtbcolorpalettewidget.cpp              |  522 -----
 src/qtbcolorpalettewidget.h                |  116 --
 src/qtbcoordtip.cpp                        |  138 --
 src/qtbcoordtip.h                          |   70 -
 src/qtbcurvebrowser.cpp                    |  719 -------
 src/qtbcurvebrowser.h                      |   99 -
 src/qtbcurvebrowser.ui                     |  168 --
 src/qtbcurvebrowseraverage.cpp             |   61 -
 src/qtbcurvebrowseraverage.h               |   44 -
 src/qtbcurvebrowseraverage.ui              |   83 -
 src/qtbcurvebrowsercut.cpp                 |   73 -
 src/qtbcurvebrowsercut.h                   |   50 -
 src/qtbcurvebrowsercut.ui                  |  179 --
 src/qtbcurvebrowserdelegate.cpp            |   98 -
 src/qtbcurvebrowserdelegate.h              |   50 -
 src/qtbcurvebrowseritem.cpp                |  160 --
 src/qtbcurvebrowseritem.h                  |   60 -
 src/qtbcurvebrowserproxy.cpp               |  120 --
 src/qtbcurvebrowserproxy.h                 |  109 --
 src/qtbcurvebrowserresample.cpp            |   63 -
 src/qtbcurvebrowserresample.h              |   50 -
 src/qtbcurvebrowserresample.ui             |  210 --
 src/qtbcurvebrowsersimpleproxy.cpp         |   86 -
 src/qtbcurvebrowsersimpleproxy.h           |   52 -
 src/qtbcurvebrowsersmooth.cpp              |   72 -
 src/qtbcurvebrowsersmooth.h                |   50 -
 src/qtbcurvebrowsersmooth.ui               |  187 --
 src/qtbgraphcontent.cpp                    | 1172 -----------
 src/qtbgraphcontent.h                      |  253 ---
 src/qtbgraphcontentformatproperties.cpp    |   56 -
 src/qtbgraphcontentformatproperties.h      |   44 -
 src/qtbgraphcontentformatproperties.ui     |  166 --
 src/qtbgraphcontentlayer.cpp               |  279 ---
 src/qtbgraphcontentlayer.h                 |  166 --
 src/qtbgraphcontentlayerfactory.cpp        |   35 -
 src/qtbgraphcontentlayerfactory.h          |   51 -
 src/qtbgraphcontentlayerproperties.cpp     |  464 -----
 src/qtbgraphcontentlayerproperties.h       |  102 -
 src/qtbgraphcontentlayerproperties.ui      |  134 --
 src/qtbgraphcontentoptions.cpp             |  602 ------
 src/qtbgraphcontentoptions.h               |  140 --
 src/qtbgraphicobject.cpp                   | 1467 --------------
 src/qtbgraphicobject.h                     |  232 ---
 src/qtbgraphicobjectfactory.cpp            |   36 -
 src/qtbgraphicobjectfactory.h              |   86 -
 src/qtbgraphicobjectgeometryproperties.cpp |   81 -
 src/qtbgraphicobjectgeometryproperties.h   |   46 -
 src/qtbgraphicobjectgeometryproperties.ui  |  105 -
 src/qtbgraphicobjectidproperties.cpp       |   41 -
 src/qtbgraphicobjectidproperties.h         |   42 -
 src/qtbgraphicobjectidproperties.ui        |   47 -
 src/qtbgraphicobjectprintproperties.cpp    |   55 -
 src/qtbgraphicobjectprintproperties.h      |   42 -
 src/qtbgraphicobjectprintproperties.ui     |  159 --
 src/qtbgraphicsheet.cpp                    | 1824 -----------------
 src/qtbgraphicsheet.h                      |  236 ---
 src/qtbgraphicsheetmenu.cpp                |  165 --
 src/qtbgraphicsheetmenu.h                  |   74 -
 src/qtbgraphicsheetproperties.cpp          |   48 -
 src/qtbgraphicsheetproperties.h            |   44 -
 src/qtbgraphicsheetproperties.ui           |   53 -
 src/qtbgridmaxfollower.cpp                 |   94 -
 src/qtbgridmaxfollower.h                   |   51 -
 src/qtbgridplot.cpp                        |  487 -----
 src/qtbgridplot.h                          |  293 ---
 src/qtbgridproperties.cpp                  |   76 -
 src/qtbgridproperties.h                    |   49 -
 src/qtbgridproperties.ui                   |  123 --
 src/qtbgridviewer.cpp                      |  119 --
 src/qtbgridviewer.h                        |   58 -
 src/qtbimagelayer.cpp                      |  436 -----
 src/qtbimagelayer.h                        |  128 --
 src/qtbimagelayerproperties.cpp            |   54 -
 src/qtbimagelayerproperties.h              |   47 -
 src/qtbimagelayerproperties.ui             |  148 --
 src/qtbimagescalingpoint.cpp               |  138 --
 src/qtbimagescalingpoint.h                 |   56 -
 src/qtbimagescalingpoint.ui                |  149 --
 src/qtbimagewidget.cpp                     |  219 ---
 src/qtbimagewidget.h                       |   76 -
 src/qtbimagewidgetproperties.cpp           |   57 -
 src/qtbimagewidgetproperties.h             |   48 -
 src/qtbimagewidgetproperties.ui            |   38 -
 src/qtbirregulargrid2ddraw.cpp             |  119 --
 src/qtbirregulargrid2ddraw.h               |   50 -
 src/qtbirregulargrid2dplot.cpp             |  218 ---
 src/qtbirregulargrid2dplot.h               |   73 -
 src/qtblayerlocker.cpp                     |   49 -
 src/qtblayerlocker.h                       |   63 -
 src/qtblayermousetracking.cpp              |   70 -
 src/qtblayermousetracking.h                |   61 -
 src/qtblayerpainter.cpp                    |  202 --
 src/qtblayerpainter.h                      |   60 -
 src/qtblayerpainterrequest.cpp             |  164 --
 src/qtblayerpainterrequest.h               |   77 -
 src/qtblayerpainterthread.cpp              |   86 -
 src/qtblayerpainterthread.h                |   51 -
 src/qtblegend.cpp                          |  486 -----
 src/qtblegend.h                            |   98 -
 src/qtblegendformatproperties.cpp          |  104 -
 src/qtblegendformatproperties.h            |   53 -
 src/qtblegendformatproperties.ui           |  208 --
 src/qtblegenditem.cpp                      |   85 -
 src/qtblegenditem.h                        |   81 -
 src/qtblegenditemwidget.cpp                |  102 -
 src/qtblegenditemwidget.h                  |   61 -
 src/qtblegendproperties.cpp                |  183 --
 src/qtblegendproperties.h                  |   68 -
 src/qtblegendproperties.ui                 |  203 --
 src/qtblegendtable.cpp                     |  260 ---
 src/qtblegendtable.h                       |   85 -
 src/qtblegendtabledelegate.cpp             |  283 ---
 src/qtblegendtabledelegate.h               |   58 -
 src/qtblegendtableitem.cpp                 |  308 ---
 src/qtblegendtableitem.h                   |   65 -
 src/qtblegendwidget.cpp                    |  322 ---
 src/qtblegendwidget.h                      |  102 -
 src/qtblinedelegate.cpp                    |  103 -
 src/qtblinedelegate.h                      |   48 -
 src/qtblineeditor.cpp                      |  213 --
 src/qtblineeditor.h                        |   65 -
 src/qtblinefactory.cpp                     |   35 -
 src/qtblinefactory.h                       |   51 -
 src/qtblineitem.cpp                        |  172 --
 src/qtblineitem.h                          |   59 -
 src/qtblinelayer.cpp                       |  922 ---------
 src/qtblinelayer.h                         |  190 --
 src/qtblinelayerproperties.cpp             |  354 ----
 src/qtblinelayerproperties.h               |   76 -
 src/qtblinelayerproperties.ui              |  109 --
 src/qtblivegridlayer.cpp                   |  445 -----
 src/qtblivegridlayer.h                     |  105 -
 src/qtblivegridlayerproperties.cpp         |   63 -
 src/qtblivegridlayerproperties.h           |   49 -
 src/qtblivegridlayerproperties.ui          |   76 -
 src/qtbmakeupfilter.cpp                    |  149 --
 src/qtbmakeupfilter.h                      |   58 -
 src/qtbmakeupfilter.ui                     |  221 ---
 src/qtbmousetracking.cpp                   |  101 -
 src/qtbmousetracking.h                     |   61 -
 src/qtbnameline.cpp                        |   53 -
 src/qtbnameline.h                          |   61 -
 src/qtbnamelinelayer.cpp                   |  281 ---
 src/qtbnamelinelayer.h                     |  104 -
 src/qtbnamelinelayerproperties.cpp         |   89 -
 src/qtbnamelinelayerproperties.h           |   52 -
 src/qtbnamelinelayerproperties.ui          |   51 -
 src/qtbordertip.cpp                        |   77 -
 src/qtbordertip.h                          |   51 -
 src/qtbpagelimit.cpp                       |   63 -
 src/qtbpagelimit.h                         |   46 -
 src/qtbpaintprogress.cpp                   |   82 -
 src/qtbpaintprogress.h                     |   63 -
 src/qtbpaletteinterpole.cpp                |  128 --
 src/qtbpaletteinterpole.h                  |   54 -
 src/qtbpaletteinterpole.ui                 |  105 -
 src/qtbpaletteproperties.cpp               |  169 --
 src/qtbpaletteproperties.h                 |   61 -
 src/qtbpaletteproperties.ui                |  278 ---
 src/qtbpalettetable.cpp                    |  191 --
 src/qtbpalettetable.h                      |   64 -
 src/qtbparallelband.cpp                    |   64 -
 src/qtbparallelband.h                      |   67 -
 src/qtbparallelbands.cpp                   |  202 --
 src/qtbparallelbands.h                     |   80 -
 src/qtbpen.cpp                             |  168 --
 src/qtbpen.h                               |  167 --
 src/qtbplotline.cpp                        |   77 -
 src/qtbplotline.h                          |   57 -
 src/qtbplotline2d.cpp                      |   88 -
 src/qtbplotline2d.h                        |   60 -
 src/qtbpointproperties.cpp                 |  124 --
 src/qtbpointproperties.h                   |   52 -
 src/qtbpointproperties.ui                  |  155 --
 src/qtbpolargridplot.cpp                   |  311 ---
 src/qtbpolargridplot.h                     |   54 -
 src/qtbscale.cpp                           |  375 ----
 src/qtbscale.h                             |  179 --
 src/qtbscifigsplugin.cpp                   |  142 --
 src/qtbscifigsplugin.h                     |   56 -
 src/qtbscifigspreferences.cpp              |  135 --
 src/qtbscifigspreferences.h                |   52 -
 src/qtbscifigspreferences.ui               |  299 ---
 src/qtbselectionwidget.cpp                 |  108 -
 src/qtbselectionwidget.h                   |   62 -
 src/qtbslopeestimator.cpp                  |  205 --
 src/qtbslopeestimator.h                    |   65 -
 src/qtbstatline.cpp                        |   64 -
 src/qtbstatline.h                          |   63 -
 src/qtbstatproxy.cpp                       |  234 ---
 src/qtbstatproxy.h                         |   78 -
 src/qtbsymbol.cpp                          |  237 ---
 src/qtbsymbol.h                            |   90 -
 src/qtbtextedit.cpp                        |  244 ---
 src/qtbtextedit.h                          |   83 -
 src/qtbtexteditproperties.cpp              |   94 -
 src/qtbtexteditproperties.h                |   51 -
 src/qtbtexteditproperties.ui               |  163 --
 src/qtbxmlscifigs.cpp                      |  249 ---
 src/qtbxmlscifigs.h                        |   70 -
 src/qtbxuniqueycolorlines.cpp              |  375 ----
 src/qtbxuniqueycolorlines.h                |   96 -
 src/qtbxycolorlines.cpp                    |  424 ----
 src/qtbxycolorlines.h                      |  107 -
 src/qtbxycolorlinesproperties.cpp          |   39 -
 src/qtbxycolorlinesproperties.h            |   45 -
 src/qtbxycolorlinesproperties.ui           |   38 -
 src/qtbxycolorplot.cpp                     |  118 --
 src/qtbxycolorplot.h                       |   54 -
 src/qtbxyplot.cpp                          |  255 ---
 src/qtbxyplot.h                            |  106 -
 src/qtbxyplotproperties.cpp                |   40 -
 src/qtbxyplotproperties.h                  |   45 -
 src/qtbxyplotproperties.ui                 |   38 -
 src/qtbxyvaluelines.cpp                    |  320 ---
 src/qtbxyvaluelines.h                      |   75 -
 src/qtbxyvalueplot.cpp                     |  266 ---
 src/qtbxyvalueplot.h                       |   75 -
 src/scifigs.cpp                            |  261 ---
 src/scifigs.h                              |   53 -
 src/scifigsdllexport.h                     |   39 +-
 496 files changed, 49249 insertions(+), 43877 deletions(-)

commit e8fff350799e05ce72ab1ec7c56864897182b4ca
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Aug 5 19:51:37 2009 +0200

    Add a layer lock for clear()

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

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

    Version 2.3.0-snapshot-20090730

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

commit 744963fba43bbdcee85753d2ad81c11420626f19
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jul 24 17:11:38 2009 +0200

    Add file name to curve name automatically

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

commit cacad3842f308e29ff17804039e936b7e5943072
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Jul 12 14:40:17 2009 +0200

    New function clear()

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

commit 55f1dfa9c5ef2dcbebc540d743e115f7b7ca8732
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jul 9 19:08:50 2009 +0200

    Fix compilation without pch

 src/qtbgraphcontentlayer.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit dc5651976e89f7539b2f3c2faa7f18d78b7fa7d0
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jul 6 21:12:12 2009 +0200

    Add rx, ry for QtbCircleViewer

 src/qtbaxiswindow.cpp        |    4 ++--
 src/qtbcircleviewer.cpp      |   39 +++++++++++++++++++++++----------------
 src/qtbcircleviewer.h        |    9 +++++----
 src/qtbgraphcontentlayer.cpp |    3 ++-
 src/qtbgraphcontentlayer.h   |    2 +-
 src/qtblineeditor.h          |    2 ++
 src/qtblinelayer.cpp         |    1 +
 src/qtblinelayer.h           |    5 +++--
 8 files changed, 39 insertions(+), 26 deletions(-)

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

    Version 2.3.0-snapshot-20090617

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

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

    Version 2.3.0-snapshot-20090610

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

commit 65624df74900b4c9c5656ad9517bb18d73ce77e8
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jun 8 19:11:23 2009 +0200

    Using QtbXMLHeader for save/restore of XML

 src/qtbtextedit.cpp   |    2 +-
 src/qtbxmlscifigs.cpp |   19 +++++++++++++------
 2 files changed, 14 insertions(+), 7 deletions(-)

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

    Explicit QtbXMLMember::Unknown

 src/qtbabstractline.cpp      |    2 +-
 src/qtbaxiswindow.cpp        |    4 ++--
 src/qtbbrush.cpp             |    2 +-
 src/qtbgraphcontent.cpp      |    8 ++++----
 src/qtbgraphcontentlayer.cpp |    2 +-
 src/qtbgraphicsheet.cpp      |    8 ++++----
 src/qtbimagelayer.cpp        |    2 +-
 src/qtblegend.cpp            |    2 +-
 src/qtblegenditem.cpp        |    2 +-
 src/qtbparallelband.cpp      |    2 +-
 src/qtbpen.cpp               |    2 +-
 src/qtbsymbol.cpp            |    2 +-
 src/qtbxmlscifigs.cpp        |    4 ++--
 13 files changed, 21 insertions(+), 21 deletions(-)

commit 63ba8a372c06a2a1412e42326439e3e0ffc3219d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Jun 7 13:26:51 2009 +0200

    New context information for XML streams

 src/qtbabstractline.cpp        |    7 +++++--
 src/qtbabstractnameline.cpp    |    5 +++--
 src/qtbaxis.h                  |    6 +++---
 src/qtbaxiswindow.cpp          |   12 ++++++------
 src/qtbbrush.cpp               |    3 +++
 src/qtbcircleviewer.cpp        |   12 +++++++-----
 src/qtbcolorpalettewidget.cpp  |   13 ++++++++-----
 src/qtbgraphcontent.cpp        |   17 ++++++++++-------
 src/qtbgraphcontent.h          |    2 +-
 src/qtbgraphcontentlayer.cpp   |   10 ++++++----
 src/qtbgraphcontentlayer.h     |    2 +-
 src/qtbgraphicobject.cpp       |    1 +
 src/qtbgraphicobject.h         |    6 +++---
 src/qtbgraphicsheet.cpp        |   14 +++++++++-----
 src/qtbgraphicsheet.h          |    2 +-
 src/qtbgridplot.cpp            |   13 ++++++++-----
 src/qtbgridviewer.cpp          |   12 +++++++-----
 src/qtbimagelayer.cpp          |   10 ++++++----
 src/qtbimagelayer.h            |    2 +-
 src/qtbimagewidget.cpp         |    2 +-
 src/qtbirregulargrid2dplot.cpp |   12 +++++++-----
 src/qtblegend.cpp              |    3 ++-
 src/qtblegenditem.cpp          |    7 +++++--
 src/qtblegendwidget.cpp        |    8 +++++---
 src/qtblinelayer.cpp           |   12 +++++++-----
 src/qtblivegridlayer.cpp       |    7 ++++---
 src/qtbparallelband.cpp        |    5 ++++-
 src/qtbparallelbands.cpp       |   10 ++++++----
 src/qtbpen.cpp                 |    3 +++
 src/qtbsymbol.cpp              |    7 +++++--
 src/qtbtextedit.cpp            |   22 ++++++++++++++++++----
 src/qtbtextedit.h              |    6 ++++--
 src/qtbxmlscifigs.cpp          |   28 ++++++++++++++++++----------
 src/qtbxmlscifigs.h            |   23 ++++++++++++-----------
 src/qtbxuniqueycolorlines.cpp  |    7 +++++--
 src/qtbxycolorlines.cpp        |   12 ++++++++----
 src/qtbxycolorplot.cpp         |    4 ++--
 src/qtbxyplot.cpp              |    7 +++++--
 src/qtbxyvaluelines.cpp        |   16 ++++++++++------
 src/qtbxyvalueplot.cpp         |   15 +++++++++------
 40 files changed, 229 insertions(+), 136 deletions(-)

commit 490fde0b3b6acb9ee2ecf41bc5660c7acb9e2c17
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jun 5 18:40:58 2009 +0200

    Remove the save/restore from registry
    
    Replace in Geopsy by an xml string saved/restored from registry

 src/qtbgraphcontent.cpp |   42 ------------------------------------------
 src/qtbgraphcontent.h   |    3 ---
 2 files changed, 0 insertions(+), 45 deletions(-)

commit 4484a5ab3d3bb205b9828010cb9af609a793a02b
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu May 28 15:02:26 2009 +0200

    Change in QtbCurve interface

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

commit 807dbc3e30ca1e97d05b5eb49e4ef22abdf1ce41
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue May 26 16:38:56 2009 +0200

    Minor fixes
    
    Pen weight of minor grid lines
    Axis type in curve browser proxy: by default remains linear

 src/qtbcurvebrowserproxy.cpp   |    8 ++------
 src/qtbgraphcontentoptions.cpp |    5 ++++-
 2 files changed, 6 insertions(+), 7 deletions(-)

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

    Version 2.3.0-snapshot-20090521

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

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

    New branch 2.1

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

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

    Version 2.3.0

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

commit 358d65797676a09e53bb8709a3d0b07c0c5aeeac
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue May 5 20:16:43 2009 +0200

    Format message when loading a layer

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

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

    Remove build key

 src/qtbscifigsplugin.cpp |   38 ++++++++++++++++++++------------------
 src/qtbscifigsplugin.h   |    7 ++++---
 src/qtbxmlscifigs.cpp    |   18 +++++++++++-------
 src/qtbxycolorlines.cpp  |    5 ++++-
 src/qtbxyvaluelines.cpp  |    5 ++++-
 5 files changed, 43 insertions(+), 30 deletions(-)

commit 749f366642e59b229fb476d9cd9642eb45ae37a5
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Apr 19 20:42:18 2009 +0200

    Add includes needed without pch

 src/qtbgraphcontentoptions.h   |    1 +
 src/qtblegendtable.cpp         |    1 +
 src/qtblegendtabledelegate.cpp |    4 ++++
 3 files changed, 6 insertions(+), 0 deletions(-)

commit 7895ca0c07c6961ebfee28742311d8a0a07be5c9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Apr 14 15:28:50 2009 +0200

    Minor editing

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

commit eb0d85c49504ccc659f86e6cc9ee64fecc91b6e4
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Apr 13 02:36:33 2009 +0200

    Update scrollbars when range change

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

commit 32a98d099b121640e9f8b7fc372686314d28c08b
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Apr 9 17:16:59 2009 +0200

    Switch to LGPL

 admin/info                                 |    1 +
 src/qtbabstractline.cpp                    |   16 ++++++++++------
 src/qtbabstractline.h                      |   16 ++++++++++------
 src/qtbabstractnameline.cpp                |   16 ++++++++++------
 src/qtbabstractnameline.h                  |   16 ++++++++++------
 src/qtbactivitymonitor.cpp                 |   16 ++++++++++------
 src/qtbactivitymonitor.h                   |   16 ++++++++++------
 src/qtbaxis.cpp                            |   16 ++++++++++------
 src/qtbaxis.h                              |   16 ++++++++++------
 src/qtbaxisformatproperties.cpp            |   16 ++++++++++------
 src/qtbaxisformatproperties.h              |   16 ++++++++++------
 src/qtbaxisproperties.cpp                  |   16 ++++++++++------
 src/qtbaxisproperties.h                    |   16 ++++++++++------
 src/qtbaxisscaleproperties.cpp             |   16 ++++++++++------
 src/qtbaxisscaleproperties.h               |   16 ++++++++++------
 src/qtbaxiswindow.cpp                      |   16 ++++++++++------
 src/qtbaxiswindow.h                        |   16 ++++++++++------
 src/qtbbrush.cpp                           |   16 ++++++++++------
 src/qtbbrush.h                             |   16 ++++++++++------
 src/qtbcircleviewer.cpp                    |   16 ++++++++++------
 src/qtbcircleviewer.h                      |   16 ++++++++++------
 src/qtbcolorpalettelayer.cpp               |   16 ++++++++++------
 src/qtbcolorpalettelayer.h                 |   16 ++++++++++------
 src/qtbcolorpalettewidget.cpp              |   16 ++++++++++------
 src/qtbcolorpalettewidget.h                |   16 ++++++++++------
 src/qtbcoordtip.cpp                        |   16 ++++++++++------
 src/qtbcoordtip.h                          |   16 ++++++++++------
 src/qtbcurvebrowser.cpp                    |   16 ++++++++++------
 src/qtbcurvebrowser.h                      |   16 ++++++++++------
 src/qtbcurvebrowseraverage.cpp             |   16 ++++++++++------
 src/qtbcurvebrowseraverage.h               |   16 ++++++++++------
 src/qtbcurvebrowsercut.cpp                 |   16 ++++++++++------
 src/qtbcurvebrowsercut.h                   |   16 ++++++++++------
 src/qtbcurvebrowserdelegate.cpp            |   16 ++++++++++------
 src/qtbcurvebrowserdelegate.h              |   16 ++++++++++------
 src/qtbcurvebrowseritem.cpp                |   16 ++++++++++------
 src/qtbcurvebrowseritem.h                  |   16 ++++++++++------
 src/qtbcurvebrowserproxy.cpp               |   16 ++++++++++------
 src/qtbcurvebrowserproxy.h                 |   16 ++++++++++------
 src/qtbcurvebrowserresample.cpp            |   16 ++++++++++------
 src/qtbcurvebrowserresample.h              |   16 ++++++++++------
 src/qtbcurvebrowsersimpleproxy.cpp         |   16 ++++++++++------
 src/qtbcurvebrowsersimpleproxy.h           |   16 ++++++++++------
 src/qtbcurvebrowsersmooth.cpp              |   16 ++++++++++------
 src/qtbcurvebrowsersmooth.h                |   16 ++++++++++------
 src/qtbgraphcontent.cpp                    |   16 ++++++++++------
 src/qtbgraphcontent.h                      |   16 ++++++++++------
 src/qtbgraphcontentformatproperties.cpp    |   16 ++++++++++------
 src/qtbgraphcontentformatproperties.h      |   16 ++++++++++------
 src/qtbgraphcontentlayer.cpp               |   16 ++++++++++------
 src/qtbgraphcontentlayer.h                 |   16 ++++++++++------
 src/qtbgraphcontentlayerfactory.cpp        |   16 ++++++++++------
 src/qtbgraphcontentlayerfactory.h          |   16 ++++++++++------
 src/qtbgraphcontentlayerproperties.cpp     |   16 ++++++++++------
 src/qtbgraphcontentlayerproperties.h       |   16 ++++++++++------
 src/qtbgraphcontentoptions.cpp             |   16 ++++++++++------
 src/qtbgraphcontentoptions.h               |   16 ++++++++++------
 src/qtbgraphicobject.cpp                   |   16 ++++++++++------
 src/qtbgraphicobject.h                     |   16 ++++++++++------
 src/qtbgraphicobjectfactory.cpp            |   16 ++++++++++------
 src/qtbgraphicobjectfactory.h              |   16 ++++++++++------
 src/qtbgraphicobjectgeometryproperties.cpp |   16 ++++++++++------
 src/qtbgraphicobjectgeometryproperties.h   |   16 ++++++++++------
 src/qtbgraphicobjectidproperties.cpp       |   16 ++++++++++------
 src/qtbgraphicobjectidproperties.h         |   16 ++++++++++------
 src/qtbgraphicobjectprintproperties.cpp    |   16 ++++++++++------
 src/qtbgraphicobjectprintproperties.h      |   16 ++++++++++------
 src/qtbgraphicsheet.cpp                    |   16 ++++++++++------
 src/qtbgraphicsheet.h                      |   16 ++++++++++------
 src/qtbgraphicsheetmenu.cpp                |   16 ++++++++++------
 src/qtbgraphicsheetmenu.h                  |   16 ++++++++++------
 src/qtbgraphicsheetproperties.cpp          |   16 ++++++++++------
 src/qtbgraphicsheetproperties.h            |   16 ++++++++++------
 src/qtbgridmaxfollower.cpp                 |   16 ++++++++++------
 src/qtbgridmaxfollower.h                   |   16 ++++++++++------
 src/qtbgridplot.cpp                        |   16 ++++++++++------
 src/qtbgridplot.h                          |   16 ++++++++++------
 src/qtbgridproperties.cpp                  |   16 ++++++++++------
 src/qtbgridproperties.h                    |   16 ++++++++++------
 src/qtbgridviewer.cpp                      |   16 ++++++++++------
 src/qtbgridviewer.h                        |   16 ++++++++++------
 src/qtbimagelayer.cpp                      |   16 ++++++++++------
 src/qtbimagelayer.h                        |   16 ++++++++++------
 src/qtbimagelayerproperties.cpp            |   16 ++++++++++------
 src/qtbimagelayerproperties.h              |   16 ++++++++++------
 src/qtbimagescalingpoint.cpp               |   16 ++++++++++------
 src/qtbimagescalingpoint.h                 |   16 ++++++++++------
 src/qtbimagewidget.cpp                     |   16 ++++++++++------
 src/qtbimagewidget.h                       |   16 ++++++++++------
 src/qtbimagewidgetproperties.cpp           |   16 ++++++++++------
 src/qtbimagewidgetproperties.h             |   16 ++++++++++------
 src/qtbirregulargrid2ddraw.cpp             |   16 ++++++++++------
 src/qtbirregulargrid2ddraw.h               |   16 ++++++++++------
 src/qtbirregulargrid2dplot.cpp             |   16 ++++++++++------
 src/qtbirregulargrid2dplot.h               |   16 ++++++++++------
 src/qtblayerlocker.cpp                     |   16 ++++++++++------
 src/qtblayerlocker.h                       |   16 ++++++++++------
 src/qtblayermousetracking.cpp              |   16 ++++++++++------
 src/qtblayermousetracking.h                |   16 ++++++++++------
 src/qtblayerpainter.cpp                    |   16 ++++++++++------
 src/qtblayerpainter.h                      |   16 ++++++++++------
 src/qtblayerpainterrequest.cpp             |   16 ++++++++++------
 src/qtblayerpainterrequest.h               |   16 ++++++++++------
 src/qtblayerpainterthread.cpp              |   16 ++++++++++------
 src/qtblayerpainterthread.h                |   16 ++++++++++------
 src/qtblegend.cpp                          |   16 ++++++++++------
 src/qtblegend.h                            |   16 ++++++++++------
 src/qtblegendformatproperties.cpp          |   16 ++++++++++------
 src/qtblegendformatproperties.h            |   16 ++++++++++------
 src/qtblegenditem.cpp                      |   16 ++++++++++------
 src/qtblegenditem.h                        |   16 ++++++++++------
 src/qtblegenditemwidget.cpp                |   16 ++++++++++------
 src/qtblegenditemwidget.h                  |   16 ++++++++++------
 src/qtblegendproperties.cpp                |   16 ++++++++++------
 src/qtblegendproperties.h                  |   16 ++++++++++------
 src/qtblegendtable.cpp                     |   16 ++++++++++------
 src/qtblegendtable.h                       |   16 ++++++++++------
 src/qtblegendtabledelegate.cpp             |   16 ++++++++++------
 src/qtblegendtabledelegate.h               |   16 ++++++++++------
 src/qtblegendtableitem.cpp                 |   16 ++++++++++------
 src/qtblegendtableitem.h                   |   16 ++++++++++------
 src/qtblegendwidget.cpp                    |   16 ++++++++++------
 src/qtblegendwidget.h                      |   16 ++++++++++------
 src/qtblinedelegate.cpp                    |   16 ++++++++++------
 src/qtblinedelegate.h                      |   16 ++++++++++------
 src/qtblineeditor.cpp                      |   16 ++++++++++------
 src/qtblineeditor.h                        |   16 ++++++++++------
 src/qtblinefactory.cpp                     |   16 ++++++++++------
 src/qtblinefactory.h                       |   16 ++++++++++------
 src/qtblineitem.cpp                        |   16 ++++++++++------
 src/qtblineitem.h                          |   16 ++++++++++------
 src/qtblinelayer.cpp                       |   16 ++++++++++------
 src/qtblinelayer.h                         |   16 ++++++++++------
 src/qtblinelayerproperties.cpp             |   16 ++++++++++------
 src/qtblinelayerproperties.h               |   16 ++++++++++------
 src/qtblivegridlayer.cpp                   |   16 ++++++++++------
 src/qtblivegridlayer.h                     |   16 ++++++++++------
 src/qtblivegridlayerproperties.cpp         |   16 ++++++++++------
 src/qtblivegridlayerproperties.h           |   16 ++++++++++------
 src/qtbmakeupfilter.cpp                    |   16 ++++++++++------
 src/qtbmakeupfilter.h                      |   16 ++++++++++------
 src/qtbmousetracking.cpp                   |   16 ++++++++++------
 src/qtbmousetracking.h                     |   16 ++++++++++------
 src/qtbnameline.cpp                        |   16 ++++++++++------
 src/qtbnameline.h                          |   16 ++++++++++------
 src/qtbnamelinelayer.cpp                   |   16 ++++++++++------
 src/qtbnamelinelayer.h                     |   16 ++++++++++------
 src/qtbnamelinelayerproperties.cpp         |   16 ++++++++++------
 src/qtbnamelinelayerproperties.h           |   16 ++++++++++------
 src/qtbordertip.cpp                        |   16 ++++++++++------
 src/qtbordertip.h                          |   16 ++++++++++------
 src/qtbpagelimit.cpp                       |   16 ++++++++++------
 src/qtbpagelimit.h                         |   16 ++++++++++------
 src/qtbpaintprogress.cpp                   |   16 ++++++++++------
 src/qtbpaintprogress.h                     |   16 ++++++++++------
 src/qtbpaletteinterpole.cpp                |   16 ++++++++++------
 src/qtbpaletteinterpole.h                  |   16 ++++++++++------
 src/qtbpaletteproperties.cpp               |   16 ++++++++++------
 src/qtbpaletteproperties.h                 |   16 ++++++++++------
 src/qtbpalettetable.cpp                    |   16 ++++++++++------
 src/qtbpalettetable.h                      |   16 ++++++++++------
 src/qtbparallelband.cpp                    |   16 ++++++++++------
 src/qtbparallelband.h                      |   16 ++++++++++------
 src/qtbparallelbands.cpp                   |   16 ++++++++++------
 src/qtbparallelbands.h                     |   16 ++++++++++------
 src/qtbpen.cpp                             |   16 ++++++++++------
 src/qtbpen.h                               |   16 ++++++++++------
 src/qtbplotline.cpp                        |   16 ++++++++++------
 src/qtbplotline.h                          |   16 ++++++++++------
 src/qtbplotline2d.cpp                      |   16 ++++++++++------
 src/qtbplotline2d.h                        |   16 ++++++++++------
 src/qtbpointproperties.cpp                 |   16 ++++++++++------
 src/qtbpointproperties.h                   |   16 ++++++++++------
 src/qtbpolargridplot.cpp                   |   16 ++++++++++------
 src/qtbpolargridplot.h                     |   16 ++++++++++------
 src/qtbscale.cpp                           |   16 ++++++++++------
 src/qtbscale.h                             |   16 ++++++++++------
 src/qtbscifigsplugin.cpp                   |   16 ++++++++++------
 src/qtbscifigsplugin.h                     |   16 ++++++++++------
 src/qtbscifigspreferences.cpp              |   16 ++++++++++------
 src/qtbscifigspreferences.h                |   16 ++++++++++------
 src/qtbselectionwidget.cpp                 |   16 ++++++++++------
 src/qtbselectionwidget.h                   |   16 ++++++++++------
 src/qtbslopeestimator.cpp                  |   16 ++++++++++------
 src/qtbslopeestimator.h                    |   16 ++++++++++------
 src/qtbstatline.cpp                        |   16 ++++++++++------
 src/qtbstatline.h                          |   16 ++++++++++------
 src/qtbstatproxy.cpp                       |   16 ++++++++++------
 src/qtbstatproxy.h                         |   16 ++++++++++------
 src/qtbsymbol.cpp                          |   16 ++++++++++------
 src/qtbsymbol.h                            |   16 ++++++++++------
 src/qtbtextedit.cpp                        |   16 ++++++++++------
 src/qtbtextedit.h                          |   16 ++++++++++------
 src/qtbtexteditproperties.cpp              |   16 ++++++++++------
 src/qtbtexteditproperties.h                |   16 ++++++++++------
 src/qtbxmlscifigs.cpp                      |   16 ++++++++++------
 src/qtbxmlscifigs.h                        |   16 ++++++++++------
 src/qtbxuniqueycolorlines.cpp              |   16 ++++++++++------
 src/qtbxuniqueycolorlines.h                |   16 ++++++++++------
 src/qtbxycolorlines.cpp                    |   16 ++++++++++------
 src/qtbxycolorlines.h                      |   16 ++++++++++------
 src/qtbxycolorlinesproperties.cpp          |   16 ++++++++++------
 src/qtbxycolorlinesproperties.h            |   16 ++++++++++------
 src/qtbxycolorplot.cpp                     |   16 ++++++++++------
 src/qtbxycolorplot.h                       |   16 ++++++++++------
 src/qtbxyplot.cpp                          |   16 ++++++++++------
 src/qtbxyplot.h                            |   16 ++++++++++------
 src/qtbxyplotproperties.cpp                |   16 ++++++++++------
 src/qtbxyplotproperties.h                  |   16 ++++++++++------
 src/qtbxyvaluelines.cpp                    |   16 ++++++++++------
 src/qtbxyvaluelines.h                      |   16 ++++++++++------
 src/qtbxyvalueplot.cpp                     |   16 ++++++++++------
 src/qtbxyvalueplot.h                       |   16 ++++++++++------
 src/scifigs.cpp                            |   16 ++++++++++------
 src/scifigs.h                              |   16 ++++++++++------
 src/scifigsdllexport.h                     |   16 ++++++++++------
 216 files changed, 2151 insertions(+), 1290 deletions(-)

commit 69dbfbca200c7e736fafe663148973b25c1bceae
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Apr 8 19:29:55 2009 +0200

    Grid line colors option

 src/qtbgraphcontent.cpp                 |    5 +
 src/qtbgraphcontent.h                   |    4 +
 src/qtbgraphcontentformatproperties.cpp |    1 +
 src/qtbgraphcontentformatproperties.h   |    2 +-
 src/qtbgraphcontentformatproperties.ui  |  139 +++++++++++++++++++------------
 src/qtbgraphcontentoptions.cpp          |    9 ++-
 src/qtbgraphcontentoptions.h            |    6 +-
 src/qtblegendtabledelegate.cpp          |   14 +---
 src/qtblegendtabledelegate.h            |    1 -
 src/qtbpalettetable.cpp                 |   16 +----
 src/qtbpalettetable.h                   |    2 -
 11 files changed, 112 insertions(+), 87 deletions(-)

commit e8cd9844bc2d991fee34db1808bb22b8a8c0e8fa
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 30 00:35:08 2009 +0200

    Add delegate and item for legend table

 src/qtblegendtabledelegate.cpp |  287 +++++++++++++++++++++++++++++++++++++
 src/qtblegendtabledelegate.h   |   55 +++++++
 src/qtblegendtableitem.cpp     |  304 ++++++++++++++++++++++++++++++++++++++++
 src/qtblegendtableitem.h       |   61 ++++++++
 4 files changed, 707 insertions(+), 0 deletions(-)

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

    New legend table editor
    
    Fix edition of scaled axis

 src/qtbabstractline.h          |    2 -
 src/qtbaxisscaleproperties.cpp |    4 +-
 src/qtbaxisscaleproperties.ui  |  281 +++++++++--------
 src/qtbaxiswindow.cpp          |   95 ++++--
 src/qtbcurvebrowser.cpp        |    3 +-
 src/qtblegend.cpp              |  152 +++++-----
 src/qtblegend.h                |   35 +-
 src/qtblegendproperties.cpp    |   87 +++---
 src/qtblegendproperties.h      |   22 +-
 src/qtblegendtable.cpp         |  679 ++++++++++------------------------------
 src/qtblegendtable.h           |   71 ++---
 src/qtblegendwidget.cpp        |    1 +
 src/qtblinelayer.cpp           |   87 ++++--
 src/qtblinelayerproperties.cpp |    3 +-
 src/qtbnameline.cpp            |    6 -
 src/qtbnameline.h              |    5 +-
 src/qtbnamelinelayer.cpp       |    7 +-
 src/qtbnamelinelayer.h         |   26 ++
 src/qtbpaintprogress.cpp       |    2 +-
 src/qtbpalettetable.cpp        |    6 +
 src/qtbplotline.cpp            |   24 +--
 src/qtbplotline.h              |    8 +-
 src/qtbsymbol.h                |   35 ++-
 23 files changed, 682 insertions(+), 959 deletions(-)

commit aeb389c97ad5c4f34aa78b9ab3daad97b51185b8
Merge: 33fe87a 38b9d41
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Mar 8 01:11:27 2009 +0100

    Merge branch 'sesarray-2.0'
    
    Conflicts:
    	admin/info
    	src/qtbabstractdynlinelayer.cpp
    	src/qtbabstractdynlinelayer.h
    	src/qtbaxis.cpp
    	src/qtbaxiswindow.cpp
    	src/qtbdynline.cpp
    	src/qtbdynline.h
    	src/qtbdynline2d.cpp
    	src/qtbdynline2d.h
    	src/qtbdynline2dlayer.cpp
    	src/qtbdynline2dlayer.h
    	src/qtbdynlinedelegate.h
    	src/qtbdynlineeditor.h
    	src/qtbdynlineitem.h
    	src/qtbdynlinelayerproperties.h
    	src/qtbdynnameline.cpp
    	src/qtbdynnameline.h
    	src/qtbdynxycolorlines.cpp
    	src/qtbdynxycolorlines.h
    	src/qtbgraphcontent.cpp
    	src/qtbgraphicsheet.cpp
    	src/qtbimagelayer.cpp
    	src/qtbirregulargrid2dplot.cpp
    	src/qtblayerpainter.cpp
    	src/qtblayerpainterthread.cpp
    	src/qtbnamelinelayer.cpp
    	src/qtbscale.cpp
    	src/qtbslopeestimator.cpp
    	src/qtbxynameplot.h
    	src/qtbxynameplotproperties.cpp
    	src/qtbxynameplotproperties.h

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

    Set a first DESCRIPTION and CATEGORY

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

commit 33fe87adeb88669fa1983343a8ca422174195ee9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Mar 6 21:30:54 2009 +0100

    New interface for QtbAbstractProgress

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

commit 8f1b2ceaa0b1d94908b8e1e5dc6081147699b230
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 23:50:12 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 476f31feb4ba2bce134da338d83fc17aede60814
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 23:43:22 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 6ddb21b6f44037d8727192f2fc3317cfe1568859
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 17:58:00 2009 +0100

    Fix license header (homogeneous with 2.1)

 src/qtbabstractdynline.cpp                 |    2 +-
 src/qtbabstractdynline.h                   |    2 +-
 src/qtbabstractdynlinelayer.cpp            |    2 +-
 src/qtbabstractdynlinelayer.h              |    2 +-
 src/qtbaxis.cpp                            |    2 +-
 src/qtbaxis.h                              |    2 +-
 src/qtbaxisformatproperties.cpp            |    2 +-
 src/qtbaxisformatproperties.h              |    2 +-
 src/qtbaxisproperties.cpp                  |    2 +-
 src/qtbaxisproperties.h                    |    2 +-
 src/qtbaxisscaleproperties.cpp             |    2 +-
 src/qtbaxisscaleproperties.h               |    2 +-
 src/qtbaxiswindow.cpp                      |    2 +-
 src/qtbaxiswindow.h                        |    2 +-
 src/qtbbrush.cpp                           |    2 +-
 src/qtbbrush.h                             |    2 +-
 src/qtbcircleviewer.cpp                    |    2 +-
 src/qtbcircleviewer.h                      |    2 +-
 src/qtbcolorpalettelayer.cpp               |    2 +-
 src/qtbcolorpalettelayer.h                 |    2 +-
 src/qtbcolorpalettewidget.cpp              |    2 +-
 src/qtbcolorpalettewidget.h                |    2 +-
 src/qtbcoordtip.cpp                        |    2 +-
 src/qtbcoordtip.h                          |    2 +-
 src/qtbdynline.cpp                         |    2 +-
 src/qtbdynline.h                           |    2 +-
 src/qtbdynline2d.cpp                       |    2 +-
 src/qtbdynline2d.h                         |    2 +-
 src/qtbdynline2dlayer.cpp                  |    2 +-
 src/qtbdynline2dlayer.h                    |    2 +-
 src/qtbdynlinedelegate.cpp                 |    2 +-
 src/qtbdynlinedelegate.h                   |    2 +-
 src/qtbdynlineeditor.cpp                   |    2 +-
 src/qtbdynlineeditor.h                     |    2 +-
 src/qtbdynlineitem.cpp                     |    2 +-
 src/qtbdynlineitem.h                       |    2 +-
 src/qtbdynlinelayerproperties.cpp          |    2 +-
 src/qtbdynlinelayerproperties.h            |    2 +-
 src/qtbdynnameline.cpp                     |    2 +-
 src/qtbdynnameline.h                       |    2 +-
 src/qtbdynxycolorlines.cpp                 |    2 +-
 src/qtbdynxycolorlines.h                   |    2 +-
 src/qtbgraphcontent.cpp                    |    2 +-
 src/qtbgraphcontent.h                      |    2 +-
 src/qtbgraphcontentformatproperties.cpp    |    2 +-
 src/qtbgraphcontentformatproperties.h      |    2 +-
 src/qtbgraphcontentlayer.cpp               |    2 +-
 src/qtbgraphcontentlayer.h                 |    2 +-
 src/qtbgraphcontentlayerproperties.cpp     |    2 +-
 src/qtbgraphcontentlayerproperties.h       |    2 +-
 src/qtbgraphcontentoptions.cpp             |    2 +-
 src/qtbgraphcontentoptions.h               |    2 +-
 src/qtbgraphicobject.cpp                   |    2 +-
 src/qtbgraphicobject.h                     |    2 +-
 src/qtbgraphicobjectgeometryproperties.cpp |    2 +-
 src/qtbgraphicobjectgeometryproperties.h   |    2 +-
 src/qtbgraphicobjectidproperties.cpp       |    2 +-
 src/qtbgraphicobjectidproperties.h         |    2 +-
 src/qtbgraphicobjectprintproperties.cpp    |    2 +-
 src/qtbgraphicobjectprintproperties.h      |    2 +-
 src/qtbgraphicsheet.cpp                    |    2 +-
 src/qtbgraphicsheet.h                      |    2 +-
 src/qtbgraphicsheetmenu.cpp                |    2 +-
 src/qtbgraphicsheetmenu.h                  |    2 +-
 src/qtbgraphicsheetproperties.cpp          |    2 +-
 src/qtbgraphicsheetproperties.h            |    2 +-
 src/qtbgridmaxfollower.cpp                 |    2 +-
 src/qtbgridmaxfollower.h                   |    2 +-
 src/qtbgridplot.cpp                        |    2 +-
 src/qtbgridplot.h                          |    2 +-
 src/qtbgridproperties.cpp                  |    2 +-
 src/qtbgridproperties.h                    |    2 +-
 src/qtbgridviewer.cpp                      |    2 +-
 src/qtbgridviewer.h                        |    2 +-
 src/qtbimagelayer.cpp                      |    2 +-
 src/qtbimagelayer.h                        |    2 +-
 src/qtbimagelayerproperties.cpp            |    2 +-
 src/qtbimagelayerproperties.h              |    2 +-
 src/qtbimagescalingpoint.cpp               |    2 +-
 src/qtbimagescalingpoint.h                 |    2 +-
 src/qtbimagewidget.cpp                     |    2 +-
 src/qtbimagewidget.h                       |    2 +-
 src/qtbimagewidgetproperties.cpp           |    2 +-
 src/qtbimagewidgetproperties.h             |    2 +-
 src/qtbirregulargrid2ddraw.cpp             |    2 +-
 src/qtbirregulargrid2ddraw.h               |    2 +-
 src/qtbirregulargrid2dplot.cpp             |    2 +-
 src/qtbirregulargrid2dplot.h               |    2 +-
 src/qtblayerlocker.cpp                     |    2 +-
 src/qtblayerlocker.h                       |    2 +-
 src/qtblayermousetracking.cpp              |    2 +-
 src/qtblayermousetracking.h                |    2 +-
 src/qtblayerpainter.cpp                    |    2 +-
 src/qtblayerpainter.h                      |    2 +-
 src/qtblayerpainterrequest.cpp             |    2 +-
 src/qtblayerpainterrequest.h               |    2 +-
 src/qtblayerpainterthread.cpp              |    2 +-
 src/qtblayerpainterthread.h                |    2 +-
 src/qtblegend.cpp                          |    2 +-
 src/qtblegend.h                            |    2 +-
 src/qtblegendformatproperties.cpp          |    2 +-
 src/qtblegendformatproperties.h            |    2 +-
 src/qtblegenditem.cpp                      |    2 +-
 src/qtblegenditem.h                        |    2 +-
 src/qtblegenditemwidget.cpp                |    2 +-
 src/qtblegenditemwidget.h                  |    2 +-
 src/qtblegendproperties.cpp                |    2 +-
 src/qtblegendproperties.h                  |    2 +-
 src/qtblegendtable.cpp                     |    2 +-
 src/qtblegendtable.h                       |    2 +-
 src/qtblegendwidget.cpp                    |    2 +-
 src/qtblegendwidget.h                      |    2 +-
 src/qtblivegridlayer.cpp                   |    2 +-
 src/qtblivegridlayer.h                     |    2 +-
 src/qtblivegridlayerproperties.cpp         |    2 +-
 src/qtblivegridlayerproperties.h           |    2 +-
 src/qtbmakeupfilter.cpp                    |    2 +-
 src/qtbmakeupfilter.h                      |    2 +-
 src/qtbmousetracking.cpp                   |    2 +-
 src/qtbmousetracking.h                     |    2 +-
 src/qtbordertip.cpp                        |    2 +-
 src/qtbordertip.h                          |    2 +-
 src/qtbpagelimit.cpp                       |    2 +-
 src/qtbpagelimit.h                         |    2 +-
 src/qtbpaintprogress.cpp                   |    2 +-
 src/qtbpaintprogress.h                     |    2 +-
 src/qtbpaletteinterpole.cpp                |    2 +-
 src/qtbpaletteinterpole.h                  |    2 +-
 src/qtbpaletteproperties.cpp               |    2 +-
 src/qtbpaletteproperties.h                 |    2 +-
 src/qtbpalettetable.cpp                    |    2 +-
 src/qtbpalettetable.h                      |    2 +-
 src/qtbparallelband.cpp                    |    2 +-
 src/qtbparallelband.h                      |    2 +-
 src/qtbparallelbands.cpp                   |    2 +-
 src/qtbparallelbands.h                     |    2 +-
 src/qtbpen.cpp                             |    2 +-
 src/qtbpen.h                               |    2 +-
 src/qtbpointproperties.cpp                 |    2 +-
 src/qtbpointproperties.h                   |    2 +-
 src/qtbpolargridplot.cpp                   |    2 +-
 src/qtbpolargridplot.h                     |    2 +-
 src/qtbscale.cpp                           |    2 +-
 src/qtbscale.h                             |    2 +-
 src/qtbscifigsplugin.cpp                   |    2 +-
 src/qtbscifigsplugin.h                     |    2 +-
 src/qtbscifigspreferences.cpp              |    2 +-
 src/qtbscifigspreferences.h                |    2 +-
 src/qtbselectionwidget.cpp                 |    2 +-
 src/qtbselectionwidget.h                   |    2 +-
 src/qtbslopeestimator.cpp                  |    2 +-
 src/qtbslopeestimator.h                    |    2 +-
 src/qtbsymbol.cpp                          |    2 +-
 src/qtbsymbol.h                            |    2 +-
 src/qtbtextedit.cpp                        |    2 +-
 src/qtbtextedit.h                          |    2 +-
 src/qtbtexteditproperties.cpp              |    2 +-
 src/qtbtexteditproperties.h                |    2 +-
 src/qtbxmlscifigs.cpp                      |    2 +-
 src/qtbxmlscifigs.h                        |    2 +-
 src/qtbxuniqueycolorlines.cpp              |    2 +-
 src/qtbxuniqueycolorlines.h                |    2 +-
 src/qtbxycolorlines.cpp                    |    2 +-
 src/qtbxycolorlines.h                      |    2 +-
 src/qtbxycolorlinesproperties.cpp          |    2 +-
 src/qtbxycolorlinesproperties.h            |    2 +-
 src/qtbxycolorplot.cpp                     |    2 +-
 src/qtbxycolorplot.h                       |    2 +-
 src/qtbxynameplot.cpp                      |    2 +-
 src/qtbxynameplot.h                        |    2 +-
 src/qtbxynameplotproperties.cpp            |    2 +-
 src/qtbxynameplotproperties.h              |    2 +-
 src/qtbxyplot.cpp                          |    2 +-
 src/qtbxyplot.h                            |    2 +-
 src/qtbxyplotproperties.cpp                |    2 +-
 src/qtbxyplotproperties.h                  |    2 +-
 src/qtbxyvaluelines.cpp                    |    2 +-
 src/qtbxyvaluelines.h                      |    2 +-
 src/qtbxyvalueplot.cpp                     |    2 +-
 src/qtbxyvalueplot.h                       |    2 +-
 src/scifigs.cpp                            |    2 +-
 src/scifigs.h                              |    2 +-
 src/scifigsdllexport.h                     |    2 +-
 183 files changed, 183 insertions(+), 183 deletions(-)

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

    Remove MAKE_*_DLL, add description

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

commit 0f9ca7e1955c7b686831e436703862037827b23c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 01:14:49 2009 +0100

    MAKE_*_DLL directly handled by dpconfigure

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

commit 03d6d95cf991e3267023e8aa78080533c51b33a0
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Mar 1 13:25:40 2009 +0100

    Dynamic cast replaced by static_cast (mingw)

 src/qtbslopeestimator.cpp |    6 ++----
 src/qtbxynameplot.cpp     |    6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

commit 1c06f5b83eca42bbb1746b27eda37ba98c16fbb9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Mar 1 09:19:59 2009 +0100

    Grid2D interface changed

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

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

    Remove CONTACT, BUG_MAIL, BUG_TRACKER

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

commit e70cd3c5f545cbaf5fe2646e861ea1a70043837e
Merge: 5bf94eb d1c4001
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 18 12:45:34 2009 +0100

    Merge branch 'master' of ssh://marc@localhost/home/git/scifigs
    
    Conflicts:
    	src/qtbnamelinelayer.cpp

commit 5bf94eb364124ec8eb304af3a5041eb5245a0670
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 18 12:34:23 2009 +0100

    Dynamic cast not allowed due to no rtti

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

commit d1c4001e2525b32cbfca33bdf151628af871cc11
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 17 15:54:05 2009 +0100

    no-rtti prevents from using dynamic-cast

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

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

    Lincense header in all source files

 src/qtbabstractdynline.cpp                 |   24 +++++++++++++++++++-----
 src/qtbabstractdynline.h                   |   24 +++++++++++++++++++-----
 src/qtbabstractdynlinelayer.cpp            |   24 +++++++++++++++++++-----
 src/qtbabstractdynlinelayer.h              |   24 +++++++++++++++++++-----
 src/qtbaxis.cpp                            |   24 +++++++++++++++++++-----
 src/qtbaxis.h                              |   24 +++++++++++++++++++-----
 src/qtbaxisformatproperties.cpp            |   24 +++++++++++++++++++-----
 src/qtbaxisformatproperties.h              |   24 +++++++++++++++++++-----
 src/qtbaxisproperties.cpp                  |   24 +++++++++++++++++++-----
 src/qtbaxisproperties.h                    |   24 +++++++++++++++++++-----
 src/qtbaxisscaleproperties.cpp             |   24 +++++++++++++++++++-----
 src/qtbaxisscaleproperties.h               |   24 +++++++++++++++++++-----
 src/qtbaxiswindow.cpp                      |   24 +++++++++++++++++++-----
 src/qtbaxiswindow.h                        |   24 +++++++++++++++++++-----
 src/qtbbrush.cpp                           |   24 +++++++++++++++++++-----
 src/qtbbrush.h                             |   24 +++++++++++++++++++-----
 src/qtbcircleviewer.cpp                    |   24 +++++++++++++++++++-----
 src/qtbcircleviewer.h                      |   24 +++++++++++++++++++-----
 src/qtbcolorpalettelayer.cpp               |   24 +++++++++++++++++++-----
 src/qtbcolorpalettelayer.h                 |   24 +++++++++++++++++++-----
 src/qtbcolorpalettewidget.cpp              |   24 +++++++++++++++++++-----
 src/qtbcolorpalettewidget.h                |   24 +++++++++++++++++++-----
 src/qtbcoordtip.cpp                        |   24 +++++++++++++++++++-----
 src/qtbcoordtip.h                          |   24 +++++++++++++++++++-----
 src/qtbdynline.cpp                         |   24 +++++++++++++++++++-----
 src/qtbdynline.h                           |   24 +++++++++++++++++++-----
 src/qtbdynline2d.cpp                       |   24 +++++++++++++++++++-----
 src/qtbdynline2d.h                         |   24 +++++++++++++++++++-----
 src/qtbdynline2dlayer.cpp                  |   24 +++++++++++++++++++-----
 src/qtbdynline2dlayer.h                    |   24 +++++++++++++++++++-----
 src/qtbdynlinedelegate.cpp                 |   24 +++++++++++++++++++-----
 src/qtbdynlinedelegate.h                   |   24 +++++++++++++++++++-----
 src/qtbdynlineeditor.cpp                   |   24 +++++++++++++++++++-----
 src/qtbdynlineeditor.h                     |   24 +++++++++++++++++++-----
 src/qtbdynlineitem.cpp                     |   24 +++++++++++++++++++-----
 src/qtbdynlineitem.h                       |   24 +++++++++++++++++++-----
 src/qtbdynlinelayerproperties.cpp          |   24 +++++++++++++++++++-----
 src/qtbdynlinelayerproperties.h            |   24 +++++++++++++++++++-----
 src/qtbdynnameline.cpp                     |   24 +++++++++++++++++++-----
 src/qtbdynnameline.h                       |   24 +++++++++++++++++++-----
 src/qtbdynxycolorlines.cpp                 |   24 +++++++++++++++++++-----
 src/qtbdynxycolorlines.h                   |   24 +++++++++++++++++++-----
 src/qtbgraphcontent.cpp                    |   24 +++++++++++++++++++-----
 src/qtbgraphcontent.h                      |   24 +++++++++++++++++++-----
 src/qtbgraphcontentformatproperties.cpp    |   24 +++++++++++++++++++-----
 src/qtbgraphcontentformatproperties.h      |   24 +++++++++++++++++++-----
 src/qtbgraphcontentlayer.cpp               |   24 +++++++++++++++++++-----
 src/qtbgraphcontentlayer.h                 |   24 +++++++++++++++++++-----
 src/qtbgraphcontentlayerproperties.cpp     |   24 +++++++++++++++++++-----
 src/qtbgraphcontentlayerproperties.h       |   24 +++++++++++++++++++-----
 src/qtbgraphcontentoptions.cpp             |   24 +++++++++++++++++++-----
 src/qtbgraphcontentoptions.h               |   24 +++++++++++++++++++-----
 src/qtbgraphicobject.cpp                   |   24 +++++++++++++++++++-----
 src/qtbgraphicobject.h                     |   24 +++++++++++++++++++-----
 src/qtbgraphicobjectgeometryproperties.cpp |   24 +++++++++++++++++++-----
 src/qtbgraphicobjectgeometryproperties.h   |   24 +++++++++++++++++++-----
 src/qtbgraphicobjectidproperties.cpp       |   24 +++++++++++++++++++-----
 src/qtbgraphicobjectidproperties.h         |   24 +++++++++++++++++++-----
 src/qtbgraphicobjectprintproperties.cpp    |   24 +++++++++++++++++++-----
 src/qtbgraphicobjectprintproperties.h      |   24 +++++++++++++++++++-----
 src/qtbgraphicsheet.cpp                    |   24 +++++++++++++++++++-----
 src/qtbgraphicsheet.h                      |   24 +++++++++++++++++++-----
 src/qtbgraphicsheetmenu.cpp                |   24 +++++++++++++++++++-----
 src/qtbgraphicsheetmenu.h                  |   24 +++++++++++++++++++-----
 src/qtbgraphicsheetproperties.cpp          |   24 +++++++++++++++++++-----
 src/qtbgraphicsheetproperties.h            |   24 +++++++++++++++++++-----
 src/qtbgridmaxfollower.cpp                 |   24 +++++++++++++++++++-----
 src/qtbgridmaxfollower.h                   |   24 +++++++++++++++++++-----
 src/qtbgridplot.cpp                        |   24 +++++++++++++++++++-----
 src/qtbgridplot.h                          |   24 +++++++++++++++++++-----
 src/qtbgridproperties.cpp                  |   24 +++++++++++++++++++-----
 src/qtbgridproperties.h                    |   24 +++++++++++++++++++-----
 src/qtbgridviewer.cpp                      |   24 +++++++++++++++++++-----
 src/qtbgridviewer.h                        |   24 +++++++++++++++++++-----
 src/qtbimagelayer.cpp                      |   24 +++++++++++++++++++-----
 src/qtbimagelayer.h                        |   24 +++++++++++++++++++-----
 src/qtbimagelayerproperties.cpp            |   24 +++++++++++++++++++-----
 src/qtbimagelayerproperties.h              |   24 +++++++++++++++++++-----
 src/qtbimagescalingpoint.cpp               |   24 +++++++++++++++++++-----
 src/qtbimagescalingpoint.h                 |   24 +++++++++++++++++++-----
 src/qtbimagewidget.cpp                     |   24 +++++++++++++++++++-----
 src/qtbimagewidget.h                       |   24 +++++++++++++++++++-----
 src/qtbimagewidgetproperties.cpp           |   24 +++++++++++++++++++-----
 src/qtbimagewidgetproperties.h             |   24 +++++++++++++++++++-----
 src/qtbirregulargrid2ddraw.cpp             |   24 +++++++++++++++++++-----
 src/qtbirregulargrid2ddraw.h               |   24 +++++++++++++++++++-----
 src/qtbirregulargrid2dplot.cpp             |   24 +++++++++++++++++++-----
 src/qtbirregulargrid2dplot.h               |   24 +++++++++++++++++++-----
 src/qtblayerlocker.cpp                     |   24 +++++++++++++++++++-----
 src/qtblayerlocker.h                       |   24 +++++++++++++++++++-----
 src/qtblayermousetracking.cpp              |   24 +++++++++++++++++++-----
 src/qtblayermousetracking.h                |   24 +++++++++++++++++++-----
 src/qtblayerpainter.cpp                    |   24 +++++++++++++++++++-----
 src/qtblayerpainter.h                      |   24 +++++++++++++++++++-----
 src/qtblayerpainterrequest.cpp             |   24 +++++++++++++++++++-----
 src/qtblayerpainterrequest.h               |   24 +++++++++++++++++++-----
 src/qtblayerpainterthread.cpp              |   24 +++++++++++++++++++-----
 src/qtblayerpainterthread.h                |   24 +++++++++++++++++++-----
 src/qtblegend.cpp                          |   24 +++++++++++++++++++-----
 src/qtblegend.h                            |   24 +++++++++++++++++++-----
 src/qtblegendformatproperties.cpp          |   24 +++++++++++++++++++-----
 src/qtblegendformatproperties.h            |   24 +++++++++++++++++++-----
 src/qtblegenditem.cpp                      |   24 +++++++++++++++++++-----
 src/qtblegenditem.h                        |   24 +++++++++++++++++++-----
 src/qtblegenditemwidget.cpp                |   24 +++++++++++++++++++-----
 src/qtblegenditemwidget.h                  |   24 +++++++++++++++++++-----
 src/qtblegendproperties.cpp                |   24 +++++++++++++++++++-----
 src/qtblegendproperties.h                  |   24 +++++++++++++++++++-----
 src/qtblegendtable.cpp                     |   24 +++++++++++++++++++-----
 src/qtblegendtable.h                       |   24 +++++++++++++++++++-----
 src/qtblegendwidget.cpp                    |   24 +++++++++++++++++++-----
 src/qtblegendwidget.h                      |   24 +++++++++++++++++++-----
 src/qtblivegridlayer.cpp                   |   24 +++++++++++++++++++-----
 src/qtblivegridlayer.h                     |   24 +++++++++++++++++++-----
 src/qtblivegridlayerproperties.cpp         |   24 +++++++++++++++++++-----
 src/qtblivegridlayerproperties.h           |   24 +++++++++++++++++++-----
 src/qtbmakeupfilter.cpp                    |   24 +++++++++++++++++++-----
 src/qtbmakeupfilter.h                      |   24 +++++++++++++++++++-----
 src/qtbmousetracking.cpp                   |   24 +++++++++++++++++++-----
 src/qtbmousetracking.h                     |   24 +++++++++++++++++++-----
 src/qtbordertip.cpp                        |   24 +++++++++++++++++++-----
 src/qtbordertip.h                          |   24 +++++++++++++++++++-----
 src/qtbpagelimit.cpp                       |   24 +++++++++++++++++++-----
 src/qtbpagelimit.h                         |   24 +++++++++++++++++++-----
 src/qtbpaintprogress.cpp                   |   24 +++++++++++++++++++-----
 src/qtbpaintprogress.h                     |   24 +++++++++++++++++++-----
 src/qtbpaletteinterpole.cpp                |   24 +++++++++++++++++++-----
 src/qtbpaletteinterpole.h                  |   24 +++++++++++++++++++-----
 src/qtbpaletteproperties.cpp               |   24 +++++++++++++++++++-----
 src/qtbpaletteproperties.h                 |   24 +++++++++++++++++++-----
 src/qtbpalettetable.cpp                    |   24 +++++++++++++++++++-----
 src/qtbpalettetable.h                      |   24 +++++++++++++++++++-----
 src/qtbparallelband.cpp                    |   24 +++++++++++++++++++-----
 src/qtbparallelband.h                      |   24 +++++++++++++++++++-----
 src/qtbparallelbands.cpp                   |   24 +++++++++++++++++++-----
 src/qtbparallelbands.h                     |   24 +++++++++++++++++++-----
 src/qtbpen.cpp                             |   24 +++++++++++++++++++-----
 src/qtbpen.h                               |   24 +++++++++++++++++++-----
 src/qtbpointproperties.cpp                 |   24 +++++++++++++++++++-----
 src/qtbpointproperties.h                   |   24 +++++++++++++++++++-----
 src/qtbpolargridplot.cpp                   |   24 +++++++++++++++++++-----
 src/qtbpolargridplot.h                     |   24 +++++++++++++++++++-----
 src/qtbscale.cpp                           |   24 +++++++++++++++++++-----
 src/qtbscale.h                             |   24 +++++++++++++++++++-----
 src/qtbscifigsplugin.cpp                   |   24 +++++++++++++++++++-----
 src/qtbscifigsplugin.h                     |   24 +++++++++++++++++++-----
 src/qtbscifigspreferences.cpp              |   24 +++++++++++++++++++-----
 src/qtbscifigspreferences.h                |   24 +++++++++++++++++++-----
 src/qtbselectionwidget.cpp                 |   24 +++++++++++++++++++-----
 src/qtbselectionwidget.h                   |   24 +++++++++++++++++++-----
 src/qtbslopeestimator.cpp                  |   24 +++++++++++++++++++-----
 src/qtbslopeestimator.h                    |   24 +++++++++++++++++++-----
 src/qtbsymbol.cpp                          |   24 +++++++++++++++++++-----
 src/qtbsymbol.h                            |   24 +++++++++++++++++++-----
 src/qtbtextedit.cpp                        |   24 +++++++++++++++++++-----
 src/qtbtextedit.h                          |   24 +++++++++++++++++++-----
 src/qtbtexteditproperties.cpp              |   24 +++++++++++++++++++-----
 src/qtbtexteditproperties.h                |   24 +++++++++++++++++++-----
 src/qtbxmlscifigs.cpp                      |   24 +++++++++++++++++++-----
 src/qtbxmlscifigs.h                        |   24 +++++++++++++++++++-----
 src/qtbxuniqueycolorlines.cpp              |   24 +++++++++++++++++++-----
 src/qtbxuniqueycolorlines.h                |   24 +++++++++++++++++++-----
 src/qtbxycolorlines.cpp                    |   24 +++++++++++++++++++-----
 src/qtbxycolorlines.h                      |   24 +++++++++++++++++++-----
 src/qtbxycolorlinesproperties.cpp          |   24 +++++++++++++++++++-----
 src/qtbxycolorlinesproperties.h            |   24 +++++++++++++++++++-----
 src/qtbxycolorplot.cpp                     |   24 +++++++++++++++++++-----
 src/qtbxycolorplot.h                       |   24 +++++++++++++++++++-----
 src/qtbxynameplot.cpp                      |   24 +++++++++++++++++++-----
 src/qtbxynameplot.h                        |   24 +++++++++++++++++++-----
 src/qtbxynameplotproperties.cpp            |   24 +++++++++++++++++++-----
 src/qtbxynameplotproperties.h              |   24 +++++++++++++++++++-----
 src/qtbxyplot.cpp                          |   24 +++++++++++++++++++-----
 src/qtbxyplot.h                            |   24 +++++++++++++++++++-----
 src/qtbxyplotproperties.cpp                |   24 +++++++++++++++++++-----
 src/qtbxyplotproperties.h                  |   24 +++++++++++++++++++-----
 src/qtbxyvaluelines.cpp                    |   24 +++++++++++++++++++-----
 src/qtbxyvaluelines.h                      |   24 +++++++++++++++++++-----
 src/qtbxyvalueplot.cpp                     |   24 +++++++++++++++++++-----
 src/qtbxyvalueplot.h                       |   24 +++++++++++++++++++-----
 src/scifigs.cpp                            |   24 +++++++++++++++++++-----
 src/scifigs.h                              |   24 +++++++++++++++++++-----
 src/scifigsdllexport.h                     |   24 +++++++++++++++++++-----
 183 files changed, 3477 insertions(+), 915 deletions(-)

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

    Version 2.2.5

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

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

    Move src/images to images

 images/QtbAxisWindow.png                |  Bin 0 -> 1661 bytes
 images/QtbColorPaletteWidget.png        |  Bin 0 -> 1591 bytes
 images/QtbImageWidget.png               |  Bin 0 -> 1801 bytes
 images/QtbLegendWidget.png              |  Bin 0 -> 1988 bytes
 images/QtbTextEdit.png                  |  Bin 0 -> 1688 bytes
 images/arrow_down.png                   |  Bin 0 -> 535 bytes
 images/arrow_up.png                     |  Bin 0 -> 542 bytes
 images/autolimits.png                   |  Bin 0 -> 1129 bytes
 images/bdiagpattern-black-64x64.png     |  Bin 0 -> 560 bytes
 images/cross.png                        |  Bin 0 -> 216 bytes
 images/editcopy.png                     |  Bin 0 -> 1715 bytes
 images/editcursor.png                   |  Bin 0 -> 633 bytes
 images/editcut.png                      |  Bin 0 -> 1949 bytes
 images/editpaste.png                    |  Bin 0 -> 2087 bytes
 images/editredo.png                     |  Bin 0 -> 1787 bytes
 images/editundo.png                     |  Bin 0 -> 1768 bytes
 images/filenew.png                      |  Bin 0 -> 977 bytes
 images/fileopen4.png                    |  Bin 0 -> 2402 bytes
 images/fileprint.png                    |  Bin 0 -> 742 bytes
 images/filesave4.png                    |  Bin 0 -> 1980 bytes
 images/historgramcursor.png             |  Bin 0 -> 866 bytes
 images/ordertool.png                    |  Bin 0 -> 555 bytes
 images/pickcursor.png                   |  Bin 0 -> 611 bytes
 images/pickorderedcursor.png            |  Bin 0 -> 593 bytes
 images/qsa.png                          |  Bin 0 -> 869 bytes
 images/scalecursor.png                  |  Bin 0 -> 927 bytes
 images/selectcursor.png                 |  Bin 0 -> 677 bytes
 images/zoom.png                         |  Bin 0 -> 1111 bytes
 images/zoomcursor.png                   |  Bin 0 -> 1166 bytes
 src/images/QtbAxisWindow.png            |  Bin 1661 -> 0 bytes
 src/images/QtbColorPaletteWidget.png    |  Bin 1591 -> 0 bytes
 src/images/QtbImageWidget.png           |  Bin 1801 -> 0 bytes
 src/images/QtbLegendWidget.png          |  Bin 1988 -> 0 bytes
 src/images/QtbTextEdit.png              |  Bin 1688 -> 0 bytes
 src/images/arrow_down.png               |  Bin 535 -> 0 bytes
 src/images/arrow_up.png                 |  Bin 542 -> 0 bytes
 src/images/autolimits.png               |  Bin 1129 -> 0 bytes
 src/images/bdiagpattern-black-64x64.png |  Bin 560 -> 0 bytes
 src/images/cross.png                    |  Bin 216 -> 0 bytes
 src/images/editcopy.png                 |  Bin 1715 -> 0 bytes
 src/images/editcursor.png               |  Bin 633 -> 0 bytes
 src/images/editcut.png                  |  Bin 1949 -> 0 bytes
 src/images/editpaste.png                |  Bin 2087 -> 0 bytes
 src/images/editredo.png                 |  Bin 1787 -> 0 bytes
 src/images/editundo.png                 |  Bin 1768 -> 0 bytes
 src/images/filenew.png                  |  Bin 977 -> 0 bytes
 src/images/fileopen4.png                |  Bin 2402 -> 0 bytes
 src/images/fileprint.png                |  Bin 742 -> 0 bytes
 src/images/filesave4.png                |  Bin 1980 -> 0 bytes
 src/images/historgramcursor.png         |  Bin 866 -> 0 bytes
 src/images/ordertool.png                |  Bin 555 -> 0 bytes
 src/images/pickcursor.png               |  Bin 611 -> 0 bytes
 src/images/pickorderedcursor.png        |  Bin 593 -> 0 bytes
 src/images/qsa.png                      |  Bin 869 -> 0 bytes
 src/images/scalecursor.png              |  Bin 927 -> 0 bytes
 src/images/selectcursor.png             |  Bin 677 -> 0 bytes
 src/images/zoom.png                     |  Bin 1111 -> 0 bytes
 src/images/zoomcursor.png               |  Bin 1166 -> 0 bytes
 58 files changed, 0 insertions(+), 0 deletions(-)

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

    New license header

 src/qtbabstractline.cpp                    |    8 ++++----
 src/qtbabstractline.h                      |    8 ++++----
 src/qtbabstractnameline.cpp                |    8 ++++----
 src/qtbabstractnameline.h                  |    8 ++++----
 src/qtbactivitymonitor.cpp                 |    8 ++++----
 src/qtbactivitymonitor.h                   |    8 ++++----
 src/qtbaxis.cpp                            |    8 ++++----
 src/qtbaxis.h                              |    8 ++++----
 src/qtbaxisformatproperties.cpp            |    8 ++++----
 src/qtbaxisformatproperties.h              |    8 ++++----
 src/qtbaxisproperties.cpp                  |    8 ++++----
 src/qtbaxisproperties.h                    |    8 ++++----
 src/qtbaxisscaleproperties.cpp             |    8 ++++----
 src/qtbaxisscaleproperties.h               |    8 ++++----
 src/qtbaxiswindow.cpp                      |    8 ++++----
 src/qtbaxiswindow.h                        |    8 ++++----
 src/qtbbrush.cpp                           |    8 ++++----
 src/qtbbrush.h                             |    8 ++++----
 src/qtbcircleviewer.cpp                    |    8 ++++----
 src/qtbcircleviewer.h                      |    8 ++++----
 src/qtbcolorpalettelayer.cpp               |    8 ++++----
 src/qtbcolorpalettelayer.h                 |    8 ++++----
 src/qtbcolorpalettewidget.cpp              |    8 ++++----
 src/qtbcolorpalettewidget.h                |    8 ++++----
 src/qtbcoordtip.cpp                        |    8 ++++----
 src/qtbcoordtip.h                          |    8 ++++----
 src/qtbcurvebrowser.cpp                    |    8 ++++----
 src/qtbcurvebrowser.h                      |    8 ++++----
 src/qtbcurvebrowseraverage.cpp             |    8 ++++----
 src/qtbcurvebrowseraverage.h               |    8 ++++----
 src/qtbcurvebrowsercut.cpp                 |    8 ++++----
 src/qtbcurvebrowsercut.h                   |    8 ++++----
 src/qtbcurvebrowserdelegate.cpp            |    8 ++++----
 src/qtbcurvebrowserdelegate.h              |    8 ++++----
 src/qtbcurvebrowseritem.cpp                |    8 ++++----
 src/qtbcurvebrowseritem.h                  |    8 ++++----
 src/qtbcurvebrowserproxy.cpp               |    8 ++++----
 src/qtbcurvebrowserproxy.h                 |    8 ++++----
 src/qtbcurvebrowserresample.cpp            |    8 ++++----
 src/qtbcurvebrowserresample.h              |    8 ++++----
 src/qtbcurvebrowsersimpleproxy.cpp         |    8 ++++----
 src/qtbcurvebrowsersimpleproxy.h           |    8 ++++----
 src/qtbcurvebrowsersmooth.cpp              |    8 ++++----
 src/qtbcurvebrowsersmooth.h                |    8 ++++----
 src/qtbgraphcontent.cpp                    |    8 ++++----
 src/qtbgraphcontent.h                      |    8 ++++----
 src/qtbgraphcontentformatproperties.cpp    |    8 ++++----
 src/qtbgraphcontentformatproperties.h      |    8 ++++----
 src/qtbgraphcontentlayer.cpp               |    8 ++++----
 src/qtbgraphcontentlayer.h                 |    8 ++++----
 src/qtbgraphcontentlayerfactory.cpp        |    8 ++++----
 src/qtbgraphcontentlayerfactory.h          |    8 ++++----
 src/qtbgraphcontentlayerproperties.cpp     |    8 ++++----
 src/qtbgraphcontentlayerproperties.h       |    8 ++++----
 src/qtbgraphcontentoptions.cpp             |    8 ++++----
 src/qtbgraphcontentoptions.h               |    8 ++++----
 src/qtbgraphicobject.cpp                   |    8 ++++----
 src/qtbgraphicobject.h                     |    8 ++++----
 src/qtbgraphicobjectfactory.cpp            |    8 ++++----
 src/qtbgraphicobjectfactory.h              |    8 ++++----
 src/qtbgraphicobjectgeometryproperties.cpp |    8 ++++----
 src/qtbgraphicobjectgeometryproperties.h   |    8 ++++----
 src/qtbgraphicobjectidproperties.cpp       |    8 ++++----
 src/qtbgraphicobjectidproperties.h         |    8 ++++----
 src/qtbgraphicobjectprintproperties.cpp    |    8 ++++----
 src/qtbgraphicobjectprintproperties.h      |    8 ++++----
 src/qtbgraphicsheet.cpp                    |    8 ++++----
 src/qtbgraphicsheet.h                      |    8 ++++----
 src/qtbgraphicsheetmenu.cpp                |    8 ++++----
 src/qtbgraphicsheetmenu.h                  |    8 ++++----
 src/qtbgraphicsheetproperties.cpp          |    8 ++++----
 src/qtbgraphicsheetproperties.h            |    8 ++++----
 src/qtbgridmaxfollower.cpp                 |    8 ++++----
 src/qtbgridmaxfollower.h                   |    8 ++++----
 src/qtbgridplot.cpp                        |    8 ++++----
 src/qtbgridplot.h                          |    8 ++++----
 src/qtbgridproperties.cpp                  |    8 ++++----
 src/qtbgridproperties.h                    |    8 ++++----
 src/qtbgridviewer.cpp                      |    8 ++++----
 src/qtbgridviewer.h                        |    8 ++++----
 src/qtbimagelayer.cpp                      |    8 ++++----
 src/qtbimagelayer.h                        |    8 ++++----
 src/qtbimagelayerproperties.cpp            |    8 ++++----
 src/qtbimagelayerproperties.h              |    8 ++++----
 src/qtbimagescalingpoint.cpp               |    8 ++++----
 src/qtbimagescalingpoint.h                 |    8 ++++----
 src/qtbimagewidget.cpp                     |    8 ++++----
 src/qtbimagewidget.h                       |    8 ++++----
 src/qtbimagewidgetproperties.cpp           |    8 ++++----
 src/qtbimagewidgetproperties.h             |    8 ++++----
 src/qtbirregulargrid2ddraw.cpp             |    8 ++++----
 src/qtbirregulargrid2ddraw.h               |    8 ++++----
 src/qtbirregulargrid2dplot.cpp             |    8 ++++----
 src/qtbirregulargrid2dplot.h               |    8 ++++----
 src/qtblayerlocker.cpp                     |    8 ++++----
 src/qtblayerlocker.h                       |    8 ++++----
 src/qtblayermousetracking.cpp              |    8 ++++----
 src/qtblayermousetracking.h                |    8 ++++----
 src/qtblayerpainter.cpp                    |    8 ++++----
 src/qtblayerpainter.h                      |    8 ++++----
 src/qtblayerpainterrequest.cpp             |    8 ++++----
 src/qtblayerpainterrequest.h               |    8 ++++----
 src/qtblayerpainterthread.cpp              |    8 ++++----
 src/qtblayerpainterthread.h                |    8 ++++----
 src/qtblegend.cpp                          |    8 ++++----
 src/qtblegend.h                            |    8 ++++----
 src/qtblegendformatproperties.cpp          |    8 ++++----
 src/qtblegendformatproperties.h            |    8 ++++----
 src/qtblegenditem.cpp                      |    8 ++++----
 src/qtblegenditem.h                        |    8 ++++----
 src/qtblegenditemwidget.cpp                |    8 ++++----
 src/qtblegenditemwidget.h                  |    8 ++++----
 src/qtblegendproperties.cpp                |    8 ++++----
 src/qtblegendproperties.h                  |    8 ++++----
 src/qtblegendtable.cpp                     |    8 ++++----
 src/qtblegendtable.h                       |    8 ++++----
 src/qtblegendwidget.cpp                    |    8 ++++----
 src/qtblegendwidget.h                      |    8 ++++----
 src/qtblinedelegate.cpp                    |    8 ++++----
 src/qtblinedelegate.h                      |    8 ++++----
 src/qtblineeditor.cpp                      |    8 ++++----
 src/qtblineeditor.h                        |    8 ++++----
 src/qtblinefactory.cpp                     |    8 ++++----
 src/qtblinefactory.h                       |    8 ++++----
 src/qtblineitem.cpp                        |    8 ++++----
 src/qtblineitem.h                          |    8 ++++----
 src/qtblinelayer.cpp                       |    8 ++++----
 src/qtblinelayer.h                         |    8 ++++----
 src/qtblinelayerproperties.cpp             |    8 ++++----
 src/qtblinelayerproperties.h               |    8 ++++----
 src/qtblivegridlayer.cpp                   |    8 ++++----
 src/qtblivegridlayer.h                     |    8 ++++----
 src/qtblivegridlayerproperties.cpp         |    8 ++++----
 src/qtblivegridlayerproperties.h           |    8 ++++----
 src/qtbmakeupfilter.cpp                    |    8 ++++----
 src/qtbmakeupfilter.h                      |    8 ++++----
 src/qtbmousetracking.cpp                   |    8 ++++----
 src/qtbmousetracking.h                     |    8 ++++----
 src/qtbnameline.cpp                        |    8 ++++----
 src/qtbnameline.h                          |    8 ++++----
 src/qtbnamelinelayer.cpp                   |    8 ++++----
 src/qtbnamelinelayer.h                     |    8 ++++----
 src/qtbnamelinelayerproperties.cpp         |    8 ++++----
 src/qtbnamelinelayerproperties.h           |    8 ++++----
 src/qtbordertip.cpp                        |    8 ++++----
 src/qtbordertip.h                          |    8 ++++----
 src/qtbpagelimit.cpp                       |    8 ++++----
 src/qtbpagelimit.h                         |    8 ++++----
 src/qtbpaintprogress.cpp                   |    8 ++++----
 src/qtbpaintprogress.h                     |    8 ++++----
 src/qtbpaletteinterpole.cpp                |    8 ++++----
 src/qtbpaletteinterpole.h                  |    8 ++++----
 src/qtbpaletteproperties.cpp               |    8 ++++----
 src/qtbpaletteproperties.h                 |    8 ++++----
 src/qtbpalettetable.cpp                    |    8 ++++----
 src/qtbpalettetable.h                      |    8 ++++----
 src/qtbparallelband.cpp                    |    8 ++++----
 src/qtbparallelband.h                      |    8 ++++----
 src/qtbparallelbands.cpp                   |    8 ++++----
 src/qtbparallelbands.h                     |    8 ++++----
 src/qtbpen.cpp                             |    8 ++++----
 src/qtbpen.h                               |    8 ++++----
 src/qtbplotline.cpp                        |    8 ++++----
 src/qtbplotline.h                          |    8 ++++----
 src/qtbplotline2d.cpp                      |    8 ++++----
 src/qtbplotline2d.h                        |    8 ++++----
 src/qtbpointproperties.cpp                 |    8 ++++----
 src/qtbpointproperties.h                   |    8 ++++----
 src/qtbpolargridplot.cpp                   |    8 ++++----
 src/qtbpolargridplot.h                     |    8 ++++----
 src/qtbscale.cpp                           |    8 ++++----
 src/qtbscale.h                             |    8 ++++----
 src/qtbscifigsplugin.cpp                   |    8 ++++----
 src/qtbscifigsplugin.h                     |    8 ++++----
 src/qtbscifigspreferences.cpp              |    8 ++++----
 src/qtbscifigspreferences.h                |    8 ++++----
 src/qtbselectionwidget.cpp                 |    8 ++++----
 src/qtbselectionwidget.h                   |    8 ++++----
 src/qtbslopeestimator.cpp                  |    8 ++++----
 src/qtbslopeestimator.h                    |    8 ++++----
 src/qtbstatline.cpp                        |    8 ++++----
 src/qtbstatline.h                          |    8 ++++----
 src/qtbstatproxy.cpp                       |    8 ++++----
 src/qtbstatproxy.h                         |    8 ++++----
 src/qtbsymbol.cpp                          |    8 ++++----
 src/qtbsymbol.h                            |    8 ++++----
 src/qtbtextedit.cpp                        |    8 ++++----
 src/qtbtextedit.h                          |    8 ++++----
 src/qtbtexteditproperties.cpp              |    8 ++++----
 src/qtbtexteditproperties.h                |    8 ++++----
 src/qtbxmlscifigs.cpp                      |    8 ++++----
 src/qtbxmlscifigs.h                        |    8 ++++----
 src/qtbxuniqueycolorlines.cpp              |    8 ++++----
 src/qtbxuniqueycolorlines.h                |    8 ++++----
 src/qtbxycolorlines.cpp                    |    8 ++++----
 src/qtbxycolorlines.h                      |    8 ++++----
 src/qtbxycolorlinesproperties.cpp          |    8 ++++----
 src/qtbxycolorlinesproperties.h            |    8 ++++----
 src/qtbxycolorplot.cpp                     |    8 ++++----
 src/qtbxycolorplot.h                       |    8 ++++----
 src/qtbxyplot.cpp                          |    8 ++++----
 src/qtbxyplot.h                            |    8 ++++----
 src/qtbxyplotproperties.cpp                |    8 ++++----
 src/qtbxyplotproperties.h                  |    8 ++++----
 src/qtbxyvaluelines.cpp                    |    8 ++++----
 src/qtbxyvaluelines.h                      |    8 ++++----
 src/qtbxyvalueplot.cpp                     |    8 ++++----
 src/qtbxyvalueplot.h                       |    8 ++++----
 src/scifigs.cpp                            |    8 ++++----
 src/scifigs.h                              |    8 ++++----
 src/scifigsdllexport.h                     |    8 ++++----
 211 files changed, 844 insertions(+), 844 deletions(-)

commit d37db6eea2e0c1b62c6ef96c57acb02686ee3418
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 4 19:14:27 2009 +0100

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

 src/qtbabstractline.cpp                    |   16 +++++++++++++++-
 src/qtbabstractline.h                      |   16 +++++++++++++++-
 src/qtbabstractnameline.cpp                |   16 +++++++++++++++-
 src/qtbabstractnameline.h                  |   16 +++++++++++++++-
 src/qtbactivitymonitor.cpp                 |   16 +++++++++++++++-
 src/qtbactivitymonitor.h                   |   16 +++++++++++++++-
 src/qtbaxis.cpp                            |   16 +++++++++++++++-
 src/qtbaxis.h                              |   16 +++++++++++++++-
 src/qtbaxisformatproperties.cpp            |   16 +++++++++++++++-
 src/qtbaxisformatproperties.h              |   16 +++++++++++++++-
 src/qtbaxisproperties.cpp                  |   16 +++++++++++++++-
 src/qtbaxisproperties.h                    |   16 +++++++++++++++-
 src/qtbaxisscaleproperties.cpp             |   16 +++++++++++++++-
 src/qtbaxisscaleproperties.h               |   16 +++++++++++++++-
 src/qtbaxiswindow.cpp                      |   16 +++++++++++++++-
 src/qtbaxiswindow.h                        |   16 +++++++++++++++-
 src/qtbbrush.cpp                           |   16 +++++++++++++++-
 src/qtbbrush.h                             |   16 +++++++++++++++-
 src/qtbcircleviewer.cpp                    |   16 +++++++++++++++-
 src/qtbcircleviewer.h                      |   16 +++++++++++++++-
 src/qtbcolorpalettelayer.cpp               |   16 +++++++++++++++-
 src/qtbcolorpalettelayer.h                 |   16 +++++++++++++++-
 src/qtbcolorpalettewidget.cpp              |   16 +++++++++++++++-
 src/qtbcolorpalettewidget.h                |   16 +++++++++++++++-
 src/qtbcoordtip.cpp                        |   16 +++++++++++++++-
 src/qtbcoordtip.h                          |   16 +++++++++++++++-
 src/qtbcurvebrowser.cpp                    |   16 +++++++++++++++-
 src/qtbcurvebrowser.h                      |   16 +++++++++++++++-
 src/qtbcurvebrowseraverage.cpp             |   16 +++++++++++++++-
 src/qtbcurvebrowseraverage.h               |   16 +++++++++++++++-
 src/qtbcurvebrowsercut.cpp                 |   16 +++++++++++++++-
 src/qtbcurvebrowsercut.h                   |   16 +++++++++++++++-
 src/qtbcurvebrowserdelegate.cpp            |   16 +++++++++++++++-
 src/qtbcurvebrowserdelegate.h              |   16 +++++++++++++++-
 src/qtbcurvebrowseritem.cpp                |   16 +++++++++++++++-
 src/qtbcurvebrowseritem.h                  |   16 +++++++++++++++-
 src/qtbcurvebrowserproxy.cpp               |   16 +++++++++++++++-
 src/qtbcurvebrowserproxy.h                 |   16 +++++++++++++++-
 src/qtbcurvebrowserresample.cpp            |   16 +++++++++++++++-
 src/qtbcurvebrowserresample.h              |   16 +++++++++++++++-
 src/qtbcurvebrowsersimpleproxy.cpp         |   16 +++++++++++++++-
 src/qtbcurvebrowsersimpleproxy.h           |   16 +++++++++++++++-
 src/qtbcurvebrowsersmooth.cpp              |   16 +++++++++++++++-
 src/qtbcurvebrowsersmooth.h                |   16 +++++++++++++++-
 src/qtbgraphcontent.cpp                    |   16 +++++++++++++++-
 src/qtbgraphcontent.h                      |   16 +++++++++++++++-
 src/qtbgraphcontentformatproperties.cpp    |   16 +++++++++++++++-
 src/qtbgraphcontentformatproperties.h      |   16 +++++++++++++++-
 src/qtbgraphcontentlayer.cpp               |   16 +++++++++++++++-
 src/qtbgraphcontentlayer.h                 |   16 +++++++++++++++-
 src/qtbgraphcontentlayerfactory.cpp        |   16 +++++++++++++++-
 src/qtbgraphcontentlayerfactory.h          |   16 +++++++++++++++-
 src/qtbgraphcontentlayerproperties.cpp     |   16 +++++++++++++++-
 src/qtbgraphcontentlayerproperties.h       |   16 +++++++++++++++-
 src/qtbgraphcontentoptions.cpp             |   16 +++++++++++++++-
 src/qtbgraphcontentoptions.h               |   16 +++++++++++++++-
 src/qtbgraphicobject.cpp                   |   16 +++++++++++++++-
 src/qtbgraphicobject.h                     |   16 +++++++++++++++-
 src/qtbgraphicobjectfactory.cpp            |   16 +++++++++++++++-
 src/qtbgraphicobjectfactory.h              |   16 +++++++++++++++-
 src/qtbgraphicobjectgeometryproperties.cpp |   16 +++++++++++++++-
 src/qtbgraphicobjectgeometryproperties.h   |   16 +++++++++++++++-
 src/qtbgraphicobjectidproperties.cpp       |   16 +++++++++++++++-
 src/qtbgraphicobjectidproperties.h         |   16 +++++++++++++++-
 src/qtbgraphicobjectprintproperties.cpp    |   16 +++++++++++++++-
 src/qtbgraphicobjectprintproperties.h      |   16 +++++++++++++++-
 src/qtbgraphicsheet.cpp                    |   16 +++++++++++++++-
 src/qtbgraphicsheet.h                      |   16 +++++++++++++++-
 src/qtbgraphicsheetmenu.cpp                |   16 +++++++++++++++-
 src/qtbgraphicsheetmenu.h                  |   16 +++++++++++++++-
 src/qtbgraphicsheetproperties.cpp          |   16 +++++++++++++++-
 src/qtbgraphicsheetproperties.h            |   16 +++++++++++++++-
 src/qtbgridmaxfollower.cpp                 |   16 +++++++++++++++-
 src/qtbgridmaxfollower.h                   |   16 +++++++++++++++-
 src/qtbgridplot.cpp                        |   16 +++++++++++++++-
 src/qtbgridplot.h                          |   16 +++++++++++++++-
 src/qtbgridproperties.cpp                  |   16 +++++++++++++++-
 src/qtbgridproperties.h                    |   16 +++++++++++++++-
 src/qtbgridviewer.cpp                      |   16 +++++++++++++++-
 src/qtbgridviewer.h                        |   16 +++++++++++++++-
 src/qtbimagelayer.cpp                      |   16 +++++++++++++++-
 src/qtbimagelayer.h                        |   16 +++++++++++++++-
 src/qtbimagelayerproperties.cpp            |   16 +++++++++++++++-
 src/qtbimagelayerproperties.h              |   16 +++++++++++++++-
 src/qtbimagescalingpoint.cpp               |   16 +++++++++++++++-
 src/qtbimagescalingpoint.h                 |   16 +++++++++++++++-
 src/qtbimagewidget.cpp                     |   16 +++++++++++++++-
 src/qtbimagewidget.h                       |   16 +++++++++++++++-
 src/qtbimagewidgetproperties.cpp           |   16 +++++++++++++++-
 src/qtbimagewidgetproperties.h             |   16 +++++++++++++++-
 src/qtbirregulargrid2ddraw.cpp             |   16 +++++++++++++++-
 src/qtbirregulargrid2ddraw.h               |   16 +++++++++++++++-
 src/qtbirregulargrid2dplot.cpp             |   16 +++++++++++++++-
 src/qtbirregulargrid2dplot.h               |   16 +++++++++++++++-
 src/qtblayerlocker.cpp                     |   16 +++++++++++++++-
 src/qtblayerlocker.h                       |   16 +++++++++++++++-
 src/qtblayermousetracking.cpp              |   16 +++++++++++++++-
 src/qtblayermousetracking.h                |   16 +++++++++++++++-
 src/qtblayerpainter.cpp                    |   16 +++++++++++++++-
 src/qtblayerpainter.h                      |   16 +++++++++++++++-
 src/qtblayerpainterrequest.cpp             |   16 +++++++++++++++-
 src/qtblayerpainterrequest.h               |   16 +++++++++++++++-
 src/qtblayerpainterthread.cpp              |   16 +++++++++++++++-
 src/qtblayerpainterthread.h                |   16 +++++++++++++++-
 src/qtblegend.cpp                          |   16 +++++++++++++++-
 src/qtblegend.h                            |   16 +++++++++++++++-
 src/qtblegendformatproperties.cpp          |   16 +++++++++++++++-
 src/qtblegendformatproperties.h            |   16 +++++++++++++++-
 src/qtblegenditem.cpp                      |   16 +++++++++++++++-
 src/qtblegenditem.h                        |   16 +++++++++++++++-
 src/qtblegenditemwidget.cpp                |   16 +++++++++++++++-
 src/qtblegenditemwidget.h                  |   16 +++++++++++++++-
 src/qtblegendproperties.cpp                |   16 +++++++++++++++-
 src/qtblegendproperties.h                  |   16 +++++++++++++++-
 src/qtblegendtable.cpp                     |   16 +++++++++++++++-
 src/qtblegendtable.h                       |   16 +++++++++++++++-
 src/qtblegendwidget.cpp                    |   16 +++++++++++++++-
 src/qtblegendwidget.h                      |   16 +++++++++++++++-
 src/qtblinedelegate.cpp                    |   16 +++++++++++++++-
 src/qtblinedelegate.h                      |   16 +++++++++++++++-
 src/qtblineeditor.cpp                      |   16 +++++++++++++++-
 src/qtblineeditor.h                        |   16 +++++++++++++++-
 src/qtblinefactory.cpp                     |   16 +++++++++++++++-
 src/qtblinefactory.h                       |   16 +++++++++++++++-
 src/qtblineitem.cpp                        |   16 +++++++++++++++-
 src/qtblineitem.h                          |   16 +++++++++++++++-
 src/qtblinelayer.cpp                       |   16 +++++++++++++++-
 src/qtblinelayer.h                         |   16 +++++++++++++++-
 src/qtblinelayerproperties.cpp             |   16 +++++++++++++++-
 src/qtblinelayerproperties.h               |   16 +++++++++++++++-
 src/qtblivegridlayer.cpp                   |   16 +++++++++++++++-
 src/qtblivegridlayer.h                     |   16 +++++++++++++++-
 src/qtblivegridlayerproperties.cpp         |   16 +++++++++++++++-
 src/qtblivegridlayerproperties.h           |   16 +++++++++++++++-
 src/qtbmakeupfilter.cpp                    |   16 +++++++++++++++-
 src/qtbmakeupfilter.h                      |   16 +++++++++++++++-
 src/qtbmousetracking.cpp                   |   16 +++++++++++++++-
 src/qtbmousetracking.h                     |   16 +++++++++++++++-
 src/qtbnameline.cpp                        |   16 +++++++++++++++-
 src/qtbnameline.h                          |   16 +++++++++++++++-
 src/qtbnamelinelayer.cpp                   |   16 +++++++++++++++-
 src/qtbnamelinelayer.h                     |   16 +++++++++++++++-
 src/qtbnamelinelayerproperties.cpp         |   16 +++++++++++++++-
 src/qtbnamelinelayerproperties.h           |   16 +++++++++++++++-
 src/qtbordertip.cpp                        |   16 +++++++++++++++-
 src/qtbordertip.h                          |   16 +++++++++++++++-
 src/qtbpagelimit.cpp                       |   16 +++++++++++++++-
 src/qtbpagelimit.h                         |   16 +++++++++++++++-
 src/qtbpaintprogress.cpp                   |   16 +++++++++++++++-
 src/qtbpaintprogress.h                     |   16 +++++++++++++++-
 src/qtbpaletteinterpole.cpp                |   16 +++++++++++++++-
 src/qtbpaletteinterpole.h                  |   16 +++++++++++++++-
 src/qtbpaletteproperties.cpp               |   16 +++++++++++++++-
 src/qtbpaletteproperties.h                 |   16 +++++++++++++++-
 src/qtbpalettetable.cpp                    |   16 +++++++++++++++-
 src/qtbpalettetable.h                      |   16 +++++++++++++++-
 src/qtbparallelband.cpp                    |   16 +++++++++++++++-
 src/qtbparallelband.h                      |   16 +++++++++++++++-
 src/qtbparallelbands.cpp                   |   16 +++++++++++++++-
 src/qtbparallelbands.h                     |   16 +++++++++++++++-
 src/qtbpen.cpp                             |   16 +++++++++++++++-
 src/qtbpen.h                               |   16 +++++++++++++++-
 src/qtbplotline.cpp                        |   16 +++++++++++++++-
 src/qtbplotline.h                          |   16 +++++++++++++++-
 src/qtbplotline2d.cpp                      |   16 +++++++++++++++-
 src/qtbplotline2d.h                        |   16 +++++++++++++++-
 src/qtbpointproperties.cpp                 |   16 +++++++++++++++-
 src/qtbpointproperties.h                   |   16 +++++++++++++++-
 src/qtbpolargridplot.cpp                   |   16 +++++++++++++++-
 src/qtbpolargridplot.h                     |   16 +++++++++++++++-
 src/qtbscale.cpp                           |   16 +++++++++++++++-
 src/qtbscale.h                             |   16 +++++++++++++++-
 src/qtbscifigsplugin.cpp                   |   16 +++++++++++++++-
 src/qtbscifigsplugin.h                     |   16 +++++++++++++++-
 src/qtbscifigspreferences.cpp              |   16 +++++++++++++++-
 src/qtbscifigspreferences.h                |   16 +++++++++++++++-
 src/qtbselectionwidget.cpp                 |   16 +++++++++++++++-
 src/qtbselectionwidget.h                   |   16 +++++++++++++++-
 src/qtbslopeestimator.cpp                  |   16 +++++++++++++++-
 src/qtbslopeestimator.h                    |   16 +++++++++++++++-
 src/qtbstatline.cpp                        |   16 +++++++++++++++-
 src/qtbstatline.h                          |   16 +++++++++++++++-
 src/qtbstatproxy.cpp                       |   16 +++++++++++++++-
 src/qtbstatproxy.h                         |   16 +++++++++++++++-
 src/qtbsymbol.cpp                          |   16 +++++++++++++++-
 src/qtbsymbol.h                            |   16 +++++++++++++++-
 src/qtbtextedit.cpp                        |   16 +++++++++++++++-
 src/qtbtextedit.h                          |   16 +++++++++++++++-
 src/qtbtexteditproperties.cpp              |   16 +++++++++++++++-
 src/qtbtexteditproperties.h                |   16 +++++++++++++++-
 src/qtbxmlscifigs.cpp                      |   16 +++++++++++++++-
 src/qtbxmlscifigs.h                        |   16 +++++++++++++++-
 src/qtbxuniqueycolorlines.cpp              |   16 +++++++++++++++-
 src/qtbxuniqueycolorlines.h                |   16 +++++++++++++++-
 src/qtbxycolorlines.cpp                    |   16 +++++++++++++++-
 src/qtbxycolorlines.h                      |   16 +++++++++++++++-
 src/qtbxycolorlinesproperties.cpp          |   16 +++++++++++++++-
 src/qtbxycolorlinesproperties.h            |   16 +++++++++++++++-
 src/qtbxycolorplot.cpp                     |   16 +++++++++++++++-
 src/qtbxycolorplot.h                       |   16 +++++++++++++++-
 src/qtbxyplot.cpp                          |   16 +++++++++++++++-
 src/qtbxyplot.h                            |   16 +++++++++++++++-
 src/qtbxyplotproperties.cpp                |   16 +++++++++++++++-
 src/qtbxyplotproperties.h                  |   16 +++++++++++++++-
 src/qtbxyvaluelines.cpp                    |   16 +++++++++++++++-
 src/qtbxyvaluelines.h                      |   16 +++++++++++++++-
 src/qtbxyvalueplot.cpp                     |   16 +++++++++++++++-
 src/qtbxyvalueplot.h                       |   16 +++++++++++++++-
 src/scifigs.cpp                            |   16 +++++++++++++++-
 src/scifigs.h                              |   16 +++++++++++++++-
 src/scifigsdllexport.h                     |   16 +++++++++++++++-
 211 files changed, 3165 insertions(+), 211 deletions(-)

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

    Clean info file

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

commit c1cc759656c39605abba0fe880e7d98083766878
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Jan 31 00:09:51 2009 +0100

    Fix image path bug and QtbLine ambiguities
    
    Move src/images to ./images
    QtbLine and QtbLine2D renamed to QtbPlotLine and QtbPlotLine2D to avoid
    ambiguities with qtbtools/QtbLine2D
    Mute warnings for uninitialized variables in QtbAxis::calculatePrecicion()
    Update QtbGridPlot, QtbGridViewer and QtbPolarGridPlot for new QtbGrid2D
    template

 images/QtbAxisWindow.png                |  Bin 0 -> 1661 bytes
 images/QtbColorPaletteWidget.png        |  Bin 0 -> 1591 bytes
 images/QtbImageWidget.png               |  Bin 0 -> 1801 bytes
 images/QtbLegendWidget.png              |  Bin 0 -> 1988 bytes
 images/QtbTextEdit.png                  |  Bin 0 -> 1688 bytes
 images/arrow_down.png                   |  Bin 0 -> 535 bytes
 images/arrow_up.png                     |  Bin 0 -> 542 bytes
 images/autolimits.png                   |  Bin 0 -> 1129 bytes
 images/bdiagpattern-black-64x64.png     |  Bin 0 -> 560 bytes
 images/cross.png                        |  Bin 0 -> 216 bytes
 images/historgramcursor.png             |  Bin 0 -> 866 bytes
 images/ordertool.png                    |  Bin 0 -> 555 bytes
 images/pickcursor.png                   |  Bin 0 -> 611 bytes
 images/pickorderedcursor.png            |  Bin 0 -> 593 bytes
 images/qsa.png                          |  Bin 0 -> 869 bytes
 images/scalecursor.png                  |  Bin 0 -> 927 bytes
 images/selectcursor.png                 |  Bin 0 -> 677 bytes
 images/zoom.png                         |  Bin 0 -> 1111 bytes
 images/zoomcursor.png                   |  Bin 0 -> 1166 bytes
 src/images/QtbAxisWindow.png            |  Bin 1661 -> 0 bytes
 src/images/QtbColorPaletteWidget.png    |  Bin 1591 -> 0 bytes
 src/images/QtbImageWidget.png           |  Bin 1801 -> 0 bytes
 src/images/QtbLegendWidget.png          |  Bin 1988 -> 0 bytes
 src/images/QtbTextEdit.png              |  Bin 1688 -> 0 bytes
 src/images/arrow_down.png               |  Bin 535 -> 0 bytes
 src/images/arrow_up.png                 |  Bin 542 -> 0 bytes
 src/images/autolimits.png               |  Bin 1129 -> 0 bytes
 src/images/bdiagpattern-black-64x64.png |  Bin 560 -> 0 bytes
 src/images/cross.png                    |  Bin 216 -> 0 bytes
 src/images/historgramcursor.png         |  Bin 866 -> 0 bytes
 src/images/ordertool.png                |  Bin 555 -> 0 bytes
 src/images/pickcursor.png               |  Bin 611 -> 0 bytes
 src/images/pickorderedcursor.png        |  Bin 593 -> 0 bytes
 src/images/qsa.png                      |  Bin 869 -> 0 bytes
 src/images/scalecursor.png              |  Bin 927 -> 0 bytes
 src/images/selectcursor.png             |  Bin 677 -> 0 bytes
 src/images/zoom.png                     |  Bin 1111 -> 0 bytes
 src/images/zoomcursor.png               |  Bin 1166 -> 0 bytes
 src/qtbactivitymonitor.cpp              |    6 +-
 src/qtbaxis.cpp                         |    3 +
 src/qtbgridmaxfollower.cpp              |    4 +-
 src/qtbgridplot.cpp                     |  186 -----------------------------
 src/qtbgridplot.h                       |  194 ++++++++++++++++++++++++++++++-
 src/qtbgridviewer.cpp                   |   17 ++--
 src/qtbgridviewer.h                     |    3 +-
 src/qtbline.cpp                         |   77 ------------
 src/qtbline.h                           |   41 -------
 src/qtbline2d.cpp                       |   70 -----------
 src/qtbline2d.h                         |   42 -------
 src/qtbplotline.cpp                     |   77 ++++++++++++
 src/qtbplotline.h                       |   41 +++++++
 src/qtbplotline2d.cpp                   |   70 +++++++++++
 src/qtbplotline2d.h                     |   42 +++++++
 src/qtbpolargridplot.cpp                |   34 +++---
 src/qtbpolargridplot.h                  |    4 +-
 src/qtbslopeestimator.cpp               |    9 +-
 56 files changed, 463 insertions(+), 457 deletions(-)

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

    Moved to new configure directly based on qmake

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

commit 6ba6ebee97ae7ad93d3426bf8e9eeaddb803a777
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 16 01:09:53 2009 +0100

    Moved to new configure directly based on qmake

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

commit bc5a4dae55173a392a4c464f4918ab80fa7b2cb4
Author: marc <marc>
Date:   Tue Jan 13 13:09:10 2009 +0000

    Version 2.3.0-snapshot-20090113

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

commit 762181d14952623f7dfa721b80c9eaafcff23688
Author: marc <marc>
Date:   Mon Jan 12 18:31:57 2009 +0000

    Not significative changes

 src/qtbaxis.cpp                |   42 ++++++++++++++++++++++++++++++---------
 src/qtbcurvebrowser.cpp        |   18 +++++++++-------
 src/qtbcurvebrowser.ui         |   10 +++++++-
 src/qtbcurvebrowserproxy.cpp   |   15 ++++++++++++++
 src/qtbcurvebrowserproxy.h     |    1 +
 src/qtbgraphicsheet.cpp        |    3 ++
 src/qtbirregulargrid2ddraw.cpp |   13 +++--------
 src/qtbirregulargrid2dplot.cpp |   22 ++++++++++++--------
 src/qtblinelayer.h             |    2 +-
 src/qtbscale.cpp               |   23 +++++++++++++++++++--
 src/qtbscale.h                 |    3 ++
 src/qtbstatproxy.cpp           |    2 +-
 12 files changed, 111 insertions(+), 43 deletions(-)

commit 2fade3916489864f7d3ef3ad8bd8c9d2de4b19bc
Author: marc <marc>
Date:   Mon Dec 8 13:46:01 2008 +0000

    Version 2.3.0-snapshot-20081208

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

commit 01abe85c9d21974f7af23e6f25d398ead1494193
Author: marc <marc>
Date:   Mon Dec 8 11:56:58 2008 +0000

    Add plugin testing options for figue (changes also in scifigs)

 src/qtbgraphicobjectfactory.h |    2 --
 src/qtbpen.h                  |    6 ------
 src/qtbscifigsplugin.cpp      |   41 +++++++++++++++++++++++++++++++++--------
 src/qtbscifigsplugin.h        |    6 +++---
 src/qtbsymbol.cpp             |    3 ---
 src/scifigs.cpp               |   10 +++++-----
 src/scifigs.h                 |    3 +--
 7 files changed, 42 insertions(+), 29 deletions(-)

commit cd8bedb9a0469fd5eed10419628e0f9f4534f6fd
Author: marc <marc>
Date:   Sun Dec 7 22:09:12 2008 +0000

    Graphcontent properties updated if active when adding new layers

 src/qtbgraphcontent.cpp                |   36 ++++++++++++++++---------------
 src/qtbgraphcontentlayerproperties.cpp |   10 +++++++-
 src/qtbgraphcontentlayerproperties.h   |    1 +
 3 files changed, 28 insertions(+), 19 deletions(-)

commit 25f7013632fd1352e693cb6888687875659a63bc
Author: marc <marc>
Date:   Sun Dec 7 17:51:52 2008 +0000

    Unify SHAREDLIBS and STATICLIBS into LIBS (info)

 src/qtbcurvebrowser.cpp |    9 +++++++++
 src/qtbcurvebrowser.h   |    2 +-
 src/qtbgraphcontent.cpp |   10 +++++++---
 3 files changed, 17 insertions(+), 4 deletions(-)

commit 4d09ac0ed90712672c000aaf99756a23faf68c48
Author: marc <marc>
Date:   Sun Dec 7 14:11:11 2008 +0000

    Not significative changes

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

commit 9b83479638833f7bb1c44050334d5cad179be25b
Author: marc <marc>
Date:   Sun Dec 7 07:18:26 2008 +0000

    Fix bug when modifying QtbLineLayer lines programmatically when a property context is on.

 src/qtbgraphicsheet.cpp        |    2 +-
 src/qtblinelayer.cpp           |   41 ++++++++++++++++++++++++++++++++++++++++
 src/qtblinelayer.h             |    3 ++
 src/qtblinelayerproperties.cpp |    8 +++++-
 src/qtblinelayerproperties.h   |    1 +
 5 files changed, 52 insertions(+), 3 deletions(-)

commit ca5ea8d05a5a992773f56d262e7e5c1355a5e218
Author: marc <marc>
Date:   Sat Dec 6 11:17:45 2008 +0000

    Version 2.3.0-snapshot-20081206

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

commit e544e1f163fe969d4ca642769ccae3226e3367b6
Author: marc <marc>
Date:   Fri Dec 5 22:30:31 2008 +0000

    Version 2.3.0-snapshot-20081205

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

commit a0bc666eb943d1e345fed452e95d70d2e993dae3
Author: marc <marc>
Date:   Thu Dec 4 17:05:31 2008 +0000

    Version 2.3.0-snapshot-20081204

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

commit 83a66832bda2db43a946c2e4176221ff9560cc9b
Author: marc <marc>
Date:   Thu Dec 4 16:36:02 2008 +0000

    AutoTicks switched off automatically if ticks are modified
    New convenient function to export a sheet to a file (image, page, layer,...)
    More verbose if scifigs cannot be initialized due to missing X11

 src/qtbaxis.cpp                |   18 ++++++-------
 src/qtbaxisscaleproperties.cpp |    9 -------
 src/qtbaxisscaleproperties.h   |    1 -
 src/qtbgraphicsheet.cpp        |   21 +++++++++++++++-
 src/qtbgraphicsheet.h          |    1 +
 src/scifigs.cpp                |   53 +++++++++++++++++++++-------------------
 6 files changed, 57 insertions(+), 46 deletions(-)

commit 83cf396534af2bb8fcbe4dee31c02cab854df84a
Author: marc <marc>
Date:   Mon Dec 1 15:31:54 2008 +0000

    Version 2.3.0-snapshot-20081201

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

commit b9291ffce8bba2dfbe15eb1b89eeb79cd54bd511
Author: marc <marc>
Date:   Fri Nov 28 16:20:08 2008 +0000

    Version 2.3.0-snapshot-20081128

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

commit c3b5a81e275ad63229da9488f8bbc5e916a35507
Author: marc <marc>
Date:   Fri Nov 28 15:27:35 2008 +0000

    Multiple selection fixed: there was multiple active objects

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

commit 99833af067e1cdcffb6255ac046129d119ae2f85
Author: marc <marc>
Date:   Tue Nov 25 15:48:19 2008 +0000

    Not significative changes

 src/qtbcurvebrowser.cpp       |    4 +++-
 src/qtbgraphicobjectfactory.h |    2 ++
 2 files changed, 5 insertions(+), 1 deletions(-)

commit aac5d4373fd152944eaeac50ab1da01212d59c39
Author: marc <marc>
Date:   Tue Nov 25 13:52:15 2008 +0000

    Version 2.3.0-snapshot-20081125

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

commit 89bb696bda7d04384cbe1802898bff455eab0e5f
Author: marc <marc>
Date:   Tue Nov 25 13:39:07 2008 +0000

    Move to new interface for attributes

 src/qtbaxiswindow.cpp   |    3 ++-
 src/qtbcurvebrowser.h   |    2 +-
 src/qtbgraphcontent.cpp |   11 ++++++++---
 src/qtbgraphicsheet.cpp |    8 ++++++--
 src/qtblinelayer.cpp    |   11 ++++++++---
 src/qtbxmlscifigs.cpp   |    5 ++++-
 6 files changed, 29 insertions(+), 11 deletions(-)

commit 37f8cb2fe2ae3ef7766fcc6334c483d41f55ed92
Author: marc <marc>
Date:   Wed Nov 12 18:59:58 2008 +0000

    Minor bug fixes for curve browser

 src/qtbcurvebrowser.cpp     |   57 ++++++++++++++++++++++++++----------------
 src/qtbcurvebrowser.h       |    2 +-
 src/qtbcurvebrowseritem.cpp |   17 ++++++++++---
 src/qtbcurvebrowseritem.h   |    2 +
 src/qtbgraphicsheet.h       |    2 +
 5 files changed, 53 insertions(+), 27 deletions(-)

commit 3e21bae0206635f6e9c7a8475c23e46878b72ef2
Author: marc <marc>
Date:   Mon Nov 10 11:44:31 2008 +0000

    Dock of widget in QtbCurveBrowser
    Improvement of graphcontent repaint (flicker removed+QImage based)
    Modification for XML attributes

 src/qtbabstractline.cpp         |    4 +-
 src/qtbabstractnameline.cpp     |    4 +-
 src/qtbaxis.h                   |    4 +-
 src/qtbaxiswindow.cpp           |   15 ++-
 src/qtbbrush.cpp                |    4 +-
 src/qtbcircleviewer.cpp         |    4 +-
 src/qtbcolorpalettewidget.cpp   |    2 +-
 src/qtbcurvebrowser.cpp         |   73 +++++++++-----
 src/qtbcurvebrowser.h           |    3 +-
 src/qtbcurvebrowser.ui          |  221 +++++++++++++++++++++------------------
 src/qtbcurvebrowseraverage.ui   |    8 +-
 src/qtbcurvebrowsercut.cpp      |    2 +-
 src/qtbcurvebrowsercut.h        |    2 +-
 src/qtbcurvebrowsercut.ui       |    2 +-
 src/qtbcurvebrowserproxy.cpp    |    4 +-
 src/qtbcurvebrowserproxy.h      |    2 +
 src/qtbcurvebrowserresample.cpp |    2 +-
 src/qtbcurvebrowserresample.h   |    2 +-
 src/qtbcurvebrowserresample.ui  |   37 ++++++-
 src/qtbcurvebrowsersmooth.cpp   |    2 +-
 src/qtbcurvebrowsersmooth.h     |    2 +-
 src/qtbcurvebrowsersmooth.ui    |    4 +-
 src/qtbgraphcontent.cpp         |   28 ++++--
 src/qtbgraphcontent.h           |    8 +-
 src/qtbgraphcontentlayer.cpp    |    2 +-
 src/qtbgraphcontentlayer.h      |    2 +-
 src/qtbgraphicobject.h          |    4 +-
 src/qtbgraphicsheet.cpp         |    6 +-
 src/qtbgraphicsheet.h           |    2 +-
 src/qtbgridplot.cpp             |    2 +-
 src/qtbgridviewer.cpp           |    2 +-
 src/qtbimagelayer.cpp           |    2 +-
 src/qtbirregulargrid2dplot.cpp  |    2 +-
 src/qtblegend.cpp               |    2 +-
 src/qtblegenditem.cpp           |    4 +-
 src/qtblegendwidget.cpp         |    2 +-
 src/qtblinelayer.cpp            |    6 +-
 src/qtbparallelband.cpp         |    4 +-
 src/qtbparallelbands.cpp        |    2 +-
 src/qtbpen.cpp                  |    4 +-
 src/qtbstatproxy.h              |    4 +-
 src/qtbsymbol.cpp               |    4 +-
 src/qtbxmlscifigs.cpp           |    4 +-
 src/qtbxyvaluelines.cpp         |    2 +-
 src/qtbxyvalueplot.cpp          |    2 +-
 45 files changed, 300 insertions(+), 203 deletions(-)

commit ffff72e00678f63ce03dc386be48fad55a81ace7
Author: marc <marc>
Date:   Mon Nov 10 08:51:26 2008 +0000

    Version 2.2.5

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

commit 4bb46707d4507cea58db11cdcd24ed54ea3f3808
Author: marc <marc>
Date:   Mon Nov 10 08:51:10 2008 +0000

    Avoid flicker when creating first graphcontent on a QWorkspace

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

commit 531ca97dca64040785e6ed205be1cfd74c9cda47
Author: marc <marc>
Date:   Sat Nov 8 14:16:58 2008 +0000

    Timing control for repaint: QPixmap or QImage?

 src/qtbaxiswindow.cpp   |    6 ++++++
 src/qtbgraphcontent.cpp |   40 ++++++++++++++++++++++++++++++++--------
 src/qtbgraphcontent.h   |   23 ++++++++++++++++++++++-
 3 files changed, 60 insertions(+), 9 deletions(-)

commit dd7537679b2be738d08f1027e73861ae66a38d3d
Author: marc <marc>
Date:   Sat Nov 8 13:39:33 2008 +0000

    Not significative changes

 src/qtbaxiswindow.cpp   |    4 ++--
 src/qtbgraphcontent.cpp |   19 +++++++++++++++----
 src/qtbgraphcontent.h   |    5 +++--
 3 files changed, 20 insertions(+), 8 deletions(-)

commit e11dc6ef64038dd70f4ec0de190ef400802c5471
Author: marc <marc>
Date:   Sat Nov 8 09:56:33 2008 +0000

    Simplification of dynamic line structure.
    Now only one layer type QtbLineLayer which is no loner abstract but can handle all types of curves by using a prototype design pattern. Lines are now produced by an XML class factory.
    
    QtbDynLine2D replaced by QtbLine2D
    QtbDynLine2DLayer replaced by QtbLineLayer
    QtbDynLine replaced by QtbLine
    QtbDynLineLayer replaced by QtbLineLayer
    QtbDynXYColorLines replaced by QtbLineLayer
    QtbDynLineEditor replaced by QtbLineEditor
    QtbDynLineItem replaced by QtbLineItem
    QtbDynLineDelegate replaced by QtbLineDelegate
    QtbDynLineLayerProperties replaced by QtbLineLayerProperties
    QtbDynNameLine replaced by QtbNameLine
    QtbXYNamePlot replaced by QtbNameLineLayer
    
    Use of separate workshops for GraphicObject, Layers and Lines
    Improved possible long locks in graphcontent painter
    More flexible legend that increases its size according to asked items
    QtbCurveBrowser moved to scifigs with a generic format: no more link to dispersion curves thanks to a proxy structure that defines all specificities of a particular curve/plot.
    New curve browser proxy for QtbCurve<QtbStatPoint>

 src/qtbabstractdynline.cpp          |  109 -----
 src/qtbabstractdynline.h            |   67 ---
 src/qtbabstractdynlinelayer.cpp     |  658 ---------------------------
 src/qtbabstractdynlinelayer.h       |  112 -----
 src/qtbabstractline.cpp             |  110 +++++
 src/qtbabstractline.h               |   67 +++
 src/qtbabstractnameline.cpp         |   98 ++++
 src/qtbabstractnameline.h           |   45 ++
 src/qtbactivitymonitor.cpp          |   10 +-
 src/qtbactivitymonitor.h            |    4 +-
 src/qtbaxiswindow.cpp               |   20 +-
 src/qtbcircleviewer.cpp             |   11 +-
 src/qtbcircleviewer.h               |    2 +-
 src/qtbcolorpalettelayer.cpp        |   11 +-
 src/qtbcolorpalettelayer.h          |    2 +-
 src/qtbcolorpalettewidget.cpp       |   20 +-
 src/qtbcurvebrowser.cpp             |  643 +++++++++++++++++++++++++++
 src/qtbcurvebrowser.h               |   80 ++++
 src/qtbcurvebrowser.ui              |  147 ++++++
 src/qtbcurvebrowseraverage.cpp      |   43 ++
 src/qtbcurvebrowseraverage.h        |   26 ++
 src/qtbcurvebrowseraverage.ui       |   83 ++++
 src/qtbcurvebrowsercut.cpp          |   55 +++
 src/qtbcurvebrowsercut.h            |   32 ++
 src/qtbcurvebrowsercut.ui           |  179 ++++++++
 src/qtbcurvebrowserdelegate.cpp     |   80 ++++
 src/qtbcurvebrowserdelegate.h       |   32 ++
 src/qtbcurvebrowseritem.cpp         |  133 ++++++
 src/qtbcurvebrowseritem.h           |   40 ++
 src/qtbcurvebrowserproxy.cpp        |   91 ++++
 src/qtbcurvebrowserproxy.h          |   88 ++++
 src/qtbcurvebrowserresample.cpp     |   45 ++
 src/qtbcurvebrowserresample.h       |   32 ++
 src/qtbcurvebrowserresample.ui      |  177 ++++++++
 src/qtbcurvebrowsersimpleproxy.cpp  |   68 +++
 src/qtbcurvebrowsersimpleproxy.h    |   34 ++
 src/qtbcurvebrowsersmooth.cpp       |   54 +++
 src/qtbcurvebrowsersmooth.h         |   32 ++
 src/qtbcurvebrowsersmooth.ui        |  187 ++++++++
 src/qtbdynline.cpp                  |   70 ---
 src/qtbdynline.h                    |   43 --
 src/qtbdynline2d.cpp                |   86 ----
 src/qtbdynline2d.h                  |   44 --
 src/qtbdynline2dlayer.cpp           |   29 --
 src/qtbdynline2dlayer.h             |   58 ---
 src/qtbdynlinedelegate.cpp          |   85 ----
 src/qtbdynlinedelegate.h            |   30 --
 src/qtbdynlineeditor.cpp            |  195 --------
 src/qtbdynlineeditor.h              |   45 --
 src/qtbdynlineitem.cpp              |  160 -------
 src/qtbdynlineitem.h                |   41 --
 src/qtbdynlinelayerproperties.cpp   |  331 --------------
 src/qtbdynlinelayerproperties.h     |   57 ---
 src/qtbdynlinelayerproperties.ui    |  109 -----
 src/qtbdynnameline.cpp              |  133 ------
 src/qtbdynnameline.h                |   72 ---
 src/qtbdynxycolorlines.cpp          |   33 --
 src/qtbdynxycolorlines.h            |   55 ---
 src/qtbgraphcontent.cpp             |   56 +--
 src/qtbgraphcontent.h               |    3 +-
 src/qtbgraphcontentlayer.cpp        |   23 +-
 src/qtbgraphcontentlayer.h          |    3 +-
 src/qtbgraphcontentlayerfactory.cpp |   17 +
 src/qtbgraphcontentlayerfactory.h   |   33 ++
 src/qtbgraphicobject.cpp            |    8 +-
 src/qtbgraphicobjectfactory.cpp     |   18 +
 src/qtbgraphicobjectfactory.h       |   68 +++
 src/qtbgraphicsheet.cpp             |  122 +++---
 src/qtbgraphicsheet.h               |    7 +-
 src/qtbgraphicsheetmenu.cpp         |    8 +-
 src/qtbgridmaxfollower.cpp          |   22 +-
 src/qtbgridmaxfollower.h            |    5 +-
 src/qtbgridviewer.cpp               |   10 +-
 src/qtbgridviewer.h                 |    2 +-
 src/qtbimagelayer.cpp               |   10 +-
 src/qtbimagelayer.h                 |    2 +-
 src/qtbimagewidget.cpp              |   16 +-
 src/qtbirregulargrid2dplot.cpp      |   12 +-
 src/qtbirregulargrid2dplot.h        |    2 +-
 src/qtblayerpainter.cpp             |   23 +-
 src/qtblayerpainter.h               |    3 +-
 src/qtblayerpainterthread.cpp       |   23 +-
 src/qtblegend.cpp                   |   57 ++-
 src/qtblegendwidget.cpp             |   21 +-
 src/qtblegendwidget.h               |    2 +-
 src/qtbline.cpp                     |   77 ++++
 src/qtbline.h                       |   41 ++
 src/qtbline2d.cpp                   |   70 +++
 src/qtbline2d.h                     |   42 ++
 src/qtblinedelegate.cpp             |   85 ++++
 src/qtblinedelegate.h               |   30 ++
 src/qtblineeditor.cpp               |  195 ++++++++
 src/qtblineeditor.h                 |   45 ++
 src/qtblinefactory.cpp              |   17 +
 src/qtblinefactory.h                |   33 ++
 src/qtblineitem.cpp                 |  154 +++++++
 src/qtblineitem.h                   |   41 ++
 src/qtblinelayer.cpp                |  830 +++++++++++++++++++++++++++++++++++
 src/qtblinelayer.h                  |  168 +++++++
 src/qtblinelayerproperties.cpp      |  331 ++++++++++++++
 src/qtblinelayerproperties.h        |   57 +++
 src/qtblinelayerproperties.ui       |  109 +++++
 src/qtbnameline.cpp                 |   41 ++
 src/qtbnameline.h                   |   44 ++
 src/qtbnamelinelayer.cpp            |  263 +++++++++++
 src/qtbnamelinelayer.h              |   60 +++
 src/qtbnamelinelayerproperties.cpp  |   71 +++
 src/qtbnamelinelayerproperties.h    |   34 ++
 src/qtbnamelinelayerproperties.ui   |   51 +++
 src/qtbparallelbands.cpp            |   10 +-
 src/qtbparallelbands.h              |    2 +-
 src/qtbpen.cpp                      |    1 +
 src/qtbpen.h                        |    1 +
 src/qtbslopeestimator.cpp           |   41 +--
 src/qtbslopeestimator.h             |   16 +-
 src/qtbstatline.cpp                 |   46 ++
 src/qtbstatline.h                   |   45 ++
 src/qtbstatproxy.cpp                |  216 +++++++++
 src/qtbstatproxy.h                  |   58 +++
 src/qtbsymbol.cpp                   |    1 +
 src/qtbsymbol.h                     |    1 +
 src/qtbtextedit.cpp                 |   20 +-
 src/qtbxuniqueycolorlines.cpp       |   10 +-
 src/qtbxuniqueycolorlines.h         |    2 +-
 src/qtbxycolorlines.cpp             |   10 +-
 src/qtbxycolorlines.h               |    2 +-
 src/qtbxycolorplot.cpp              |   10 +-
 src/qtbxycolorplot.h                |    2 +-
 src/qtbxynameplot.cpp               |  281 ------------
 src/qtbxynameplot.h                 |   80 ----
 src/qtbxynameplotproperties.cpp     |   71 ---
 src/qtbxynameplotproperties.h       |   36 --
 src/qtbxynameplotproperties.ui      |   51 ---
 src/qtbxyplot.cpp                   |   15 +-
 src/qtbxyplot.h                     |    5 +-
 src/qtbxyvaluelines.cpp             |   12 +-
 src/qtbxyvaluelines.h               |    2 +-
 src/qtbxyvalueplot.cpp              |   10 +-
 src/qtbxyvalueplot.h                |    2 +-
 139 files changed, 6398 insertions(+), 3529 deletions(-)

commit 1e340bc9455cbf5562455fed6546cc395e03edb9
Author: marc <marc>
Date:   Wed Oct 29 17:37:36 2008 +0000

    Version 2.3.0-snapshot-20081029

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

commit 4b67d36f05a84b410a48ac648c5d78b5e1e21671
Author: marc <marc>
Date:   Tue Oct 28 18:08:26 2008 +0000

    Version 2.3.0-snapshot-20081028

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

commit 8382f536d3dfcc73ab4f62b18d8b4dd3ad1be823
Author: marc <marc>
Date:   Mon Oct 27 19:29:02 2008 +0000

    Not significative changes

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

commit f1ff5655092f006447c1300ff783b2012324e9da
Author: marc <marc>
Date:   Mon Oct 27 19:23:04 2008 +0000

    Merge with 2.0.4
    Avoid double context menu under Mac
    Change selected signal to activeSelectionChanged() in QtbGraphicSheet

 INSTALL                   |   51 -------
 LICENSE.GPL               |  341 ---------------------------------------------
 src/qtbgraphcontent.cpp   |    6 +-
 src/qtbgraphicobject.cpp  |    1 -
 src/qtbgraphicobject.h    |    1 -
 src/qtbgraphicsheet.cpp   |    5 +-
 src/qtbgraphicsheet.h     |    1 +
 src/qtbgraphicsheetmenu.h |    7 +-
 src/qtbscale.cpp          |    1 +
 9 files changed, 8 insertions(+), 406 deletions(-)

commit f90c836c1734796ce0c3ffab5bc15a720314c653
Author: marc <marc>
Date:   Thu Oct 23 13:46:52 2008 +0000

    Remove LICENSE.GPL and INSTALL from cvs

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

commit 81dc664d6fe3f9963c57aeb0ff3879d16c00f93c
Author: marc <marc>
Date:   Thu Oct 23 12:17:35 2008 +0000

    Version 2.2.4

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

commit 5fa6a6c5ab71204023517c8c9b00b7600e3ddc23
Author: marc <marc>
Date:   Wed Oct 22 09:25:12 2008 +0000

    *** empty log message ***

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

commit 125af64f1387d304b9edfaad1b1e13b0abe8a7b9
Author: marc <marc>
Date:   Tue Oct 21 18:57:08 2008 +0000

    Not significative changes

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

commit 93d7afb2152841377eb24e8485a23f357b46c315
Author: marc <marc>
Date:   Tue Oct 21 18:53:10 2008 +0000

    Not significative changes

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

commit 05fc8d9d3ed2ffa007b7ec239e1ff633d67b2f25
Author: marc <marc>
Date:   Sat Oct 18 14:10:13 2008 +0000

    Delete selection widget later to avoid warning (deletion while event processing)

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

commit 68f65b093bf39338c75ea5cad9195bfc7aee1e72
Author: marc <marc>
Date:   Sat Oct 18 14:08:27 2008 +0000

    Avoid warning when deleting selection widget
    Fix error in color palette display when values are not correct

 src/qtbcolorpalettelayer.cpp |   18 ++++++++++++------
 src/qtbgraphicsheet.cpp      |    2 +-
 2 files changed, 13 insertions(+), 7 deletions(-)

commit 41c04b2c82b94fb1a3f7395acdd5eee45ee4e8f8
Author: marc <marc>
Date:   Fri Oct 17 22:09:14 2008 +0000

    Live grid update silently the palette values if they are automatically adjusted during paint event.
    Bug fixed for boundingRect

 src/qtbgridplot.h        |    3 +--
 src/qtblivegridlayer.cpp |   16 +++++++++++++++-
 src/qtblivegridlayer.h   |    4 ++++
 3 files changed, 20 insertions(+), 3 deletions(-)

commit 2da587763b686fce6539af553e453c76499fa4fe
Author: marc <marc>
Date:   Fri Oct 17 11:13:44 2008 +0000

    Support for SVG exports
    Does noting in live grid if function is not defined

 src/qtbabstractdynlinelayer.cpp |    4 +-
 src/qtbgraphicobject.cpp        |   53 ++++++++++++++++++++------
 src/qtbgraphicobject.h          |    1 +
 src/qtbgraphicsheet.cpp         |   79 ++++++++++++++++++++++++++++++++++----
 src/qtbgraphicsheet.h           |    1 +
 src/qtblivegridlayer.cpp        |    5 +--
 6 files changed, 116 insertions(+), 27 deletions(-)

commit 8be0b38e28bfeb3d30cae5af3ba460bb7ddbb237
Author: marc <marc>
Date:   Tue Oct 7 14:32:52 2008 +0000

    Version 2.3.0-snapshot-20081007

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

commit 894337f5c8a4a5f8053c6bd591bef8774b264efa
Author: marc <marc>
Date:   Tue Oct 7 09:40:17 2008 +0000

    Bug fixed display of color palette

 src/qtbcolorpalettelayer.cpp |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

commit c04ca442f548d411806d5e59b4a50d5dce530a32
Author: marc <marc>
Date:   Thu Oct 2 18:43:50 2008 +0000

    Version 2.3.0-snapshot-20081002

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

commit 8217cd5208b2f1482b0166322dd727677be492f3
Author: marc <marc>
Date:   Thu Oct 2 16:47:14 2008 +0000

    String labels can be reset in setStringLabels()
    If color palette values are fake, avoid painting anywhere and crash

 src/qtbaxis.cpp              |    2 --
 src/qtbcolorpalettelayer.cpp |   42 +++++++++++++++++++++++++++---------------
 2 files changed, 27 insertions(+), 17 deletions(-)

commit 6b0ec3f843117c6f90219f6c0eb22b1e63b8b447
Author: marc <marc>
Date:   Thu Oct 2 16:42:59 2008 +0000

    If palette values are fake, avoid painting anywhere and possible crash

 src/qtbcolorpalettelayer.cpp |   42 +++++++++++++++++++++++++++---------------
 1 files changed, 27 insertions(+), 15 deletions(-)

commit 5360440ecbe9585dc8d374530ec1ac3ab36609f0
Author: marc <marc>
Date:   Fri Sep 26 23:17:37 2008 +0000

    Bug fixed for number types
    New functions setPrintTop, Left, Bottom and Right for graphic objects
    Revised deletion of objects (more user-friendly for cut)
    Bug fixed for QtbImageLayer: map information is not considered as data
    Export layer for QtbLiveGridLayer as a QtbIrregularGrid2D
    Tick for time revized

 src/qtbaxis.cpp               |   20 +++---
 src/qtbaxiswindow.cpp         |    2 +
 src/qtbcolorpalettewidget.cpp |    2 +-
 src/qtbgraphcontent.cpp       |    2 +-
 src/qtbgraphicobject.cpp      |  123 ++++++++++++++++++++++++++++++++++++++---
 src/qtbgraphicobject.h        |    4 +
 src/qtbgraphicsheet.cpp       |   18 ++++--
 src/qtbimagelayer.cpp         |   25 ++++++++
 src/qtbimagelayer.h           |    2 +
 src/qtblivegridlayer.cpp      |   46 +++++++++++-----
 src/qtblivegridlayer.h        |    7 ++-
 src/qtbscale.cpp              |   49 ++++++++++++-----
 src/qtbscale.h                |    3 +-
 src/qtbxmlscifigs.cpp         |    3 +-
 14 files changed, 248 insertions(+), 58 deletions(-)

commit 15f1d8795838ca8a6f06060e421734f1c32cfb5b
Author: marc <marc>
Date:   Fri Sep 26 22:45:07 2008 +0000

    Refresh after modification of QtbImageLayer properties
    Bug fixed for number types
    Bug fixed for color palettes (bad setRange)

 src/qtbaxis.cpp               |    4 ++--
 src/qtbcolorpalettewidget.cpp |    2 +-
 src/qtbimagelayer.cpp         |    1 +
 src/qtbscale.cpp              |    7 ++++---
 4 files changed, 8 insertions(+), 6 deletions(-)

commit 9b49986ee38b8c5c829dfa6cebcc791df74c4bd2
Author: marc <marc>
Date:   Tue Sep 16 00:00:13 2008 +0000

    Not significative changes

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

commit 42bcc8038733140514bcd015488c777cc290b147
Author: marc <marc>
Date:   Mon Sep 15 08:35:44 2008 +0000

    Not significative changes

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

commit f1d373305a8d2c7685679763216b1690320951d3
Author: marc <marc>
Date:   Sun Sep 14 23:40:22 2008 +0000

    *** empty log message ***

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

commit 7c7a2ae31f5a31b9ddfa91ddcea2212edb14c7bf
Author: marc <marc>
Date:   Sun Sep 14 23:33:23 2008 +0000

    Images moved to qtbguitools

 src/images/editcopy.png   |  Bin 1715 -> 0 bytes
 src/images/editcursor.png |  Bin 633 -> 0 bytes
 src/images/editcut.png    |  Bin 1949 -> 0 bytes
 src/images/editpaste.png  |  Bin 2087 -> 0 bytes
 src/images/editredo.png   |  Bin 1787 -> 0 bytes
 src/images/editundo.png   |  Bin 1768 -> 0 bytes
 src/images/filenew.png    |  Bin 977 -> 0 bytes
 src/images/fileopen4.png  |  Bin 2402 -> 0 bytes
 src/images/fileprint.png  |  Bin 742 -> 0 bytes
 src/images/filesave4.png  |  Bin 1980 -> 0 bytes
 src/qtbgraphcontent.cpp   |    2 +-
 11 files changed, 1 insertions(+), 1 deletions(-)

commit c756df490fc99602ef00fc1fc7af0bcddb21ff39
Author: marc <marc>
Date:   Fri Aug 8 16:18:48 2008 +0000

    HSV interpolation for legends and index based interpolation like palettes
    Pen and symbol options for slopeEstimator

 src/qtbabstractdynline.cpp  |    3 ++
 src/qtbabstractdynline.h    |    2 +-
 src/qtbdynline.h            |    2 +-
 src/qtbdynline2d.h          |    2 +-
 src/qtbdynline2dlayer.h     |    2 +-
 src/qtbdynxycolorlines.h    |    2 +-
 src/qtblegend.cpp           |   81 +++++++++++++++++++++++++++++++++---------
 src/qtblegend.h             |    5 ++-
 src/qtblegendproperties.cpp |   26 +++++++++-----
 src/qtblegendtable.cpp      |    6 ++--
 src/qtblegendwidget.cpp     |    4 +-
 src/qtbpaletteinterpole.cpp |   28 ++++++++++++++-
 src/qtbpaletteinterpole.h   |    2 +
 src/qtbslopeestimator.cpp   |    7 ++--
 src/qtbslopeestimator.h     |   12 +++++-
 15 files changed, 138 insertions(+), 46 deletions(-)

commit 0792e247e8b96540c7eaf9d2c85a59db84b8e293
Author: marc <marc>
Date:   Fri Aug 8 10:05:19 2008 +0000

    New versioning system

 admin/info                   |    4 ----
 admin/version                |    5 +++++
 src/qtbactivitymonitor.cpp   |    6 ++----
 src/qtbactivitymonitor.h     |    4 +---
 src/qtblayerpainterrequest.h |    1 -
 src/qtblayerpainterthread.h  |    2 --
 src/scifigsversion.h         |    5 -----
 7 files changed, 8 insertions(+), 19 deletions(-)

commit 315434864fe469ad952e95b821c4dc8cdacb2aa6
Author: marc <marc>
Date:   Fri Aug 8 10:02:46 2008 +0000

    New versioning system

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

commit b63d68e21fad3fec8cc957bd24048d33ecade1c3
Author: marc <marc>
Date:   Thu Aug 7 10:44:03 2008 +0000

    Version 2.2.3

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

commit 6b119cca4b44b71d31eeeb88d09723a490602de2
Author: marc <marc>
Date:   Thu Aug 7 10:41:28 2008 +0000

    Replace q_atomic_... by QAtomicInt (compatibility Qt 4.3 and 4.4)

 src/qtblayerpainterrequest.h  |    6 +++---
 src/qtblayerpainterthread.cpp |    6 +++---
 src/qtblayerpainterthread.h   |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

commit ff6b238b7245d54fafb71f08cc6a89f61a5bb5f1
Author: marc <marc>
Date:   Tue Aug 5 09:56:22 2008 +0000

    Atomic operations have changed in Qt 4.4

 src/qtblayerpainterrequest.h  |    7 ++++---
 src/qtblayerpainterthread.cpp |    4 ++--
 src/qtblayerpainterthread.h   |    4 +++-
 3 files changed, 9 insertions(+), 6 deletions(-)

commit 3e12215825ee2df60835d453b1d49e148a86ecd1
Author: marc <marc>
Date:   Mon Aug 4 20:30:33 2008 +0000

    Merge with branch sesarray-2_0

 admin/info                             |    2 +-
 src/qtbabstractdynlinelayer.cpp        |   96 ++++++++++++++++---------------
 src/qtbdynlinelayerproperties.cpp      |    1 +
 src/qtbgraphcontent.cpp                |    4 +-
 src/qtbgraphcontentlayerproperties.cpp |    3 -
 src/qtbgraphicobject.cpp               |   29 ++++++++--
 src/qtbirregulargrid2dplot.cpp         |    6 +-
 src/scifigsversion.h                   |    4 +-
 8 files changed, 83 insertions(+), 62 deletions(-)

commit 00cf9fcd0616321303bfbb1aa5856d2638379c4c
Author: marc <marc>
Date:   Mon Aug 4 16:36:44 2008 +0000

    Bug fixed if boundingRect() called for a null grid

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

commit de31beccfd7d9fd406b5b804a202c0171ced200d
Author: marc <marc>
Date:   Mon Aug 4 15:29:01 2008 +0000

    Version 2.2.2

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

commit d292f535266fa2fd11e6ef32f1e857a398f727b0
Author: marc <marc>
Date:   Mon Aug 4 14:19:42 2008 +0000

    Fix bug in updateMask()
    Avoid trace entries for QtbGraphContent::event() and mousePressEvent()

 src/qtbgraphcontent.cpp  |    4 ++--
 src/qtbgraphicobject.cpp |   29 +++++++++++++++++++++++------
 2 files changed, 25 insertions(+), 8 deletions(-)

commit cf9cfe17981e765c524bd72f80f7593750035858
Author: marc <marc>
Date:   Mon Aug 4 10:06:21 2008 +0000

    Not significative changes

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

commit 9789c7e92e13f85056d6f2f229b504582412208f
Author: marc <marc>
Date:   Mon Aug 4 09:25:37 2008 +0000

    Bug fixed for axis display if range is too large: i.e. when x++ has no more effect because reached maximum number precision.
    Bug fixed with number precsion for log scales
    QtbNamedPoint moved to libqtbtools
    Add layer to property editor when created from xml
    New editable flag for layers: by default true, if false, the layer properties are not made available to the user.
    New function QtbGraphicObject::setSelected
    Grid plot not based on a pointer any more, just a plain QtbIrregularGrid2D object
    New activity monitor based on QtbAxisWindow

 src/qtbactivitymonitor.cpp     |  128 ++++++++++++++++++++++++++++++++++++++++
 src/qtbactivitymonitor.h       |   44 ++++++++++++++
 src/qtbaxis.cpp                |   20 +++---
 src/qtbaxiswindow.cpp          |   12 ++--
 src/qtbbrush.cpp               |    4 +-
 src/qtbdynnameline.cpp         |   28 +--------
 src/qtbdynnameline.h           |   19 +------
 src/qtbgraphcontent.cpp        |   26 ++++++---
 src/qtbgraphcontent.h          |    1 +
 src/qtbgraphcontentlayer.cpp   |    1 +
 src/qtbgraphcontentlayer.h     |    4 +
 src/qtbgraphicobject.cpp       |   19 +++++-
 src/qtbgraphicobject.h         |   49 +++++++--------
 src/qtbgraphicsheet.cpp        |    6 +-
 src/qtbgridmaxfollower.cpp     |    2 +-
 src/qtbgridmaxfollower.h       |    4 +-
 src/qtbgridplot.cpp            |    2 +-
 src/qtbirregulargrid2dplot.cpp |   61 +++++++------------
 src/qtbirregulargrid2dplot.h   |    7 +-
 src/qtblayerpainter.cpp        |    2 +-
 src/qtblayerpainterthread.cpp  |    2 +-
 src/qtblegenditem.cpp          |    2 +-
 src/qtblivegridlayer.cpp       |   49 +++++++--------
 src/qtblivegridlayer.h         |    2 +-
 src/qtbpen.cpp                 |    8 +-
 src/qtbsymbol.cpp              |    2 +-
 src/qtbxmlscifigs.cpp          |    8 +-
 27 files changed, 324 insertions(+), 188 deletions(-)

commit 36b3087ae422691c08378ead4178b6ecd69581d0
Author: marc <marc>
Date:   Thu Jul 31 08:37:29 2008 +0000

    Update display when changing legend of a dynLine layer

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

commit b2590a91d15ffd86530e4a9cada889b04902c01f
Author: marc <marc>
Date:   Tue Jul 29 14:04:50 2008 +0000

    Avoid adding a new point when right clicking

 src/qtbabstractdynlinelayer.cpp |   96 ++++++++++++++++++++-------------------
 1 files changed, 50 insertions(+), 46 deletions(-)

commit 1f365dfe1690f30e32db73d04ff4d5c1b8e2e41e
Author: marc <marc>
Date:   Wed Jul 9 13:05:39 2008 +0000

    Fixed log scale number precision decrease
    Fixed bug when loading a layer when the corresponding plugin is missing

 src/qtbaxis.cpp                        |   16 ++++++++--------
 src/qtbgraphcontent.cpp                |    2 +-
 src/qtbgraphcontentlayerproperties.cpp |    3 ---
 3 files changed, 9 insertions(+), 12 deletions(-)

commit 9cca207568b930b61fc68fcf0328c44c1064ff3c
Author: marc <marc>
Date:   Fri Jul 4 15:02:57 2008 +0000

    Fix conflicts generated by $Id$ after merging 2.0.1

 src/qtbgraphcontentoptions.cpp |    4 ----
 src/qtbslopeestimator.cpp      |    4 ----
 src/qtbxynameplot.cpp          |    4 ----
 3 files changed, 0 insertions(+), 12 deletions(-)

commit d43f7f068ab4841d05380292e3eb6df46925017f
Author: marc <marc>
Date:   Fri Jul 4 15:00:18 2008 +0000

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

 admin/info                                 |    2 +-
 src/qtbabstractdynline.cpp                 |    4 +--
 src/qtbabstractdynline.h                   |    4 +--
 src/qtbabstractdynlinelayer.cpp            |    4 +--
 src/qtbabstractdynlinelayer.h              |    4 +--
 src/qtbaxis.cpp                            |    4 +--
 src/qtbaxis.h                              |    4 +--
 src/qtbaxisformatproperties.cpp            |    4 +--
 src/qtbaxisformatproperties.h              |    4 +--
 src/qtbaxisproperties.cpp                  |    4 +--
 src/qtbaxisproperties.h                    |    4 +--
 src/qtbaxisscaleproperties.cpp             |    4 +--
 src/qtbaxisscaleproperties.h               |    4 +--
 src/qtbaxiswindow.cpp                      |    4 +--
 src/qtbaxiswindow.h                        |    4 +--
 src/qtbbrush.cpp                           |    4 +--
 src/qtbbrush.h                             |    4 +--
 src/qtbcircleviewer.cpp                    |    4 +--
 src/qtbcircleviewer.h                      |    4 +--
 src/qtbcolorpalettelayer.cpp               |    4 +--
 src/qtbcolorpalettelayer.h                 |    4 +--
 src/qtbcolorpalettewidget.cpp              |    4 +--
 src/qtbcolorpalettewidget.h                |    4 +--
 src/qtbcoordtip.cpp                        |    4 +--
 src/qtbcoordtip.h                          |    4 +--
 src/qtbdynline.cpp                         |    4 +--
 src/qtbdynline.h                           |    4 +--
 src/qtbdynline2d.cpp                       |    4 +--
 src/qtbdynline2d.h                         |    4 +--
 src/qtbdynline2dlayer.cpp                  |    4 +--
 src/qtbdynline2dlayer.h                    |    4 +--
 src/qtbdynlinedelegate.cpp                 |    4 +--
 src/qtbdynlinedelegate.h                   |    4 +--
 src/qtbdynlineeditor.cpp                   |    4 +--
 src/qtbdynlineeditor.h                     |    4 +--
 src/qtbdynlineitem.cpp                     |    4 +--
 src/qtbdynlineitem.h                       |    4 +--
 src/qtbdynlinelayerproperties.cpp          |    4 +--
 src/qtbdynlinelayerproperties.h            |    4 +--
 src/qtbdynnameline.cpp                     |    4 +--
 src/qtbdynnameline.h                       |    4 +--
 src/qtbdynxycolorlines.cpp                 |    4 +--
 src/qtbdynxycolorlines.h                   |    4 +--
 src/qtbgraphcontent.cpp                    |    4 +--
 src/qtbgraphcontent.h                      |    4 +--
 src/qtbgraphcontentformatproperties.cpp    |    4 +--
 src/qtbgraphcontentformatproperties.h      |    4 +--
 src/qtbgraphcontentlayer.cpp               |    4 +--
 src/qtbgraphcontentlayer.h                 |    4 +--
 src/qtbgraphcontentlayerproperties.cpp     |    4 +--
 src/qtbgraphcontentlayerproperties.h       |    4 +--
 src/qtbgraphcontentoptions.cpp             |    8 +++--
 src/qtbgraphcontentoptions.h               |    4 +--
 src/qtbgraphicobject.cpp                   |    4 +--
 src/qtbgraphicobject.h                     |    4 +--
 src/qtbgraphicobjectgeometryproperties.cpp |    4 +--
 src/qtbgraphicobjectgeometryproperties.h   |    4 +--
 src/qtbgraphicobjectidproperties.cpp       |    4 +--
 src/qtbgraphicobjectidproperties.h         |    4 +--
 src/qtbgraphicobjectprintproperties.cpp    |    4 +--
 src/qtbgraphicobjectprintproperties.h      |    4 +--
 src/qtbgraphicsheet.cpp                    |   11 +++---
 src/qtbgraphicsheet.h                      |    4 +--
 src/qtbgraphicsheetmenu.cpp                |    4 +--
 src/qtbgraphicsheetmenu.h                  |    4 +--
 src/qtbgraphicsheetproperties.cpp          |    4 +--
 src/qtbgraphicsheetproperties.h            |    4 +--
 src/qtbgridmaxfollower.cpp                 |    4 +--
 src/qtbgridmaxfollower.h                   |    4 +--
 src/qtbgridplot.cpp                        |    4 +--
 src/qtbgridplot.h                          |    4 +--
 src/qtbgridproperties.cpp                  |    4 +--
 src/qtbgridproperties.h                    |    4 +--
 src/qtbgridviewer.cpp                      |    4 +--
 src/qtbgridviewer.h                        |    4 +--
 src/qtbimagelayer.cpp                      |    4 +--
 src/qtbimagelayer.h                        |    4 +--
 src/qtbimagelayerproperties.cpp            |    4 +--
 src/qtbimagelayerproperties.h              |    4 +--
 src/qtbimagescalingpoint.cpp               |    4 +--
 src/qtbimagescalingpoint.h                 |    4 +--
 src/qtbimagewidget.cpp                     |    4 +--
 src/qtbimagewidget.h                       |    4 +--
 src/qtbimagewidgetproperties.cpp           |    4 +--
 src/qtbimagewidgetproperties.h             |    4 +--
 src/qtbirregulargrid2ddraw.cpp             |    4 +--
 src/qtbirregulargrid2ddraw.h               |    4 +--
 src/qtbirregulargrid2dplot.cpp             |    4 +--
 src/qtbirregulargrid2dplot.h               |    4 +--
 src/qtblayerlocker.cpp                     |    4 +--
 src/qtblayerlocker.h                       |    4 +--
 src/qtblayermousetracking.cpp              |    4 +--
 src/qtblayermousetracking.h                |    4 +--
 src/qtblayerpainter.cpp                    |    4 +--
 src/qtblayerpainter.h                      |    4 +--
 src/qtblayerpainterrequest.cpp             |    4 +--
 src/qtblayerpainterrequest.h               |    4 +--
 src/qtblayerpainterthread.cpp              |    4 +--
 src/qtblayerpainterthread.h                |    4 +--
 src/qtblegend.cpp                          |    4 +--
 src/qtblegend.h                            |    4 +--
 src/qtblegendformatproperties.cpp          |    4 +--
 src/qtblegendformatproperties.h            |    4 +--
 src/qtblegenditem.cpp                      |    4 +--
 src/qtblegenditem.h                        |    4 +--
 src/qtblegenditemwidget.cpp                |    4 +--
 src/qtblegenditemwidget.h                  |    4 +--
 src/qtblegendproperties.cpp                |    4 +--
 src/qtblegendproperties.h                  |    4 +--
 src/qtblegendtable.cpp                     |    4 +--
 src/qtblegendtable.h                       |    4 +--
 src/qtblegendwidget.cpp                    |    4 +--
 src/qtblegendwidget.h                      |    4 +--
 src/qtblivegridlayer.cpp                   |    4 +--
 src/qtblivegridlayer.h                     |    4 +--
 src/qtblivegridlayerproperties.cpp         |    4 +--
 src/qtblivegridlayerproperties.h           |    4 +--
 src/qtbmakeupfilter.cpp                    |   54 +++++++++++++--------------
 src/qtbmakeupfilter.h                      |   18 ++++-----
 src/qtbmakeupfilter.ui                     |   49 ++++++++++++++++++-------
 src/qtbmousetracking.cpp                   |    4 +--
 src/qtbmousetracking.h                     |    4 +--
 src/qtbordertip.cpp                        |    4 +--
 src/qtbordertip.h                          |    4 +--
 src/qtbpagelimit.cpp                       |    4 +--
 src/qtbpagelimit.h                         |    4 +--
 src/qtbpaintprogress.cpp                   |    4 +--
 src/qtbpaintprogress.h                     |    4 +--
 src/qtbpaletteinterpole.cpp                |    4 +--
 src/qtbpaletteinterpole.h                  |    4 +--
 src/qtbpaletteproperties.cpp               |    4 +--
 src/qtbpaletteproperties.h                 |    4 +--
 src/qtbpalettetable.cpp                    |    4 +--
 src/qtbpalettetable.h                      |    4 +--
 src/qtbparallelband.cpp                    |    4 +--
 src/qtbparallelband.h                      |    4 +--
 src/qtbparallelbands.cpp                   |    4 +--
 src/qtbparallelbands.h                     |    4 +--
 src/qtbpen.cpp                             |    4 +--
 src/qtbpen.h                               |    4 +--
 src/qtbpointproperties.cpp                 |    4 +--
 src/qtbpointproperties.h                   |    4 +--
 src/qtbpolargridplot.cpp                   |    4 +--
 src/qtbpolargridplot.h                     |    4 +--
 src/qtbscale.cpp                           |    4 +--
 src/qtbscale.h                             |    4 +--
 src/qtbscifigsplugin.cpp                   |    4 +--
 src/qtbscifigsplugin.h                     |    4 +--
 src/qtbscifigspreferences.cpp              |    4 +--
 src/qtbscifigspreferences.h                |    4 +--
 src/qtbselectionwidget.cpp                 |    4 +--
 src/qtbselectionwidget.h                   |    4 +--
 src/qtbslopeestimator.cpp                  |    8 +++--
 src/qtbslopeestimator.h                    |    4 +--
 src/qtbsymbol.cpp                          |    4 +--
 src/qtbsymbol.h                            |    4 +--
 src/qtbtextedit.cpp                        |    4 +--
 src/qtbtextedit.h                          |    4 +--
 src/qtbtexteditproperties.cpp              |    4 +--
 src/qtbtexteditproperties.h                |    4 +--
 src/qtbxmlscifigs.cpp                      |    4 +--
 src/qtbxmlscifigs.h                        |    4 +--
 src/qtbxuniqueycolorlines.cpp              |    4 +--
 src/qtbxuniqueycolorlines.h                |    4 +--
 src/qtbxycolorlines.cpp                    |    4 +--
 src/qtbxycolorlines.h                      |    4 +--
 src/qtbxycolorlinesproperties.cpp          |    4 +--
 src/qtbxycolorlinesproperties.h            |    4 +--
 src/qtbxycolorplot.cpp                     |    4 +--
 src/qtbxycolorplot.h                       |    4 +--
 src/qtbxynameplot.cpp                      |    8 +++--
 src/qtbxynameplot.h                        |    4 +--
 src/qtbxynameplotproperties.cpp            |    4 +--
 src/qtbxynameplotproperties.h              |    4 +--
 src/qtbxyplot.cpp                          |    4 +--
 src/qtbxyplot.h                            |    4 +--
 src/qtbxyplotproperties.cpp                |    4 +--
 src/qtbxyplotproperties.h                  |    4 +--
 src/qtbxyvaluelines.cpp                    |    4 +--
 src/qtbxyvaluelines.h                      |    4 +--
 src/qtbxyvalueplot.cpp                     |    4 +--
 src/qtbxyvalueplot.h                       |    4 +--
 src/scifigs.cpp                            |    4 +--
 src/scifigs.h                              |    4 +--
 src/scifigsdllexport.h                     |    4 +--
 src/scifigsversion.h                       |    4 +-
 186 files changed, 269 insertions(+), 601 deletions(-)

commit 5d17c933b861f75c21f35e915acd14f5135fd410
Author: marc <marc>
Date:   Fri Jul 4 14:58:43 2008 +0000

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

 src/qtbabstractdynline.cpp                 |    4 +---
 src/qtbabstractdynline.h                   |    4 +---
 src/qtbabstractdynlinelayer.cpp            |    4 +---
 src/qtbabstractdynlinelayer.h              |    4 +---
 src/qtbaxis.cpp                            |    4 +---
 src/qtbaxis.h                              |    4 +---
 src/qtbaxisformatproperties.cpp            |    4 +---
 src/qtbaxisformatproperties.h              |    4 +---
 src/qtbaxisproperties.cpp                  |    4 +---
 src/qtbaxisproperties.h                    |    4 +---
 src/qtbaxisscaleproperties.cpp             |    4 +---
 src/qtbaxisscaleproperties.h               |    4 +---
 src/qtbaxiswindow.cpp                      |    4 +---
 src/qtbaxiswindow.h                        |    4 +---
 src/qtbbrush.cpp                           |    4 +---
 src/qtbbrush.h                             |    4 +---
 src/qtbcircleviewer.cpp                    |    4 +---
 src/qtbcircleviewer.h                      |    4 +---
 src/qtbcolorpalettelayer.cpp               |    4 +---
 src/qtbcolorpalettelayer.h                 |    4 +---
 src/qtbcolorpalettewidget.cpp              |    4 +---
 src/qtbcolorpalettewidget.h                |    4 +---
 src/qtbcoordtip.cpp                        |    4 +---
 src/qtbcoordtip.h                          |    4 +---
 src/qtbdynline.cpp                         |    4 +---
 src/qtbdynline.h                           |    4 +---
 src/qtbdynline2d.cpp                       |    4 +---
 src/qtbdynline2d.h                         |    4 +---
 src/qtbdynline2dlayer.cpp                  |    4 +---
 src/qtbdynline2dlayer.h                    |    4 +---
 src/qtbdynlinedelegate.cpp                 |    4 +---
 src/qtbdynlinedelegate.h                   |    4 +---
 src/qtbdynlineeditor.cpp                   |    4 +---
 src/qtbdynlineeditor.h                     |    4 +---
 src/qtbdynlineitem.cpp                     |    4 +---
 src/qtbdynlineitem.h                       |    4 +---
 src/qtbdynlinelayerproperties.cpp          |    4 +---
 src/qtbdynlinelayerproperties.h            |    4 +---
 src/qtbdynnameline.cpp                     |    4 +---
 src/qtbdynnameline.h                       |    4 +---
 src/qtbdynxycolorlines.cpp                 |    4 +---
 src/qtbdynxycolorlines.h                   |    4 +---
 src/qtbgraphcontent.cpp                    |    4 +---
 src/qtbgraphcontent.h                      |    4 +---
 src/qtbgraphcontentformatproperties.cpp    |    4 +---
 src/qtbgraphcontentformatproperties.h      |    4 +---
 src/qtbgraphcontentlayer.cpp               |    4 +---
 src/qtbgraphcontentlayer.h                 |    4 +---
 src/qtbgraphcontentlayerproperties.cpp     |    4 +---
 src/qtbgraphcontentlayerproperties.h       |    4 +---
 src/qtbgraphcontentoptions.cpp             |    4 +---
 src/qtbgraphcontentoptions.h               |    4 +---
 src/qtbgraphicobject.cpp                   |    4 +---
 src/qtbgraphicobject.h                     |    4 +---
 src/qtbgraphicobjectgeometryproperties.cpp |    4 +---
 src/qtbgraphicobjectgeometryproperties.h   |    4 +---
 src/qtbgraphicobjectidproperties.cpp       |    4 +---
 src/qtbgraphicobjectidproperties.h         |    4 +---
 src/qtbgraphicobjectprintproperties.cpp    |    4 +---
 src/qtbgraphicobjectprintproperties.h      |    4 +---
 src/qtbgraphicsheet.cpp                    |    4 +---
 src/qtbgraphicsheet.h                      |    4 +---
 src/qtbgraphicsheetmenu.cpp                |    4 +---
 src/qtbgraphicsheetmenu.h                  |    4 +---
 src/qtbgraphicsheetproperties.cpp          |    4 +---
 src/qtbgraphicsheetproperties.h            |    4 +---
 src/qtbgridmaxfollower.cpp                 |    4 +---
 src/qtbgridmaxfollower.h                   |    4 +---
 src/qtbgridplot.cpp                        |    4 +---
 src/qtbgridplot.h                          |    4 +---
 src/qtbgridproperties.cpp                  |    4 +---
 src/qtbgridproperties.h                    |    4 +---
 src/qtbgridviewer.cpp                      |    4 +---
 src/qtbgridviewer.h                        |    4 +---
 src/qtbimagelayer.cpp                      |    4 +---
 src/qtbimagelayer.h                        |    4 +---
 src/qtbimagelayerproperties.cpp            |    4 +---
 src/qtbimagelayerproperties.h              |    4 +---
 src/qtbimagescalingpoint.cpp               |    4 +---
 src/qtbimagescalingpoint.h                 |    4 +---
 src/qtbimagewidget.cpp                     |    4 +---
 src/qtbimagewidget.h                       |    4 +---
 src/qtbimagewidgetproperties.cpp           |    4 +---
 src/qtbimagewidgetproperties.h             |    4 +---
 src/qtbirregulargrid2ddraw.cpp             |    4 +---
 src/qtbirregulargrid2ddraw.h               |    4 +---
 src/qtbirregulargrid2dplot.cpp             |    4 +---
 src/qtbirregulargrid2dplot.h               |    4 +---
 src/qtblayerlocker.cpp                     |    4 +---
 src/qtblayerlocker.h                       |    4 +---
 src/qtblayermousetracking.cpp              |    4 +---
 src/qtblayermousetracking.h                |    4 +---
 src/qtblayerpainter.cpp                    |    4 +---
 src/qtblayerpainter.h                      |    4 +---
 src/qtblayerpainterrequest.cpp             |    4 +---
 src/qtblayerpainterrequest.h               |    4 +---
 src/qtblayerpainterthread.cpp              |    4 +---
 src/qtblayerpainterthread.h                |    4 +---
 src/qtblegend.cpp                          |    4 +---
 src/qtblegend.h                            |    4 +---
 src/qtblegendformatproperties.cpp          |    4 +---
 src/qtblegendformatproperties.h            |    4 +---
 src/qtblegenditem.cpp                      |    4 +---
 src/qtblegenditem.h                        |    4 +---
 src/qtblegenditemwidget.cpp                |    4 +---
 src/qtblegenditemwidget.h                  |    4 +---
 src/qtblegendproperties.cpp                |    4 +---
 src/qtblegendproperties.h                  |    4 +---
 src/qtblegendtable.cpp                     |    4 +---
 src/qtblegendtable.h                       |    4 +---
 src/qtblegendwidget.cpp                    |    4 +---
 src/qtblegendwidget.h                      |    4 +---
 src/qtblivegridlayer.cpp                   |    4 +---
 src/qtblivegridlayer.h                     |    4 +---
 src/qtblivegridlayerproperties.cpp         |    4 +---
 src/qtblivegridlayerproperties.h           |    4 +---
 src/qtbmakeupfilter.cpp                    |    4 +---
 src/qtbmakeupfilter.h                      |    4 +---
 src/qtbmousetracking.cpp                   |    4 +---
 src/qtbmousetracking.h                     |    4 +---
 src/qtbordertip.cpp                        |    4 +---
 src/qtbordertip.h                          |    4 +---
 src/qtbpagelimit.cpp                       |    4 +---
 src/qtbpagelimit.h                         |    4 +---
 src/qtbpaintprogress.cpp                   |    4 +---
 src/qtbpaintprogress.h                     |    4 +---
 src/qtbpaletteinterpole.cpp                |    4 +---
 src/qtbpaletteinterpole.h                  |    4 +---
 src/qtbpaletteproperties.cpp               |    4 +---
 src/qtbpaletteproperties.h                 |    4 +---
 src/qtbpalettetable.cpp                    |    4 +---
 src/qtbpalettetable.h                      |    4 +---
 src/qtbparallelband.cpp                    |    4 +---
 src/qtbparallelband.h                      |    4 +---
 src/qtbparallelbands.cpp                   |    4 +---
 src/qtbparallelbands.h                     |    4 +---
 src/qtbpen.cpp                             |    4 +---
 src/qtbpen.h                               |    4 +---
 src/qtbpointproperties.cpp                 |    4 +---
 src/qtbpointproperties.h                   |    4 +---
 src/qtbpolargridplot.cpp                   |    4 +---
 src/qtbpolargridplot.h                     |    4 +---
 src/qtbscale.cpp                           |    4 +---
 src/qtbscale.h                             |    4 +---
 src/qtbscifigsplugin.cpp                   |    4 +---
 src/qtbscifigsplugin.h                     |    4 +---
 src/qtbscifigspreferences.cpp              |    4 +---
 src/qtbscifigspreferences.h                |    4 +---
 src/qtbselectionwidget.cpp                 |    4 +---
 src/qtbselectionwidget.h                   |    4 +---
 src/qtbslopeestimator.cpp                  |    4 +---
 src/qtbslopeestimator.h                    |    4 +---
 src/qtbsymbol.cpp                          |    4 +---
 src/qtbsymbol.h                            |    4 +---
 src/qtbtextedit.cpp                        |    4 +---
 src/qtbtextedit.h                          |    4 +---
 src/qtbtexteditproperties.cpp              |    4 +---
 src/qtbtexteditproperties.h                |    4 +---
 src/qtbxmlscifigs.cpp                      |    4 +---
 src/qtbxmlscifigs.h                        |    4 +---
 src/qtbxuniqueycolorlines.cpp              |    4 +---
 src/qtbxuniqueycolorlines.h                |    4 +---
 src/qtbxycolorlines.cpp                    |    4 +---
 src/qtbxycolorlines.h                      |    4 +---
 src/qtbxycolorlinesproperties.cpp          |    4 +---
 src/qtbxycolorlinesproperties.h            |    4 +---
 src/qtbxycolorplot.cpp                     |    4 +---
 src/qtbxycolorplot.h                       |    4 +---
 src/qtbxynameplot.cpp                      |    4 +---
 src/qtbxynameplot.h                        |    4 +---
 src/qtbxynameplotproperties.cpp            |    4 +---
 src/qtbxynameplotproperties.h              |    4 +---
 src/qtbxyplot.cpp                          |    4 +---
 src/qtbxyplot.h                            |    4 +---
 src/qtbxyplotproperties.cpp                |    4 +---
 src/qtbxyplotproperties.h                  |    4 +---
 src/qtbxyvaluelines.cpp                    |    4 +---
 src/qtbxyvaluelines.h                      |    4 +---
 src/qtbxyvalueplot.cpp                     |    4 +---
 src/qtbxyvalueplot.h                       |    4 +---
 src/scifigs.cpp                            |    4 +---
 src/scifigs.h                              |    4 +---
 src/scifigsdllexport.h                     |    4 +---
 183 files changed, 183 insertions(+), 549 deletions(-)

commit f7888f1a9272d997b4363372a602ba6d5ad3377a
Author: marc <marc>
Date:   Mon Jun 30 14:36:41 2008 +0000

    Version 2.2.1

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

commit 7117c204767e6e0fee5864725d2cfc4b326ad983
Author: marc <marc>
Date:   Mon Jun 30 10:12:14 2008 +0000

    Fix while restoring make-ups: correct identification of objects

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

commit 4547f51e87955c1b395e0f1afbdb1e6554903c96
Author: marc <marc>
Date:   Fri Jun 27 14:14:10 2008 +0000

    REplace "no..." to effective check of boxes

 src/qtbgraphicsheet.cpp |    4 +-
 src/qtbmakeupfilter.cpp |   52 +++++++++++++++++++++++-----------------------
 src/qtbmakeupfilter.h   |   16 +++++++-------
 src/qtbmakeupfilter.ui  |   49 +++++++++++++++++++++++++++++++------------
 4 files changed, 71 insertions(+), 50 deletions(-)

commit 44f7c0508abbe349c9f34e0e0a5d4ef29a028fed
Author: marc <marc>
Date:   Tue Jun 24 17:25:07 2008 +0000

    Changed grid line format and order of ploting
    Dead lock solved in all paintText()

 src/qtbgraphcontentoptions.cpp |    2 +-
 src/qtbslopeestimator.cpp      |    2 +-
 src/qtbxynameplot.cpp          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit be77748d52018e06c1b0bdf3a917d9754f91739c
Author: marc <marc>
Date:   Thu Jun 19 08:42:45 2008 +0000

    *** empty log message ***

 doc/Doxyfile |  208 ----------------------------------------------------------
 1 files changed, 0 insertions(+), 208 deletions(-)

commit e5b330ec1c0190890368e4e6aabce831092fe8ac
Author: marc <marc>
Date:   Thu Jun 19 07:51:07 2008 +0000

    Grid lines format changed

 doc/Doxyfile                   |   71 ++++------------------------
 src/qtbgraphcontentoptions.cpp |  101 ++++++++++++++++++++-------------------
 2 files changed, 62 insertions(+), 110 deletions(-)

commit eeb185ad17d1657948f7c18de2e101015108f8d3
Author: marc <marc>
Date:   Tue Jun 17 18:23:23 2008 +0000

    Bug fixed for QtbXYNamePlot::paintText: dead lock, in all paintText, lock/unlock replaced by mutex locker

 src/qtbslopeestimator.cpp |   13 ++++---------
 src/qtbxynameplot.cpp     |   13 ++++---------
 2 files changed, 8 insertions(+), 18 deletions(-)

commit 64407bbe3c899b56f1f588a9589fd2328af3727c
Author: marc <marc>
Date:   Mon Jun 16 20:12:01 2008 +0000

    Not significative changes

 src/qtbaxis.h              |    3 ++-
 src/qtbgraphcontentlayer.h |    3 ++-
 src/qtblegendwidget.cpp    |    4 ++--
 src/qtbslopeestimator.h    |    4 +++-
 4 files changed, 9 insertions(+), 5 deletions(-)

commit f9d6dc50c19e32de92aa15d8088d84ca6bf550ed
Author: marc <marc>
Date:   Mon Jun 16 14:17:38 2008 +0000

    Version 2.2.0

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

commit 294e59b844ed449cc53eb5f79d99c078a6b1af89
Author: marc <marc>
Date:   Mon Jun 16 14:11:36 2008 +0000

    Update precision and ticks with auto-functions when changing scale type

 src/qtbaxis.cpp             |   14 ++++++++++++--
 src/qtbaxis.h               |    6 +++---
 src/qtbcolorpalettelayer.h  |    3 +--
 src/qtbcolorpalettewidget.h |    3 ++-
 4 files changed, 18 insertions(+), 8 deletions(-)

commit e7ab7b3197cd40458f8baca22b1e6ff8342ab52b
Author: marc <marc>
Date:   Thu Jun 12 19:49:29 2008 +0000

    Cleaning _dialogName (useless)
    Remove template function of QtbGraphContent
    Remove all layer reference by index
    Remove/moveUp/moveDown operation on layers + save selected only
    QtbGraphicSheetMenu simplified, no longer keep a vertor of graph pointers

 src/qtbaxis.h                          |    4 +-
 src/qtbaxiswindow.cpp                  |    5 +-
 src/qtbaxiswindow.h                    |   12 +--
 src/qtbcolorpalettewidget.cpp          |  179 ++++++++++++++------------------
 src/qtbcolorpalettewidget.h            |    6 +-
 src/qtbgraphcontent.cpp                |  106 ++++++++++++++-----
 src/qtbgraphcontent.h                  |   71 ++++---------
 src/qtbgraphcontentlayer.cpp           |    5 +-
 src/qtbgraphcontentlayer.h             |   10 ++-
 src/qtbgraphcontentlayerproperties.cpp |  125 +++++++++++++++++++++--
 src/qtbgraphcontentlayerproperties.h   |    8 ++-
 src/qtbgraphicobject.cpp               |   10 ++-
 src/qtbgraphicobject.h                 |   10 +-
 src/qtbgraphicsheet.h                  |    4 +-
 src/qtbgraphicsheetmenu.cpp            |   97 +++++-------------
 src/qtbgraphicsheetmenu.h              |   25 ++---
 src/qtbirregulargrid2dplot.cpp         |    8 +-
 src/qtblayerpainter.cpp                |   31 ++++--
 src/qtblayerpainter.h                  |    6 +-
 src/qtblayerpainterrequest.cpp         |   21 ++--
 src/qtblayerpainterrequest.h           |    5 +-
 src/qtbxuniqueycolorlines.cpp          |    3 +-
 src/qtbxycolorlines.cpp                |    3 +-
 23 files changed, 414 insertions(+), 340 deletions(-)

commit 931b78c4d0208f07ea7a8d06e39e50c8b76b32ad
Author: marc <marc>
Date:   Tue Jun 10 19:22:04 2008 +0000

    Direct implementation of QObject properties to XML to support Data or MakeUp save/restore properly
    Save layers partially implemented in property tab

 src/qtbaxis.cpp                        |    4 +-
 src/qtbaxis.h                          |   10 +++-
 src/qtbgraphcontent.cpp                |   18 +++++++-
 src/qtbgraphcontent.h                  |    8 ++-
 src/qtbgraphcontentlayer.cpp           |   22 +++++++++-
 src/qtbgraphcontentlayer.h             |   11 ++++-
 src/qtbgraphcontentlayerproperties.cpp |   56 +++++++++++++++++++++++++-
 src/qtbgraphcontentlayerproperties.h   |    9 ++++-
 src/qtbgraphcontentlayerproperties.ui  |   68 ++++++++++++++++++++++++++++++-
 src/qtbgraphicobject.cpp               |    6 +-
 src/qtbgraphicobject.h                 |    9 +++-
 src/qtbgraphicsheet.cpp                |   11 ++++-
 src/qtbgraphicsheet.h                  |    7 ++-
 13 files changed, 206 insertions(+), 33 deletions(-)

commit a11cd456682f90ef38e877ed2d02e585ba3fd9cd
Author: marc <marc>
Date:   Tue Jun 10 17:33:28 2008 +0000

    Forbid a null sizeInfo in Axis
    Smooth transformation in graphContent replaced by a fast one
    Speedup for layers with text: use of their own mutex rather than the general mutex of the layer

 src/qtbaxis.h             |    4 ++--
 src/qtbaxiswindow.cpp     |    8 +++++---
 src/qtbgraphcontent.cpp   |   10 +++++++---
 src/qtblayerpainter.cpp   |   11 +++++++----
 src/qtbslopeestimator.cpp |   13 +++++++++----
 src/qtbslopeestimator.h   |    3 ++-
 src/qtbxynameplot.cpp     |   12 +++++++++---
 src/qtbxynameplot.h       |    3 ++-
 8 files changed, 43 insertions(+), 21 deletions(-)

commit 0cd0b96776b65bf49f7683124e691b29fe00a596
Author: marc <marc>
Date:   Mon Jun 9 17:33:50 2008 +0000

    Bug fixed in plotting grids (for grids with 1 cell)
    Fixed bug for dynlines layer properties when removing one line

 src/qtbdynlinelayerproperties.cpp |    7 ++++---
 src/qtbirregulargrid2dplot.cpp    |    4 ++--
 src/qtblivegridlayer.cpp          |    6 +++---
 3 files changed, 9 insertions(+), 8 deletions(-)

commit 3b7d2fc62c691b03c407f693ab36387788c23288
Author: marc <marc>
Date:   Fri Jun 6 16:05:21 2008 +0000

    Not significative changes

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

commit bbed6684c06f9bf521be4eaa27ea96d5c50cd84c
Author: marc <marc>
Date:   Wed Jun 4 13:48:22 2008 +0000

    Avoid warnings in case of null size when updating mask

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

commit 084d4e5cd81668ec1b63aca542387683e521b98b
Author: marc <marc>
Date:   Tue Jun 3 17:19:59 2008 +0000

    Bug fixed if defaultBW with n<2

 src/qtblegend.cpp |   27 ++++++++++++++++++---------
 1 files changed, 18 insertions(+), 9 deletions(-)

commit b62db8c6cde1f126e3305b2ebe88e93ed303fc82
Author: marc <marc>
Date:   Fri May 30 00:03:54 2008 +0000

    Version 2.1.5

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

commit 73ea2a36eb1800514b1bc2732e884a84b28e8caa
Author: marc <marc>
Date:   Fri May 30 00:01:01 2008 +0000

    Not significative changes

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

commit 55da4506dfa5d0b33a89c5e04372d9c328a7b1ad
Author: marc <marc>
Date:   Mon May 26 00:12:31 2008 +0000

    Bug fixed for images

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

commit a3b3b84e57f319c91bd691eca7be5351772f0c79
Author: marc <marc>
Date:   Sun May 25 20:26:36 2008 +0000

    Geometry properties updated after a move object

 admin/info               |    2 +-
 src/qtbgraphicobject.cpp |   13 +++++++++++--
 src/qtbgraphicobject.h   |    3 ++-
 src/qtbgraphicsheet.cpp  |    9 ++++-----
 src/scifigsversion.h     |    4 ++--
 5 files changed, 20 insertions(+), 11 deletions(-)

commit 760a4ac7b0596e78362bb56777f371367d46f708
Author: marc <marc>
Date:   Thu May 22 22:45:23 2008 +0000

    Improved coupled management of min/max of axis: no longer swap value in dialog box (smoother for user)
    Bug fixed for inversed scale: numberPrecision and title

 src/qtbaxis.cpp                |  107 ++++++++++++++-------------------------
 src/qtbaxisscaleproperties.cpp |   60 ++++++++++++++++++++++-
 src/qtbaxisscaleproperties.h   |    8 +++-
 3 files changed, 105 insertions(+), 70 deletions(-)

commit 20b03d8ae847ab29068c6f721226ebff6fe349df
Author: marc <marc>
Date:   Fri May 16 20:05:13 2008 +0000

    Version 2.1.3

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

commit d9f78cc7596f3dcda82fc8cca647c0be142dd5c1
Author: marc <marc>
Date:   Fri May 16 17:15:30 2008 +0000

    Calculate axis window size even if size is null (avoid div by 0)
    Palette updates smoothed
    Move pasted objects to current visible area

 src/qtbaxiswindow.cpp         |    4 ++-
 src/qtbcolorpalettewidget.cpp |   38 ++++++++++++++++------
 src/qtbgraphicsheet.cpp       |   20 +++++++++++-
 src/qtbgridplot.cpp           |   27 +++++++++++++---
 src/qtbgridplot.h             |    5 ++-
 src/qtblivegridlayer.cpp      |   70 +++++++++++++++++++++++------------------
 src/qtbxyvaluelines.cpp       |   29 ++++++++++++++---
 src/qtbxyvaluelines.h         |    5 ++-
 src/qtbxyvalueplot.cpp        |   28 +++++++++++++---
 src/qtbxyvalueplot.h          |    5 ++-
 10 files changed, 169 insertions(+), 62 deletions(-)

commit 356267a675be6d7bf63357a56abf725245ad3d9f
Author: marc <marc>
Date:   Wed May 14 08:22:44 2008 +0000

    Avoid warning because connect is not defined for custom property widgets

 src/qtbaxisformatproperties.cpp   |   11 ++++++++++-
 src/qtbaxisformatproperties.h     |    3 ++-
 src/qtblegendformatproperties.cpp |   11 ++++++++++-
 src/qtblegendformatproperties.h   |    3 ++-
 src/qtbpaletteproperties.h        |    4 ++--
 src/qtbtexteditproperties.cpp     |   11 ++++++++++-
 src/qtbtexteditproperties.h       |    3 ++-
 src/qtbxynameplotproperties.cpp   |   11 ++++++++++-
 src/qtbxynameplotproperties.h     |    3 ++-
 9 files changed, 50 insertions(+), 10 deletions(-)

commit 88f190be4a2129a0d2a0ca19f9c49d07c1b6b12c
Author: marc <marc>
Date:   Mon May 12 23:09:23 2008 +0000

    New way of implementing custom widgets in property widgets: mainly for font properties, still buggy

 src/qtbaxisformatproperties.cpp   |   31 +++++++++++++++++-
 src/qtbaxisformatproperties.h     |    6 +++-
 src/qtblegendformatproperties.cpp |   31 +++++++++++++++++-
 src/qtblegendformatproperties.h   |    6 +++-
 src/qtblegendproperties.cpp       |   17 +++++++---
 src/qtblegendproperties.h         |   11 +++---
 src/qtbpaletteproperties.cpp      |   17 +++++++---
 src/qtbpaletteproperties.h        |   11 +++---
 src/qtbtexteditproperties.cpp     |   31 +++++++++++++++++-
 src/qtbtexteditproperties.h       |    6 +++-
 src/qtbxynameplotproperties.cpp   |   38 ++++++++++++++++++----
 src/qtbxynameplotproperties.h     |    8 ++++-
 src/qtbxynameplotproperties.ui    |   64 ++++++++++++++-----------------------
 13 files changed, 200 insertions(+), 77 deletions(-)

commit 66282ea124a77694edecc952ee19b16955fd3446
Author: marc <marc>
Date:   Sun May 11 19:32:40 2008 +0000

    Version 2.1.2

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

commit 51ed5096b2d79bb554a99a35007679ecd6bdbdc3
Author: marc <marc>
Date:   Sun May 11 18:30:47 2008 +0000

    QtbProperty system no longer need cleaning the property widgets on closing the context

 src/qtbaxiswindow.cpp         |    3 +--
 src/qtbcolorpalettewidget.cpp |    3 +--
 src/qtbgraphicsheet.cpp       |    7 ++++++-
 src/qtbimagewidget.cpp        |    3 +--
 src/qtblegendwidget.cpp       |    3 +--
 src/qtbtextedit.cpp           |    3 +--
 6 files changed, 11 insertions(+), 11 deletions(-)

commit 3fab484e47b198e03b3725306aa3257e6962688e
Author: marc <marc>
Date:   Fri May 9 22:24:28 2008 +0000

    Version 2.1.1

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

commit e1ebff12f18137b84f3b966ef3572232aaa8a621
Author: marc <marc>
Date:   Fri May 9 20:38:49 2008 +0000

    Refresh bug in case of zoom in/out. Deep update forced

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

commit 197adb17ef89b2bc16c2e33a1dedf31396b273c6
Author: marc <marc>
Date:   Fri May 9 13:30:50 2008 +0000

    Bug fixed for computing and merging bounding rects

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

commit 83f23adc0d03f29786352ad54d8a30fbb51e72e5
Author: marc <marc>
Date:   Fri May 9 13:03:09 2008 +0000

    Repeat property action in graph content

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

commit b07dbfc303d69723ddcd64a053606b8623585492
Author: marc <marc>
Date:   Fri May 9 12:54:56 2008 +0000

    Not significative changes

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

commit a1f61cfd3415c9a8fa79ca59c2063582ab641089
Author: marc <marc>
Date:   Fri May 9 09:48:24 2008 +0000

    Bug fixed for QtbXYNamePlot: crash for properties and setting fonts

 src/qtbxynameplot.cpp           |   35 +++++++++++++++++++-----------
 src/qtbxynameplotproperties.cpp |   18 +++++++-------
 src/qtbxynameplotproperties.h   |    4 +-
 src/qtbxynameplotproperties.ui  |   45 ++++++++++++++++++++------------------
 4 files changed, 57 insertions(+), 45 deletions(-)

commit 358c8dc53f02aeb18bf88506e56b26b32d973c2f
Author: marc <marc>
Date:   Wed May 7 17:19:29 2008 +0000

    Bug fixed: setting properties of a graphic object (mismatch in property index)

 src/qtbgraphicobject.cpp |   84 ++++++++++++++++++++++------------------------
 src/qtbgraphicsheet.cpp  |    4 +-
 2 files changed, 42 insertions(+), 46 deletions(-)

commit 856d80c5ec270927647cec7b476a42485a34fb7b
Author: marc <marc>
Date:   Fri Apr 25 18:48:13 2008 +0000

    Version 2.1.0

 admin/info                             |    2 +-
 src/qtbaxisformatproperties.cpp        |    4 +++-
 src/qtbcolorpalettewidget.cpp          |    3 ++-
 src/qtbdynlinelayerproperties.h        |    3 ++-
 src/qtbgraphcontentlayerproperties.cpp |    4 +++-
 src/qtbgraphcontentlayerproperties.h   |    4 +++-
 src/qtbimagelayer.cpp                  |    3 ++-
 src/scifigsversion.h                   |    4 ++--
 8 files changed, 18 insertions(+), 9 deletions(-)

commit c6ce74f0a80e6a9f8f34889cabb00c3a3c15998b
Author: marc <marc>
Date:   Fri Apr 25 14:14:03 2008 +0000

    First full working implementation with new framework for properties
    Palette now available as horizontal

 src/qtbabstractdynlinelayer.cpp        |   12 +-
 src/qtbabstractdynlinelayer.h          |    3 +-
 src/qtbaxis.cpp                        |  236 ++++++++++++++-----------------
 src/qtbaxis.h                          |    6 +-
 src/qtbaxisscaleproperties.cpp         |   72 ++++++++--
 src/qtbaxisscaleproperties.h           |    7 +-
 src/qtbaxiswindow.cpp                  |   24 ++--
 src/qtbaxiswindow.h                    |   42 +++---
 src/qtbcolorpalettewidget.cpp          |  144 ++++++++++----------
 src/qtbcolorpalettewidget.h            |   12 ++-
 src/qtbgraphcontent.cpp                |   98 ++++++-------
 src/qtbgraphcontent.h                  |   11 +-
 src/qtbgraphcontentlayer.h             |    4 +-
 src/qtbgraphcontentlayerproperties.cpp |  245 ++++++++++++--------------------
 src/qtbgraphcontentlayerproperties.h   |   92 ++----------
 src/qtbgraphcontentlayerproperties.ui  |    3 +
 src/qtbgraphcontentoptions.cpp         |   12 ++-
 src/qtbgraphcontentoptions.h           |    4 +-
 src/qtbgraphicobject.cpp               |   87 +++++++-----
 src/qtbgraphicobject.h                 |    7 +-
 src/qtbgraphicsheet.cpp                |   95 ++++++++-----
 src/qtbgraphicsheet.h                  |    6 +-
 src/qtbgridplot.cpp                    |   55 ++++----
 src/qtbgridplot.h                      |    6 +-
 src/qtbimagelayer.cpp                  |   12 +-
 src/qtbimagelayer.h                    |    5 +-
 src/qtbimagewidget.cpp                 |   38 +++---
 src/qtbimagewidget.h                   |    8 +-
 src/qtbirregulargrid2dplot.cpp         |    3 +-
 src/qtblegendwidget.cpp                |  142 +++++++++++-------
 src/qtblegendwidget.h                  |   11 +-
 src/qtblivegridlayer.cpp               |   13 +-
 src/qtblivegridlayer.h                 |    6 +-
 src/qtbpaintprogress.cpp               |   21 ++--
 src/qtbpaintprogress.h                 |   11 +-
 src/qtbpaletteproperties.h             |    4 +-
 src/qtbpalettetable.cpp                |   18 +--
 src/qtbpalettetable.h                  |    5 +-
 src/qtbtextedit.cpp                    |   72 ++++++----
 src/qtbtextedit.h                      |    8 +-
 src/qtbxuniqueycolorlines.cpp          |   11 +-
 src/qtbxuniqueycolorlines.h            |    4 +-
 src/qtbxycolorlines.cpp                |   12 +-
 src/qtbxycolorlines.h                  |    6 +-
 src/qtbxynameplot.cpp                  |   12 +-
 src/qtbxynameplot.h                    |    6 +-
 src/qtbxyplot.cpp                      |   13 +-
 src/qtbxyplot.h                        |    8 +-
 src/qtbxyvaluelines.cpp                |   27 ++--
 src/qtbxyvaluelines.h                  |    8 +-
 src/qtbxyvalueplot.cpp                 |   27 ++--
 src/qtbxyvalueplot.h                   |    8 +-
 src/scifigs.cpp                        |   29 ++++-
 src/scifigs.h                          |    6 +-
 54 files changed, 947 insertions(+), 890 deletions(-)

commit 936e6108dd3d0cce8d6f64979d191ba8ff01b2f0
Author: marc <marc>
Date:   Wed Apr 9 01:13:10 2008 +0000

    New framework for properties of objects --> direct rendering
    Horizontal/vertical palettes
    Bug fixed and auto adjust for legend

 src/qtbabstractdynlinelayer.cpp            |   51 +-
 src/qtbabstractdynlinelayer.h              |   23 +-
 src/qtbaxis.cpp                            |  808 +++++++++++++++-------------
 src/qtbaxis.h                              |  158 +++---
 src/qtbaxisformatproperties.cpp            |  128 +++++
 src/qtbaxisformatproperties.h              |   42 ++
 src/qtbaxisformatproperties.ui             |  222 ++++++++
 src/qtbaxisproperties.cpp                  |   71 +--
 src/qtbaxisproperties.h                    |    8 +-
 src/qtbaxisscaleproperties.cpp             |  181 +++++++
 src/qtbaxisscaleproperties.h               |   44 ++
 src/qtbaxisscaleproperties.ui              |  351 ++++++++++++
 src/qtbaxiswindow.cpp                      |  321 ++++++------
 src/qtbaxiswindow.h                        |   13 +-
 src/qtbcircleviewer.cpp                    |   10 +-
 src/qtbcircleviewer.h                      |    6 +-
 src/qtbcolorpalettelayer.cpp               |  134 +++++
 src/qtbcolorpalettelayer.h                 |   48 ++
 src/qtbcolorpalettewidget.cpp              |  540 ++++++++++++++-----
 src/qtbcolorpalettewidget.h                |   99 ++--
 src/qtbdynline2dlayer.cpp                  |    7 +-
 src/qtbdynline2dlayer.h                    |    4 +-
 src/qtbdynlineitem.cpp                     |   42 +-
 src/qtbdynlineitem.h                       |    8 +-
 src/qtbdynlinelayerproperties.cpp          |  331 ++++++++++++
 src/qtbdynlinelayerproperties.h            |   58 ++
 src/qtbdynlinelayerproperties.ui           |  109 ++++
 src/qtbdynxycolorlines.cpp                 |    8 +-
 src/qtbdynxycolorlines.h                   |    4 +-
 src/qtbgraphcontent.cpp                    |  289 ++++++-----
 src/qtbgraphcontent.h                      |   21 +-
 src/qtbgraphcontentformatproperties.cpp    |   39 ++
 src/qtbgraphcontentformatproperties.h      |   28 +
 src/qtbgraphcontentformatproperties.ui     |  131 +++++
 src/qtbgraphcontentlayer.cpp               |   26 +-
 src/qtbgraphcontentlayer.h                 |   25 +-
 src/qtbgraphcontentlayerproperties.cpp     |  339 ++++++++++++
 src/qtbgraphcontentlayerproperties.h       |  130 +++++
 src/qtbgraphcontentlayerproperties.ui      |   69 +++
 src/qtbgraphcontentproperties.cpp          |  345 ------------
 src/qtbgraphcontentproperties.h            |  125 -----
 src/qtbgraphcontentproperties.ui           |  317 -----------
 src/qtbgraphicobject.cpp                   |  320 +++++++----
 src/qtbgraphicobject.h                     |   81 ++--
 src/qtbgraphicobjectgeometryproperties.cpp |   65 +++
 src/qtbgraphicobjectgeometryproperties.h   |   30 +
 src/qtbgraphicobjectgeometryproperties.ui  |  105 ++++
 src/qtbgraphicobjectidproperties.cpp       |   25 +
 src/qtbgraphicobjectidproperties.h         |   26 +
 src/qtbgraphicobjectidproperties.ui        |   47 ++
 src/qtbgraphicobjectprintproperties.cpp    |   39 ++
 src/qtbgraphicobjectprintproperties.h      |   26 +
 src/qtbgraphicobjectprintproperties.ui     |  159 ++++++
 src/qtbgraphicobjectproperties.cpp         |  100 ----
 src/qtbgraphicobjectproperties.h           |   34 --
 src/qtbgraphicobjectproperties.ui          |  450 ----------------
 src/qtbgraphicsheet.cpp                    |  284 +++++-----
 src/qtbgraphicsheet.h                      |   49 +-
 src/qtbgraphicsheetmenu.cpp                |   16 +-
 src/qtbgraphicsheetmenu.h                  |    5 +-
 src/qtbgraphicsheetproperties.cpp          |   32 ++
 src/qtbgraphicsheetproperties.h            |   28 +
 src/qtbgraphicsheetproperties.ui           |   53 ++
 src/qtbgridmaxfollower.cpp                 |   15 +-
 src/qtbgridmaxfollower.h                   |    5 +-
 src/qtbgridplot.cpp                        |  149 +++---
 src/qtbgridplot.h                          |   30 +-
 src/qtbgridproperties.cpp                  |   60 ++
 src/qtbgridproperties.h                    |   33 ++
 src/qtbgridproperties.ui                   |  123 +++++
 src/qtbgridviewer.cpp                      |   15 +-
 src/qtbgridviewer.h                        |    6 +-
 src/qtbimagelayer.cpp                      |   96 ++--
 src/qtbimagelayer.h                        |   45 +-
 src/qtbimagelayerproperties.cpp            |   38 ++
 src/qtbimagelayerproperties.h              |   31 ++
 src/qtbimagelayerproperties.ui             |  148 +++++
 src/qtbimagewidget.cpp                     |  163 +++----
 src/qtbimagewidget.h                       |   36 +-
 src/qtbimagewidgetproperties.cpp           |   41 ++
 src/qtbimagewidgetproperties.h             |   32 ++
 src/qtbimagewidgetproperties.ui            |   38 ++
 src/qtbirregulargrid2dplot.cpp             |   21 +-
 src/qtbirregulargrid2dplot.h               |    6 +-
 src/qtblegend.cpp                          |   14 +-
 src/qtblegend.h                            |    8 +-
 src/qtblegendeditor.cpp                    |  169 ------
 src/qtblegendeditor.h                      |   45 --
 src/qtblegendeditor.ui                     |  186 -------
 src/qtblegendformatproperties.cpp          |   52 ++
 src/qtblegendformatproperties.h            |   32 ++
 src/qtblegendformatproperties.ui           |  208 +++++++
 src/qtblegenditemwidget.cpp                |    8 +-
 src/qtblegendproperties.cpp                |  151 ++++++
 src/qtblegendproperties.h                  |   47 ++
 src/qtblegendproperties.ui                 |  203 +++++++
 src/qtblegendtable.cpp                     |  108 ++--
 src/qtblegendtable.h                       |   19 +-
 src/qtblegendwidget.cpp                    |  206 ++++++--
 src/qtblegendwidget.h                      |   34 +-
 src/qtblivegridlayer.cpp                   |  118 +++--
 src/qtblivegridlayer.h                     |   42 +-
 src/qtblivegridlayerproperties.cpp         |   47 ++
 src/qtblivegridlayerproperties.h           |   33 ++
 src/qtblivegridlayerproperties.ui          |   76 +++
 src/qtbordertip.cpp                        |    8 +-
 src/qtbpaletteeditor.cpp                   |  216 --------
 src/qtbpaletteeditor.h                     |   47 --
 src/qtbpaletteeditor.ui                    |  312 -----------
 src/qtbpaletteproperties.cpp               |  146 +++++
 src/qtbpaletteproperties.h                 |   46 ++
 src/qtbpaletteproperties.ui                |  278 ++++++++++
 src/qtbpalettetable.cpp                    |   45 +-
 src/qtbpalettetable.h                      |   21 +-
 src/qtbparallelbands.cpp                   |   16 +-
 src/qtbparallelbands.h                     |   15 +-
 src/qtbpen.h                               |    4 +-
 src/qtbpolargridplot.cpp                   |    6 +-
 src/qtbpolargridplot.h                     |    4 +-
 src/qtbscale.cpp                           |    6 +-
 src/qtbscale.h                             |    4 +-
 src/qtbselectionwidget.cpp                 |    4 +-
 src/qtbslopeestimator.cpp                  |   10 +-
 src/qtbslopeestimator.h                    |    4 +-
 src/qtbtabdynlineproperties.cpp            |  313 -----------
 src/qtbtabdynlineproperties.h              |   61 ---
 src/qtbtabdynlineproperties.ui             |  103 ----
 src/qtbtabgrideditproperties.cpp           |   75 ---
 src/qtbtabgrideditproperties.h             |   33 --
 src/qtbtabgrideditproperties.ui            |  195 -------
 src/qtbtabimagelayerproperties.cpp         |   62 ---
 src/qtbtabimagelayerproperties.h           |   31 --
 src/qtbtabimagelayerproperties.ui          |  161 ------
 src/qtbtablegendproperties.cpp             |   79 ---
 src/qtbtablegendproperties.h               |   37 --
 src/qtbtablegendproperties.ui              |  188 -------
 src/qtbtablivegridlayerproperties.cpp      |   67 ---
 src/qtbtablivegridlayerproperties.h        |   35 --
 src/qtbtablivegridlayerproperties.ui       |   89 ---
 src/qtbtabpaletteproperties.cpp            |   66 ---
 src/qtbtabpaletteproperties.h              |   34 --
 src/qtbtabpaletteproperties.ui             |  263 ---------
 src/qtbtabtexteditproperties.cpp           |   72 ---
 src/qtbtabtexteditproperties.h             |   33 --
 src/qtbtabtexteditproperties.ui            |  171 ------
 src/qtbtabxycolorlinesproperties.cpp       |   60 --
 src/qtbtabxycolorlinesproperties.h         |   33 --
 src/qtbtabxycolorlinesproperties.ui        |   83 ---
 src/qtbtabxynameplotproperties.cpp         |   62 ---
 src/qtbtabxynameplotproperties.h           |   31 --
 src/qtbtabxynameplotproperties.ui          |   90 ---
 src/qtbtabxyplotproperties.cpp             |   45 --
 src/qtbtabxyplotproperties.h               |   29 -
 src/qtbtabxyplotproperties.ui              |   83 ---
 src/qtbtextedit.cpp                        |  110 +++-
 src/qtbtextedit.h                          |   17 +-
 src/qtbtexteditproperties.cpp              |   42 ++
 src/qtbtexteditproperties.h                |   30 +
 src/qtbtexteditproperties.ui               |  163 ++++++
 src/qtbxmlscifigs.cpp                      |   10 +-
 src/qtbxmlscifigs.h                        |   10 +-
 src/qtbxuniqueycolorlines.cpp              |   64 ++-
 src/qtbxuniqueycolorlines.h                |   20 +-
 src/qtbxycolorlines.cpp                    |   64 ++-
 src/qtbxycolorlines.h                      |   21 +-
 src/qtbxycolorlinesproperties.cpp          |   23 +
 src/qtbxycolorlinesproperties.h            |   29 +
 src/qtbxycolorlinesproperties.ui           |   38 ++
 src/qtbxycolorplot.cpp                     |   10 +-
 src/qtbxycolorplot.h                       |    4 +-
 src/qtbxynameplot.cpp                      |   69 ++-
 src/qtbxynameplot.h                        |   19 +-
 src/qtbxynameplotproperties.cpp            |   40 ++
 src/qtbxynameplotproperties.h              |   31 ++
 src/qtbxynameplotproperties.ui             |   64 +++
 src/qtbxyplot.cpp                          |   66 ++-
 src/qtbxyplot.h                            |   21 +-
 src/qtbxyplotproperties.cpp                |   24 +
 src/qtbxyplotproperties.h                  |   29 +
 src/qtbxyplotproperties.ui                 |   38 ++
 src/qtbxyvaluelines.cpp                    |  120 +++--
 src/qtbxyvaluelines.h                      |   25 +-
 src/qtbxyvalueplot.cpp                     |  113 +++--
 src/qtbxyvalueplot.h                       |   21 +-
 184 files changed, 8474 insertions(+), 7361 deletions(-)

commit aa4c55bcf5c9f5eb116649b485ef31460664c144
Author: marc <marc>
Date:   Mon Mar 17 14:29:06 2008 +0000

    Bug fixed for properties of palettes (number precision)
    New scaling tool for image layer

 src/images/historgramcursor.png   |  Bin 0 -> 866 bytes
 src/images/scalecursor.png        |  Bin 0 -> 927 bytes
 src/qtbabstractdynlinelayer.cpp   |   16 ++--
 src/qtbabstractdynlinelayer.h     |    4 +-
 src/qtbaxiswindow.cpp             |   68 +++++++++--------
 src/qtbcolorpalettewidget.cpp     |   11 +--
 src/qtbcolorpalettewidget.h       |    4 +-
 src/qtbgridmaxfollower.cpp        |   11 +--
 src/qtbgridmaxfollower.h          |    4 +-
 src/qtbgridplot.cpp               |    7 +-
 src/qtbimagelayer.cpp             |  152 ++++++++++++++++++++++++++-----------
 src/qtbimagelayer.h               |   35 ++++++++-
 src/qtbimagescalingpoint.cpp      |  122 +++++++++++++++++++++++++++++
 src/qtbimagescalingpoint.h        |   40 ++++++++++
 src/qtbimagescalingpoint.ui       |  149 ++++++++++++++++++++++++++++++++++++
 src/qtblegendwidget.cpp           |    6 +-
 src/qtblegendwidget.h             |    4 +-
 src/qtbpaletteeditor.cpp          |   47 ++++++------
 src/qtbpaletteeditor.h            |   10 +-
 src/qtbpalettetable.cpp           |    6 +-
 src/qtbpalettetable.h             |    4 +-
 src/qtbslopeestimator.cpp         |   11 +--
 src/qtbslopeestimator.h           |    4 +-
 src/qtbtabimagelayerproperties.ui |   54 ++++++++++----
 src/qtbxyvaluelines.cpp           |    6 +-
 src/qtbxyvalueplot.cpp            |    6 +-
 26 files changed, 604 insertions(+), 177 deletions(-)

commit a6ad836ff7101fcfd2a2f9bac3e31d73c333b5d9
Author: marc <marc>
Date:   Wed Mar 5 07:28:23 2008 +0000

    Version 2.0.0

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

commit 6df652f3eb54899eebb04d4f8469af4f17c73081
Author: marc <marc>
Date:   Tue Mar 4 23:03:07 2008 +0000

    Bugs fixed for grid plot (smooth) and image layer
    Take/set function for live grid layer

 src/qtbabstractdynlinelayer.cpp |   21 ++++++++++++---------
 src/qtbaxis.cpp                 |    4 ++--
 src/qtbgraphcontent.cpp         |    6 +++---
 src/qtbgridplot.cpp             |    8 ++++----
 src/qtbimagelayer.cpp           |   16 +++-------------
 src/qtblivegridlayer.cpp        |   10 +++++++++-
 src/qtblivegridlayer.h          |    5 +++--
 7 files changed, 36 insertions(+), 34 deletions(-)

commit 69c1b5a0cb7e743c62c35d0a076e8011f965c19b
Author: marc <marc>
Date:   Mon Mar 3 10:04:44 2008 +0000

    Not significative changes

 src/qtbgraphcontentoptions.h |    5 +++--
 src/qtblayerpainter.cpp      |    6 +++++-
 2 files changed, 8 insertions(+), 3 deletions(-)

commit f64974f2dd93348d20ba98b507834a942f008214
Author: marc <marc>
Date:   Sun Mar 2 16:29:33 2008 +0000

    Change operator= to copy constructor required by shared pointers

 src/qtbgraphcontentoptions.cpp |   19 ++++++++++---------
 src/qtbgraphcontentoptions.h   |    5 ++---
 2 files changed, 12 insertions(+), 12 deletions(-)

commit ec0768b7f2fd9986a4425a0b8ae9c9c6e667462f
Author: marc <marc>
Date:   Sun Mar 2 15:01:59 2008 +0000

    autoPrec, numPrec and numType renamed to complete names: e.g. numberPrecision

 src/qtbaxis.cpp               |  212 ++++++++++++++++++++--------------------
 src/qtbaxis.h                 |   74 ++++++++-------
 src/qtbaxisproperties.cpp     |  112 +++++++++++-----------
 src/qtbaxisproperties.h       |   10 +-
 src/qtbaxiswindow.cpp         |    8 +-
 src/qtbcolorpalettewidget.cpp |   22 ++--
 src/qtbcolorpalettewidget.h   |   21 +++--
 src/qtbgraphcontent.cpp       |   18 ++--
 src/qtbgraphicsheetmenu.cpp   |    4 +-
 src/qtbgridplot.cpp           |   26 +++---
 src/qtbgridplot.h             |   10 +-
 src/qtbgridviewer.h           |    3 +-
 src/qtblayerpainter.cpp       |    5 +-
 src/qtblivegridlayer.cpp      |   20 ++---
 src/qtbpaletteeditor.cpp      |   76 +++++++--------
 src/qtbpaletteeditor.h        |   14 ++--
 src/qtbpalettetable.cpp       |   26 +++---
 src/qtbpalettetable.h         |   14 ++--
 src/qtbpolargridplot.cpp      |    6 +-
 src/qtbscale.cpp              |   12 +-
 src/qtbscale.h                |    4 +-
 src/qtbxyvaluelines.cpp       |    8 +-
 src/qtbxyvalueplot.cpp        |   13 ++-
 src/qtbxyvalueplot.h          |    6 +-
 24 files changed, 361 insertions(+), 363 deletions(-)

commit 754eda779c1ad3636b6bf34a1dbbf214a330652e
Author: marc <marc>
Date:   Sun Mar 2 11:27:15 2008 +0000

    Improvement of rendering for irregulr grids (default is now smooth with 128 colors and transparency of 0.8).
    Default grid lines with all plots and no contour
    Constness for grid plots: grid and palette changes (take/set)
    Bug fix for printing graphcontent: correct size set to the request
    Bug fixes for paint progress: no more timer
    Removed ownership flag for grids and value plots

 src/qtbaxis.cpp                |    6 +-
 src/qtbgraphcontent.cpp        |    4 +-
 src/qtbgraphcontentoptions.cpp |    6 +-
 src/qtbgridmaxfollower.cpp     |    8 ++--
 src/qtbgridplot.cpp            |  105 ++++++++++++++++++++++++++++++++++------
 src/qtbgridplot.h              |   21 +++++----
 src/qtbgridviewer.cpp          |   25 ++--------
 src/qtbirregulargrid2dplot.cpp |   75 +++++++++++++++++++----------
 src/qtbirregulargrid2dplot.h   |   13 ++++-
 src/qtblayerpainterrequest.cpp |    3 +-
 src/qtblayerpainterrequest.h   |    5 ++-
 src/qtblivegridlayer.cpp       |    8 ++--
 src/qtbpaintprogress.cpp       |   27 +----------
 src/qtbpaintprogress.h         |    5 +--
 src/qtbpolargridplot.cpp       |   14 ++----
 src/qtbpolargridplot.h         |    4 +-
 src/qtbxuniqueycolorlines.cpp  |    8 ++-
 src/qtbxyvaluelines.cpp        |   32 +++++++++++--
 src/qtbxyvaluelines.h          |   12 +++--
 src/qtbxyvalueplot.cpp         |   58 +++++++++++++++-------
 src/qtbxyvalueplot.h           |   14 +++--
 21 files changed, 284 insertions(+), 169 deletions(-)

commit b51d3fea356377472122beccdd7584262f98085a
Author: marc <marc>
Date:   Fri Feb 29 00:15:54 2008 +0000

    Security enhancement for new multi-threaded environment
    Various fixed for axis and graphcontent display/properties

 src/qtbabstractdynlinelayer.cpp   |  131 ++---
 src/qtbabstractdynlinelayer.h     |   19 +-
 src/qtbaxis.cpp                   |   66 ++-
 src/qtbaxis.h                     |   31 +-
 src/qtbaxisproperties.cpp         |    4 +-
 src/qtbaxisproperties.ui          | 1045 ++++++++++++-------------------------
 src/qtbaxiswindow.cpp             |   77 ++--
 src/qtbaxiswindow.h               |    8 +-
 src/qtbbrush.cpp                  |   92 +++-
 src/qtbbrush.h                    |   14 +-
 src/qtbcircleviewer.cpp           |   38 +-
 src/qtbcircleviewer.h             |    4 +-
 src/qtbdynlineeditor.cpp          |    9 +-
 src/qtbgraphcontent.cpp           |   81 ++--
 src/qtbgraphcontent.h             |   19 +-
 src/qtbgraphcontentlayer.h        |    4 +-
 src/qtbgraphcontentoptions.cpp    |   80 ++-
 src/qtbgraphcontentoptions.h      |   28 +-
 src/qtbgraphcontentproperties.cpp |   32 +-
 src/qtbgraphcontentproperties.h   |    3 +-
 src/qtbgraphcontentproperties.ui  |  224 +++------
 src/qtbgraphicobject.h            |   11 +-
 src/qtbgraphicobjectproperties.ui |  522 ++++++++-----------
 src/qtbgraphicsheet.cpp           |   10 +-
 src/qtbgraphicsheet.h             |    8 +-
 src/qtbgridplot.cpp               |  268 ++++++++++-
 src/qtbgridplot.h                 |   18 +-
 src/qtbgridviewer.cpp             |    4 +-
 src/qtbgridviewer.h               |    4 +-
 src/qtbimagelayer.cpp             |    3 +-
 src/qtbimagewidget.cpp            |    4 +-
 src/qtbimagewidget.h              |    4 +-
 src/qtbirregulargrid2ddraw.cpp    |  108 ++++
 src/qtbirregulargrid2ddraw.h      |   34 ++
 src/qtbirregulargrid2dplot.cpp    |  376 +-------------
 src/qtbirregulargrid2dplot.h      |   22 +-
 src/qtblayerlocker.cpp            |   33 ++
 src/qtblayerlocker.h              |   47 ++
 src/qtblayerpainter.cpp           |    5 +-
 src/qtblayerpainterrequest.cpp    |   34 +-
 src/qtblivegridlayer.cpp          |   98 +++--
 src/qtblivegridlayer.h            |   15 +-
 src/qtbpaintprogress.cpp          |   16 +-
 src/qtbpaintprogress.h            |    6 +-
 src/qtbparallelbands.cpp          |   31 +-
 src/qtbparallelbands.h            |    4 +-
 src/qtbpolargridplot.cpp          |   10 +-
 src/qtbpolargridplot.h            |   12 +-
 src/qtbslopeestimator.cpp         |   93 +++-
 src/qtbslopeestimator.h           |    8 +-
 src/qtbsymbol.cpp                 |    4 +-
 src/qtbtabdynlineproperties.cpp   |   32 ++-
 src/qtbtabdynlineproperties.h     |    4 +-
 src/qtbxuniqueycolorlines.cpp     |   23 +-
 src/qtbxuniqueycolorlines.h       |   11 +-
 src/qtbxycolorlines.cpp           |   44 +-
 src/qtbxycolorlines.h             |    5 +-
 src/qtbxycolorplot.cpp            |   18 +-
 src/qtbxycolorplot.h              |    7 +-
 src/qtbxynameplot.cpp             |   22 +-
 src/qtbxyplot.cpp                 |   38 +-
 src/qtbxyplot.h                   |   14 +-
 src/qtbxyvaluelines.cpp           |    8 +-
 src/qtbxyvaluelines.h             |    4 +-
 src/qtbxyvalueplot.cpp            |   15 +-
 src/qtbxyvalueplot.h              |   10 +-
 66 files changed, 1937 insertions(+), 2139 deletions(-)

commit 79870ad0285177f674cd783d38f42b459b5b222a
Author: marc <marc>
Date:   Mon Feb 25 18:33:04 2008 +0000

    QtbXYNamePlot debug and fully implement with new drawText

 src/qtbgraphcontent.cpp  |    5 +--
 src/qtbpaintprogress.cpp |    5 ++-
 src/qtbpaintprogress.h   |    8 ++++-
 src/qtbxynameplot.cpp    |   70 ++++++++++++++++++++++++---------------------
 src/qtbxynameplot.h      |    4 +-
 5 files changed, 52 insertions(+), 40 deletions(-)

commit bddfe1d1be6599c54ac7c81717f1f5130bcf3ba1
Author: marc <marc>
Date:   Mon Feb 25 16:15:29 2008 +0000

    *** empty log message ***

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

commit cbf12e8a0de73a7dbe10391da6faab376000bcf7
Author: marc <marc>
Date:   Mon Feb 25 15:56:29 2008 +0000

    *** empty log message ***

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

commit 7e87c1a3a953a80d55db62496922117af7199d82
Author: marc <marc>
Date:   Mon Feb 25 15:11:56 2008 +0000

    Implementation of text pre-paint in QtbGraphContent

 src/qtblayerpainter.cpp        |    4 ++-
 src/qtblayerpainterrequest.cpp |   60 ++++++++++++++++++++++++---------------
 src/qtblayerpainterrequest.h   |    5 ++-
 src/qtbxynameplot.cpp          |    3 +-
 4 files changed, 45 insertions(+), 27 deletions(-)

commit f4a74c42240eb31cbbd59ce2b88627f5a2405676
Author: marc <marc>
Date:   Fri Feb 22 18:29:21 2008 +0000

    Lock of layer edition improved but still not tested

 src/qtbabstractdynline.cpp      |   10 +++-
 src/qtbabstractdynline.h        |    5 +-
 src/qtbabstractdynlinelayer.cpp |  124 ++++++++++++++++++++++++++++--------
 src/qtbabstractdynlinelayer.h   |   21 ++++---
 src/qtbcircleviewer.cpp         |   38 ++++++++---
 src/qtbcircleviewer.h           |   33 ++++++----
 src/qtbdynline.cpp              |   18 +++++-
 src/qtbdynline.h                |    5 +-
 src/qtbdynline2d.cpp            |   18 +++++-
 src/qtbdynline2d.h              |    5 +-
 src/qtbdynline2dlayer.h         |   14 +++-
 src/qtbdynlineeditor.cpp        |   10 ++-
 src/qtbdynnameline.cpp          |   26 +++++++-
 src/qtbdynnameline.h            |    7 ++-
 src/qtbdynxycolorlines.h        |   14 +++-
 src/qtbgraphcontent.cpp         |    9 +--
 src/qtbgraphcontentlayer.cpp    |    9 +--
 src/qtbgraphcontentlayer.h      |   23 +++++---
 src/qtbgridmaxfollower.cpp      |   10 ++-
 src/qtbgridplot.cpp             |    6 +-
 src/qtbgridplot.h               |    6 +-
 src/qtbgridviewer.cpp           |    6 +-
 src/qtbgridviewer.h             |    6 +-
 src/qtbimagelayer.cpp           |    6 +-
 src/qtbimagelayer.h             |    9 +--
 src/qtbirregulargrid2dplot.cpp  |   20 +++---
 src/qtbirregulargrid2dplot.h    |   21 +++---
 src/qtblayerpainterrequest.cpp  |   25 +++++---
 src/qtblayerpainterrequest.h    |    3 +-
 src/qtbpaintprogress.cpp        |   16 ++++-
 src/qtbpaintprogress.h          |    4 +-
 src/qtbparallelband.h           |   12 ++--
 src/qtbparallelbands.cpp        |   38 ++++++++++--
 src/qtbparallelbands.h          |   22 ++++---
 src/qtbtabdynlineproperties.cpp |   69 +++++++++++---------
 src/qtbtabdynlineproperties.h   |   17 +++--
 src/qtbtabdynlineproperties.ui  |    2 +-
 src/qtbxuniqueycolorlines.cpp   |    6 +-
 src/qtbxuniqueycolorlines.h     |    7 +-
 src/qtbxycolorlines.cpp         |   25 +++++++-
 src/qtbxycolorlines.h           |   29 +++++---
 src/qtbxycolorplot.cpp          |    4 +-
 src/qtbxycolorplot.h            |    4 +-
 src/qtbxynameplot.cpp           |  133 ++++++++++++++++++++++++++-------------
 src/qtbxynameplot.h             |   32 +++-------
 src/qtbxyplot.cpp               |    6 +-
 src/qtbxyplot.h                 |   10 ++--
 47 files changed, 639 insertions(+), 304 deletions(-)

commit bc57c7944a85a20907b462eee7ff0cc8ec29f045
Author: marc <marc>
Date:   Thu Feb 21 00:08:07 2008 +0000

    Merge of all orientation in QtbAxis
    New scheme for axis and content. the last one now owns the X and Y scales
    Implementation of multi-thread painting (missing some locks and text painting)

 src/qtbabstractdynlinelayer.cpp |   46 +--
 src/qtbabstractdynlinelayer.h   |    8 +-
 src/qtbaxis.cpp                 | 1048 +++++++++++++++++++++++++++++----------
 src/qtbaxis.h                   |  108 +++--
 src/qtbaxisproperties.cpp       |   50 +--
 src/qtbaxisproperties.ui        |   38 ++-
 src/qtbaxiswindow.cpp           |   94 ++--
 src/qtbaxiswindow.h             |   13 +-
 src/qtbcircleviewer.cpp         |   37 +-
 src/qtbcircleviewer.h           |    6 +-
 src/qtbcolorpalettewidget.cpp   |   28 +-
 src/qtbcolorpalettewidget.h     |    3 +-
 src/qtbdynlineeditor.cpp        |    8 +-
 src/qtbgraphcontent.cpp         |  935 ++++++++---------------------------
 src/qtbgraphcontent.h           |  171 ++-----
 src/qtbgraphcontentlayer.cpp    |   59 ++-
 src/qtbgraphcontentlayer.h      |   30 +-
 src/qtbgraphcontentoptions.cpp  |  540 ++++++++++++++++++++
 src/qtbgraphcontentoptions.h    |  125 +++++
 src/qtbgraphicobject.cpp        |   30 +-
 src/qtbgraphicobject.h          |    4 +-
 src/qtbgraphicsheet.cpp         |    3 +-
 src/qtbgraphicsheet.h           |    5 +-
 src/qtbgraphicsheetmenu.h       |    4 +-
 src/qtbgridplot.cpp             |   85 ++--
 src/qtbgridplot.h               |    6 +-
 src/qtbgridviewer.cpp           |    8 +-
 src/qtbgridviewer.h             |    4 +-
 src/qtbhorizontalaxis.cpp       |  304 -----------
 src/qtbhorizontalaxis.h         |   50 --
 src/qtbimagelayer.cpp           |   26 +-
 src/qtbimagelayer.h             |    4 +-
 src/qtbirregulargrid2dplot.cpp  |   62 ++-
 src/qtbirregulargrid2dplot.h    |   12 +-
 src/qtblayerpainter.cpp         |  118 ++++-
 src/qtblayerpainter.h           |    9 +-
 src/qtblayerpainterrequest.cpp  |  108 ++++-
 src/qtblayerpainterrequest.h    |   37 +-
 src/qtblayerpainterthread.cpp   |   41 +-
 src/qtblayerpainterthread.h     |    9 +-
 src/qtblegendwidget.cpp         |   20 +-
 src/qtblegendwidget.h           |    3 +-
 src/qtblivegridlayer.cpp        |   35 +-
 src/qtblivegridlayer.h          |    6 +-
 src/qtbpaintprogress.cpp        |   63 +++
 src/qtbpaintprogress.h          |   39 ++
 src/qtbparallelbands.cpp        |   35 +-
 src/qtbparallelbands.h          |    4 +-
 src/qtbpolargridplot.cpp        |  110 +++--
 src/qtbpolargridplot.h          |   12 +-
 src/qtbscale.cpp                |  198 ++++++--
 src/qtbscale.h                  |   45 ++-
 src/qtbslopeestimator.cpp       |   17 +-
 src/qtbslopeestimator.h         |    4 +-
 src/qtbtextedit.cpp             |   19 +-
 src/qtbtextedit.h               |    3 +-
 src/qtbverticalaxis.cpp         |  327 ------------
 src/qtbverticalaxis.h           |   50 --
 src/qtbxuniqueycolorlines.cpp   |   18 +-
 src/qtbxuniqueycolorlines.h     |    4 +-
 src/qtbxycolorlines.cpp         |   16 +-
 src/qtbxycolorlines.h           |    4 +-
 src/qtbxycolorplot.cpp          |   16 +-
 src/qtbxycolorplot.h            |    4 +-
 src/qtbxynameplot.cpp           |   32 +-
 src/qtbxynameplot.h             |    4 +-
 src/qtbxyplot.cpp               |   15 +-
 src/qtbxyplot.h                 |    4 +-
 src/qtbxyvaluelines.cpp         |   19 +-
 src/qtbxyvaluelines.h           |    4 +-
 src/qtbxyvalueplot.cpp          |   15 +-
 src/qtbxyvalueplot.h            |    4 +-
 src/scifigs.cpp                 |   18 +-
 73 files changed, 2866 insertions(+), 2577 deletions(-)

commit 640704334b208e135cc07c551da707dd3f1cd506
Author: marc <marc>
Date:   Thu Feb 14 17:39:26 2008 +0000

    Unsuccessful multi-thread for painting graphcontents... maybe later.

 src/images/QtbLegendWidget.png |  Bin 0 -> 1988 bytes
 src/images/cross.png           |  Bin 0 -> 216 bytes
 src/qtbaxiswindow.cpp          |    6 +-
 src/qtbaxiswindow.h            |    6 +-
 src/qtbcoordtip.cpp            |   10 +-
 src/qtbcoordtip.h              |    3 +-
 src/qtbgraphcontent.cpp        |  380 ++++++++++++++++++----------------------
 src/qtbgraphcontent.h          |   43 +++--
 src/qtbgraphcontentlayer.cpp   |   41 +++++-
 src/qtbgraphcontentlayer.h     |   13 ++-
 src/qtbgraphicsheet.cpp        |   29 +---
 src/qtbgraphicsheet.h          |    5 +-
 src/qtbhorizontalaxis.h        |    4 +-
 src/qtbirregulargrid2dplot.cpp |    3 +-
 src/qtblayerpainter.cpp        |   99 +++++++++++
 src/qtblayerpainter.h          |   42 +++++
 src/qtblayerpainterrequest.cpp |   45 +++++
 src/qtblayerpainterrequest.h   |   36 ++++
 src/qtblayerpainterthread.cpp  |   58 ++++++
 src/qtblayerpainterthread.h    |   36 ++++
 src/scifigs.cpp                |    6 +-
 21 files changed, 583 insertions(+), 282 deletions(-)

commit ea7a8a536e466958c7d0254b068862f92a5eaf38
Author: marc <marc>
Date:   Fri Feb 8 17:18:51 2008 +0000

    Not significative changes

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

commit 4a2847c1fbb476940aa11c24b4f5ea159a25a3f0
Author: marc <marc>
Date:   Fri Feb 8 17:10:37 2008 +0000

    isRemovable property for layers (still under development)

 src/images/arrow_down.png         |  Bin 0 -> 535 bytes
 src/images/arrow_up.png           |  Bin 0 -> 542 bytes
 src/qtbgraphcontent.cpp           |   15 +++--
 src/qtbgraphcontentlayer.cpp      |    3 +-
 src/qtbgraphcontentlayer.h        |    8 ++-
 src/qtbgraphcontentproperties.cpp |  144 ++++++++++++++++++++++++++-----------
 src/qtbgraphcontentproperties.h   |   73 ++++++++++++++-----
 src/qtbgraphcontentproperties.ui  |   63 ++++++++++++-----
 src/qtbtabdynlineproperties.cpp   |   12 ++--
 src/qtbtabdynlineproperties.h     |    3 +-
 10 files changed, 229 insertions(+), 92 deletions(-)

commit 408b31b1619d92fe3555b712bff57b7d145982fe
Author: marc <marc>
Date:   Thu Feb 7 19:13:43 2008 +0000

    Opacity in content should be revisited

 src/qtbcircleviewer.cpp |   12 +++++-------
 src/qtbcircleviewer.h   |   18 ++++++++----------
 src/qtbgraphcontent.cpp |   18 +++++++++---------
 3 files changed, 22 insertions(+), 26 deletions(-)

commit c3d9b48c119d86ed4454e000a5c33972ce5239e7
Author: marc <marc>
Date:   Wed Feb 6 18:34:28 2008 +0000

    Bugs fixed:
    Palette format correctly set in properties for QtbGridPlot
    Crash for a null grid in QtbIrregular2DPlot for tool tip
    Display error in QtbLegendWidget due to pen properties in QtbSymbol::paint
    Improvements:
    Auto adjust palette in QtbLiveGridLayer + related properties

 src/qtbgridplot.cpp                   |    3 +-
 src/qtbirregulargrid2dplot.cpp        |    3 +-
 src/qtblivegridlayer.cpp              |   85 +++++++++++++++++++++++++++++++-
 src/qtblivegridlayer.h                |   31 ++++++++++--
 src/qtbsymbol.cpp                     |    8 ++-
 src/qtbtablivegridlayerproperties.cpp |   67 +++++++++++++++++++++++++
 src/qtbtablivegridlayerproperties.h   |   35 +++++++++++++
 src/qtbtablivegridlayerproperties.ui  |   89 +++++++++++++++++++++++++++++++++
 8 files changed, 310 insertions(+), 11 deletions(-)

commit ff664c6d163c27492282b384d0dc184f58fb435a
Author: marc <marc>
Date:   Fri Jan 18 14:49:01 2008 +0000

    Version 1.10.0

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

commit 0cd932facfbab105a9b820e0c8734837ef83aa08
Author: marc <marc>
Date:   Fri Jan 18 14:47:09 2008 +0000

    Version 1.9.1

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

commit 5be9b367661f87b2bfa48db8ae8d74e53dfdcdb9
Author: marc <marc>
Date:   Fri Jan 18 10:26:41 2008 +0000

    New option for massive add/save layers

 src/qtbgraphicsheet.cpp |   96 ++++++++++++++++++++++++++++++++++++++++++++---
 src/qtbgraphicsheet.h   |    4 +-
 2 files changed, 93 insertions(+), 7 deletions(-)

commit 6e489c7b59dc6326654ec7c1c98eaf3d390e1fa7
Author: marc <marc>
Date:   Thu Jan 3 00:38:00 2008 +0000

    Version 1.9.0

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

commit 2053f574954f8fcea2dfe2c4a79351c9327793cf
Author: marc <marc>
Date:   Thu Dec 27 21:01:33 2007 +0000

    Not significative changes

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

commit 2f68e01b873f042861ded23e684a3d97054607c9
Author: marc <marc>
Date:   Thu Dec 27 17:46:14 2007 +0000

    Not significative changes

 src/qtbabstractdynline.cpp           |    6 ++-
 src/qtbabstractdynlinelayer.cpp      |   36 ++++++++++++-
 src/qtbaxis.cpp                      |   40 +++++++++++++-
 src/qtbaxis.h                        |    6 ++-
 src/qtbaxisproperties.cpp            |   23 ++++++++-
 src/qtbaxiswindow.cpp                |   43 ++++++++++++++-
 src/qtbbrush.cpp                     |    7 ++-
 src/qtbcircleviewer.cpp              |   16 +++++-
 src/qtbcolorpalettewidget.cpp        |   14 +++++-
 src/qtbcoordtip.cpp                  |   12 ++++-
 src/qtbcoordtip.h                    |    4 +-
 src/qtbdynline.cpp                   |    5 ++-
 src/qtbdynline2d.cpp                 |    6 ++-
 src/qtbdynline2dlayer.cpp            |    3 +-
 src/qtbdynline2dlayer.h              |    5 ++-
 src/qtbdynlinedelegate.cpp           |    6 ++-
 src/qtbdynlinedelegate.h             |    3 +-
 src/qtbdynlineeditor.cpp             |   12 ++++-
 src/qtbdynlineitem.cpp               |    9 +++-
 src/qtbdynlineitem.h                 |    4 +-
 src/qtbdynnameline.cpp               |    9 +++-
 src/qtbdynxycolorlines.cpp           |    3 +-
 src/qtbdynxycolorlines.h             |    5 ++-
 src/qtbgraphcontent.cpp              |   60 ++++++++++++++++++++-
 src/qtbgraphcontent.h                |    4 +-
 src/qtbgraphcontentlayer.cpp         |   12 ++++-
 src/qtbgraphcontentlayer.h           |    4 +-
 src/qtbgraphcontentproperties.cpp    |   20 +++++++-
 src/qtbgraphicobject.cpp             |   64 +++++++++++++++++++++-
 src/qtbgraphicobjectproperties.cpp   |    7 ++-
 src/qtbgraphicsheet.cpp              |  100 +++++++++++++++++++++++++++++++++-
 src/qtbgraphicsheet.h                |    6 ++-
 src/qtbgraphicsheetmenu.cpp          |   14 +++++-
 src/qtbgridmaxfollower.cpp           |    6 ++-
 src/qtbgridplot.cpp                  |    8 +++-
 src/qtbgridplot.h                    |    3 +-
 src/qtbgridviewer.cpp                |   12 ++++-
 src/qtbhorizontalaxis.cpp            |   12 ++++-
 src/qtbhorizontalaxis.h              |    3 +-
 src/qtbimagelayer.cpp                |   19 ++++++-
 src/qtbimagewidget.cpp               |   18 ++++++-
 src/qtbirregulargrid2dplot.cpp       |   22 +++++++-
 src/qtblayermousetracking.cpp        |    6 ++-
 src/qtblegend.cpp                    |   23 ++++++++-
 src/qtblegendeditor.cpp              |   17 ++++++-
 src/qtblegenditem.cpp                |    8 +++-
 src/qtblegenditem.h                  |    3 +-
 src/qtblegenditemwidget.cpp          |    9 +++-
 src/qtblegendtable.cpp               |   14 +++++-
 src/qtblegendwidget.cpp              |   13 ++++-
 src/qtblivegridlayer.cpp             |    9 +++-
 src/qtbmakeupfilter.cpp              |   15 +++++-
 src/qtbmousetracking.cpp             |    9 +++-
 src/qtbordertip.cpp                  |    5 ++-
 src/qtbordertip.h                    |    4 +-
 src/qtbpagelimit.cpp                 |    5 ++-
 src/qtbpagelimit.h                   |    5 ++-
 src/qtbpaletteeditor.cpp             |   19 ++++++-
 src/qtbpaletteinterpole.cpp          |    8 +++-
 src/qtbpalettetable.cpp              |   11 ++++-
 src/qtbparallelband.cpp              |    6 ++-
 src/qtbparallelband.h                |    3 +-
 src/qtbparallelbands.cpp             |   13 ++++-
 src/qtbpen.cpp                       |    8 +++-
 src/qtbpen.h                         |   10 +++-
 src/qtbpointproperties.cpp           |    8 +++-
 src/qtbpolargridplot.cpp             |    9 +++-
 src/qtbscale.cpp                     |   12 ++++-
 src/qtbscale.h                       |   10 +++-
 src/qtbscifigsplugin.cpp             |    6 ++-
 src/qtbscifigspreferences.cpp        |   11 ++++-
 src/qtbselectionwidget.cpp           |   10 +++-
 src/qtbslopeestimator.cpp            |    8 +++-
 src/qtbsymbol.cpp                    |   12 ++++-
 src/qtbtabdynlineproperties.cpp      |   20 +++++++-
 src/qtbtabdynlineproperties.h        |    3 +-
 src/qtbtabgrideditproperties.cpp     |   10 +++-
 src/qtbtabimagelayerproperties.cpp   |    7 ++-
 src/qtbtablegendproperties.cpp       |    6 ++-
 src/qtbtabpaletteproperties.cpp      |    6 ++-
 src/qtbtabtexteditproperties.cpp     |    9 +++-
 src/qtbtabxycolorlinesproperties.cpp |    8 +++-
 src/qtbtabxynameplotproperties.cpp   |    7 ++-
 src/qtbtabxyplotproperties.cpp       |    8 ++-
 src/qtbtextedit.cpp                  |   13 ++++-
 src/qtbverticalaxis.cpp              |   12 ++++-
 src/qtbverticalaxis.h                |    3 +-
 src/qtbxmlscifigs.cpp                |   12 ++++-
 src/qtbxuniqueycolorlines.cpp        |   18 ++++++-
 src/qtbxycolorlines.cpp              |   21 +++++++-
 src/qtbxycolorplot.cpp               |   10 +++-
 src/qtbxynameplot.cpp                |    9 +++-
 src/qtbxynameplot.h                  |    5 ++-
 src/qtbxyplot.cpp                    |   16 +++++-
 src/qtbxyplot.h                      |    3 +-
 src/qtbxyvaluelines.cpp              |   16 +++++-
 src/qtbxyvaluelines.h                |    3 +-
 src/qtbxyvalueplot.cpp               |   16 +++++-
 src/qtbxyvalueplot.h                 |    3 +-
 src/scifigs.cpp                      |    6 ++-
 100 files changed, 1123 insertions(+), 107 deletions(-)

commit 7091f2a01d30ef8a4dcc2ac58ec20448c5ac8f79
Author: marc <marc>
Date:   Sat Dec 15 19:52:12 2007 +0000

    Bug fixed for QtbXYValuePlot: uninitialized paletteTab
    QtbXYValueLines: new function to get the palette and to set values from a dynamic QVector<double>
    QtbXYColorLines: new function to set points from dynamic QVectors

 src/qtbxycolorlines.cpp |   31 ++++++++++++++++++++++++++++++-
 src/qtbxycolorlines.h   |    4 +++-
 src/qtbxyvaluelines.cpp |   36 +++++++++++++++++++++++++++++++++---
 src/qtbxyvaluelines.h   |    6 ++++--
 src/qtbxyvalueplot.cpp  |    4 +++-
 5 files changed, 73 insertions(+), 8 deletions(-)

commit bfe19ca71945365d6905203ba3186f37a2c9e664
Author: marc <marc>
Date:   Tue Dec 11 17:52:14 2007 +0000

    Not significative changes

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

commit 8274d08a931d6020be4f1fa0fc17b5c1aa06ab05
Author: marc <marc>
Date:   Thu Dec 6 13:47:35 2007 +0000

    Version 1.8.1

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

commit 45c472d10d83fc6f238fb2f2eb3ad7172d8e14a0
Author: marc <marc>
Date:   Thu Dec 6 13:32:42 2007 +0000

    Copy/Paste/Cut fully implemented for sheets and objects (even for objects
    with binary data)

 admin/info               |    2 +-
 src/qtbgraphicobject.cpp |    9 ++++++---
 src/qtbgraphicsheet.cpp  |   19 +++++++++++++------
 src/qtbxmlscifigs.cpp    |   30 +++++++++++++++++++++++++++++-
 src/qtbxmlscifigs.h      |    4 +++-
 5 files changed, 52 insertions(+), 12 deletions(-)

commit 1a6ef9efbe75e2d7b0223652e8b5e36f8a5a0aff
Author: marc <marc>
Date:   Wed Dec 5 19:39:49 2007 +0000

    If picked curve is removed while picking... crash fixed

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

commit 9dd014dfb6a64fcc3dc498cf67a954eb04cf58ae
Author: marc <marc>
Date:   Fri Nov 30 15:15:00 2007 +0000

    Version 1.8.0

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

commit f89a0e72d2069069e7b13c13e8218e4d68f4a86f
Author: marc <marc>
Date:   Fri Nov 30 14:12:11 2007 +0000

    Not significative changes

 src/qtbgraphcontent.cpp     |   14 ++--
 src/qtbgraphicobject.cpp    |   21 +++--
 src/qtbgraphicsheet.cpp     |   54 ++++++++----
 src/qtbgraphicsheet.h       |    3 +-
 src/qtbgraphicsheetmenu.cpp |   12 +++-
 src/qtbgraphicsheetmenu.h   |    4 +-
 src/qtblivegridlayer.cpp    |    7 +--
 src/qtbmakeupfilter.cpp     |  120 ++++++++++++++++++++++++++
 src/qtbmakeupfilter.h       |   42 +++++++++
 src/qtbmakeupfilter.ui      |  200 +++++++++++++++++++++++++++++++++++++++++++
 src/qtbpaletteinterpole.cpp |   13 +++-
 src/qtbpaletteinterpole.h   |    5 +-
 src/qtbpaletteinterpole.ui  |   78 ++++++++++-------
 src/qtbxmlscifigs.cpp       |   15 ++-
 14 files changed, 510 insertions(+), 78 deletions(-)

commit d15abd88c3841e805a095473b8481fb779fdc41b
Author: marc <marc>
Date:   Tue Nov 20 17:17:30 2007 +0000

    Version 1.7.2

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

commit 82bfc8313cab8bdb20d5e9daf48410ddba339c3b
Author: marc <marc>
Date:   Tue Nov 20 17:09:51 2007 +0000

    Not significative changes

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

commit 5d3398c756e4494fbc21aa33be896b11f883faaa
Author: marc <marc>
Date:   Mon Nov 19 23:20:34 2007 +0000

    Version 1.7.1

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

commit 9d7f0ff4f3c5f885b6eee62df74f4023e71219e3
Author: marc <marc>
Date:   Mon Nov 19 23:20:21 2007 +0000

    Version 1.7.0

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

commit ba840d9da988857e5b254b698f671e5f297b4c2d
Author: marc <marc>
Date:   Mon Nov 19 21:46:38 2007 +0000

    Coordinate tip can now display more information than just the X, Y: for instance for grid plot, the
    amplitude is also shown

 src/qtbcoordtip.cpp            |   16 ++--------------
 src/qtbgraphcontent.cpp        |   39 ++++++++++++++++++++++++++++++++++++++-
 src/qtbgraphcontent.h          |    3 ++-
 src/qtbgraphcontentlayer.h     |    3 ++-
 src/qtbirregulargrid2dplot.cpp |    9 ++++++++-
 src/qtbirregulargrid2dplot.h   |    3 ++-
 6 files changed, 54 insertions(+), 19 deletions(-)

commit dc0fdb423f6db8f01aaec9290e3b128da498412b
Author: marc <marc>
Date:   Fri Nov 16 16:26:53 2007 +0000

    Copy and copy image for sheets and objects

 src/qtbgraphicobject.cpp |   40 +++++++++----
 src/qtbgraphicobject.h   |    4 +-
 src/qtbgraphicsheet.cpp  |  147 ++++++++++++++++++++++++++--------------------
 src/qtbgraphicsheet.h    |    6 +-
 4 files changed, 119 insertions(+), 78 deletions(-)

commit 94c6f0e71d38e292ffb372483d7a5cbaa0ec64a8
Author: marc <marc>
Date:   Wed Nov 14 00:46:44 2007 +0000

    Version 1.7.0

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

commit 37647af9c09b7f6c2cd31aa3f6a6bf92f904c914
Author: marc <marc>
Date:   Wed Nov 14 00:35:12 2007 +0000

    Not significative changes

 src/qtbirregulargrid2dplot.cpp |    4 +-
 src/qtblivegridlayer.cpp       |   43 ++++++++++++++++++++++++++++++---------
 2 files changed, 35 insertions(+), 12 deletions(-)

commit eda24b5b3fa4f851a06dadc53a1fce4520186092
Author: marc <marc>
Date:   Tue Nov 13 23:17:41 2007 +0000

    Live grid layer implemented

 src/qtbgraphcontent.cpp        |    8 +--
 src/qtbgraphcontent.h          |    3 +-
 src/qtbirregulargrid2dplot.cpp |    5 +-
 src/qtbirregulargrid2dplot.h   |    5 +-
 src/qtblivegridlayer.cpp       |  214 +++++++++++++++++++++++++++++++--------
 src/qtblivegridlayer.h         |   28 +++---
 6 files changed, 193 insertions(+), 70 deletions(-)

commit 5285d36618d6a684de6f4731fae56f6b9fab591a
Author: marc <marc>
Date:   Mon Nov 12 23:59:49 2007 +0000

    Bug fixed for line weight in QtbXYColorLines
    New interface function for QtbNamePoint (useful for loading points with name from ascii files)

 src/qtbdynnameline.cpp      |   26 +++++++++++++++++++++++++-
 src/qtbdynnameline.h        |    5 ++++-
 src/qtbxuniqueycolorlines.h |    4 ++--
 src/qtbxycolorlines.h       |    4 ++--
 4 files changed, 33 insertions(+), 6 deletions(-)

commit 30fffd61f14a826c93c0496bc6633751fc5e80f7
Author: marc <marc>
Date:   Mon Nov 5 17:37:46 2007 +0000

    Version 1.6.0

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

commit e3f9f1e89f2d5d2dd0788f00f9ed1da7f7457326
Author: marc <marc>
Date:   Mon Nov 5 16:48:27 2007 +0000

    Fix refresh problems in Windows

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

commit 6196503e6d596a37b0c2ee9e5494ca91b16f5a33
Author: marc <marc>
Date:   Mon Nov 5 13:48:09 2007 +0000

    Visible flag replaced by opacity value for layers (added as property)
    Opacity flag of 0 means invisible. Invisible layer are now saved. Removing
    a layer shluld be implemented as soon as possible (linked to a mechanism
    to forbit such a supression when layer is referenced in the processing).

 src/qtbgraphcontent.cpp           |   73 ++++++----
 src/qtbgraphcontent.h             |    3 +-
 src/qtbgraphcontentlayer.cpp      |   11 ++-
 src/qtbgraphcontentlayer.h        |   14 +-
 src/qtbgraphcontentproperties.cpp |  263 ++++++++++++++++++++++++++++---------
 src/qtbgraphcontentproperties.h   |   64 ++++++++-
 src/qtbgraphcontentproperties.ui  |    9 +-
 7 files changed, 321 insertions(+), 116 deletions(-)

commit ebd2b44b2ac7265569a657dbe5b9795a9b9b414e
Author: marc <marc>
Date:   Wed Oct 31 22:32:43 2007 +0000

    Not significative changes

 src/qtbdynlinedelegate.cpp      |    4 +++-
 src/qtbdynlineeditor.cpp        |    5 ++++-
 src/qtbtabdynlineproperties.cpp |    4 +++-
 src/qtbtabdynlineproperties.h   |    3 ++-
 4 files changed, 12 insertions(+), 4 deletions(-)

commit 7f4a1c53843c019bca5fcc1d5f38b0dc7d966419
Author: marc <marc>
Date:   Wed Oct 31 17:20:40 2007 +0000

    New functions printRight and printBottom

 src/qtbgraphicobject.cpp  |   36 +++++++++++++++++++++++++++++++++++-
 src/qtbgraphicobject.h    |    4 +++-
 src/qtbgraphicsheet.cpp   |   18 +++++++++++++++++-
 src/qtbgraphicsheet.h     |    3 ++-
 src/qtbgraphicsheetmenu.h |    6 +++---
 5 files changed, 60 insertions(+), 7 deletions(-)

commit d576750174d37642af6c91c9a44cdf1baf42cd53
Author: marc <marc>
Date:   Tue Oct 30 17:57:21 2007 +0000

    Grid max follower debugged for Y axis

 src/qtbdynlinedelegate.cpp      |    7 +++----
 src/qtbgridmaxfollower.cpp      |   28 ++++++++++++++++++----------
 src/qtbgridmaxfollower.h        |    3 ++-
 src/qtbtabdynlineproperties.cpp |    7 ++++++-
 src/qtbtabdynlineproperties.h   |    5 +++--
 5 files changed, 32 insertions(+), 18 deletions(-)

commit a63b13c74b116d1a255bde2045c5ea75631a7f5b
Author: marc <marc>
Date:   Tue Oct 30 16:38:29 2007 +0000

    New property editor for QtbAbstractDynLayer
    Bug around mm for line weight in QtbXYColorLines fixed
    New layer type to adjust curves on grids (still under debug)

 src/qtbabstractdynlinelayer.cpp      |   25 ++++-
 src/qtbabstractdynlinelayer.h        |    8 +-
 src/qtbdynlinedelegate.cpp           |   82 +++++++++++
 src/qtbdynlinedelegate.h             |   31 ++++
 src/qtbdynlineitem.cpp               |  139 +++++++++++++++++++
 src/qtbdynlineitem.h                 |   39 ++++++
 src/qtbgraphcontentproperties.ui     |  136 +++++++++++++------
 src/qtbgridmaxfollower.cpp           |   62 +++++++++
 src/qtbgridmaxfollower.h             |   34 +++++
 src/qtblegendtable.cpp               |    4 +-
 src/qtbtabdynlineproperties.cpp      |  249 ++++++++++++++++++++++++++++++++++
 src/qtbtabdynlineproperties.h        |   50 +++++++
 src/qtbtabdynlineproperties.ui       |  103 ++++++++++++++
 src/qtbtabxycolorlinesproperties.cpp |    6 +-
 src/qtbtabxycolorlinesproperties.ui  |   26 ++--
 src/qtbtabxynameplotproperties.ui    |   26 ++--
 src/qtbtabxyplotproperties.ui        |   26 ++--
 src/qtbxuniqueycolorlines.cpp        |    3 +-
 src/qtbxuniqueycolorlines.h          |    7 +-
 src/qtbxycolorlines.cpp              |    3 +-
 src/qtbxycolorlines.h                |    5 +-
 src/qtbxynameplot.cpp                |    3 +-
 src/qtbxyplot.cpp                    |    3 +-
 23 files changed, 976 insertions(+), 94 deletions(-)

commit edbef7d070ab7690bb181d93bf36f19154f051c7
Author: marc <marc>
Date:   Mon Oct 29 19:47:33 2007 +0000

    New layer to estimate slopes

 src/qtbdynline2dlayer.cpp |   12 ++++-
 src/qtbdynline2dlayer.h   |    5 +-
 src/qtbslopeestimator.cpp |  135 +++++++++++++++++++++++++++++++++++++++++++++
 src/qtbslopeestimator.h   |   46 +++++++++++++++
 4 files changed, 196 insertions(+), 2 deletions(-)

commit c06397e77cefb0c164846f0794aed296a048fa3c
Author: marc <marc>
Date:   Fri Oct 26 17:32:22 2007 +0000

    New function to switch tacking actions manually (without user check)

 src/qtbabstractdynlinelayer.cpp |   64 ++++++++++++++++++++-------------------
 src/qtbabstractdynlinelayer.h   |    4 +-
 src/qtbgraphcontentlayer.cpp    |   42 ++++++++++++++++++-------
 src/qtbgraphcontentlayer.h      |    5 ++-
 4 files changed, 68 insertions(+), 47 deletions(-)

commit 6c920518569e4572da2eeb94e183e3c5d7bb484a
Author: marc <marc>
Date:   Thu Oct 25 17:31:18 2007 +0000

    New feature to edit dyn curves (long time this was expected!)
    Timing for switching between pixmap resize or full redraw corrected

 src/qtbabstractdynlinelayer.cpp |   71 +++++++++++++--
 src/qtbabstractdynlinelayer.h   |   14 +++-
 src/qtbdynlineeditor.cpp        |  181 +++++++++++++++++++++++++++++++++++++++
 src/qtbdynlineeditor.h          |   47 ++++++++++
 src/qtbgraphcontent.cpp         |   14 ++-
 src/qtbgraphcontentlayer.h      |    4 +-
 src/qtbxynameplot.cpp           |    6 +-
 src/qtbxynameplot.h             |    4 +-
 src/scifigs.cpp                 |    5 +-
 9 files changed, 321 insertions(+), 25 deletions(-)

commit 642fa805ead8f96a1b0d7647d3c9d6a36987cfc3
Author: marc <marc>
Date:   Wed Oct 24 20:56:36 2007 +0000

    Not significative changes

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

commit 3cb08424135e2e9cfc2d6cd5ec1c8f6506a78b8a
Author: marc <marc>
Date:   Wed Oct 24 19:17:58 2007 +0000

    Version 1.5.0

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

commit 9a38efccbd7e02eaa3892e063be43f47aab7c0e9
Author: marc <marc>
Date:   Mon Oct 22 13:09:03 2007 +0000

    New option to copy directly the image of an object to the clipboard, easier transfer to a word processor.

 src/qtbaxiswindow.cpp    |    6 ++-
 src/qtbgraphicobject.cpp |   75 +++++++++++++++++++++++++++++----------------
 src/qtbgraphicobject.h   |    4 ++-
 3 files changed, 55 insertions(+), 30 deletions(-)

commit b330f648e740164fb78afb9ab266fa1590e8af64
Author: marc <marc>
Date:   Thu Oct 18 16:41:49 2007 +0000

    Version 1.4.0

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

commit 5f3a48651a466d1bb24488ba85cf3b4e72629fd7
Author: marc <marc>
Date:   Fri Oct 12 09:15:22 2007 +0000

    Not significative changes

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

commit 8ecf81a541b27ddc05df24f0a96b0d10d332fe14
Author: marc <marc>
Date:   Fri Oct 5 09:15:41 2007 +0000

    Not significative changes

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

commit b46a0e8726837a7321d261e0acaab4badd887b5e
Author: marc <marc>
Date:   Fri Oct 5 07:18:02 2007 +0000

    Not significative changes

 src/qtbpaletteeditor.cpp |   50 ++++++++++++++++++++++++++++++++-------------
 src/qtbpalettetable.cpp  |   30 +++++++++++++++++----------
 src/qtbpalettetable.h    |    5 +--
 3 files changed, 56 insertions(+), 29 deletions(-)

commit 2f2ffed1d8a67e2a0495a00217b7f4c1b7c9b931
Author: marc <marc>
Date:   Thu Oct 4 16:42:32 2007 +0000

    Bug fixed for strange image for smooth grids
    Bug fixed when null grids are displayed

 src/qtbirregulargrid2dplot.cpp |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

commit 52295ff81bd627479df2a6fb60d1dda5f8380119
Author: marc <marc>
Date:   Thu Oct 4 14:41:33 2007 +0000

    Recover after errors generated by the server renewal

 src/qtbcolorbutton.cpp         |   31 --------------
 src/qtbcolorbutton.h           |   35 ----------------
 src/qtbcolorpalettewidget.h    |    4 +-
 src/qtbirregulargrid2dplot.cpp |    3 +-
 src/qtbirregulargrid2dplot.h   |    4 +-
 src/qtbpaletteinterpole.cpp    |   69 +++++++++++++++++++++++++++++++
 src/qtbpaletteinterpole.h      |   33 +++++++++++++++
 src/qtbpaletteinterpole.ui     |   87 ++++++++++++++++++++++++++++++++++++++++
 src/scifigsversion.h           |    2 +-
 9 files changed, 196 insertions(+), 72 deletions(-)

commit 45da728c0a1aa0a87c83c030541c3b7b712f7524
Author: marc <marc>
Date:   Tue Sep 18 13:51:40 2007 +0000

    Version 1.3.0

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

commit bad06612862e36e1c452445a2dc57e1aea7dde5e
Author: marc <marc>
Date:   Mon Sep 17 19:37:10 2007 +0000

    Not significative changes

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

commit 2deabd1ff3f60788d2468f0b0d445695266c8db4
Author: marc <marc>
Date:   Thu Sep 13 12:47:41 2007 +0000

    Current page file stored as absolute path (was not the case if file opened from
    command line.

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

commit b0a631d9c0e6c80f7dc41925d15d49568d492df9
Author: marc <marc>
Date:   Tue Sep 11 18:24:27 2007 +0000

    Avoid crash if the layer contains no curves (pointCount to null) (crash in Dinver)

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

commit 473e69fb01401da311422c1cc9aa7321a370c53c
Author: marc <marc>
Date:   Mon Sep 10 13:43:08 2007 +0000

    Not significative changes

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

commit f2cd2c2fe5ecf94bc38b737f907f1549a6285214
Author: marc <marc>
Date:   Mon Sep 10 13:38:56 2007 +0000

    Translation files updated

 lang/scifigs.de.ts |  161 ++++++++++++++++++++++++++++------------------------
 lang/scifigs.es.ts |  161 ++++++++++++++++++++++++++++------------------------
 lang/scifigs.fr.ts |  161 ++++++++++++++++++++++++++++------------------------
 lang/scifigs.it.ts |  161 ++++++++++++++++++++++++++++------------------------
 4 files changed, 348 insertions(+), 296 deletions(-)

commit df25af108c8366f8f4cfd285778c05212857a35c
Author: marc <marc>
Date:   Thu Aug 30 17:19:07 2007 +0000

    Remove Ctrl+P shortcut for preferences in graphicSheet
    Plugin loader automatically initialize itself if uncompatible plugins (build keys) are found in the current list of plugins.

 src/qtbgraphicsheet.cpp       |    3 +--
 src/qtbscifigsplugin.cpp      |   39 +++++++++++++++++++++++++++++++++++----
 src/qtbscifigsplugin.h        |    7 +++++--
 src/qtbscifigspreferences.cpp |   12 +++++++++---
 src/scifigs.cpp               |   33 ++++++++++++++++-----------------
 src/scifigsversion.h          |    2 +-
 6 files changed, 67 insertions(+), 29 deletions(-)

commit cc0595ea2972686cd7f7a6cf5f9fd044d914ba58
Author: marc <marc>
Date:   Fri Aug 24 12:16:03 2007 +0000

    Version 1.2.0

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

commit 52956a349ced959f9c13ef58815005c6c091b3fe
Author: marc <marc>
Date:   Fri Aug 24 10:31:15 2007 +0000

    New function QtbGraphContent to compute graph rectangle intersections with a known X axis (usefull for QtbXUniqueYColorLines
    New layer class: QtbXUniqueYColorLines for printing curve with common X scales
    QtbXYColorLines back to classical form without the _uniquePointCount option.

 src/qtbgraphcontent.cpp              |  213 ++++++++++++++++-------
 src/qtbgraphcontent.h                |   51 +-----
 src/qtbgraphicobject.cpp             |   10 +-
 src/qtbgraphicsheetmenu.cpp          |    6 +-
 src/qtbtabxycolorlinesproperties.cpp |   20 ++-
 src/qtbtabxycolorlinesproperties.h   |    8 +-
 src/qtbxuniqueycolorlines.cpp        |  308 ++++++++++++++++++++++++++++++++++
 src/qtbxuniqueycolorlines.h          |   71 ++++++++
 src/qtbxycolorlines.cpp              |   59 ++-----
 src/qtbxycolorlines.h                |    3 +-
 src/scifigsversion.h                 |    2 +-
 11 files changed, 578 insertions(+), 173 deletions(-)

commit b7ebd0a22da34bc81397bec1cc363e5165871400
Author: marc <marc>
Date:   Wed Aug 22 09:35:21 2007 +0000

    QtbXYColorLines can works now without building the list of point count for each curve. In this case a unique number of points per curve is given.

 admin/info               |    2 +-
 src/qtbparallelbands.cpp |    3 +-
 src/qtbxycolorlines.cpp  |  116 +++++++++++++++++-----------------------------
 src/qtbxycolorlines.h    |    4 +-
 src/scifigsversion.h     |    6 +-
 5 files changed, 50 insertions(+), 81 deletions(-)

commit 83cfb6aee9ce6893263fdc59f125a8d5bffd1eeb
Author: marc <marc>
Date:   Fri Aug 10 13:14:32 2007 +0000

    Version 1.1.0-snapshot-20070810

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

commit 7ca699c78ab169c834583be60b5d9b5d4c1ce3d3
Author: marc <marc>
Date:   Fri Aug 3 19:39:44 2007 +0000

    Version 1.1.0-snapshot-20070803

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

commit f87848be64d12fef59ac3b869c5cc0ef4c356cef
Author: marc <marc>
Date:   Fri Aug 3 19:28:31 2007 +0000

    Not significative changes

 src/qtbgraphicsheetmenu.cpp |    6 ++----
 src/scifigsversion.h        |    2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

commit 44c32cdd25b345401acea38868c80504317d369d
Author: marc <marc>
Date:   Wed Aug 1 15:58:30 2007 +0000

    Version 1.1.0-snapshot-20070801

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

commit 661a6da70fecd9897b3169f7b109322407a289f1
Author: marc <marc>
Date:   Wed Aug 1 15:45:07 2007 +0000

    Not significative changes

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

commit 6fc7532c1b20f68ba18f33c2881f9f4d3e66390b
Author: marc <marc>
Date:   Tue Jul 31 17:27:42 2007 +0000

    Bug fixed for Mac and multi menu bars

 admin/info                  |    2 +-
 src/qtbgraphicsheetmenu.cpp |   17 ++++++++++++++++-
 src/qtbgraphicsheetmenu.h   |    6 ++++--
 src/scifigsversion.h        |    4 ++--
 4 files changed, 23 insertions(+), 6 deletions(-)

commit 8b52f72c1fe2d74dda184aa8bf1c3b917b0ca31c
Author: marc <marc>
Date:   Mon Jul 23 12:53:51 2007 +0000

    Version 1.1.0-snapshot-20070723a

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

commit b8fddfcb07c53a5ad6665bde6d0043c1bc5f704a
Author: marc <marc>
Date:   Mon Jul 23 10:17:33 2007 +0000

    Version 1.1.0-snapshot-20070723

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

commit 97ee7722959b8f01384d0b31335ccfbc9e15dbc2
Author: marc <marc>
Date:   Sun Jul 22 10:16:07 2007 +0000

    Version 1.1.0-snapshot-20070722

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

commit 7c42f8f206a23a73e948c59fdfd4ea178f9d6c3f
Author: marc <marc>
Date:   Thu Jul 19 12:44:51 2007 +0000

    Bug fixed for inversed scales and set min/max from content in axis dialog box
    New function set palette in grid plots

 src/qtbaxisproperties.cpp      |   14 +++++++++++---
 src/qtbgridplot.cpp            |    9 ++++++++-
 src/qtbgridplot.h              |    6 ++++--
 src/qtbgridviewer.cpp          |   14 +++++++-------
 src/qtbirregulargrid2dplot.cpp |   14 +++++++-------
 src/qtbpolargridplot.cpp       |   11 +++++------
 src/scifigsversion.h           |    2 +-
 7 files changed, 43 insertions(+), 27 deletions(-)

commit 07f04a7d4a70c6a4ce05d697d7c7921f9b8a1def
Author: marc <marc>
Date:   Wed Jul 18 09:17:01 2007 +0000

    Version 1.1.0-snapshot-20070718

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

commit 1862679bfda92d71a72c0ac75f8a6af8e00a9dc9
Author: marc <marc>
Date:   Tue Jul 17 16:29:48 2007 +0000

    Version 1.1.0-snapshot-20070717

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

commit 75853d1ff774e4b1155bdb59e76801261bbe6094
Author: marc <marc>
Date:   Tue Jul 17 01:56:22 2007 +0000

    Version 1.1.0-snapshot-20070717

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

commit 69627198d52987d240e6aab422e318621b2e3ec0
Author: marc <marc>
Date:   Tue Jul 17 01:44:34 2007 +0000

    id forwarded by QtbXYColorLines::trackRectangle
    buildkey implemented for scifigs plugins

 src/qtbscifigsplugin.cpp |   20 +++++++++++++++++---
 src/qtbscifigsplugin.h   |    5 ++++-
 src/qtbxycolorlines.cpp  |   10 ++++++----
 src/qtbxycolorlines.h    |    5 ++---
 src/scifigsversion.h     |    2 +-
 5 files changed, 30 insertions(+), 12 deletions(-)

commit 75a26806c9d9abaad1a269b62a47033bde3004e2
Author: marc <marc>
Date:   Fri Jul 13 17:53:18 2007 +0000

    Version 1.1.0-snapshot-20070713

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

commit 8f1537bfc05e31873dc67150ff0bd07224deecd1
Author: marc <marc>
Date:   Fri Jul 13 17:34:11 2007 +0000

    Bug fixed for names in QtbXYNamePlot
    Image widget used pathTranslator
    Bug fixed for fonts in QtbXYNamePlot
    Bug fixed for Text with custom anchors: moded if auto size is changed

 src/qtbdynnameline.cpp             |    5 ++-
 src/qtbimagewidget.cpp             |   45 ++++++++++++++++++++----------------
 src/qtbtabxynameplotproperties.cpp |   14 +++++++----
 src/qtbtabxynameplotproperties.h   |    4 +--
 src/qtbtextedit.cpp                |    3 +-
 src/qtbxynameplot.cpp              |    4 +-
 src/scifigsversion.h               |    2 +-
 7 files changed, 43 insertions(+), 34 deletions(-)

commit f581ff8a1d474bf8f24eadd90cd11e0261c36b76
Author: marc <marc>
Date:   Tue Jul 10 16:28:16 2007 +0000

    Bug fix for QtbXYNamePlot: names were not always available due to error in copy constructor
    Avoid warning or error in QtbXYValuePlot: check size of values (like x and y in QtbXYPlot)

 src/qtbdynnameline.h   |    4 ++--
 src/qtbxyvalueplot.cpp |    3 ++-
 src/scifigsversion.h   |    2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

commit 198e7e2a1757e73e591606eb97cba749ba2760a1
Author: marc <marc>
Date:   Fri Jul 6 15:00:50 2007 +0000

    *** empty log message ***

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

commit b5cdea3f7947f7e23b3a8c36a982717df892a45c
Author: marc <marc>
Date:   Fri Jul 6 14:56:47 2007 +0000

    Translation files updated

 lang/scifigs.de.ts | 4512 ++++++++++++++++++++++++++--------------------------
 lang/scifigs.es.ts | 4512 ++++++++++++++++++++++++++--------------------------
 lang/scifigs.fr.ts | 4548 ++++++++++++++++++++++++++--------------------------
 lang/scifigs.it.ts | 4512 ++++++++++++++++++++++++++--------------------------
 4 files changed, 9042 insertions(+), 9042 deletions(-)

commit 21e8b3a3146ab11cf489cbe8ade28fbe5e368911
Author: marc <marc>
Date:   Thu Jul 5 16:32:18 2007 +0000

    Version 1.1.0-snapshot-20070705

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

commit 02799cddeaba9222c6a0d4e46089c085ffcb836d
Author: marc <marc>
Date:   Thu Jul 5 16:22:14 2007 +0000

    *** empty log message ***

 lang/scifigs.de.ts |   22 +++++++++++-----------
 lang/scifigs.es.ts |   22 +++++++++++-----------
 lang/scifigs.fr.ts |   22 +++++++++++-----------
 lang/scifigs.it.ts |   22 +++++++++++-----------
 4 files changed, 44 insertions(+), 44 deletions(-)

commit 6bfcf1b2e4408c2fb52d083231ff1bcce1d24400
Author: marc <marc>
Date:   Thu Jul 5 13:55:48 2007 +0000

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

 src/qtbaxis.cpp               |    4 ++--
 src/qtbaxis.h                 |    3 ++-
 src/qtbaxiswindow.cpp         |    6 +++---
 src/qtbcolorpalettewidget.cpp |    6 +++---
 src/qtbgraphcontent.cpp       |    8 ++++----
 src/qtbgraphicobject.cpp      |    6 +++---
 src/qtbgraphicobject.h        |    3 ++-
 src/qtbgridplot.cpp           |    4 ++--
 src/qtbimagelayer.cpp         |    4 ++--
 src/qtblegendeditor.cpp       |    6 ++++--
 src/qtblegendwidget.cpp       |    6 +++---
 src/qtblivegridlayer.cpp      |    4 ++--
 src/qtbpaletteeditor.cpp      |    5 +++--
 src/qtbtextedit.cpp           |    4 ++--
 src/qtbxycolorlines.cpp       |    4 ++--
 src/qtbxynameplot.cpp         |    4 ++--
 src/qtbxyplot.cpp             |    4 ++--
 src/qtbxyvaluelines.cpp       |    4 ++--
 src/qtbxyvalueplot.cpp        |    4 ++--
 src/scifigs.cpp               |    9 +++++----
 20 files changed, 52 insertions(+), 46 deletions(-)

commit 8cb17b907e3f0834b21f8fd4aad09329e5a06ad9
Author: marc <marc>
Date:   Thu Jul 5 09:40:59 2007 +0000

    *** empty log message ***

 lang/scifigs.de.ts             | 4484 ++++++++++++++++++++--------------------
 lang/scifigs.es.ts             | 4484 ++++++++++++++++++++--------------------
 lang/scifigs.fr.ts             | 4520 ++++++++++++++++++++--------------------
 lang/scifigs.it.ts             | 4484 ++++++++++++++++++++--------------------
 src/qtbirregulargrid2dplot.cpp |    3 +-
 src/scifigsversion.h           |    2 +-
 6 files changed, 9045 insertions(+), 8932 deletions(-)

commit 60d1660189b940f66ca0ab5dde03c735957f7b2f
Author: marc <marc>
Date:   Tue Jul 3 18:22:27 2007 +0000

    Rescale of map debugged (visible in ptmotion and build_array)
    Export of grid values for QtbIrregularGrid2DPlot

 src/qtbaxis.cpp                 |    4 +-
 src/qtbaxiswindow.cpp           |   57 +++++++++++++-----------
 src/qtbgraphcontent.cpp         |   17 +++++++-
 src/qtbgraphcontent.h           |    3 +-
 src/qtbgraphcontentlayer.cpp    |    4 +-
 src/qtbirregulargrid2dplot.cpp  |   34 ++++++++++++++-
 src/qtbirregulargrid2dplot.h    |    5 ++-
 src/qtblegendtable.cpp          |    9 ++--
 src/qtblegendtable.h            |   10 ++--
 src/qtbtabgrideditproperties.ui |   89 ++++++++++++++++++++++++---------------
 src/scifigsversion.h            |    2 +-
 11 files changed, 156 insertions(+), 78 deletions(-)

commit a7d2ca94a14e91720599bac6521082ca9cf84556
Author: marc <marc>
Date:   Thu Jun 28 10:53:23 2007 +0000

    Version 1.1.0-snapshot-20070628

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

commit 4711d4ae364fe9bded7ac557ada71b3932ecd8e6
Author: marc <marc>
Date:   Thu Jun 28 10:39:42 2007 +0000

    boundaryRect() now a pure virtual function of layers.
    This helps introducing automatic fit of axis limits for users (suggestion by Pierre Gouedard)

 src/images/autolimits.png       |  Bin 0 -> 1129 bytes
 src/qtbabstractdynlinelayer.cpp |   15 ++-
 src/qtbabstractdynlinelayer.h   |    4 +-
 src/qtbaxis.cpp                 |    9 +-
 src/qtbaxis.h                   |    6 +-
 src/qtbaxisproperties.cpp       |   29 +++-
 src/qtbaxisproperties.h         |    5 +-
 src/qtbaxisproperties.ui        |  369 ++++++++++++++++++++++++++++++---------
 src/qtbcircleviewer.cpp         |   15 ++-
 src/qtbcircleviewer.h           |    4 +-
 src/qtbgraphcontent.cpp         |   23 ++-
 src/qtbgraphcontent.h           |    3 +-
 src/qtbgraphcontentlayer.cpp    |    9 +-
 src/qtbgraphcontentlayer.h      |    4 +-
 src/qtbgridviewer.cpp           |   10 +-
 src/qtbgridviewer.h             |    3 +-
 src/qtbimagelayer.cpp           |    9 +-
 src/qtbimagelayer.h             |    3 +-
 src/qtbirregulargrid2dplot.h    |    4 +-
 src/qtbparallelbands.cpp        |   27 +++-
 src/qtbparallelbands.h          |    3 +-
 src/scifigsversion.h            |    2 +-
 22 files changed, 436 insertions(+), 120 deletions(-)

commit a2e8e45b5786ac3e84b88cf6536f633068826d1a
Author: marc <marc>
Date:   Thu Jun 28 10:38:11 2007 +0000

    *** empty log message ***

 lang/scifigs.de.ts |  184 ++++++++++++++++++++++++++++++----------------------
 lang/scifigs.es.ts |  184 ++++++++++++++++++++++++++++++----------------------
 lang/scifigs.fr.ts |  184 ++++++++++++++++++++++++++++++----------------------
 lang/scifigs.it.ts |  184 ++++++++++++++++++++++++++++++----------------------
 4 files changed, 428 insertions(+), 308 deletions(-)

commit 31c19aa66e6c847b5377e5db399aa2f7756a5043
Author: marc <marc>
Date:   Tue Jun 26 12:20:01 2007 +0000

    Version 1.1.0-snapshot-20070626

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

commit 389f70c27eaaf4670822a9db8160f15ffbdda115
Author: marc <marc>
Date:   Fri Jun 22 17:34:51 2007 +0000

    Version 1.1.0-snapshot-20070622

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

commit 8a2eb007385579945b93a7b5846a2a5e48b90d47
Author: marc <marc>
Date:   Fri Jun 22 13:06:09 2007 +0000

    Bug fixed for string labels (affected export and import of signal layers)

 src/qtbaxis.cpp      |    8 ++++----
 src/scifigsversion.h |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 1830fccf1513b399718d7f07327f53a6f8df735d
Author: marc <marc>
Date:   Fri Jun 15 17:31:25 2007 +0000

    Version 1.1.0-snapshot-20070615

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

commit 35ce2e8eb2709688e99a327537b651fb4f89a1e2
Author: marc <marc>
Date:   Fri Jun 15 17:12:09 2007 +0000

    Bug fixed in QtbXYColorLines and QtbXYValueLines (bad comparison of XML version)
    Boundary rectangle in QtbAbstractDynLineLayer does not include invalid point

 src/qtbabstractdynlinelayer.cpp |   11 +++++++----
 src/qtbxycolorlines.cpp         |    4 ++--
 src/qtbxyvaluelines.cpp         |   24 +++++++++++++++++-------
 src/scifigsversion.h            |    2 +-
 4 files changed, 27 insertions(+), 14 deletions(-)

commit 4b3db4f83abede816925890c1e5c379c394c42c5
Author: marc <marc>
Date:   Fri Jun 15 17:10:42 2007 +0000

    *** empty log message ***

 lang/scifigs.de.ts |  146 ++++++++++++++++++++++++++--------------------------
 lang/scifigs.es.ts |  146 ++++++++++++++++++++++++++--------------------------
 lang/scifigs.fr.ts |  146 ++++++++++++++++++++++++++--------------------------
 lang/scifigs.it.ts |  146 ++++++++++++++++++++++++++--------------------------
 4 files changed, 292 insertions(+), 292 deletions(-)

commit 92f5e923ca6f20b1f50cc1234dd63087b1de094b
Author: marc <marc>
Date:   Tue Jun 12 16:37:25 2007 +0000

    Version 1.1.0-snapshot-20070612

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

commit 50796eaece415ae65247ddbb0b9a892334be65d8
Author: marc <marc>
Date:   Tue Jun 12 15:54:44 2007 +0000

    Bug around selection mark in Qt 4.3 ... not solved: thinking of moving to a QGraphicView architecture

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

commit 44d30628c1ec31a2ab4bbfc3525b9db660f68f6a
Author: marc <marc>
Date:   Tue Jun 12 11:56:49 2007 +0000

    New operator= for QtbScale

 src/qtbscale.cpp     |   14 +++++++++++++-
 src/qtbscale.h       |    4 +++-
 src/scifigsversion.h |    2 +-
 3 files changed, 17 insertions(+), 3 deletions(-)

commit 706035e4afcb8298b3f8e59ac88f9eeeffe6f83b
Author: marc <marc>
Date:   Tue Jun 5 08:43:14 2007 +0000

    Version 1.1.0-snapshot-20070605

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

commit ef6b68c7e583264c434ebc01c0db279366716e30
Author: marc <marc>
Date:   Sun Jun 3 18:27:39 2007 +0000

    Version 1.1.0-snapshot-20070603

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

commit 059d49b1cbc0491e109c6a898cc4481fdc77a09a
Author: marc <marc>
Date:   Sun Jun 3 18:19:40 2007 +0000

    *** empty log message ***

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

commit 8239e03ca7f4379e67d0dacf1a1fdc10a2131b5c
Author: marc <marc>
Date:   Thu May 31 14:51:54 2007 +0000

    Version 1.1.0-snapshot-20070531

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

commit e9dc645c11f163768b347b6acebd3e89c0b96136
Author: marc <marc>
Date:   Thu May 31 14:28:37 2007 +0000

    QtbDynXYColorLines which was a semi abstract class now split into true abstract classes and real defined layers

 src/qtbabstractdynline.cpp      |   96 ++++++++
 src/qtbabstractdynline.h        |   66 ++++++
 src/qtbabstractdynlinelayer.cpp |  490 ++++++++++++++++++++++++++++++++++++++
 src/qtbabstractdynlinelayer.h   |   96 ++++++++
 src/qtbdynline.cpp              |  136 +-----------
 src/qtbdynline.h                |   83 +-------
 src/qtbdynline2d.cpp            |   68 ++++++
 src/qtbdynline2d.h              |   43 ++++
 src/qtbdynline2dlayer.cpp       |   19 ++
 src/qtbdynline2dlayer.h         |   46 ++++
 src/qtbdynnameline.cpp          |   16 +--
 src/qtbdynnameline.h            |   13 +-
 src/qtbdynxycolorlines.cpp      |  494 +--------------------------------------
 src/qtbdynxycolorlines.h        |   95 ++------
 src/qtblivegridlayer.h          |    3 +-
 src/qtbxynameplot.cpp           |   23 +--
 src/qtbxynameplot.h             |   23 ++-
 src/qtbxyvalueplot.h            |    3 +-
 src/scifigsversion.h            |    2 +-
 19 files changed, 989 insertions(+), 826 deletions(-)

commit 002ea48cbdb8178aef60e5b30b709ab6e5706ce6
Author: marc <marc>
Date:   Wed May 30 17:35:30 2007 +0000

    *** empty log message ***

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

commit 7e3ce80369456a7de1aaf9308cd481ab3b55afad
Author: marc <marc>
Date:   Tue May 29 22:12:40 2007 +0000

    Version 1.1.0-snapshot-20070529

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

commit d3105219eb503be3c6796c5da5c622ca193c5ce3
Author: marc <marc>
Date:   Tue May 29 16:26:41 2007 +0000

    Version 1.1.0-snapshot-20070529

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

commit 1617564e7212c5e25367dceb50da2b1a9c59c097
Author: marc <marc>
Date:   Tue May 29 16:06:04 2007 +0000

    *** empty log message ***

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

commit 54352598c45c3d81d004212474c4125faa35eb12
Author: marc <marc>
Date:   Thu May 24 22:30:05 2007 +0000

    Version 1.1.0-snapshot-20070524

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

commit 5511878b24a71e1bac0c7438f411afdfd747f3ac
Author: marc <marc>
Date:   Thu May 24 22:19:05 2007 +0000

    QtbGraphicSheetMenu more dynamic for list of QtbAxisWindow: new function removeObject()

 src/qtbgraphicsheetmenu.cpp |   52 ++++++++++--------------------------------
 src/qtbgraphicsheetmenu.h   |   25 +++++++++++---------
 src/scifigsversion.h        |    2 +-
 3 files changed, 28 insertions(+), 51 deletions(-)

commit b504b8554938e96a3d9600ab1a9e05651e169d30
Author: marc <marc>
Date:   Wed May 16 19:45:50 2007 +0000

    Version 1.1.0-snapshot-20070516

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

commit b7f9c0f4893385245ce244a3784d4a2efd37b540
Author: marc <marc>
Date:   Tue May 15 17:35:44 2007 +0000

    Version 1.1.0-snapshot-20070515

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

commit e48f3b269a1f1d883f70066ace1c06e583b65b2d
Author: marc <marc>
Date:   Tue May 15 17:25:54 2007 +0000

    Bug fixed propagating mousePress event in layers

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

commit e2d77a94faef876d48258b7af44f1422c5679b13
Author: marc <marc>
Date:   Sat May 5 09:19:18 2007 +0000

    *** empty log message ***

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

commit 51693072a20ff91de8b3609067d74fc63d08473b
Author: marc <marc>
Date:   Fri May 4 21:36:16 2007 +0000

    Version 1.1.0-snapshot-20070504

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

commit d0fb4c0fe13e96a767647af7cce6a4fa57e69fd1
Author: marc <marc>
Date:   Thu May 3 18:28:22 2007 +0000

    Version 1.1.0-snapshot-20070503

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

commit baff0de397794009b4dd61277a002267682157c1
Author: marc <marc>
Date:   Thu May 3 18:22:13 2007 +0000

    Version 1.1.0, forced by incompatibility in xml binary format generated by QtbXYColorLines: bug fixed for .page files without color definition (PtMotion geopsy module)

 admin/info              |    2 +-
 src/qtbxmlscifigs.cpp   |    4 ++-
 src/qtbxmlscifigs.h     |    4 ++-
 src/qtbxycolorlines.cpp |   50 +++++++++++++++++++++++++++++++++-------------
 src/scifigsversion.h    |    4 +-
 5 files changed, 45 insertions(+), 19 deletions(-)

commit 0721c5f0e009233f14ff7aaa9d31ac6900720893
Author: marc <marc>
Date:   Wed May 2 17:08:52 2007 +0000

    Version 1.0.0-snapshot-20070502

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

commit b1bc8e89ee1fea760d27fb0d7b8782ffd167856c
Author: marc <marc>
Date:   Tue May 1 23:42:48 2007 +0000

    Version 1.0.0-snapshot-20070501

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

commit c2fdc4907ef8aa77b194fe383ab3e90a2f8cf3d2
Author: marc <marc>
Date:   Tue May 1 23:23:59 2007 +0000

    *** empty log message ***

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

commit 22765365e6e80c2b917cf1f220eaa2c0a6932cb0
Author: marc <marc>
Date:   Tue May 1 20:39:33 2007 +0000

    *** empty log message ***

 lang/scifigs.de.ts      |  217 +++++++++++++++++++++++------------------------
 lang/scifigs.es.ts      |  217 +++++++++++++++++++++++------------------------
 lang/scifigs.fr.ts      |  217 +++++++++++++++++++++++------------------------
 lang/scifigs.it.ts      |  217 +++++++++++++++++++++++------------------------
 src/qtblegendwidget.cpp |    4 +-
 src/scifigsversion.h    |    2 +-
 6 files changed, 428 insertions(+), 446 deletions(-)

commit 56d93ad8ca4aff42c8e62a73ac502a9ec969911d
Author: marc <marc>
Date:   Fri Apr 27 17:50:30 2007 +0000

    Version 1.0.0-snapshot-20070427

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

commit 885dc22f2f473d2527d762735612f6d068b629d8
Author: marc <marc>
Date:   Fri Apr 27 17:39:26 2007 +0000

    New legend widget
    Bug fixed for QtbGraphicSheet when hitting TAB with no object in sheet

 src/qtbchangelegend.cpp        |  115 --------------------
 src/qtbchangelegend.h          |   39 -------
 src/qtbchangelegend.ui         |  234 ----------------------------------------
 src/qtbcolorpalettewidget.cpp  |    9 +-
 src/qtbgraphicsheet.cpp        |    4 +-
 src/qtblegend.cpp              |   22 +++-
 src/qtblegend.h                |    9 +-
 src/qtblegendeditor.cpp        |  152 ++++++++++++++++++++++++++
 src/qtblegendeditor.h          |   45 ++++++++
 src/qtblegendeditor.ui         |  186 +++++++++++++++++++++++++++++++
 src/qtblegenditem.cpp          |   16 ++-
 src/qtblegenditem.h            |   11 ++-
 src/qtblegendtable.cpp         |   35 ++++--
 src/qtblegendtable.h           |    5 +-
 src/qtblegendwidget.cpp        |  174 +++++++++++++++++++++++++++++
 src/qtblegendwidget.h          |   68 ++++++++++++
 src/qtbpaletteeditor.h         |    5 +-
 src/qtbpaletteeditor.ui        |    8 +--
 src/qtbpalettetable.cpp        |    7 +-
 src/qtbpalettetable.h          |    3 +-
 src/qtbpen.h                   |   14 ++-
 src/qtbsymbol.cpp              |   10 ++-
 src/qtbsymbol.h                |    4 +-
 src/qtbtablegendproperties.cpp |   75 +++++++++++++
 src/qtbtablegendproperties.h   |   37 +++++++
 src/qtbtablegendproperties.ui  |  188 ++++++++++++++++++++++++++++++++
 src/qtbtabpaletteproperties.h  |    3 +-
 src/qtbxmlscifigs.cpp          |    6 +-
 src/scifigsversion.h           |    2 +-
 29 files changed, 1032 insertions(+), 454 deletions(-)

commit 4ced9510e475d03b95379d1dca5a9d68c90d0ef8
Author: marc <marc>
Date:   Fri Apr 27 17:38:29 2007 +0000

    *** empty log message ***

 lang/scifigs.de.ts |  258 +++++++++++++++++++++++++++++++++------------------
 lang/scifigs.es.ts |  258 +++++++++++++++++++++++++++++++++------------------
 lang/scifigs.fr.ts |  258 +++++++++++++++++++++++++++++++++------------------
 lang/scifigs.it.ts |  258 +++++++++++++++++++++++++++++++++------------------
 4 files changed, 668 insertions(+), 364 deletions(-)

commit ea5c482a78ad22613d32f63e2423e7296825b226
Author: marc <marc>
Date:   Tue Apr 24 09:24:38 2007 +0000

    Version 1.0.0-snapshot-20070424

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

commit 1196fb51191f1672923d1e8d9144f7b7cfc7a839
Author: marc <marc>
Date:   Wed Apr 11 16:57:11 2007 +0000

    Version 1.0.0-snapshot-20070411

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

commit 92c12330a936c900eec5712b9fc747d9676534d4
Author: marc <marc>
Date:   Wed Apr 11 15:20:38 2007 +0000

    Version 1.0.0-snapshot-20070411

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

commit 845ab698356e1d341cdbc3e65e30069ffd4045f9
Author: marc <marc>
Date:   Wed Apr 11 13:39:07 2007 +0000

    Filter to avoid duplicate tracking action removed (useless)

 src/qtbgraphcontentlayer.cpp |    9 +++++----
 src/scifigsversion.h         |    2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

commit e5d034a8ab0765a0127c09a3c67d904200b5c112
Author: marc <marc>
Date:   Wed Apr 11 13:38:22 2007 +0000

    *** empty log message ***

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

commit d2e49e166195da3f9df6b638489bd57f74e542ae
Author: marc <marc>
Date:   Fri Apr 6 18:36:49 2007 +0000

    Forbit positionning object outside of sheet (negative)

 src/qtbdynxycolorlines.cpp |    9 +++++----
 src/qtbdynxycolorlines.h   |    4 ++--
 src/qtbgraphicobject.cpp   |   26 ++++++++++++++++++++------
 src/qtbgraphicobject.h     |    8 ++++----
 src/scifigsversion.h       |    2 +-
 5 files changed, 32 insertions(+), 17 deletions(-)

commit c8baa402b7b0b7631fb91d8d77037ee730d4d4ec
Author: marc <marc>
Date:   Mon Apr 2 20:12:38 2007 +0000

    Version 1.0.0-snapshot-20070402

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

commit 7f5de0a965951a6ccf2e24645d6619a2d27c9265
Author: marc <marc>
Date:   Mon Apr 2 20:06:35 2007 +0000

    *** empty log message ***

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

commit 3ba020a59252f1e8c2b2d7e75082527ede1ba401
Author: marc <marc>
Date:   Mon Apr 2 19:18:26 2007 +0000

    Pick modes for QtbDynXYColorLines

 src/images/editcursor.png        |  Bin 0 -> 633 bytes
 src/images/pickcursor.png        |  Bin 0 -> 611 bytes
 src/images/pickorderedcursor.png |  Bin 0 -> 593 bytes
 src/qtbdynline.cpp               |    4 +-
 src/qtbdynline.h                 |    9 ++-
 src/qtbdynnameline.h             |    3 +-
 src/qtbdynxycolorlines.cpp       |  172 +++++++++++++++++---------------------
 src/qtbdynxycolorlines.h         |   22 ++---
 src/qtbgraphcontent.cpp          |   10 +-
 src/qtbgraphcontentlayer.cpp     |    8 ++-
 src/qtbgraphcontentlayer.h       |    8 +-
 src/qtbgridviewer.cpp            |    4 +-
 src/qtbgridviewer.h              |    4 +-
 src/qtbirregulargrid2dplot.cpp   |    4 +-
 src/qtbirregulargrid2dplot.h     |    4 +-
 src/qtbpolargridplot.cpp         |    4 +-
 src/qtbpolargridplot.h           |    4 +-
 src/scifigsversion.h             |    2 +-
 18 files changed, 122 insertions(+), 140 deletions(-)

commit d3e27134b21065e913ab94482ca3275d12cd40b5
Author: marc <marc>
Date:   Fri Mar 30 16:45:30 2007 +0000

    Version 1.0.0-snapshot-20070330

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

commit 84c01d7e6780f3bdc949405d7f7436aee54d854b
Author: marc <marc>
Date:   Fri Mar 30 15:17:25 2007 +0000

    Version 1.0.0-snapshot-20070330

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

commit 10efc227bdf4c99fde00da68bad08099e9547d5b
Author: marc <marc>
Date:   Fri Mar 30 11:48:47 2007 +0000

    *** empty log message ***

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

commit 67321b6bbc23b8176002d4b703cfdc3f257cff14
Author: marc <marc>
Date:   Fri Mar 30 00:09:35 2007 +0000

    Version 1.0.0-snapshot-20070330

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

commit bd64cc0662a6e992d45d8e9612f64d3ed9d659c8
Author: marc <marc>
Date:   Thu Mar 29 23:45:52 2007 +0000

    I;proved tool tips
    New feature track rectangle for QtbParallelBands

 src/qtbaxiswindow.cpp             |    6 +++---
 src/qtbcoordtip.cpp               |   27 ++++++++++++++++++---------
 src/qtbcoordtip.h                 |    6 ++++--
 src/qtbdynxycolorlines.cpp        |    4 ++--
 src/qtbdynxycolorlines.h          |    4 ++--
 src/qtbgraphcontent.cpp           |   35 +++++++++++++++++++++++++----------
 src/qtbgraphcontent.h             |   12 ++++++++----
 src/qtbgraphcontentlayer.h        |    8 ++++++--
 src/qtbgraphcontentproperties.cpp |    8 ++++----
 src/qtbgraphicobject.cpp          |   19 ++++++++++++++-----
 src/qtbgraphicobject.h            |    8 ++++----
 src/qtbgraphicsheet.cpp           |   30 +++++++++++++++---------------
 src/qtbparallelbands.cpp          |   12 +++++++++++-
 src/qtbparallelbands.h            |    6 +++++-
 src/scifigsversion.h              |    2 +-
 15 files changed, 122 insertions(+), 65 deletions(-)

commit 6271684d74ea152774f69ea5831d8e0a1f23ec23
Author: marc <marc>
Date:   Thu Mar 29 23:44:38 2007 +0000

    *** empty log message ***

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

commit afcf7a8fc27a8e91887999e6144e8df46b1e8a45
Author: marc <marc>
Date:   Fri Mar 23 00:05:15 2007 +0000

    Porting to Mac

 admin/info           |    7 +++----
 src/scifigs.cpp      |   12 ++++++++----
 src/scifigsversion.h |    2 +-
 3 files changed, 12 insertions(+), 9 deletions(-)

commit 07ae4bdac8735cfb2341fea28d31097354957676
Author: marc <marc>
Date:   Wed Mar 21 23:07:45 2007 +0000

    Version 1.0.0-snapshot-20070321

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

commit ae12ea2f6d53233f6419ae7f53c359ce048f6756
Author: marc <marc>
Date:   Wed Mar 21 22:57:52 2007 +0000

    Porting to Windows

 src/qtblegendtable.h  |    5 +++--
 src/qtbpalettetable.h |    5 +++--
 src/scifigsversion.h  |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)

commit ca35eed5a873af9cb756ff303fab41d0f3fd9282
Author: marc <marc>
Date:   Wed Mar 21 22:56:24 2007 +0000

    *** empty log message ***

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

commit 3a81c1d9de43740a216d7c9d7c50653f1898b9ce
Author: marc <marc>
Date:   Wed Mar 21 19:23:28 2007 +0000

    Version 1.0.0-snapshot-20070321

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

commit 746897378c43743eda012fccd51600a45a0cb98a
Author: marc <marc>
Date:   Wed Mar 21 19:13:51 2007 +0000

    Bug fixed saving QtbDynXYColorLines as .layer with invalid points

 src/qtbaxis.cpp                    |   11 +++++++----
 src/qtbaxisproperties.cpp          |    6 ++----
 src/qtbaxisproperties.h            |    4 ++--
 src/qtbdynline.cpp                 |    4 ++--
 src/qtbgraphcontent.cpp            |   13 ++++++++-----
 src/qtbgraphcontentproperties.cpp  |    6 ++----
 src/qtbgraphcontentproperties.h    |    4 ++--
 src/qtbgraphicobject.cpp           |   10 ++++++----
 src/qtbgraphicobjectproperties.cpp |    6 ++----
 src/qtbgraphicobjectproperties.h   |    4 ++--
 src/scifigsversion.h               |    2 +-
 11 files changed, 36 insertions(+), 34 deletions(-)

commit b06bca47b564dab03d430afbe1555a8afb3e7ac1
Author: marc <marc>
Date:   Tue Mar 20 18:35:30 2007 +0000

    Porting to Windows

 src/qtbgraphcontentlayer.cpp |    3 ++-
 src/qtblayermousetracking.h  |    4 +++-
 src/qtbmousetracking.h       |    4 +++-
 src/scifigsversion.h         |    2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)

commit d745fc8af816a64eb50af0b41cde0047f0bc9731
Author: marc <marc>
Date:   Mon Mar 19 08:38:26 2007 +0000

    Version 1.0.0-snapshot-20070319

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

commit 87278c60d139e2182448a500251205a7afa68295
Author: marc <marc>
Date:   Mon Mar 19 07:43:30 2007 +0000

    Do not export invalid point to layer (QtbDynXYColorLines)
    New property for QtbDynXYColorLines: logErrorBar (formely not exported)
    Correct selection mark in sheets

 src/qtbdynline.cpp         |   12 +++++++-----
 src/qtbdynxycolorlines.h   |    4 +++-
 src/qtbselectionwidget.cpp |   14 +++++++-------
 src/scifigsversion.h       |    2 +-
 4 files changed, 18 insertions(+), 14 deletions(-)

commit 50a8cfc9bc709c3e02cd67ea3996ec0e9a1288ee
Author: marc <marc>
Date:   Fri Mar 9 22:03:25 2007 +0000

    Version 1.0.0-snapshot-20070309

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

commit 7975440ea79c5f5f1d4ad988ae9f0419a5d5f83a
Author: marc <marc>
Date:   Fri Mar 9 20:50:13 2007 +0000

    Flag to check if scifigs is initialized (usefull for plugins)

 src/qtbgraphcontent.cpp  |    5 +++--
 src/qtbgraphicobject.cpp |    6 +++---
 src/qtbgraphicsheet.cpp  |   19 +++++++++++++------
 src/qtbgraphicsheet.h    |    3 ++-
 src/scifigs.cpp          |    3 ++-
 src/scifigs.h            |    7 ++++---
 src/scifigsversion.h     |    2 +-
 7 files changed, 28 insertions(+), 17 deletions(-)

commit cde3911a265b22ba3a807a2d1ac1aae64a5d537a
Author: marc <marc>
Date:   Fri Mar 9 20:49:28 2007 +0000

    *** empty log message ***

 lang/scifigs.de.ts |  186 ++++++++++++++++++++++++++--------------------------
 lang/scifigs.es.ts |  186 ++++++++++++++++++++++++++--------------------------
 lang/scifigs.fr.ts |  186 ++++++++++++++++++++++++++--------------------------
 lang/scifigs.it.ts |  186 ++++++++++++++++++++++++++--------------------------
 4 files changed, 372 insertions(+), 372 deletions(-)

commit fd58e8e26788a942990e138856477f5a645f5df2
Author: marc <marc>
Date:   Mon Mar 5 18:09:59 2007 +0000

    New function QtbGraphContentLayer::addTrackingAction()
    Selection and track rect revisited (now fix for the majority of usages)

 src/images/selectcursor.png    |  Bin 0 -> 677 bytes
 src/qtbdynxycolorlines.cpp     |   80 ++++++++-------------------------------
 src/qtbdynxycolorlines.h       |   11 +----
 src/qtbgraphcontent.cpp        |    4 +-
 src/qtbgraphcontent.h          |    5 +-
 src/qtbgraphcontentlayer.cpp   |   47 +++++++++++++++++++++++-
 src/qtbgraphcontentlayer.h     |    6 ++-
 src/qtbgridviewer.cpp          |    4 +-
 src/qtbgridviewer.h            |    4 +-
 src/qtbimagelayer.cpp          |    4 +-
 src/qtbimagelayer.h            |    4 +-
 src/qtbirregulargrid2dplot.cpp |    4 +-
 src/qtbirregulargrid2dplot.h   |    4 +-
 src/qtbselectionwidget.cpp     |    8 ++--
 src/qtbselectionwidget.h       |    4 +-
 src/qtbxycolorlines.cpp        |   26 +++----------
 src/qtbxycolorlines.h          |    7 +--
 src/qtbxyplot.cpp              |    4 +-
 src/qtbxyplot.h                |    4 +-
 src/scifigsversion.h           |    2 +-
 20 files changed, 106 insertions(+), 126 deletions(-)

commit 81d96ae0ff229bcf6fcd737df1185df702fc9eed
Author: marc <marc>
Date:   Mon Mar 5 18:08:23 2007 +0000

    *** empty log message ***

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

commit d1b45a236a1e43a0b75fdd68abcaab8f9e9e64cc
Author: marc <marc>
Date:   Tue Feb 27 22:15:18 2007 +0000

    Version 1.0.0-snapshot-20070227

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

commit cb1bb0ca36684ec4cde481aa98d33224e32d962c
Author: marc <marc>
Date:   Tue Feb 27 20:14:48 2007 +0000

    Version 1.0.0-snapshot-20070227

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

commit 3968790c26fe285a6a2655997fd80d929a5199c5
Author: marc <marc>
Date:   Tue Feb 27 20:14:46 2007 +0000

    Version 1.0.0-snapshot-20070227

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

commit c76d2dadbac152b2043e5471ddd858fb040dfc42
Author: marc <marc>
Date:   Tue Feb 27 19:54:29 2007 +0000

    Bug fixed to inversed title of axis (stored as plain text not html)
    Default size for QtbAxisWindow 10x10 cm
    Add valid point support for QtbDynXYColorLines
    Hoover on object of a sheet
    Selection mark changed to 4 squares
    Cleaning useless widget QtbResample

 src/qtbaxisproperties.cpp  |   10 +-
 src/qtbaxisproperties.h    |    4 +-
 src/qtbaxiswindow.cpp      |    4 +-
 src/qtbdynline.h           |    4 +-
 src/qtbdynxycolorlines.cpp |   17 ++-
 src/qtbgraphicobject.cpp   |   28 +++-
 src/qtbgraphicobject.h     |    6 +-
 src/qtbgraphicsheet.cpp    |    6 +-
 src/qtbgraphicsheet.h      |   14 +-
 src/qtbresample.cpp        |   45 ------
 src/qtbresample.h          |   29 ----
 src/qtbresample.ui         |  367 --------------------------------------------
 src/qtbselectionwidget.cpp |   44 ++++--
 src/qtbselectionwidget.h   |   13 +-
 src/scifigsversion.h       |    2 +-
 15 files changed, 113 insertions(+), 480 deletions(-)

commit d5b8fdbe462f0203993e58c0cd591052c05e7208
Author: marc <marc>
Date:   Tue Feb 27 19:51:49 2007 +0000

    *** empty log message ***

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

commit 931540185afbcad477f3283b7e7a856c370ce04b
Author: marc <marc>
Date:   Wed Feb 21 18:07:43 2007 +0000

    ScifigsInit() moved to a Scifigs class together with the attached static variables. This is mainly introduced to avoid undeleted coordTip.

 src/qtbaxiswindow.cpp         |   28 ++++++++++++++--------------
 src/qtbcoordtip.cpp           |    5 ++---
 src/qtbdynxycolorlines.cpp    |    6 +++---
 src/qtbgraphcontent.cpp       |   29 +++++++++++++++++------------
 src/qtbgraphcontent.h         |    3 ++-
 src/qtbgraphicobject.cpp      |   10 +++++-----
 src/qtbgraphicsheet.cpp       |   39 +++++++++++++++++++--------------------
 src/qtbhorizontalaxis.cpp     |    4 ++--
 src/qtblegenditemwidget.cpp   |    6 +++---
 src/qtbscifigspreferences.cpp |    6 +++---
 src/qtbtextedit.cpp           |    6 +++---
 src/qtbverticalaxis.cpp       |    4 ++--
 src/qtbxynameplot.cpp         |    4 ++--
 src/scifigs.cpp               |   41 +++++++++++++++++++++--------------------
 src/scifigs.h                 |   24 ++++++++++++++++--------
 src/scifigsversion.h          |    2 +-
 16 files changed, 115 insertions(+), 102 deletions(-)

commit 12f4a28f2fe1783462798d0dfc0ccad445cdcf47
Author: marc <marc>
Date:   Wed Feb 21 18:06:07 2007 +0000

    *** empty log message ***

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

commit f982738a5c8bb182235114eb853b4abd1a85a37c
Author: marc <marc>
Date:   Fri Feb 9 18:59:07 2007 +0000

    *** empty log message ***

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

commit 7024cc04e7780faaafe7da9758c9f8a756561cc0
Author: marc <marc>
Date:   Fri Feb 9 16:50:08 2007 +0000

    *** empty log message ***

 src/qtbaxis.cpp                    |    6 +++---
 src/qtbaxiswindow.cpp              |    6 +++---
 src/qtbchangelegend.cpp            |    6 +++---
 src/qtbcircleviewer.cpp            |    4 ++--
 src/qtbgraphcontent.cpp            |   12 ++++++------
 src/qtbgraphcontent.h              |    6 +++---
 src/qtbgraphicobject.cpp           |   20 ++++++++++----------
 src/qtbgraphicsheet.cpp            |   30 +++++++++++++++---------------
 src/qtbimagelayer.cpp              |    4 ++--
 src/qtbimagewidget.cpp             |    4 ++--
 src/qtblegend.cpp                  |    4 ++--
 src/qtbpaletteeditor.cpp           |    6 +++---
 src/qtbpen.cpp                     |    4 ++--
 src/qtbscifigspreferences.cpp      |    4 ++--
 src/qtbsymbol.cpp                  |    4 ++--
 src/qtbtabimagelayerproperties.cpp |    4 ++--
 src/qtbxmlscifigs.cpp              |    9 +++++----
 src/scifigs.cpp                    |   30 +++++++++++-------------------
 src/scifigs.h                      |    7 +------
 src/scifigsversion.h               |    2 +-
 20 files changed, 80 insertions(+), 92 deletions(-)

commit 12745ab9294026fea1fc4630bbed9dbd9919a79f
Author: marc <marc>
Date:   Wed Feb 7 17:06:42 2007 +0000

    Version 1.0.0-snapshot-20070207

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

commit 3b4c64923692bd0ac9c99b8f8b046c6174313171
Author: marc <marc>
Date:   Wed Feb 7 15:38:03 2007 +0000

    Version 1.0.0-snapshot-20070207

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

commit 7ddea562fa3378a3d086e522a6d2567fbd67992b
Author: marc <marc>
Date:   Wed Feb 7 15:14:53 2007 +0000

    Version 1.0.0-snapshot-20070207

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

commit 303d4b45b5d2dd531b1e9a6a03afdbb0082a7ea3
Author: marc <marc>
Date:   Wed Feb 7 11:16:04 2007 +0000

    New feature for axis: unit factor to set user specific units on the axis labels. This improvement was suggested by andreas dot hippel at gpi dot uni-karlsruhe dot de

 src/qtbaxis.cpp           |   37 +++++---
 src/qtbaxis.h             |   13 ++-
 src/qtbaxisproperties.cpp |   29 ++++++-
 src/qtbaxisproperties.h   |    3 +-
 src/qtbaxisproperties.ui  |  216 ++++++++++++++++++++------------------------
 src/qtbhorizontalaxis.cpp |   27 ++++---
 src/qtbverticalaxis.cpp   |   27 ++++---
 src/scifigsversion.h      |    2 +-
 8 files changed, 194 insertions(+), 160 deletions(-)

commit f8cbe0948254003a56bd2228072efe52730377e9
Author: marc <marc>
Date:   Wed Feb 7 11:13:04 2007 +0000

    *** empty log message ***

 lang/scifigs.de.ts |  137 +++++++++++++++++++++++++++-------------------------
 lang/scifigs.es.ts |  137 +++++++++++++++++++++++++++-------------------------
 lang/scifigs.fr.ts |  137 +++++++++++++++++++++++++++-------------------------
 lang/scifigs.it.ts |  137 +++++++++++++++++++++++++++-------------------------
 4 files changed, 284 insertions(+), 264 deletions(-)

commit eef96a9dc76aa4670566da6cdba096487f688454
Author: marc <marc>
Date:   Tue Feb 6 00:01:15 2007 +0000

    *** empty log message ***

 lang/scifigs.de.ts       |   42 +++++++++++++++++++++---------------------
 lang/scifigs.es.ts       |   42 +++++++++++++++++++++---------------------
 lang/scifigs.fr.ts       |   42 +++++++++++++++++++++---------------------
 lang/scifigs.it.ts       |   42 +++++++++++++++++++++---------------------
 src/qtbgraphcontent.cpp  |    4 ++--
 src/qtbgraphicobject.cpp |    4 ++--
 src/qtbgraphicsheet.cpp  |   10 +++++-----
 src/scifigsversion.h     |    2 +-
 8 files changed, 94 insertions(+), 94 deletions(-)

commit e4af6851175b4401591ef7c9a6fcca79b8f1a798
Author: marc <marc>
Date:   Mon Feb 5 17:25:20 2007 +0000

    Concept of tracking mode for QtbGraphContent: provide a better response to mouse tracking in a graphcontent and its forward to layers or to content itself for zooming
    Edit action is suppressed and replaced on a case by case with specific actions (select, edit, pick,...)

 admin/info                           |    4 +-
 src/images/zoomcursor.png            |  Bin 0 -> 1166 bytes
 src/qtbaxis.cpp                      |    4 +-
 src/qtbaxisproperties.cpp            |    4 +-
 src/qtbaxiswindow.cpp                |    4 +-
 src/qtbcircleviewer.cpp              |    4 +-
 src/qtbcolorpalettewidget.cpp        |    4 +-
 src/qtbdynxycolorlines.cpp           |   52 +++++++-
 src/qtbdynxycolorlines.h             |    9 +-
 src/qtbgraphcontent.cpp              |  253 +++++++++++++++++++---------------
 src/qtbgraphcontent.h                |   21 ++--
 src/qtbgraphcontentlayer.cpp         |   19 +++-
 src/qtbgraphcontentlayer.h           |   17 ++-
 src/qtbgraphcontentproperties.cpp    |    4 +-
 src/qtbgraphicobject.cpp             |   16 ++-
 src/qtbgraphicobject.h               |    6 +-
 src/qtbgraphicobjectproperties.cpp   |    4 +-
 src/qtbgraphicsheet.cpp              |   11 +-
 src/qtbgraphicsheetmenu.cpp          |    4 +-
 src/qtbgridplot.cpp                  |    4 +-
 src/qtbgridviewer.cpp                |   11 +-
 src/qtbgridviewer.h                  |   10 +-
 src/qtbhorizontalaxis.cpp            |    4 +-
 src/qtbimagelayer.cpp                |   11 +-
 src/qtbimagelayer.h                  |    6 +-
 src/qtbimagewidget.cpp               |    6 +-
 src/qtbirregulargrid2dplot.cpp       |   13 +-
 src/qtbirregulargrid2dplot.h         |   10 +-
 src/qtblayermousetracking.cpp        |   50 +++++++
 src/qtblayermousetracking.h          |   43 ++++++
 src/qtblegend.cpp                    |    4 +-
 src/qtblegenditem.cpp                |    4 +-
 src/qtblegenditemwidget.cpp          |    4 +-
 src/qtblegendtable.cpp               |    4 +-
 src/qtblivegridlayer.cpp             |    4 +-
 src/qtbmousetracking.cpp             |   78 +++++++++++
 src/qtbmousetracking.h               |   43 ++++++
 src/qtbpagelimit.cpp                 |    4 +-
 src/qtbpaletteeditor.cpp             |    4 +-
 src/qtbpalettetable.cpp              |    4 +-
 src/qtbparallelbands.cpp             |    4 +-
 src/qtbpointproperties.cpp           |   12 +-
 src/qtbpolargridplot.cpp             |    8 +-
 src/qtbpolargridplot.h               |    6 +-
 src/qtbresample.cpp                  |    4 +-
 src/qtbscifigsplugin.cpp             |    6 +-
 src/qtbscifigspreferences.cpp        |    6 +-
 src/qtbselectionwidget.cpp           |    4 +-
 src/qtbsymbol.cpp                    |    4 +-
 src/qtbtabimagelayerproperties.cpp   |    4 +-
 src/qtbtabpaletteproperties.cpp      |    4 +-
 src/qtbtabtexteditproperties.cpp     |    4 +-
 src/qtbtabxycolorlinesproperties.cpp |    4 +-
 src/qtbtabxynameplotproperties.cpp   |    4 +-
 src/qtbtabxyplotproperties.cpp       |    4 +-
 src/qtbtextedit.cpp                  |    4 +-
 src/qtbverticalaxis.cpp              |    4 +-
 src/qtbxmlscifigs.cpp                |    4 +-
 src/qtbxycolorlines.cpp              |   18 ++-
 src/qtbxycolorlines.h                |    8 +-
 src/qtbxycolorplot.cpp               |    4 +-
 src/qtbxynameplot.cpp                |    4 +-
 src/qtbxyplot.cpp                    |   24 ++--
 src/qtbxyplot.h                      |   10 +-
 src/qtbxyvaluelines.cpp              |    4 +-
 src/qtbxyvalueplot.cpp               |    4 +-
 src/scifigs.cpp                      |    4 +-
 src/scifigsversion.h                 |    2 +-
 68 files changed, 629 insertions(+), 304 deletions(-)

commit db2b3b23d7da89801fa55a8bd118d83ee392b5eb
Author: marc <marc>
Date:   Mon Feb 5 17:00:15 2007 +0000

    *** empty log message ***

 lang/scifigs.de.ts |  279 ++++++++++++++++++++++++++--------------------------
 lang/scifigs.es.ts |  279 ++++++++++++++++++++++++++--------------------------
 lang/scifigs.fr.ts |  279 ++++++++++++++++++++++++++--------------------------
 lang/scifigs.it.ts |  279 ++++++++++++++++++++++++++--------------------------
 4 files changed, 564 insertions(+), 552 deletions(-)

commit c21422dff0f02b98f3dba169f13bd338a586d6b7
Author: marc <marc>
Date:   Thu Jan 18 17:32:05 2007 +0000

    *** empty log message ***

 src/scifigs.cpp      |    6 +++++-
 src/scifigs.h        |    5 +++--
 src/scifigsversion.h |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

commit 7ff4cc9d1bfb16bd7864be6580ef39f55a0e6405
Author: marc <marc>
Date:   Tue Jan 2 20:19:48 2007 +0000

    *** empty log message ***

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

commit bb29c1d774a1b129fd4820492921f2fc76863c61
Author: marc <marc>
Date:   Thu Dec 14 17:39:14 2006 +0000

    Copy/paste actions implemented

 lang/scifigs.de.ts            |  162 ++++++++++++++++++++--------------------
 lang/scifigs.es.ts            |  162 ++++++++++++++++++++--------------------
 lang/scifigs.fr.ts            |  162 ++++++++++++++++++++--------------------
 lang/scifigs.it.ts            |  162 ++++++++++++++++++++--------------------
 src/qtbchangelegend.cpp       |    6 +-
 src/qtbcolorpalettewidget.cpp |    6 +-
 src/qtbgraphcontent.cpp       |    6 +-
 src/qtbgraphicobject.cpp      |    8 +-
 src/qtbgraphicsheet.cpp       |   27 +++++--
 src/qtbpaletteeditor.cpp      |    6 +-
 src/qtbxmlscifigs.cpp         |   36 ++++++++-
 src/qtbxmlscifigs.h           |   16 +++-
 src/scifigsversion.h          |    2 +-
 13 files changed, 405 insertions(+), 356 deletions(-)

commit b2c4c49e88ac9524b808817630350cc910761667
Author: marc <marc>
Date:   Thu Dec 14 16:36:01 2006 +0000

    *** empty log message ***

 lang/scifigs.de.ts   |  257 ++++++++++++++++++++++++-------------------------
 lang/scifigs.es.ts   |  257 ++++++++++++++++++++++++-------------------------
 lang/scifigs.fr.ts   |  263 ++++++++++++++++++++++++-------------------------
 lang/scifigs.it.ts   |  257 ++++++++++++++++++++++++-------------------------
 src/scifigsversion.h |    2 +-
 5 files changed, 508 insertions(+), 528 deletions(-)

commit 329d3e7b3e579a5ac96ca59ac7f0046fea21fad1
Author: marc <marc>
Date:   Thu Dec 14 12:58:48 2006 +0000

    Forward wheel events to layers
    Bug for wheel zoom fixed

 doc/Doxyfile                 |    2 +-
 lang/scifigs.de.ts           |  172 +++++++++++++++++++++---------------------
 lang/scifigs.es.ts           |  172 +++++++++++++++++++++---------------------
 lang/scifigs.fr.ts           |  172 +++++++++++++++++++++---------------------
 lang/scifigs.it.ts           |  172 +++++++++++++++++++++---------------------
 src/qtbaxis.cpp              |   24 +++---
 src/qtbaxiswindow.cpp        |    8 +-
 src/qtbaxiswindow.h          |    6 +-
 src/qtbgraphcontent.cpp      |   13 ++-
 src/qtbgraphcontentlayer.cpp |   35 +--------
 src/qtbgraphcontentlayer.h   |   36 ++++++---
 src/qtbgraphicobject.cpp     |  105 +++++++++++++++-----------
 src/qtbgraphicsheet.cpp      |  142 +++++++++++++++++++---------------
 src/qtbhorizontalaxis.cpp    |   20 +++---
 src/qtbscale.cpp             |   41 ++++++----
 src/qtbverticalaxis.cpp      |   25 +++----
 src/qtbxyvalueplot.cpp       |    5 +-
 src/scifigsversion.h         |    2 +-
 18 files changed, 593 insertions(+), 559 deletions(-)

commit 249baf24ccb7f911f90351d8920f059c4faf159a
Author: marc <marc>
Date:   Fri Dec 1 17:32:47 2006 +0000

    Bug fixed for coord tip
    Bug fixed for layer visibility with Qt 4.2

 lang/scifigs.de.ts                |  420 ++++++++++++++++++++++++++++++++++++-
 lang/scifigs.es.ts                |  420 ++++++++++++++++++++++++++++++++++++-
 lang/scifigs.fr.ts                |  423 ++++++++++++++++++++++++++++++++++++-
 lang/scifigs.it.ts                |  420 ++++++++++++++++++++++++++++++++++++-
 src/qtbcoordtip.cpp               |    6 +-
 src/qtbgraphcontent.cpp           |    9 +-
 src/qtbgraphcontentproperties.cpp |    4 +-
 src/qtbgraphicsheet.cpp           |    7 +-
 src/qtbxmlscifigs.cpp             |    4 +-
 src/qtbxycolorlines.cpp           |   10 +-
 src/qtbxyvaluelines.cpp           |   17 +-
 src/qtbxyvaluelines.h             |    4 +-
 src/qtbxyvalueplot.cpp            |   19 ++-
 src/qtbxyvalueplot.h              |    3 +-
 src/scifigsversion.h              |    2 +-
 15 files changed, 1736 insertions(+), 32 deletions(-)

commit cf7785834f49af014d691b6f726874a51b04afc6
Author: marc <marc>
Date:   Fri Nov 17 12:16:00 2006 +0000

    *** empty log message ***

 lang/scifigs.de.ts             |    8 --------
 lang/scifigs.es.ts             |    8 --------
 lang/scifigs.fr.ts             |    8 --------
 lang/scifigs.it.ts             |    8 --------
 src/qtbaxiswindow.cpp          |   10 +++++-----
 src/qtbbrush.cpp               |    6 +++---
 src/qtbcircleviewer.cpp        |   12 ++++++------
 src/qtbcolorpalettewidget.cpp  |    4 ++--
 src/qtbdynline.cpp             |   16 ++++++++--------
 src/qtbdynnameline.cpp         |   18 +++++++++---------
 src/qtbdynxycolorlines.cpp     |    4 ++--
 src/qtbgraphcontent.cpp        |    4 ++--
 src/qtbgraphicsheet.cpp        |    4 ++--
 src/qtbgridviewer.cpp          |    8 ++++----
 src/qtbirregulargrid2dplot.cpp |    6 +++---
 src/qtblegend.cpp              |    4 ++--
 src/qtblegenditem.cpp          |    8 ++++----
 src/qtbparallelband.cpp        |    6 +++---
 src/qtbparallelbands.cpp       |    4 ++--
 src/qtbpen.cpp                 |   12 ++++++------
 src/qtbsymbol.cpp              |   10 +++++-----
 src/qtbxmlscifigs.cpp          |   35 +++++++++++++----------------------
 src/qtbxmlscifigs.h            |    3 ++-
 src/qtbxycolorlines.cpp        |    8 ++++----
 src/qtbxycolorlines.h          |    4 ++--
 src/qtbxyplot.cpp              |    6 +++---
 src/qtbxyvaluelines.cpp        |    4 ++--
 src/qtbxyvalueplot.cpp         |    4 ++--
 src/scifigsversion.h           |    2 +-
 29 files changed, 97 insertions(+), 137 deletions(-)

commit b338ede4e6f7f2f84e739d7a88924d2be034458f
Author: marc <marc>
Date:   Fri Nov 17 10:45:43 2006 +0000

    Version 1.0.0-snapshot-20061116

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

commit 6be365c5f5d272cb5cffc6aaddac8c462f621a93
Author: marc <marc>
Date:   Fri Nov 3 17:14:47 2006 +0000

    *** empty log message ***

 lang/scifigs.de.ts   |    7 +++++++
 lang/scifigs.es.ts   |    7 +++++++
 lang/scifigs.fr.ts   |    7 +++++++
 lang/scifigs.it.ts   |    7 +++++++
 src/scifigsversion.h |    2 ++
 5 files changed, 30 insertions(+), 0 deletions(-)

commit 4d116e487ade4e596e48057fac1ca1dcc7b69cea
Author: marc <marc>
Date:   Mon Oct 30 13:51:00 2006 +0000

    *** empty log message ***

 src/qtbdynxycolorlines.cpp  |    3 +-
 src/qtbgraphicsheet.cpp     |    3 +-
 src/qtbgraphicsheetmenu.cpp |    3 +-
 src/qtblegend.cpp           |   41 ++++++++++++-----------
 src/qtblegend.h             |    3 +-
 src/qtbpen.cpp              |   31 +++++++++++++++++-
 src/qtbpen.h                |    4 ++-
 src/qtbsymbol.cpp           |   75 +++++++++++++++----------------------------
 src/qtbsymbol.h             |   11 +++---
 src/qtbxycolorlines.cpp     |    3 +-
 src/qtbxyvaluelines.cpp     |    3 +-
 11 files changed, 92 insertions(+), 88 deletions(-)

commit 9b4f1b217c2fa20b2becb468ce185f4b02982295
Author: marc <marc>
Date:   Mon Oct 2 16:29:00 2006 +0000

    New automatic license header
    Label and Tick for QtbAxis are replaced with MajorTicks and MinorTicks
    New option to hide axis labels
    QtbCurveBrowser moved to qtbwavegui library
    Bug for zoom and scrollbar position is now fixed
    Implementation of WheelEvent support in QtbGraphContent, i.e. for zooming
    New framework for QtbDynXYColorLines and attached layers: use an abstract object to access X, Y and Yerr

 admin/info                           |    1 -
 lang/scifigs.de.ts                   |  395 ++--------------
 lang/scifigs.es.ts                   |  395 ++--------------
 lang/scifigs.fr.ts                   |  395 ++--------------
 lang/scifigs.it.ts                   |  395 ++--------------
 src/qtbasciifilter.h                 |   65 ---
 src/qtbaxis.cpp                      |  192 +++++----
 src/qtbaxis.h                        |   68 ++--
 src/qtbaxisproperties.cpp            |  110 ++---
 src/qtbaxisproperties.h              |   32 +-
 src/qtbaxisproperties.ui             |  195 ++++----
 src/qtbaxiswindow.cpp                |   56 +--
 src/qtbaxiswindow.h                  |   33 +-
 src/qtbbrush.cpp                     |   28 +-
 src/qtbbrush.h                       |   28 +-
 src/qtbchangelegend.cpp              |   40 +-
 src/qtbchangelegend.h                |   30 +-
 src/qtbcircleviewer.cpp              |   28 +-
 src/qtbcircleviewer.h                |   28 +-
 src/qtbcolorbutton.cpp               |   21 +-
 src/qtbcolorbutton.h                 |   21 +-
 src/qtbcolorpalettewidget.cpp        |   29 +-
 src/qtbcolorpalettewidget.h          |   28 +-
 src/qtbcoordtip.cpp                  |   28 +-
 src/qtbcoordtip.h                    |   28 +-
 src/qtbcurvebrowser.cpp              |  844 ----------------------------------
 src/qtbcurvebrowser.h                |  113 -----
 src/qtbcurvebrowser.ui               |  282 ------------
 src/qtbdynline.cpp                   |  193 ++++++---
 src/qtbdynline.h                     |  115 ++++--
 src/qtbdynnameline.cpp               |  118 +++---
 src/qtbdynnameline.h                 |   95 +++--
 src/qtbdynxycolorlines.cpp           |  307 +++++--------
 src/qtbdynxycolorlines.h             |  140 +++----
 src/qtbgraphcontent.cpp              |  128 +++--
 src/qtbgraphcontent.h                |   68 +--
 src/qtbgraphcontentlayer.cpp         |   28 +-
 src/qtbgraphcontentlayer.h           |   28 +-
 src/qtbgraphcontentproperties.cpp    |   28 +-
 src/qtbgraphcontentproperties.h      |   28 +-
 src/qtbgraphicobject.cpp             |   30 +-
 src/qtbgraphicobject.h               |   30 +-
 src/qtbgraphicobjectproperties.cpp   |   28 +-
 src/qtbgraphicobjectproperties.h     |   28 +-
 src/qtbgraphicsheet.cpp              |   29 +-
 src/qtbgraphicsheet.h                |   30 +-
 src/qtbgraphicsheetmenu.cpp          |   34 +-
 src/qtbgraphicsheetmenu.h            |   28 +-
 src/qtbgridplot.cpp                  |   28 +-
 src/qtbgridplot.h                    |   28 +-
 src/qtbgridviewer.cpp                |   28 +-
 src/qtbgridviewer.h                  |   28 +-
 src/qtbhorizontalaxis.cpp            |  200 ++++----
 src/qtbhorizontalaxis.h              |   30 +-
 src/qtbimagelayer.cpp                |   28 +-
 src/qtbimagelayer.h                  |   28 +-
 src/qtbimagewidget.cpp               |   28 +-
 src/qtbimagewidget.h                 |   28 +-
 src/qtbimportascii.cpp               |   78 ----
 src/qtbimportascii.h                 |   47 --
 src/qtbimportascii.ui                |  467 -------------------
 src/qtbirregulargrid2dplot.cpp       |   28 +-
 src/qtbirregulargrid2dplot.h         |   28 +-
 src/qtblegend.cpp                    |   28 +-
 src/qtblegend.h                      |   28 +-
 src/qtblegenditem.cpp                |   28 +-
 src/qtblegenditem.h                  |   28 +-
 src/qtblegenditemwidget.cpp          |   28 +-
 src/qtblegenditemwidget.h            |   28 +-
 src/qtblegendtable.cpp               |   57 +--
 src/qtblegendtable.h                 |   36 +-
 src/qtblivegridlayer.cpp             |   21 +-
 src/qtblivegridlayer.h               |   21 +-
 src/qtbordertip.cpp                  |   28 +-
 src/qtbordertip.h                    |   28 +-
 src/qtbpagelimit.cpp                 |   28 +-
 src/qtbpagelimit.h                   |   28 +-
 src/qtbpaletteeditor.cpp             |   28 +-
 src/qtbpaletteeditor.h               |   28 +-
 src/qtbpalettetable.cpp              |   28 +-
 src/qtbpalettetable.h                |   28 +-
 src/qtbparallelband.cpp              |   28 +-
 src/qtbparallelband.h                |   28 +-
 src/qtbparallelbands.cpp             |   28 +-
 src/qtbparallelbands.h               |   30 +-
 src/qtbpen.cpp                       |   28 +-
 src/qtbpen.h                         |   28 +-
 src/qtbpointproperties.cpp           |   28 +-
 src/qtbpointproperties.h             |   28 +-
 src/qtbpolargridplot.cpp             |   32 +-
 src/qtbpolargridplot.h               |   28 +-
 src/qtbresample.cpp                  |   28 +-
 src/qtbresample.h                    |   28 +-
 src/qtbscale.cpp                     |   37 +--
 src/qtbscale.h                       |   25 +-
 src/qtbscifigsplugin.cpp             |   21 +-
 src/qtbscifigsplugin.h               |   21 +-
 src/qtbscifigspreferences.cpp        |   21 +-
 src/qtbscifigspreferences.h          |   21 +-
 src/qtbselectionwidget.cpp           |   28 +-
 src/qtbselectionwidget.h             |   28 +-
 src/qtbsymbol.cpp                    |   28 +-
 src/qtbsymbol.h                      |   28 +-
 src/qtbtabgrideditproperties.cpp     |   28 +-
 src/qtbtabgrideditproperties.h       |   28 +-
 src/qtbtabimagelayerproperties.cpp   |   23 +-
 src/qtbtabimagelayerproperties.h     |   23 +-
 src/qtbtabpaletteproperties.cpp      |   28 +-
 src/qtbtabpaletteproperties.h        |   28 +-
 src/qtbtabtexteditproperties.cpp     |   28 +-
 src/qtbtabtexteditproperties.h       |   28 +-
 src/qtbtabxycolorlinesproperties.cpp |   28 +-
 src/qtbtabxycolorlinesproperties.h   |   28 +-
 src/qtbtabxynameplotproperties.cpp   |   30 +-
 src/qtbtabxynameplotproperties.h     |   28 +-
 src/qtbtabxyplotproperties.cpp       |   28 +-
 src/qtbtabxyplotproperties.h         |   28 +-
 src/qtbtextedit.cpp                  |   28 +-
 src/qtbtextedit.h                    |   28 +-
 src/qtbverticalaxis.cpp              |  244 +++++-----
 src/qtbverticalaxis.h                |   30 +-
 src/qtbxmlscifigs.cpp                |   21 +-
 src/qtbxmlscifigs.h                  |   21 +-
 src/qtbxycolorlines.cpp              |   28 +-
 src/qtbxycolorlines.h                |   28 +-
 src/qtbxycolorplot.cpp               |   30 +-
 src/qtbxycolorplot.h                 |   30 +-
 src/qtbxynameplot.cpp                |  159 +++----
 src/qtbxynameplot.h                  |   93 ++---
 src/qtbxyplot.cpp                    |   30 +-
 src/qtbxyplot.h                      |   30 +-
 src/qtbxyvaluelines.cpp              |   24 +-
 src/qtbxyvaluelines.h                |   23 +-
 src/qtbxyvalueplot.cpp               |   25 +-
 src/qtbxyvalueplot.h                 |   21 +-
 src/scifigs.cpp                      |   28 +-
 src/scifigs.h                        |   28 +-
 src/scifigsdllexport.h               |   30 +-
 138 files changed, 2089 insertions(+), 6924 deletions(-)

commit f60584947632035f3a2fe5ad898b61978246eecb
Author: marc <marc>
Date:   Mon Sep 4 15:00:24 2006 +0000

    Follow changed to QtbSettings::printSetup()

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

commit c43e2e8828a0adda2cc791ba2aeadaa2cc4ffea8
Author: marc <marc>
Date:   Fri Aug 18 08:41:39 2006 +0000

    *** empty log message ***

 lang/scifigs.de.ts |    3 ---
 lang/scifigs.es.ts |    3 ---
 lang/scifigs.it.ts |    3 ---
 3 files changed, 0 insertions(+), 9 deletions(-)

commit b7f2c2f13743fa1c1d6c70df1fe7f8cbb51e81c3
Author: marc <marc>
Date:   Wed Aug 16 12:11:42 2006 +0000

    Merging sesarray-2_0_0-beta-patch branch

 lang/scifigs.de.ts                |   96 ++---
 lang/scifigs.es.ts                |   96 ++---
 lang/scifigs.fr.ts                |   93 +---
 lang/scifigs.it.ts                |   96 ++---
 src/images/fileopen.png           |  Bin 2402 -> 0 bytes
 src/images/fileopen4.png          |  Bin 0 -> 2402 bytes
 src/images/filesave.png           |  Bin 1980 -> 0 bytes
 src/images/filesave4.png          |  Bin 0 -> 1980 bytes
 src/qtbaxis.cpp                   |  993 ++++++++++++++++++++++---------------
 src/qtbaxis.h                     |  246 +++++-----
 src/qtbaxisint.cpp                |  201 --------
 src/qtbaxisint.h                  |  126 -----
 src/qtbaxisproperties.cpp         |   46 +-
 src/qtbaxisproperties.h           |    6 +-
 src/qtbaxiswindow.cpp             |  679 +++++++++++++------------
 src/qtbaxiswindow.h               |   74 ++--
 src/qtbaxiswindowint.cpp          |   71 ---
 src/qtbaxiswindowint.h            |   64 ---
 src/qtbchangelegend.cpp           |   12 +-
 src/qtbcircleviewer.cpp           |   96 ++++-
 src/qtbcircleviewer.h             |   22 +-
 src/qtbcircleviewerint.cpp        |  116 -----
 src/qtbcircleviewerint.h          |   54 --
 src/qtbcolorpalettewidget.cpp     |   84 ++--
 src/qtbcolorpalettewidget.h       |   49 ++-
 src/qtbcolorpalettewidgetint.cpp  |   60 ---
 src/qtbcolorpalettewidgetint.h    |   78 ---
 src/qtbcoordtip.cpp               |   10 +-
 src/qtbcurvebrowser.cpp           |   34 +-
 src/qtbdynline.cpp                |    3 +-
 src/qtbdynline.h                  |    3 +-
 src/qtbdynnameline.h              |    3 +-
 src/qtbdynxycolorlines.cpp        |  121 +++++-
 src/qtbdynxycolorlines.h          |   24 +-
 src/qtbdynxycolorlinesint.cpp     |  143 ------
 src/qtbdynxycolorlinesint.h       |   60 ---
 src/qtbgraphcontent.cpp           |  405 +++++++++-------
 src/qtbgraphcontent.h             |  173 +++-----
 src/qtbgraphcontentint.cpp        |   89 ----
 src/qtbgraphcontentint.h          |   70 ---
 src/qtbgraphcontentlayer.cpp      |   25 +-
 src/qtbgraphcontentlayer.h        |   26 +-
 src/qtbgraphcontentlayerint.cpp   |   29 --
 src/qtbgraphcontentlayerint.h     |   59 ---
 src/qtbgraphcontentproperties.cpp |   13 +-
 src/qtbgraphicobject.cpp          |  108 +++--
 src/qtbgraphicobject.h            |   57 ++-
 src/qtbgraphicobjectint.cpp       |   82 ---
 src/qtbgraphicobjectint.h         |  108 ----
 src/qtbgraphicsheet.cpp           |  243 ++++++++--
 src/qtbgraphicsheet.h             |  249 +++++-----
 src/qtbgraphicsheetint.cpp        |  139 ------
 src/qtbgraphicsheetint.h          |   78 ---
 src/qtbgraphicsheetmenu.cpp       |   54 +--
 src/qtbgraphicsheetmenu.h         |    3 +-
 src/qtbgridplot.cpp               |    5 +-
 src/qtbgridplot.h                 |    7 +-
 src/qtbgridplotint.cpp            |   30 --
 src/qtbgridplotint.h              |   56 --
 src/qtbgridviewer.cpp             |  129 +++---
 src/qtbgridviewer.h               |   10 +-
 src/qtbgridviewerint.cpp          |   50 --
 src/qtbgridviewerint.h            |   50 --
 src/qtbhorizontalaxis.cpp         |  103 ++---
 src/qtbhorizontalaxis.h           |   15 +-
 src/qtbimagelayer.cpp             |  370 +++++++-------
 src/qtbimagelayer.h               |   14 +-
 src/qtbimagelayerint.cpp          |   29 --
 src/qtbimagelayerint.h            |   64 ---
 src/qtbimagewidget.cpp            |   29 +-
 src/qtbimagewidget.h              |   17 +-
 src/qtbimagewidgetint.cpp         |   43 --
 src/qtbimagewidgetint.h           |   62 ---
 src/qtbirregulargrid2dplot.cpp    |   48 ++-
 src/qtbirregulargrid2dplot.h      |   10 +-
 src/qtbirregulargrid2dplotint.cpp |   49 --
 src/qtbirregulargrid2dplotint.h   |   50 --
 src/qtblivegridlayer.cpp          |    4 +-
 src/qtblivegridlayer.h            |    5 +-
 src/qtbpaletteeditor.cpp          |   16 +-
 src/qtbpalettetable.cpp           |    6 +-
 src/qtbparallelbands.cpp          |   35 +-
 src/qtbparallelbands.h            |   25 +-
 src/qtbparallelbandsint.cpp       |   50 --
 src/qtbparallelbandsint.h         |   58 ---
 src/qtbpolargridplot.cpp          |    6 +-
 src/qtbscale.cpp                  |  204 ++++++++
 src/qtbscale.h                    |  151 ++++++
 src/qtbscifigsint.cpp             |  145 ------
 src/qtbscifigsint.h               |   60 ---
 src/qtbscifigspreferences.cpp     |    4 +-
 src/qtbscifigspreferences.h       |    7 +-
 src/qtbtextedit.cpp               |   29 +-
 src/qtbtextedit.h                 |   17 +-
 src/qtbtexteditint.cpp            |   29 --
 src/qtbtexteditint.h              |   73 ---
 src/qtbuserinterface.cpp          |   93 ----
 src/qtbuserinterface.h            |   56 --
 src/qtbverticalaxis.cpp           |  460 ++++++++---------
 src/qtbverticalaxis.h             |   15 +-
 src/qtbxmlscifigs.cpp             |  162 ++++++
 src/qtbxmlscifigs.h               |   59 +++
 src/qtbxycolorlines.cpp           |   94 +++-
 src/qtbxycolorlines.h             |   19 +-
 src/qtbxycolorlinesint.cpp        |  109 ----
 src/qtbxycolorlinesint.h          |   60 ---
 src/qtbxycolorplot.cpp            |   42 ++-
 src/qtbxycolorplot.h              |   13 +-
 src/qtbxycolorplotint.cpp         |   82 ---
 src/qtbxycolorplotint.h           |   60 ---
 src/qtbxynameplot.cpp             |   24 +-
 src/qtbxynameplot.h               |   13 +-
 src/qtbxynameplotint.cpp          |   44 --
 src/qtbxynameplotint.h            |   58 ---
 src/qtbxyplot.cpp                 |   44 ++-
 src/qtbxyplot.h                   |   10 +-
 src/qtbxyvaluelines.cpp           |   61 ++-
 src/qtbxyvaluelines.h             |   12 +-
 src/qtbxyvaluelinesint.cpp        |   95 ----
 src/qtbxyvaluelinesint.h          |   65 ---
 src/qtbxyvalueplot.cpp            |   56 ++-
 src/qtbxyvalueplot.h              |   16 +-
 src/qtbxyvalueplotint.cpp         |  100 ----
 src/qtbxyvalueplotint.h           |   62 ---
 src/scifigs.cpp                   |  152 ++++---
 src/scifigs.h                     |    4 +-
 126 files changed, 4095 insertions(+), 6078 deletions(-)

commit a52bbbb440bd15b4ea2b61088e74eeec9e0abb29
Author: marc <marc>
Date:   Thu Jun 15 16:51:04 2006 +0000

    Version 1.0.0-beta

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

commit 8eac51848e6361c778e71bcfc2f2a6e9f26762da
Author: marc <marc>
Date:   Thu Jun 15 15:47:22 2006 +0000

    Default pen width is 0.3

 src/qtbpen.h |  187 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 94 insertions(+), 93 deletions(-)

commit 59e536972377cc8aeb415e024e2c142b6a8ef0f3
Author: marc <marc>
Date:   Thu Jun 15 14:02:02 2006 +0000

    Amazing, under Mac, the rectangle around content is not postionned in the same way, just a tricky solve, but it works

 src/qtbgraphcontent.cpp  |    6 +++++-
 src/qtbgraphicobject.cpp |    5 +++--
 2 files changed, 8 insertions(+), 3 deletions(-)

commit 5cef9f5edd2b9d98d164a7d05ae63bd8aa6aac47
Author: marc <marc>
Date:   Wed Jun 14 13:57:59 2006 +0000

    Version 1.0.0-snapshot-20060614

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

commit cc325da26861c8c3daecfec51900ee4811aba65d
Author: marc <marc>
Date:   Tue Jun 13 17:12:21 2006 +0000

    Bug fixed for loading plugins (linked to new NSIS installation under Windows)

 src/qtbscifigsplugin.cpp |    6 ++----
 src/scifigs.cpp          |   10 +++++-----
 2 files changed, 7 insertions(+), 9 deletions(-)

commit 4baf84afddae5c20b50db5d0ca7616229997b5bd
Author: marc <marc>
Date:   Tue Jun 13 17:00:03 2006 +0000

    Image file format corrected according to Qt 4 available formats

 src/qtbgraphicobject.cpp |    6 ++----
 src/scifigs.cpp          |    5 ++---
 2 files changed, 4 insertions(+), 7 deletions(-)

commit 9ad1866d27cefa1da87205764a49460c3d58c538
Author: marc <marc>
Date:   Tue Jun 13 11:00:41 2006 +0000

    *** empty log message ***

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

commit 01733b05ef26680ad2bb6a3d95fa7ceb1f9fcd37
Author: marc <marc>
Date:   Mon Jun 12 16:29:41 2006 +0000

    Attempt to fix the "export image" bug under Windows

 src/qtbgraphicobject.cpp |   12 +-
 src/qtbgraphicsheet.cpp  |  977 ++++++++++++++++++++++++++--------------------
 2 files changed, 554 insertions(+), 435 deletions(-)

commit 0ff4db508a045e17dd50b256e1ddcd3dc4be721c
Author: marc <marc>
Date:   Sun Jun 4 21:30:48 2006 +0000

    Version 1.0.0-snapshot-20060604

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

commit 54bb31185e0e9413d9b52020106a2be3eaaad038
Author: marc <marc>
Date:   Sun Jun 4 21:25:05 2006 +0000

    Bug fixed for palette and legend color buttons

 src/qtbcolorbutton.cpp  |   48 +++++++++++++++++++++++++++++++++++++++++++
 src/qtbcolorbutton.h    |   52 +++++++++++++++++++++++++++++++++++++++++++++++
 src/qtblegendtable.cpp  |   43 ++++++++++++++++++--------------------
 src/qtblegendtable.h    |   10 ++++----
 src/qtbpalettetable.cpp |   28 ++++++++++--------------
 src/qtbpalettetable.h   |    7 ++---
 6 files changed, 140 insertions(+), 48 deletions(-)

commit 5259308b1017382b4acebd3ec2e2eb999484c10a
Author: marc <marc>
Date:   Fri Jun 2 16:22:39 2006 +0000

    *** empty log message ***

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

commit d37ec0e0e18d0e6403c68b3e28f4845e921d702c
Author: marc <marc>
Date:   Fri Jun 2 07:57:51 2006 +0000

    *** empty log message ***

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

commit 39559b5b536bc174b51de8b19299fdfaa6a141b0
Author: marc <marc>
Date:   Thu Jun 1 09:17:45 2006 +0000

    Bug fixed when printing test labels
    New feature: anchor for all graphic objects (allows to perfectly align any objects even if size depends upon media, occurs when size depends upon font scaling)

 src/qtbaxiswindow.cpp              |   11 +-
 src/qtbgraphicobject.cpp           |   79 +++++--
 src/qtbgraphicobject.h             |   55 +++--
 src/qtbgraphicobjectint.cpp        |   26 +++-
 src/qtbgraphicobjectint.h          |   13 +-
 src/qtbgraphicobjectproperties.cpp |   96 ++++++---
 src/qtbgraphicobjectproperties.h   |   46 +++--
 src/qtbgraphicobjectproperties.ui  |   68 +++++--
 src/qtbgraphicsheet.cpp            |   22 +-
 src/qtbgraphicsheetmenu.cpp        |    9 +-
 src/qtbhorizontalaxis.cpp          |  406 ++++++++++++++++++------------------
 src/qtbimagewidget.cpp             |    4 +-
 src/qtbtextedit.cpp                |    9 +-
 src/qtbverticalaxis.cpp            |    6 +-
 14 files changed, 492 insertions(+), 358 deletions(-)

commit e5df6acf758879aab433f21eb39faccc3624d6f5
Author: marc <marc>
Date:   Tue May 30 15:32:29 2006 +0000

    Bug fixed: wrong vertical axis width computation when exporting as image

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

commit 8cd4cdb898ff6fc777234b5332379099f38b008b
Author: marc <marc>
Date:   Sat May 27 04:02:02 2006 +0000

    Version 1.0.0-snapshot-20060527

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

commit 4064e2253377fc219aba06447f367fcea08fdf7b
Author: marc <marc>
Date:   Sat May 20 04:03:33 2006 +0000

    Version 1.0.0-snapshot-20060520

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

commit 414f94e7394683870249075083340b7e9fe84a5e
Author: marc <marc>
Date:   Fri May 19 20:46:48 2006 +0000

    *** empty log message ***

 lang/scifigs.de.ts |    7 +++++++
 lang/scifigs.es.ts |    7 +++++++
 lang/scifigs.fr.ts |    7 +++++++
 lang/scifigs.it.ts |    7 +++++++
 4 files changed, 28 insertions(+), 0 deletions(-)

commit 7722a1d6ca85e534bd972a6f6aa936dbf002ec47
Author: marc <marc>
Date:   Tue May 16 17:07:09 2006 +0000

    Imporvement of QtbDynXYColorLines interface
    Possibility to retrieve QtbDynLine pointers

 src/qtbcurvebrowser.cpp        |   10 ++--
 src/qtbdynline.h               |    3 +-
 src/qtbdynxycolorlines.cpp     |   56 +++++++++++------------
 src/qtbdynxycolorlines.h       |   85 ++++++++++++----------------------
 src/qtbdynxycolorlinesint.cpp  |   24 +++++-----
 src/qtbgridplot.cpp            |    3 +-
 src/qtbgridplot.h              |    4 +-
 src/qtbirregulargrid2dplot.cpp |    4 +-
 src/qtblivegridlayer.cpp       |   99 ++++++++++++++++++++++++++++++++++++++++
 src/qtblivegridlayer.h         |   52 +++++++++++++++++++++
 src/qtbxynameplot.cpp          |    4 +-
 src/qtbxynameplot.h            |   14 ++----
 12 files changed, 239 insertions(+), 119 deletions(-)

commit 9582222c27ee9bc18e5bef67ef0ce824b2761480
Author: marc <marc>
Date:   Sat May 13 04:02:01 2006 +0000

    Version 1.0.0-snapshot-20060513

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

commit 5bda58434db24727abf0c98a4c12337064369278
Author: marc <marc>
Date:   Wed May 10 16:43:09 2006 +0000

    Version 1.0.0-snapshot-20060510

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

commit 8352b268c4727b122068e4bc79fe4b9e6580df00
Author: marc <marc>
Date:   Wed May 10 16:20:51 2006 +0000

    DLL export missing for screenResolution

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

commit a0b56d9728886aa08454317550083905f33fab93
Author: marc <marc>
Date:   Tue May 9 15:59:23 2006 +0000

    Version 1.0.0-snapshot-20060509

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

commit bc3ff0f6496ea6785057d057e9ab45780b090dc5
Author: marc <marc>
Date:   Sat May 6 04:03:16 2006 +0000

    Version 1.0.0-snapshot-20060506

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

commit dfd00b225cad4b4efb43ba809fc07eb30ce8888d
Author: marc <marc>
Date:   Fri May 5 17:45:10 2006 +0000

    Version 1.0.0-snapshot-20060505

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

commit 02184b16d0ef2f7875224ba4a502cfc79a7170f3
Author: marc <marc>
Date:   Fri May 5 15:33:59 2006 +0000

    Bug fixed for quick resize and multi-layer updates

 src/qtbgraphcontent.cpp |   31 +++++++++++++++++++------------
 src/qtbgraphcontent.h   |    3 ++-
 src/scifigs.cpp         |    3 ++-
 src/scifigs.h           |    3 +--
 4 files changed, 24 insertions(+), 16 deletions(-)

commit 359e1910cc2680ab2b0958ef08a42cd65ec04234
Author: marc <marc>
Date:   Wed May 3 13:42:38 2006 +0000

    syntax error for Qtb::screenResolution

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

commit 70fa5d858d0cf1ea85a2e383e949001f7d975aed
Author: marc <marc>
Date:   Tue May 2 15:08:44 2006 +0000

    Version 1.0.0-snapshot-20060502

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

commit 16fe81c77e46dac5e7fa700c27dee0b546b46152
Author: marc <marc>
Date:   Tue May 2 14:52:37 2006 +0000

    *** empty log message ***

 lang/scifigs.de.ts |   13 +------------
 lang/scifigs.es.ts |   13 +------------
 lang/scifigs.fr.ts |    6 +++---
 lang/scifigs.it.ts |   13 +------------
 4 files changed, 6 insertions(+), 39 deletions(-)

commit fe972cbb8f03078a4bba338d4be25cb8a36d6239
Author: marc <marc>
Date:   Sat Apr 29 04:03:24 2006 +0000

    Version 1.0.0-snapshot-20060429

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

commit 034a2e25b58acc4cbc44eb01ed61e8c4617970f8
Author: marc <marc>
Date:   Fri Apr 28 15:27:53 2006 +0000

    QtbAxis::effRversed() is now public
    New up to date and complete example for QtbAxisWindow documentation
    QtbGraphContentLayer::updatePixelMap and printData replaced by paintData
    Revised incremental painting for QtbGraphContent
    New function deepUpdate() for QtbGraphContentLayer with starts the incremental painting
    Opaque painting for all QtbGraphicObject (mask fixes)
    Qtb::screenResolution moved to scifigs.h
    New smooth() option for QtbGridPlot (XML properties)

 lang/scifigs.de.ts               |    4 +
 lang/scifigs.es.ts               |    4 +
 lang/scifigs.fr.ts               |    4 +
 lang/scifigs.it.ts               |    4 +
 src/qtbaxis.h                    |   12 +-
 src/qtbaxiswindow.cpp            |   82 ++++---
 src/qtbaxiswindow.h              |    3 +-
 src/qtbaxiswindowint.cpp         |   84 +++----
 src/qtbcircleviewer.cpp          |    9 +-
 src/qtbcircleviewer.h            |    5 +-
 src/qtbcircleviewerint.cpp       |   14 +-
 src/qtbdynline.h                 |    4 +-
 src/qtbdynnameline.cpp           |   22 +-
 src/qtbdynxycolorlines.cpp       |   15 +-
 src/qtbdynxycolorlines.h         |   11 +-
 src/qtbgraphcontent.cpp          |   91 +++----
 src/qtbgraphcontent.h            |    3 +-
 src/qtbgraphcontentlayer.cpp     |  145 +++++------
 src/qtbgraphcontentlayer.h       |   10 +-
 src/qtbgraphicobject.cpp         |   12 +-
 src/qtbgraphicobject.h           |    9 +-
 src/qtbgridplot.cpp              |    3 +-
 src/qtbgridplot.h                |    6 +-
 src/qtbgridplotint.cpp           |   30 +++
 src/qtbgridplotint.h             |   56 ++++
 src/qtbgridviewer.cpp            |    9 +-
 src/qtbgridviewer.h              |    6 +-
 src/qtbgridviewerint.cpp         |    5 +-
 src/qtbgridviewerint.h           |   10 +-
 src/qtbhorizontalaxis.cpp        |    3 +-
 src/qtbimagelayer.cpp            |    4 +-
 src/qtbimagelayer.h              |    4 +-
 src/qtbirregulargrid2dplot.cpp   |  519 ++++++++++++++++++++++++++++----------
 src/qtbirregulargrid2dplot.h     |   29 ++-
 src/qtbirregulargrid2dplotint.h  |   15 +-
 src/qtblegend.cpp                |  438 +++++++++++++++++---------------
 src/qtblegend.h                  |  105 ++++----
 src/qtbpalettetable.cpp          |    4 +-
 src/qtbparallelbands.cpp         |   10 +-
 src/qtbparallelbands.h           |    8 +-
 src/qtbpolargridplot.cpp         |   13 +-
 src/qtbpolargridplot.h           |    6 +-
 src/qtbscifigsplugin.cpp         |    4 +-
 src/qtbtabgrideditproperties.cpp |    4 +-
 src/qtbtabgrideditproperties.ui  |   48 +---
 src/qtbverticalaxis.cpp          |    3 +-
 src/qtbxycolorlines.cpp          |  118 +++------
 src/qtbxycolorlines.h            |   18 +-
 src/qtbxycolorplot.cpp           |   33 +---
 src/qtbxycolorplot.h             |   64 +++---
 src/qtbxynameplot.cpp            |    6 +-
 src/qtbxynameplot.h              |   10 +-
 src/qtbxyplot.cpp                |   34 +--
 src/qtbxyplot.h                  |   96 ++++----
 src/qtbxyvaluelines.cpp          |   82 ++-----
 src/qtbxyvaluelines.h            |    9 +-
 src/qtbxyvalueplot.cpp           |   34 +---
 src/qtbxyvalueplot.h             |   26 +-
 src/scifigs.cpp                  |   29 ++-
 src/scifigs.h                    |    6 +-
 60 files changed, 1315 insertions(+), 1139 deletions(-)

commit 2fe8b451c17aa1fad8f450d3c9a3ead186ca6bdc
Author: marc <marc>
Date:   Sat Apr 22 04:03:06 2006 +0000

    Version 1.0.0-snapshot-20060422

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

commit ce268355cb9be9a63598a0f896377ca5bc07eb7a
Author: marc <marc>
Date:   Sat Apr 15 04:03:03 2006 +0000

    Version 1.0.0-snapshot-20060415

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

commit ca85ba91625b21e5eaf53b2a79ac6925126c995e
Author: marc <marc>
Date:   Mon Apr 10 15:57:15 2006 +0000

    Version 1.0.0-snapshot-20060410

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

commit a5b2f3a3657727c1abb1c4b009389b72cf4f39a3
Author: marc <marc>
Date:   Mon Apr 10 07:25:06 2006 +0000

    Bug fixed in setting Y origin of picture

 src/qtbimagelayer.cpp             |    4 ++--
 src/qtbtabimagelayerproperties.ui |    8 ++++++++
 2 files changed, 10 insertions(+), 2 deletions(-)

commit b55d4c5c69e4006909d80ad95b491d0b224cc380
Author: marc <marc>
Date:   Fri Apr 7 08:52:00 2006 +0000

    Version 1.0.0-snapshot-20060407

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

commit 1dfe628e0491c9fe017bbc62bd393e9278384378
Author: marc <marc>
Date:   Wed Apr 5 13:17:06 2006 +0000

    Version 1.0.0-snapshot-20060405

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

commit 5d7d5383273ccbe5e2e85808a0c75ee2c1448bb1
Author: marc <marc>
Date:   Wed Apr 5 10:33:36 2006 +0000

    Bug fixed foir QtbGraphicObject: no more multiple "addAction" for context menu
    New function for QtbXYValueLines to get the range of values

 src/qtbgraphicobject.cpp |    4 ++--
 src/qtbxyvaluelines.cpp  |   12 +++++++++++-
 src/qtbxyvaluelines.h    |    3 ++-
 3 files changed, 15 insertions(+), 4 deletions(-)

commit f4813a44c724ccc5571ce46b8fbb8a743de1c79c
Author: marc <marc>
Date:   Tue Apr 4 17:43:49 2006 +0000

    Version 1.0.0-snapshot-20060404

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

commit 853cbc29f08fcbddaeca0de9bd0f13e6257958ec
Author: marc <marc>
Date:   Tue Apr 4 17:35:25 2006 +0000

    New system for messaging (including "show again option")

 src/qtbaxis.cpp            |   10 +++++-----
 src/qtbcurvebrowser.cpp    |   22 +++++++++++-----------
 src/qtbgraphcontentint.cpp |   10 +++++-----
 src/qtbgraphicobject.cpp   |    6 +++---
 src/qtbgraphicsheet.cpp    |    4 ++--
 src/qtbgraphicsheetint.cpp |    6 +++---
 6 files changed, 29 insertions(+), 29 deletions(-)

commit 87f7bc8067f6c863cd58770ac20b64decba4524a
Author: marc <marc>
Date:   Mon Apr 3 06:33:06 2006 +0000

    Version 1.0.0-snapshot-20060403

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

commit 5031b11e839c5ba29dba3c5ba8d27bb1d4effedb
Author: marc <marc>
Date:   Sun Apr 2 16:30:02 2006 +0000

    Version 1.0.0-snapshot-20060402

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

commit 12f8c0edf25c199218c36f51ce08181667a78aa9
Author: marc <marc>
Date:   Sun Apr 2 16:23:13 2006 +0000

    Fixed double buffering for graph content

 src/qtbgraphcontent.cpp |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

commit ce157d1779edf084c9329f3cf1cdaaf0b7619984
Author: marc <marc>
Date:   Sun Apr 2 15:31:05 2006 +0000

    Double buffering for garnish painting

 src/qtbgraphcontent.cpp      |   12 +++++++++---
 src/qtbgraphcontentlayer.cpp |    4 ++--
 src/qtbgraphcontentlayer.h   |    4 ++--
 src/qtbxycolorplotint.cpp    |    4 ++--
 4 files changed, 15 insertions(+), 9 deletions(-)

commit 3448e7f815f9c53ec81ef4f5ca031fd1aa8d5fe1
Author: marc <marc>
Date:   Sat Apr 1 04:04:42 2006 +0000

    Version 1.0.0-snapshot-20060401

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

commit 1c392a4ffb54f974183dc74f314978ad6439c8df
Author: marc <marc>
Date:   Thu Mar 30 10:58:54 2006 +0000

    Some refresh for the online documentation

 doc/Doxyfile                |    2 +-
 src/qtbaxis.cpp             |   48 ++++++++++++++++------------
 src/qtbaxiswindow.cpp       |   26 ++++++++--------
 src/qtbaxiswindowint.cpp    |    4 +-
 src/qtbgraphicobject.cpp    |    7 +---
 src/qtbgraphicobjectint.cpp |    4 +-
 src/qtbgraphicsheetint.cpp  |    4 +-
 src/qtbimagewidgetint.cpp   |    4 +-
 src/qtbtextedit.cpp         |    6 ++--
 src/qtbtextedit.h           |    6 ++--
 src/scifigs.cpp             |   73 +++++++++++++++---------------------------
 11 files changed, 83 insertions(+), 101 deletions(-)

commit 277b8e0725283a746796b546e48e086e210da7e6
Author: marc <marc>
Date:   Mon Mar 27 17:58:52 2006 +0000

    Version 1.0.0-snapshot-20060327

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

commit 7ac976398f57183b7c91fb7a25052d98a65e971f
Author: marc <marc>
Date:   Sat Mar 25 04:02:16 2006 +0000

    Version 1.0.0-snapshot-20060325

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

commit 8bf5fb71031e49a9207bf2ee7a2af5aab8dd8b4d
Author: marc <marc>
Date:   Fri Mar 24 18:15:07 2006 +0000

    *** empty log message ***

 lang/scifigs.de.ts |    3 ---
 lang/scifigs.es.ts |    3 ---
 lang/scifigs.fr.ts |    3 ---
 lang/scifigs.it.ts |    3 ---
 4 files changed, 0 insertions(+), 12 deletions(-)

commit c8a77c596a30b03b193b2fe43a0a23a2def761a6
Author: marc <marc>
Date:   Fri Mar 24 09:30:16 2006 +0000

    Version 1.0.0-snapshot-20060318

 src/qtbscifigsplugin.cpp      |   67 +++++++++
 src/qtbscifigsplugin.h        |   50 +++++++
 src/qtbscifigspreferences.cpp |  119 ++++++++++++++++
 src/qtbscifigspreferences.h   |   54 ++++++++
 src/qtbscifigspreferences.ui  |  299 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 589 insertions(+), 0 deletions(-)

commit bb3f06afe49c77874bea95072f9d4020b45dd12b
Author: marc <marc>
Date:   Fri Mar 24 09:22:56 2006 +0000

    Some global functions included in Qtb namespace
    New feature: plugin system for Scifigs (linked with new portable layer for signal viewer from GEopsy

 lang/scifigs.de.ts            |   65 +++++++++++++++++++++++++++++++++++++++++
 lang/scifigs.es.ts            |   65 +++++++++++++++++++++++++++++++++++++++++
 lang/scifigs.fr.ts            |   65 +++++++++++++++++++++++++++++++++++++++++
 lang/scifigs.it.ts            |   65 +++++++++++++++++++++++++++++++++++++++++
 src/qtbdynxycolorlinesint.cpp |    7 ++--
 src/qtbgraphcontent.cpp       |    3 +-
 src/qtbgraphicobject.h        |    4 +-
 src/qtbgraphicsheet.cpp       |   25 ++++++++++++++-
 src/qtbgraphicsheet.h         |    5 ++-
 src/scifigs.cpp               |   60 +++++++++++++++++++++++++++++++++++--
 src/scifigs.h                 |   13 ++++++--
 11 files changed, 359 insertions(+), 18 deletions(-)

commit 3c3aecb4a4b22755fcbb30f229715b685cfb06cc
Author: marc <marc>
Date:   Mon Mar 20 14:04:48 2006 +0000

    Bug "cannot export to jpeg, png, ..." under Windows probably solved (to be checked). The image format was never extracted from registry correctly (missing prefix "filter-")

 src/qtbgraphicobject.cpp |   77 +++++++++++++++++++++++----------------------
 src/qtbgraphicsheet.cpp  |    7 ++--
 2 files changed, 42 insertions(+), 42 deletions(-)

commit 54a43198b0d14a865abcfbfea36ea009c83f6ae2
Author: marc <marc>
Date:   Sat Mar 18 03:03:14 2006 +0000

    Version 1.0.0-snapshot-20060318

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

commit 3576e0651008c1fba91c6e5143e9dd33cd11612c
Author: marc <marc>
Date:   Fri Mar 17 17:59:53 2006 +0000

    Obsolete link to Qt3Support

 src/qtbgraphcontentproperties.ui    |    1 -
 src/qtbgraphicobjectproperties.ui   |    1 -
 src/qtbimportascii.ui               |    1 -
 src/qtbpointproperties.ui           |    1 -
 src/qtbresample.ui                  |    1 -
 src/qtbtabgrideditproperties.ui     |    1 -
 src/qtbtabpaletteproperties.ui      |    1 -
 src/qtbtabtexteditproperties.ui     |    1 -
 src/qtbtabxycolorlinesproperties.ui |    1 -
 src/qtbtabxynameplotproperties.ui   |    1 -
 src/qtbtabxyplotproperties.ui       |    1 -
 11 files changed, 0 insertions(+), 11 deletions(-)

commit f82ca28e77ba23dec1f829cabef7df8652e83d07
Author: marc <marc>
Date:   Thu Mar 16 22:03:46 2006 +0000

    Bug fixed: _coordTip check if not null before use
    Debug message output for solving image save problem under Windows
    New function boundaryRect for IrregularGrid2DPlot

 src/qtbgraphcontent.cpp        |    3 ++-
 src/qtbgraphicsheet.cpp        |    6 ++++--
 src/qtbirregulargrid2dplot.cpp |   11 ++++++++++-
 src/qtbirregulargrid2dplot.h   |    3 ++-
 src/qtbxyvalueplot.h           |    7 ++++---
 5 files changed, 22 insertions(+), 8 deletions(-)

commit 7f00f5f2fa542986ebd2129e906dbda84126a18a
Author: marc <marc>
Date:   Tue Mar 14 20:37:51 2006 +0000

    Version 1.0.0-snapshot-20060314

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

commit bcc80e4edf3fc4e32e9b0605a8b390e05403c0c5
Author: marc <marc>
Date:   Mon Mar 13 22:43:21 2006 +0000

    Bug fixed in case of export of page from geopsy signal viewer

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

commit a67a0e97877caa5903979a96ed34790f36878d17
Author: marc <marc>
Date:   Mon Mar 13 12:35:06 2006 +0000

    Version 1.0.0-snapshot-20060313

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

commit 821237ec5d313f64f54392a621edb158014ec8c9
Author: marc <marc>
Date:   Sat Mar 11 03:03:14 2006 +0000

    Version 1.0.0-snapshot-20060311

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

commit 19cdd00f31083a314e3f850601149c29be0ceb73
Author: marc <marc>
Date:   Fri Mar 10 01:00:23 2006 +0000

    Bug fixed for QTableView defined in .ui : bug introduced by Qt 4.1.1, fixed by modification of ui files

 src/qtbcurvebrowser.ui           |   13 +++++--------
 src/qtbgraphcontentproperties.ui |    6 ++++--
 src/qtbpointproperties.ui        |    3 +++
 3 files changed, 12 insertions(+), 10 deletions(-)

commit cd45f24a866f18cf13229e75c489dd8085db3cb2
Author: marc <marc>
Date:   Thu Mar 9 19:01:56 2006 +0000

    String labels now saved to xml files
    New option to save a QtbGraphicObject directly to a .page file

 lang/scifigs.de.ts       |   17 +++
 lang/scifigs.es.ts       |   17 +++
 lang/scifigs.fr.ts       |   17 +++
 lang/scifigs.it.ts       |   17 +++
 src/qtbaxis.h            |  285 +++++++++++++++++++++++-----------------------
 src/qtbaxisint.cpp       |  172 +++++++++++++++++-----------
 src/qtbaxisint.h         |  143 ++++++++++++-----------
 src/qtbgraphcontent.cpp  |   11 ++-
 src/qtbgraphicobject.cpp |   23 ++++-
 src/qtbgraphicobject.h   |    3 +-
 src/qtbgraphicsheet.cpp  |    4 +-
 src/qtbscifigsint.cpp    |   14 ++-
 src/qtbscifigsint.h      |    8 +-
 13 files changed, 440 insertions(+), 291 deletions(-)

commit ab097bc133606420075a76a29b8b9f8ddbbd10e5
Author: marc <marc>
Date:   Sat Mar 4 03:01:53 2006 +0000

    Version 1.0.0-snapshot-20060304

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

commit cfa8635f2b82480f3a86482ae6e0c8366cd5418a
Author: marc <marc>
Date:   Sat Feb 25 03:03:01 2006 +0000

    Version 1.0.0-snapshot-20060225

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

commit 7293cd2fe70917c50dd328f51366c793c18ed29d
Author: marc <marc>
Date:   Sat Feb 18 03:02:08 2006 +0000

    Version 1.0.0-snapshot-20060218

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

commit 15901ddaf44098e5b6c0e851550f4a6e377535b9
Author: marc <marc>
Date:   Fri Feb 17 17:33:11 2006 +0000

    Bug fixed when irregular numbers are included on plots (inf, nan)

 src/qtbgraphcontent.cpp |   32 +++++++++++++++++---------------
 src/qtbgraphcontent.h   |    9 ++++++---
 2 files changed, 23 insertions(+), 18 deletions(-)

commit ecde65438d8fed13f60478692ab21f45cb461598
Author: marc <marc>
Date:   Tue Feb 14 16:51:55 2006 +0000

    Bug fixed when changing text font, text is not marked as changed automatically

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

commit 68b96bfadeef5fdb4efb13ae041994e20c624852
Author: marc <marc>
Date:   Mon Feb 13 17:56:01 2006 +0000

    *** empty log message ***

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

commit 59abc593d3e1f5df0a491d673258df9768bc71a6
Author: marc <marc>
Date:   Sat Feb 11 03:03:00 2006 +0000

    Version 1.0.0-snapshot-20060211

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

commit e03e1620ba8793cabc702ff0398bac630f07fde6
Author: marc <marc>
Date:   Wed Feb 8 20:42:43 2006 +0000

    Bug fixed: when modifying the axis font, the title is not considered as modified
    Bug fixed: Couldn't change the font of a QtbColorPaletteWidget

 src/qtbaxisproperties.cpp       |    4 +++-
 src/qtbcolorpalettewidget.cpp   |    6 ++----
 src/qtbtabpaletteproperties.cpp |   11 +++++++++--
 src/qtbtabpaletteproperties.h   |    5 ++++-
 4 files changed, 18 insertions(+), 8 deletions(-)

commit 62f32a1070a8e323dd9ad09265e679d7d2d06a9a
Author: marc <marc>
Date:   Mon Feb 6 17:47:27 2006 +0000

    Consiole message for screen resolution commented out

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

commit a78d6fd5e88bfc9691d79c357001d492e0d344d5
Author: marc <marc>
Date:   Sat Feb 4 03:03:02 2006 +0000

    Version 1.0.0-snapshot-20060204

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

commit 54f0347912edcdd5f2f7e29380ab41b03bf3375b
Author: marc <marc>
Date:   Wed Feb 1 22:30:10 2006 +0000

    Version 1.0.0-snapshot-20060201

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

commit 4c0f737d6fd5ec583c26b54bb6c9b644e1f1e90b
Author: marc <marc>
Date:   Tue Jan 31 13:22:15 2006 +0000

    Bug fixed for calculating geometry of axis for printing and exporting as image

 src/qtbaxiswindow.cpp       |   33 +++++++++++++++++----------------
 src/qtbaxiswindow.h         |    4 ++--
 src/qtbgraphcontent.cpp     |    4 ++--
 src/qtbgraphicobject.cpp    |   11 +++++------
 src/qtbgraphicobject.h      |    4 ++--
 src/qtbgraphicobjectint.cpp |    4 ++--
 src/qtbgraphicsheet.cpp     |    8 ++++----
 src/qtbhorizontalaxis.cpp   |    7 ++++++-
 8 files changed, 40 insertions(+), 35 deletions(-)

commit 9bd68285195f3e1ace6146924ccfa9c25af673a0
Author: marc <marc>
Date:   Tue Jan 31 10:02:27 2006 +0000

    Rearrangment of QtbDebugMem to make it work under Windows

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

commit 26da6254e7e0cc481ff8d22004a4c827f1eaefa4
Author: marc <marc>
Date:   Sat Jan 28 03:02:02 2006 +0000

    Version 1.0.0-snapshot-20060128

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

commit 95c77baf564fc50d72fdf4391832dd05cdd9fbab
Author: marc <marc>
Date:   Fri Jan 27 23:48:34 2006 +0000

    Bug fixed for not printing content as bitmap (stiil to be check that no regression in printing QtbXYNamePlot for instance)
    Bug fixed for QtbCurveBrowser with edition of cells
    Bug fixed for QtbXYValueLines (now exporting palette as well)

 src/qtbaxiswindow.cpp      |    6 ++--
 src/qtbcurvebrowser.cpp    |    4 +-
 src/qtbxyvaluelines.cpp    |   13 ++++++++-
 src/qtbxyvaluelines.h      |    6 ++--
 src/qtbxyvaluelinesint.cpp |   58 ++++++++++++++++++++++++++++----------------
 src/qtbxyvaluelinesint.h   |   54 +++++++++++++++++++++-------------------
 6 files changed, 84 insertions(+), 57 deletions(-)

commit 3ec5c4ffd1a9f583c5991569be8e6bc20ab8b104
Author: marc <marc>
Date:   Fri Jan 27 21:37:35 2006 +0000

    Bug under resolution for edition of fk2disp and dinver table of curves (QtbCurveBrowser)

 lang/scifigs.de.ts      |    7 +++++++
 lang/scifigs.es.ts      |    7 +++++++
 lang/scifigs.fr.ts      |    7 +++++++
 lang/scifigs.it.ts      |    7 +++++++
 src/qtbcurvebrowser.cpp |   29 +++++++++++------------------
 5 files changed, 39 insertions(+), 18 deletions(-)

commit 02e79f949b0aaf9e221117927a362a1489d50752
Author: marc <marc>
Date:   Wed Jan 25 12:35:41 2006 +0000

    Bug fixed: deepUpdate in case of "add layer" menu
    Compatibility issues fixed for all .mkup, .page and .layer generated before October 2005

 src/qtbaxisint.h              |    4 +-
 src/qtbaxiswindowint.h        |   13 ++++-
 src/qtbgraphcontent.cpp       |    3 +-
 src/qtbgraphcontentint.h      |   83 ++++++++++++++-------------
 src/qtbgraphcontentlayerint.h |    4 +-
 src/qtbgraphicobjectint.h     |  129 +++++++++++++++++++++--------------------
 src/qtbgraphicsheetint.h      |   10 ++-
 src/qtbuserinterface.cpp      |   12 ++--
 src/qtbuserinterface.h        |    6 ++-
 src/qtbxycolorlinesint.cpp    |   47 +++++++++------
 src/qtbxycolorlinesint.h      |    3 +-
 11 files changed, 177 insertions(+), 137 deletions(-)

commit a97e81e8e54944020977b87343d199747b5b04b2
Author: marc <marc>
Date:   Sat Jan 21 03:01:45 2006 +0000

    Version 1.0.0-snapshot-20060121

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

commit a6a48272e95a5ef57d7df3bb52a6b6ab88d9ff7d
Author: marc <marc>
Date:   Tue Jan 17 15:36:14 2006 +0000

    Compiler error reported by Marios Karaoulis fixed.

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

commit 2fcda1444ed4824b2d5ed6e83de92d85ef46b912
Author: marc <marc>
Date:   Mon Jan 16 17:35:21 2006 +0000

    Version 1.0.0-snapshot-20060116

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

commit aa4ec836d9654f62a306eed4d853c15931ccd107
Author: marc <marc>
Date:   Sat Jan 14 03:01:44 2006 +0000

    Version 1.0.0-snapshot-20060114

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

commit 0954f8a8b973bac99188f92bca3769aa92b19fcc
Author: marc <marc>
Date:   Fri Jan 13 15:12:56 2006 +0000

    Version 1.0.0-snapshot-20060113

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

commit e6910474c2a13a03ee4ebc19b52e71f96feb70c5
Author: marc <marc>
Date:   Fri Jan 13 14:23:30 2006 +0000

    Bug fixed printing graphs with AxisLength (general problem with printing and calculating size of axis)
    Bug fixed loading images for QtbImageWidget

 src/qtbaxiswindow.cpp       |    8 ++-
 src/qtbaxiswindow.h         |  113 ++++++++++++-------------
 src/qtbgraphicobject.cpp    |   12 ++--
 src/qtbgraphicobject.h      |  197 ++++++++++++++++++++++---------------------
 src/qtbgraphicobjectint.cpp |    4 +-
 src/qtbgraphicsheet.cpp     |    8 +-
 src/qtbimagewidget.cpp      |   18 ++---
 src/qtbimagewidget.h        |    7 +-
 src/qtbimagewidgetint.cpp   |    4 +-
 src/qtbimagewidgetint.h     |   14 ++--
 10 files changed, 190 insertions(+), 195 deletions(-)

commit 82c5f86716cdeb1f76b348c97839e9797193c5c2
Author: marc <marc>
Date:   Thu Jan 12 17:17:50 2006 +0000

    Drawing of station names is now fixed

 src/qtbdynnameline.cpp |    5 ++---
 src/qtbxynameplot.cpp  |   35 ++++++++++++-----------------------
 src/qtbxynameplot.h    |    7 +++----
 3 files changed, 17 insertions(+), 30 deletions(-)

commit 5ca561fb860da8e320f02ab1201a6214c6584864
Author: marc <marc>
Date:   Thu Jan 12 16:06:56 2006 +0000

    Bug fixed in QtbCircleViewer: in certain circumstance when displaying arcs, strangle straight lines, now fixed
    Coord tip now displays two more digits than corresponding axis
    qtbdynxycolorlines: temporarly fixed picking of new points to work in build-array
    QtbImageLayer improved with new dialog box for setting the scale, origin, and image file
    QtbXYNamePlot under debug

 lang/scifigs.de.ts                   |   39 +++++
 lang/scifigs.es.ts                   |   39 +++++
 lang/scifigs.fr.ts                   |   39 +++++
 lang/scifigs.it.ts                   |   39 +++++
 src/qtbasciifilter.h                 |    4 +-
 src/qtbaxis.cpp                      |    4 +-
 src/qtbaxis.h                        |    4 +-
 src/qtbaxisint.cpp                   |    4 +-
 src/qtbaxisint.h                     |    6 +-
 src/qtbaxisproperties.cpp            |    8 +-
 src/qtbaxisproperties.h              |    9 +-
 src/qtbaxiswindow.cpp                |   83 +++++-----
 src/qtbaxiswindow.h                  |    4 +-
 src/qtbaxiswindowint.cpp             |    6 +-
 src/qtbaxiswindowint.h               |    6 +-
 src/qtbbrush.cpp                     |    6 +-
 src/qtbbrush.h                       |    6 +-
 src/qtbchangelegend.cpp              |    8 +-
 src/qtbchangelegend.h                |    9 +-
 src/qtbcircleviewer.cpp              |  277 +++++++++++++++++-----------------
 src/qtbcircleviewer.h                |    6 +-
 src/qtbcircleviewerint.cpp           |    6 +-
 src/qtbcircleviewerint.h             |    6 +-
 src/qtbcolorpalettewidget.cpp        |    6 +-
 src/qtbcolorpalettewidget.h          |    6 +-
 src/qtbcolorpalettewidgetint.cpp     |    6 +-
 src/qtbcolorpalettewidgetint.h       |    6 +-
 src/qtbcoordtip.cpp                  |   10 +-
 src/qtbcoordtip.h                    |    6 +-
 src/qtbcurvebrowser.cpp              |    6 +-
 src/qtbcurvebrowser.h                |    6 +-
 src/qtbdynline.cpp                   |    6 +-
 src/qtbdynline.h                     |    6 +-
 src/qtbdynnameline.cpp               |    6 +-
 src/qtbdynnameline.h                 |    6 +-
 src/qtbdynxycolorlines.cpp           |   13 +-
 src/qtbdynxycolorlines.h             |    6 +-
 src/qtbdynxycolorlinesint.cpp        |    6 +-
 src/qtbdynxycolorlinesint.h          |    6 +-
 src/qtbgraphcontent.cpp              |    4 +-
 src/qtbgraphcontent.h                |    4 +-
 src/qtbgraphcontentint.cpp           |    6 +-
 src/qtbgraphcontentint.h             |    6 +-
 src/qtbgraphcontentlayer.cpp         |    6 +-
 src/qtbgraphcontentlayer.h           |    6 +-
 src/qtbgraphcontentlayerint.cpp      |    6 +-
 src/qtbgraphcontentlayerint.h        |    6 +-
 src/qtbgraphcontentproperties.cpp    |  205 +++++++++++++-------------
 src/qtbgraphcontentproperties.h      |    9 +-
 src/qtbgraphicobject.cpp             |    6 +-
 src/qtbgraphicobject.h               |    6 +-
 src/qtbgraphicobjectint.cpp          |    6 +-
 src/qtbgraphicobjectint.h            |    6 +-
 src/qtbgraphicobjectproperties.cpp   |    8 +-
 src/qtbgraphicobjectproperties.h     |    9 +-
 src/qtbgraphicsheet.cpp              |    6 +-
 src/qtbgraphicsheet.h                |    6 +-
 src/qtbgraphicsheetint.cpp           |    6 +-
 src/qtbgraphicsheetint.h             |    6 +-
 src/qtbgraphicsheetmenu.cpp          |    6 +-
 src/qtbgraphicsheetmenu.h            |    6 +-
 src/qtbgridplot.cpp                  |    6 +-
 src/qtbgridplot.h                    |    6 +-
 src/qtbgridviewer.cpp                |    6 +-
 src/qtbgridviewer.h                  |    6 +-
 src/qtbgridviewerint.cpp             |    6 +-
 src/qtbgridviewerint.h               |    6 +-
 src/qtbhorizontalaxis.cpp            |    4 +-
 src/qtbhorizontalaxis.h              |    4 +-
 src/qtbimagelayer.cpp                |   70 ++++++----
 src/qtbimagelayer.h                  |   21 ++-
 src/qtbimagelayerint.cpp             |    6 +-
 src/qtbimagelayerint.h               |   87 +++++------
 src/qtbimagewidget.cpp               |    6 +-
 src/qtbimagewidget.h                 |    6 +-
 src/qtbimagewidgetint.cpp            |    6 +-
 src/qtbimagewidgetint.h              |    6 +-
 src/qtbimportascii.cpp               |  102 ++++++------
 src/qtbimportascii.h                 |    9 +-
 src/qtbirregulargrid2dplot.cpp       |    6 +-
 src/qtbirregulargrid2dplot.h         |    6 +-
 src/qtbirregulargrid2dplotint.cpp    |    6 +-
 src/qtbirregulargrid2dplotint.h      |    6 +-
 src/qtblegend.cpp                    |    6 +-
 src/qtblegend.h                      |    6 +-
 src/qtblegenditem.cpp                |    6 +-
 src/qtblegenditem.h                  |    6 +-
 src/qtblegenditemwidget.cpp          |    6 +-
 src/qtblegenditemwidget.h            |    6 +-
 src/qtblegendtable.cpp               |    6 +-
 src/qtblegendtable.h                 |    6 +-
 src/qtbordertip.cpp                  |    6 +-
 src/qtbordertip.h                    |    6 +-
 src/qtbpagelimit.cpp                 |    6 +-
 src/qtbpagelimit.h                   |    6 +-
 src/qtbpaletteeditor.cpp             |    6 +-
 src/qtbpaletteeditor.h               |    6 +-
 src/qtbpalettetable.cpp              |    6 +-
 src/qtbpalettetable.h                |    6 +-
 src/qtbparallelband.cpp              |    6 +-
 src/qtbparallelband.h                |    6 +-
 src/qtbparallelbands.cpp             |    6 +-
 src/qtbparallelbands.h               |    6 +-
 src/qtbparallelbandsint.cpp          |    6 +-
 src/qtbparallelbandsint.h            |    6 +-
 src/qtbpen.cpp                       |    6 +-
 src/qtbpen.h                         |    6 +-
 src/qtbpointproperties.cpp           |    8 +-
 src/qtbpointproperties.h             |    9 +-
 src/qtbpolargridplot.cpp             |    6 +-
 src/qtbpolargridplot.h               |    6 +-
 src/qtbresample.cpp                  |    8 +-
 src/qtbresample.h                    |    9 +-
 src/qtbscifigsint.cpp                |    6 +-
 src/qtbscifigsint.h                  |    6 +-
 src/qtbselectionwidget.cpp           |    6 +-
 src/qtbselectionwidget.h             |    6 +-
 src/qtbsymbol.cpp                    |    6 +-
 src/qtbsymbol.h                      |    6 +-
 src/qtbtabgrideditproperties.cpp     |    6 +-
 src/qtbtabgrideditproperties.h       |    6 +-
 src/qtbtabimagelayerproperties.cpp   |   74 +++++++++
 src/qtbtabimagelayerproperties.h     |   48 ++++++
 src/qtbtabimagelayerproperties.ui    |  127 ++++++++++++++++
 src/qtbtabpaletteproperties.cpp      |    6 +-
 src/qtbtabpaletteproperties.h        |    6 +-
 src/qtbtabtexteditproperties.cpp     |    6 +-
 src/qtbtabtexteditproperties.h       |    6 +-
 src/qtbtabxycolorlinesproperties.cpp |    6 +-
 src/qtbtabxycolorlinesproperties.h   |    6 +-
 src/qtbtabxynameplotproperties.cpp   |   12 +-
 src/qtbtabxynameplotproperties.h     |    8 +-
 src/qtbtabxyplotproperties.cpp       |    6 +-
 src/qtbtabxyplotproperties.h         |    6 +-
 src/qtbtextedit.cpp                  |    6 +-
 src/qtbtextedit.h                    |    6 +-
 src/qtbtexteditint.cpp               |    6 +-
 src/qtbtexteditint.h                 |    6 +-
 src/qtbuserinterface.cpp             |    6 +-
 src/qtbuserinterface.h               |    6 +-
 src/qtbverticalaxis.cpp              |    4 +-
 src/qtbverticalaxis.h                |    4 +-
 src/qtbxycolorlines.cpp              |    6 +-
 src/qtbxycolorlines.h                |    6 +-
 src/qtbxycolorlinesint.cpp           |    6 +-
 src/qtbxycolorlinesint.h             |    6 +-
 src/qtbxycolorplot.cpp               |    4 +-
 src/qtbxycolorplot.h                 |    4 +-
 src/qtbxycolorplotint.cpp            |    6 +-
 src/qtbxycolorplotint.h              |    6 +-
 src/qtbxynameplot.cpp                |   32 +++--
 src/qtbxynameplot.h                  |    6 +-
 src/qtbxynameplotint.cpp             |    6 +-
 src/qtbxynameplotint.h               |    6 +-
 src/qtbxyplot.cpp                    |    4 +-
 src/qtbxyplot.h                      |    4 +-
 src/qtbxyvaluelinesint.cpp           |    4 +-
 src/qtbxyvaluelinesint.h             |    4 +-
 src/qtbxyvalueplot.cpp               |    6 +-
 src/qtbxyvalueplot.h                 |    6 +-
 src/qtbxyvalueplotint.cpp            |    6 +-
 src/qtbxyvalueplotint.h              |    6 +-
 src/scifigs.cpp                      |    6 +-
 src/scifigs.h                        |    6 +-
 src/scifigsdllexport.h               |    4 +-
 165 files changed, 1314 insertions(+), 882 deletions(-)

commit 0e24bbff5dc968b77e20af6f0d82d26a49d4a75b
Author: marc <marc>
Date:   Tue Jan 10 07:25:44 2006 +0000

    QtbAngle interface improved

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

commit 65b9896f45061b7de876de4bd9e4c754674bfdf1
Author: marc <marc>
Date:   Sat Jan 7 03:01:40 2006 +0000

    Version 1.0.0-snapshot-20060107

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

commit 2f7e479797ac75d3765b7e6bbd38aa92d03e034f
Author: marc <marc>
Date:   Thu Jan 5 23:21:57 2006 +0000

    Version 1.0.0-snapshot-20060106

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

commit d6c65b590a69a9452ce275cd06fa011d9e5a9658
Author: marc <marc>
Date:   Thu Jan 5 16:54:00 2006 +0000

    Bug fixes arround QtbXYValueLines

 src/qtbxycolorlines.cpp |   13 ++++++--
 src/qtbxycolorlines.h   |    3 +-
 src/qtbxyvaluelines.cpp |   74 +---------------------------------------------
 src/qtbxyvaluelines.h   |    6 +--
 4 files changed, 15 insertions(+), 81 deletions(-)

commit db65283655883b44d220fd7eb857c5fedd74a25a
Author: marc <marc>
Date:   Wed Jan 4 18:35:05 2006 +0000

    Minor changes: Qt::WA_NoBackground is now obsolete in Qt

 src/qtbcolorpalettewidget.cpp |    3 +--
 src/qtbgraphicsheet.cpp       |    4 ++--
 src/qtbselectionwidget.cpp    |    4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)

commit 83d22121a4cb4f0cc553620ea19b009e3a44c214
Author: marc <marc>
Date:   Wed Jan 4 11:01:53 2006 +0000

    Lang files updated

 lang/scifigs.de.ts |  386 +++++++++++++++++++++++++++++++++++++++++++++++-----
 lang/scifigs.es.ts |  386 +++++++++++++++++++++++++++++++++++++++++++++++-----
 lang/scifigs.fr.ts |  383 +++++++++++++++++++++++++++++++++++++++++++++++----
 lang/scifigs.it.ts |  386 +++++++++++++++++++++++++++++++++++++++++++++++-----
 4 files changed, 1408 insertions(+), 133 deletions(-)

commit 8e6d604a0fd3bd820a2cf7b3845b36b7575352f3
Author: marc <marc>
Date:   Tue Jan 3 19:02:50 2006 +0000

    Implementation of context menu for QtbGraphicSheet which solves an important bug under Mac OS X (absence of secondary menu bars, bug #89)

 src/qtbgraphicobject.cpp    |   18 +++-
 src/qtbgraphicsheet.cpp     |   69 +++++++++++++-
 src/qtbgraphicsheet.h       |   10 ++-
 src/qtbgraphicsheetmenu.cpp |  224 ++++++++++++++++++++++---------------------
 4 files changed, 201 insertions(+), 120 deletions(-)

commit ca59df7fa36a1965a3cc8937c93c093ffb4d9f94
Author: marc <marc>
Date:   Tue Jan 3 09:14:08 2006 +0000

    New graphcontent layer for valued color lines (QtbXYValueLines)

 src/qtbxycolorlinesint.cpp |    6 +-
 src/qtbxyvaluelines.cpp    |  278 ++++++++++++++++++++++++++++++++++++++++++++
 src/qtbxyvaluelines.h      |   65 ++++++++++
 src/qtbxyvaluelinesint.cpp |   79 +++++++++++++
 src/qtbxyvaluelinesint.h   |   63 ++++++++++
 5 files changed, 488 insertions(+), 3 deletions(-)

commit 034b66caeeac02dd4aa50904740423adfc189bdc
Author: marc <marc>
Date:   Sat Dec 31 03:01:39 2005 +0000

    Version 1.0.0-snapshot-20051231

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

commit c830f325192cd40e40f46997deb7516838f574aa
Author: marc <marc>
Date:   Sat Dec 24 03:01:57 2005 +0000

    Version 1.0.0-snapshot-20051224

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

commit 379897ecb86ad762a9a57a9092dbce4f2537e515
Author: marc <marc>
Date:   Thu Dec 22 17:28:27 2005 +0000

    Remove useless function popupDisplayed()

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

commit 467cca90d7652b2b73f14fa504c3a7a8f71b464a
Author: marc <marc>
Date:   Mon Dec 19 17:26:06 2005 +0000

    Version 1.0.0-snapshot-20051219

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

commit 5d38f600a45d5833ec9d58739dea606de59632cf
Author: marc <marc>
Date:   Mon Dec 19 17:20:13 2005 +0000

    Version 1.0.0-snapshot-20051217

 src/images/editcopy.png  |  Bin 0 -> 1715 bytes
 src/images/editcut.png   |  Bin 0 -> 1949 bytes
 src/images/editpaste.png |  Bin 0 -> 2087 bytes
 src/images/editredo.png  |  Bin 0 -> 1787 bytes
 src/images/editundo.png  |  Bin 0 -> 1768 bytes
 src/images/filenew.png   |  Bin 0 -> 977 bytes
 src/images/fileopen.png  |  Bin 0 -> 2402 bytes
 src/images/fileprint.png |  Bin 0 -> 742 bytes
 src/images/filesave.png  |  Bin 0 -> 1980 bytes
 src/images/ordertool.png |  Bin 0 -> 555 bytes
 src/images/qsa.png       |  Bin 0 -> 869 bytes
 11 files changed, 0 insertions(+), 0 deletions(-)

commit 557fd2066caa1862398bab6c02176b39adc72bf6
Author: marc <marc>
Date:   Mon Dec 19 17:18:32 2005 +0000

    Bug #25 fixed
    Bug for showing colors in Legend editor fixed

 src/qtbaxiswindow.h    |    7 ++--
 src/qtbgridplot.h      |   83 ++++++++++++++++++++++++-----------------------
 src/qtblegendtable.cpp |   23 ++++++-------
 src/qtblegendtable.h   |   10 +++---
 4 files changed, 60 insertions(+), 63 deletions(-)

commit c2438d12c44699a310326af1bb0b152cd8b29ce7
Author: marc <marc>
Date:   Sat Dec 17 03:01:41 2005 +0000

    Version 1.0.0-snapshot-20051217

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

commit 4f89bf9465a26cbcce7d8d12da51667a0a53d353
Author: marc <marc>
Date:   Wed Dec 14 10:54:46 2005 +0000

    Version 1.0.0-snapshot-20051214

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

commit e6412d2f8b12739b681b94eff237dcf2b9ec3dc5
Author: marc <marc>
Date:   Tue Dec 13 18:00:53 2005 +0000

    QtbGraphContent split in two classes: with or without template functions
    to avoid problems with import/export dll
    QTbChangeLengend DLL exported

 src/qtbaxisproperties.ui |    6 ++--
 src/qtbaxiswindow.h      |    4 +-
 src/qtbchangelegend.h    |    5 ++-
 src/qtbgraphcontent.cpp  |    4 +-
 src/qtbgraphcontent.h    |   83 +++++++++++++++++++++++++--------------------
 5 files changed, 56 insertions(+), 46 deletions(-)

commit 1181d747b1e5e667462921a16574b0a8b879cde7
Author: marc <marc>
Date:   Tue Dec 13 03:01:41 2005 +0000

    Version 1.0.0-snapshot-20051213

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

commit a29df5cc33530c0809ce28a551a32569101b0020
Author: marc <marc>
Date:   Mon Dec 12 03:01:38 2005 +0000

    Version 1.0.0-snapshot-20051212

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

commit 22b03faa90a260f6c95438e38ffa324204a28bbd
Author: marc <marc>
Date:   Sun Dec 11 22:28:04 2005 +0000

    Bug fixed: prefix "filter-" forgotten for determination of image format

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

commit 3c97b06aac6da4bf3600e39eb174da8ec585643a
Author: marc <marc>
Date:   Sun Dec 11 03:01:36 2005 +0000

    Version 1.0.0-snapshot-20051211

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

commit 1ddb252d410123456d1fa24b255de2b2c12e4186
Author: marc <marc>
Date:   Sat Dec 10 03:01:41 2005 +0000

    Version 1.0.0-snapshot-20051210

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

commit f620100e43df1ea626ef3867800e3af4a829aee0
Author: marc <marc>
Date:   Fri Dec 9 08:24:02 2005 +0000

    Version 1.0.0-snapshot-20051209

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

commit 429bc9f6be5149e0a337ca7112ba545bf4e5c38c
Author: marc <marc>
Date:   Wed Dec 7 08:58:55 2005 +0000

    Version 1.0.0-snapshot-20051207

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

commit ba043c1a64ce4299141dfdaf6a6690c39588f7ad
Author: marc <marc>
Date:   Tue Dec 6 13:50:49 2005 +0000

    Version 1.0.0-snapshot-20051206

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

commit c8fd155b77d3694a812e75d8f637574f5d12985e
Author: marc <marc>
Date:   Fri Dec 2 18:32:42 2005 +0000

    INSTALL updated

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

commit d5f4e4797d94da390ae88fd48dd2f83dd942aa9e
Author: marc <marc>
Date:   Thu Nov 24 14:16:11 2005 +0000

    Bug fixed importing XYNamePlot layers
    Bug fixed for color buttons

 src/qtbdynnameline.cpp   |   11 +++++------
 src/qtbpaletteeditor.cpp |    7 ++++---
 src/qtbpalettetable.cpp  |   22 +++++++++++-----------
 src/qtbpalettetable.h    |    5 +++--
 src/scifigsversion.h     |    2 +-
 5 files changed, 24 insertions(+), 23 deletions(-)

commit 9f480680c8fd98f1fd7e4d6fe75739c44cfc29ef
Author: marc <marc>
Date:   Sun Nov 20 13:45:16 2005 +0000

    Bug fixed for printing axis

 src/qtbaxiswindow.cpp     |   16 +++++++++-------
 src/qtbaxiswindow.h       |    9 +++++----
 src/qtbdynnameline.cpp    |   41 +++++++++++++++++++++++++++++++++++++++--
 src/qtbgraphcontent.cpp   |    3 ++-
 src/qtbgraphicobject.cpp  |    3 +--
 src/qtbhorizontalaxis.cpp |   24 ++++++++++++++++++------
 src/qtbhorizontalaxis.h   |    4 ++--
 src/qtbimagelayerint.h    |    4 +++-
 src/qtbverticalaxis.cpp   |   24 ++++++++++++++++++------
 src/qtbverticalaxis.h     |    4 ++--
 src/scifigsversion.h      |    2 +-
 11 files changed, 100 insertions(+), 34 deletions(-)

commit 9b877f352f3cc63a7c90bbd890f6b3d8e07c2aec
Author: marc <marc>
Date:   Thu Nov 17 02:44:23 2005 +0000

    Bug fixes in relation to Autocorr and Ellipticity target (see dinverdc)

 src/qtbcurvebrowser.cpp |   64 ++++++++++++++++++++++++++++-------------------
 src/qtbcurvebrowser.h   |    3 +-
 src/scifigsversion.h    |    2 +-
 3 files changed, 41 insertions(+), 28 deletions(-)

commit 7946984906c7c20b1556fd0b2efb21031d852aac
Author: marc <marc>
Date:   Mon Nov 14 17:31:06 2005 +0000

    bug fixed for picking engine of QtbDynXYColorLines
    bug fixed for size of QtbLegendTable
    bug fixed for pen of QtbSymbol (drawn in legend item)
    bug fixed for diameter of dots (confusion between cm and mm)

 src/qtbaxiswindow.h            |    5 +-
 src/qtbcolorpalettewidget.cpp  |    4 +-
 src/qtbcurvebrowser.cpp        |   11 +--
 src/qtbdynxycolorlines.cpp     |    6 +-
 src/qtbgraphicsheet.cpp        |    3 +-
 src/qtbgridplot.cpp            |    8 +-
 src/qtbimportascii.ui          |   41 +++++++++-
 src/qtblegendtable.cpp         |    8 +-
 src/qtbpaletteeditor.h         |    4 +-
 src/qtbresample.ui             |   35 ++++++++-
 src/qtbsymbol.cpp              |    4 +-
 src/qtbtabgrideditproperties.h |    4 +-
 src/qtbtabxyplotproperties.cpp |    4 +-
 src/qtbxycolorplot.h           |    9 +-
 src/qtbxyvalueplot.cpp         |  166 ++++++++++++++++++++++++++++++++++++++++
 src/qtbxyvalueplot.h           |   68 ++++++++++++++++
 src/qtbxyvalueplotint.cpp      |  100 ++++++++++++++++++++++++
 src/qtbxyvalueplotint.h        |   62 +++++++++++++++
 src/scifigsversion.h           |    2 +-
 19 files changed, 503 insertions(+), 41 deletions(-)

commit 3df3883f0344851206ad2d59867476ae331a074a
Author: marc <marc>
Date:   Mon Nov 7 15:51:31 2005 +0000

    New object to display item legend out of the corresponding widget (eg for QTableView)

 src/qtbcoordtip.cpp         |    3 +-
 src/qtbdynxycolorlines.cpp  |    7 ++--
 src/qtbgraphcontent.cpp     |    4 +-
 src/qtbgraphcontent.h       |    3 +-
 src/qtblegend.cpp           |    8 ++++-
 src/qtblegend.h             |    4 ++-
 src/qtblegenditemwidget.cpp |   73 ++++++++++++++++++++-----------------------
 src/qtblegenditemwidget.h   |   28 ++++++++++++-----
 src/qtblegendtable.cpp      |    4 +-
 src/qtbpen.h                |    6 ++--
 src/qtbsymbol.cpp           |    4 +-
 src/qtbsymbol.h             |    4 +-
 src/scifigsversion.h        |    2 +-
 13 files changed, 83 insertions(+), 67 deletions(-)

commit 32ad1aee9f7e5493047fadb976466ca424132025
Author: marc <marc>
Date:   Fri Nov 4 20:08:16 2005 +0000

    Polish() fixed for QtbGraphicContent if outside a QtbGraphicSheet

 src/qtbdynxycolorlines.h |    6 +++---
 src/qtbgraphicobject.cpp |   11 ++++++++++-
 src/qtbgraphicobject.h   |   10 ++--------
 src/qtbgraphicsheet.cpp  |    3 +--
 src/qtbgraphicsheet.h    |    5 +----
 src/scifigsversion.h     |    2 +-
 6 files changed, 18 insertions(+), 19 deletions(-)

commit 707b32efaf209a034141c02b07c80ff2aa1afc73
Author: marc <marc>
Date:   Thu Nov 3 21:31:48 2005 +0000

    Bug fixed for autoPrec computation (linked to inversed scales lead to negative numPrec)
    After setProperties (hide/show axis), not only the graphContent is deepUpdated but all the graph

 src/qtbaxis.cpp         |   23 ++++++++++++++++++-----
 src/qtbaxis.h           |    6 +++---
 src/qtbaxiswindow.cpp   |    8 +-------
 src/qtbgraphcontent.cpp |    8 ++++----
 4 files changed, 26 insertions(+), 19 deletions(-)

commit 6d579e9530b39f9c5e57e5e8cb219494bce9f60f
Author: marc <marc>
Date:   Thu Nov 3 09:12:38 2005 +0000

    setDefaultParameters is now directly called in the constructors. Probably less efficient, this method is easier to use. Once an object is created, it is ready to display.

 src/qtbaxis.cpp               |    4 ++--
 src/qtbaxis.h                 |    7 ++++---
 src/qtbaxiswindow.cpp         |   13 +++++--------
 src/qtbaxiswindow.h           |    4 ++--
 src/qtbcolorpalettewidget.cpp |    4 ++--
 src/qtbcolorpalettewidget.h   |    4 ++--
 src/qtbcurvebrowser.cpp       |    3 +--
 src/qtbgraphcontent.cpp       |    3 ++-
 src/qtbgraphcontent.h         |    4 ++--
 src/qtbgraphicobject.cpp      |    4 ++--
 src/qtbgraphicobject.h        |    5 +++--
 src/qtbgraphicsheetmenu.cpp   |    4 +---
 src/qtbtextedit.cpp           |    4 ++--
 src/qtbtextedit.h             |    4 ++--
 src/scifigsversion.h          |    2 +-
 15 files changed, 33 insertions(+), 36 deletions(-)

commit 1398fd76735519ce59ad93bfce8ec10a5f246c6d
Author: marc <marc>
Date:   Wed Nov 2 20:30:26 2005 +0000

    Secourity test in QtbAxisWindow for content
    Debug of QtbCurveBrowser

 src/qtbaxiswindow.cpp       |   14 ++++----
 src/qtbaxiswindow.h         |    5 +--
 src/qtbcurvebrowser.cpp     |   76 ++++++++++++++++++++++++++++++++++++-------
 src/qtbcurvebrowser.h       |   42 ++++++++++++++++-------
 src/qtbcurvebrowser.ui      |   15 +++-----
 src/qtbgraphicsheetmenu.cpp |    4 +-
 src/qtbgraphicsheetmenu.h   |    3 +-
 src/scifigsversion.h        |    2 +-
 8 files changed, 113 insertions(+), 48 deletions(-)

commit 0257b037fc444a35285e561c08eec7f02525229b
Author: marc <marc>
Date:   Fri Oct 28 18:21:10 2005 +0000

    Begin portage of inversion tools

 src/qtbaxis.cpp                   |   73 +++++++++++-
 src/qtbaxis.h                     |    9 ++-
 src/qtbaxisint.h                  |    5 +-
 src/qtbaxisproperties.cpp         |   18 ++-
 src/qtbaxisproperties.h           |    3 +-
 src/qtbaxisproperties.ui          |  157 +++++++++++++++-----------
 src/qtbaxiswindow.cpp             |   30 ++++--
 src/qtbaxiswindow.h               |    4 +-
 src/qtbchangelegend.cpp           |    5 +-
 src/qtbchangelegend.h             |    6 +-
 src/qtbcircleviewer.cpp           |    4 +-
 src/qtbcircleviewerint.cpp        |    5 +-
 src/qtbcurvebrowser.cpp           |   18 +--
 src/qtbdynline.cpp                |    4 +-
 src/qtbdynxycolorlines.h          |    4 +-
 src/qtbdynxycolorlinesint.cpp     |    5 +-
 src/qtbgraphcontent.cpp           |   36 ++++--
 src/qtbgraphcontent.h             |   15 ++-
 src/qtbgraphcontentlayer.h        |    4 +-
 src/qtbgraphcontentproperties.cpp |    6 +-
 src/qtbgraphcontentproperties.ui  |    4 +-
 src/qtbgraphicobject.cpp          |    6 +-
 src/qtbgraphicobject.h            |    4 +-
 src/qtbgraphicobjectproperties.ui |    2 +-
 src/qtbgraphicsheet.cpp           |   11 +--
 src/qtbgraphicsheet.h             |    7 +-
 src/qtbgraphicsheetint.cpp        |    8 +-
 src/qtbgraphicsheetmenu.cpp       |   13 +--
 src/qtbgraphicsheetmenu.h         |    7 +-
 src/qtbgridviewer.cpp             |    7 +-
 src/qtbhorizontalaxis.cpp         |   42 ++++---
 src/qtbirregulargrid2dplot.cpp    |    7 +-
 src/qtblegend.cpp                 |   20 ++--
 src/qtblegendtable.cpp            |    6 +-
 src/qtblegendtable.h              |    6 +-
 src/qtbpalettetable.cpp           |    4 +-
 src/qtbresample.h                 |    4 +-
 src/qtbuserinterface.cpp          |    5 +-
 src/qtbverticalaxis.cpp           |   39 ++++---
 src/qtbxycolorlines.cpp           |   80 ++++++++------
 src/qtbxycolorlines.h             |  104 ++++++++---------
 src/qtbxycolorlinesint.cpp        |   20 ++--
 src/qtbxynameplot.cpp             |    6 +-
 src/qtbxynameplot.h               |    7 +-
 src/qtbxyplot.cpp                 |  222 ++++++++++++++++++-------------------
 src/qtbxyplot.h                   |    4 +-
 src/scifigsversion.h              |    2 +-
 47 files changed, 595 insertions(+), 463 deletions(-)

commit b71c9b096880c840b64a6057fd6534b7f86682c5
Author: marc <marc>
Date:   Fri Oct 21 16:46:03 2005 +0000

    New operator= for QtbGraphicObject: bug fixed for QtbColorPaletteWidget where operator= was not doing a complete job.

 src/qtbaxis.h                      |    4 ++--
 src/qtbaxisint.h                   |    4 ++--
 src/qtbaxisproperties.h            |    4 ++--
 src/qtbaxiswindow.h                |    4 ++--
 src/qtbaxiswindowint.h             |    4 ++--
 src/qtbbrush.h                     |    4 ++--
 src/qtbchangelegend.h              |    4 ++--
 src/qtbcircleviewer.h              |    4 ++--
 src/qtbcircleviewerint.h           |    4 ++--
 src/qtbcolorpalettewidget.cpp      |   10 ++++------
 src/qtbcolorpalettewidget.h        |    4 ++--
 src/qtbcolorpalettewidgetint.h     |    4 ++--
 src/qtbcoordtip.h                  |    4 ++--
 src/qtbcurvebrowser.h              |    4 ++--
 src/qtbdynline.h                   |    4 ++--
 src/qtbdynnameline.h               |    4 ++--
 src/qtbdynxycolorlines.h           |    4 ++--
 src/qtbdynxycolorlinesint.h        |    4 ++--
 src/qtbgraphcontent.h              |    4 ++--
 src/qtbgraphcontentint.h           |    4 ++--
 src/qtbgraphcontentlayer.h         |    4 ++--
 src/qtbgraphcontentlayerint.h      |    4 ++--
 src/qtbgraphcontentproperties.h    |    4 ++--
 src/qtbgraphicobject.cpp           |   20 +++++++++++++++++++-
 src/qtbgraphicobject.h             |    5 +++--
 src/qtbgraphicobjectint.h          |    4 ++--
 src/qtbgraphicobjectproperties.h   |    4 ++--
 src/qtbgraphicsheet.h              |    4 ++--
 src/qtbgraphicsheetint.h           |    4 ++--
 src/qtbgraphicsheetmenu.h          |    4 ++--
 src/qtbgridplot.h                  |    4 ++--
 src/qtbgridviewer.h                |    4 ++--
 src/qtbgridviewerint.h             |    4 ++--
 src/qtbhorizontalaxis.h            |    4 ++--
 src/qtbimagelayer.h                |    4 ++--
 src/qtbimagelayerint.h             |    4 ++--
 src/qtbimagewidget.h               |    4 ++--
 src/qtbimagewidgetint.h            |    4 ++--
 src/qtbimportascii.h               |    4 ++--
 src/qtblegend.h                    |    4 ++--
 src/qtblegenditem.h                |    4 ++--
 src/qtblegenditemwidget.h          |    4 ++--
 src/qtblegendtable.h               |    4 ++--
 src/qtbordertip.h                  |    4 ++--
 src/qtbpagelimit.h                 |    4 ++--
 src/qtbpaletteeditor.h             |    4 ++--
 src/qtbpalettetable.h              |    4 ++--
 src/qtbparallelband.h              |    4 ++--
 src/qtbparallelbands.h             |    4 ++--
 src/qtbparallelbandsint.h          |    4 ++--
 src/qtbpen.h                       |    4 ++--
 src/qtbpointproperties.h           |    4 ++--
 src/qtbpolargridplot.h             |    4 ++--
 src/qtbresample.h                  |    4 ++--
 src/qtbscifigsint.h                |    4 ++--
 src/qtbselectionwidget.h           |    4 ++--
 src/qtbsymbol.h                    |    4 ++--
 src/qtbtabgrideditproperties.h     |    4 ++--
 src/qtbtabpaletteproperties.h      |    4 ++--
 src/qtbtabtexteditproperties.h     |    4 ++--
 src/qtbtabxycolorlinesproperties.h |    4 ++--
 src/qtbtabxynameplotproperties.h   |    4 ++--
 src/qtbtabxyplotproperties.h       |    4 ++--
 src/qtbtextedit.h                  |    4 ++--
 src/qtbtexteditint.h               |    4 ++--
 src/qtbuserinterface.h             |    4 ++--
 src/qtbverticalaxis.h              |    4 ++--
 src/qtbxycolorlines.h              |    4 ++--
 src/qtbxycolorplot.h               |    4 ++--
 src/qtbxycolorplotint.h            |    4 ++--
 src/qtbxynameplot.h                |    4 ++--
 src/qtbxynameplotint.h             |    4 ++--
 src/qtbxyplot.h                    |    4 ++--
 src/scifigsdllexport.h             |    4 ++--
 src/scifigsversion.h               |    2 +-
 75 files changed, 169 insertions(+), 152 deletions(-)

commit 4e53f5951ee1a1b99beca5c7352f0d62ccd53ccb
Author: marc <marc>
Date:   Tue Oct 18 12:10:56 2005 +0000

    Version 1.0.0-alpha

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

commit 523de4efd78312bdd4d95a5deaaed6bf5ba40876
Author: marc <marc>
Date:   Mon Oct 17 15:27:18 2005 +0000

    Window portage finished

 admin/info                     |    3 +++
 src/qtbaxiswindow.cpp          |    3 +--
 src/qtbcircleviewer.cpp        |    3 +--
 src/qtbcurvebrowser.h          |    5 +++--
 src/qtbdynxycolorlines.cpp     |    4 ++--
 src/qtbgraphcontent.cpp        |    3 +--
 src/qtbgraphcontentlayer.cpp   |    3 +--
 src/qtbgraphcontentlayer.h     |    3 ++-
 src/qtbgraphicobject.cpp       |    3 +--
 src/qtbgraphicobject.h         |    7 ++++++-
 src/qtbgraphicsheet.cpp        |    5 +++--
 src/qtbgraphicsheet.h          |    3 ++-
 src/qtbhorizontalaxis.cpp      |    3 +--
 src/qtblegenditemwidget.cpp    |    3 +--
 src/qtbparallelbands.cpp       |    4 ++--
 src/qtbtabxyplotproperties.cpp |    3 ++-
 src/qtbtextedit.cpp            |    3 +--
 src/qtbverticalaxis.cpp        |    3 +--
 src/qtbxycolorlines.h          |    4 ++--
 src/qtbxynameplot.cpp          |    3 +--
 src/qtbxyplot.h                |    4 ++--
 src/scifigs.cpp                |    3 ++-
 src/scifigs.h                  |    7 +------
 23 files changed, 42 insertions(+), 43 deletions(-)

commit 5271542bee0f375fa9205d2d332f797bb2e1223b
Author: marc <marc>
Date:   Sun Oct 16 23:56:25 2005 +0000

    Remove warning about undeleted block in QtbGraphContent (coordTip)

 src/qtbcoordtip.cpp     |    7 ++++++-
 src/qtbcoordtip.h       |    3 ++-
 src/qtbgraphcontent.cpp |    3 ++-
 src/scifigs.cpp         |    4 ++--
 src/scifigsversion.h    |    2 +-
 5 files changed, 13 insertions(+), 6 deletions(-)

commit 9e919686901819a5798573547cf3e703fb3711b2
Author: marc <marc>
Date:   Fri Oct 14 17:54:56 2005 +0000

    New layer<cast> function for QtbGraphContent
    QtbDynXYColorLines not in LineSelection mode by default
    paintSpecific() replaced by paintGarnish()
    Delayed mouseMove event to avoid useless CPU overload
    Bug fixed for OrderTips
    New property for GraphicObject: removable, not any more a property of QtbGraphicSheet
    Total freedom for editing previously fixed output sheets (all menus from Figue were transfered to scifigs, QtbGraphicSheet)
    Complete debug of QtbGraphicSheet
    Better implementation for drawing axis (avoid bad overlap of labels and ticks in some situation, due to problematic round errors)
    Bug fixed output of QtbParallelBands
    New property for QtbTextEdit: testAsData (a more convenient option)

 src/qtbaxiswindow.cpp             |    3 +-
 src/qtbcurvebrowser.cpp           |   42 ++--
 src/qtbdynxycolorlines.cpp        |   50 +++--
 src/qtbdynxycolorlines.h          |    8 +-
 src/qtbgraphcontent.cpp           |   39 +++-
 src/qtbgraphcontent.h             |   12 +-
 src/qtbgraphcontentlayer.cpp      |    6 +-
 src/qtbgraphcontentlayer.h        |    6 +-
 src/qtbgraphcontentproperties.cpp |    8 +-
 src/qtbgraphicobject.cpp          |   10 +-
 src/qtbgraphicobject.h            |    7 +-
 src/qtbgraphicsheet.cpp           |  408 +++++++++++++++++++++++++++++--------
 src/qtbgraphicsheet.h             |   29 ++-
 src/qtbgraphicsheetint.h          |    4 +-
 src/qtbgraphicsheetmenu.cpp       |   95 ++++++----
 src/qtbgraphicsheetmenu.h         |  102 +++++-----
 src/qtbhorizontalaxis.cpp         |  120 ++++++-----
 src/qtbordertip.cpp               |    9 +-
 src/qtbordertip.h                 |    6 +-
 src/qtbparallelband.cpp           |    4 +-
 src/qtbpen.cpp                    |    4 +-
 src/qtbscifigsint.h               |    4 +-
 src/qtbtabtexteditproperties.cpp  |    4 +-
 src/qtbtabtexteditproperties.ui   |   55 ++----
 src/qtbtextedit.cpp               |   18 ++-
 src/qtbtextedit.h                 |   15 +-
 src/qtbtexteditint.h              |   17 ++-
 src/qtbverticalaxis.cpp           |  132 +++++++------
 src/qtbxycolorlines.cpp           |    8 +-
 src/scifigsversion.h              |    2 +-
 30 files changed, 774 insertions(+), 453 deletions(-)

commit 9251430ab1e98c2042ad01476d3606e29aa4c834
Author: marc <marc>
Date:   Thu Oct 6 19:33:57 2005 +0000

    Ui from protected to public

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

commit 8f8a3ea672deccc5ddaaf32bc8bfb25930cc2e5a
Author: marc <marc>
Date:   Tue Oct 4 19:50:38 2005 +0000

    Changes due to modifications in QtbTools and QtbGuiTools

 src/qtbaxis.cpp             |   14 ++++++--------
 src/qtbchangelegend.cpp     |    8 +++-----
 src/qtbcurvebrowser.cpp     |   38 ++++++++++++++------------------------
 src/qtbgraphcontent.cpp     |    7 +++----
 src/qtbgraphcontentint.cpp  |    8 ++++----
 src/qtbgraphicobject.cpp    |   15 +++++++--------
 src/qtbgraphicsheet.cpp     |   11 +++++------
 src/qtbgraphicsheetint.cpp  |    8 ++++----
 src/qtbgraphicsheetmenu.cpp |    3 +--
 src/qtbimagelayer.cpp       |    4 ++--
 src/qtbimagewidget.cpp      |    4 ++--
 src/qtbpaletteeditor.cpp    |    8 ++++----
 src/qtbuserinterface.cpp    |    3 +--
 src/scifigsversion.h        |    2 +-
 14 files changed, 57 insertions(+), 76 deletions(-)

commit 1cd7d13d736539b22dd2080f834120f8924c9ce8
Author: marc <marc>
Date:   Fri Sep 30 17:52:09 2005 +0000

    Bug fixed for updating the scales of axis and content
    Bug fixed for time labels in axis (properties)
    Icon added for QtbAxisProperties
    Stretching in QtbGraphContent improved to avoid cyclic deterioration of the image
    Action text corrected for "Restore make-up"

 src/images/zoom.png       |  Bin 0 -> 1111 bytes
 src/qtbaxis.cpp           |   61 +++++++++++++++++++++++++++++++++++---------
 src/qtbaxis.h             |   14 +++++++---
 src/qtbaxisproperties.h   |    4 +-
 src/qtbaxisproperties.ui  |    8 +++--
 src/qtbaxiswindow.cpp     |   10 +++---
 src/qtbgraphcontent.cpp   |   20 ++++++++++++---
 src/qtbgraphcontent.h     |    3 +-
 src/qtbgraphicobject.cpp  |    6 ++--
 src/qtbhorizontalaxis.cpp |    6 ++--
 src/qtbverticalaxis.cpp   |    6 ++--
 src/scifigsversion.h      |    2 +-
 12 files changed, 98 insertions(+), 42 deletions(-)

commit 76026d73ca5236c08200f6a7565bba6f6a171c67
Author: marc <marc>
Date:   Thu Sep 29 17:39:35 2005 +0000

    Uniformisation between QTB_INSTALL_DIR_DECL and QTB_INSTALL_DIR_IMPL
    Default values for QtbGraphContent::restore()
    Systematic use of _dialogName for registry key

 src/qtbaxiswindow.cpp            |   25 +--
 src/qtbaxiswindow.h              |    6 +-
 src/qtbgraphcontent.cpp          |   24 +-
 src/qtbgraphcontent.h            |    4 +-
 src/qtbgraphcontentproperties.ui |  474 +++++++++++++++++++-------------------
 src/qtbgraphicobject.cpp         |   10 +-
 src/qtbgraphicobject.h           |    7 +-
 src/scifigs.h                    |    4 +-
 src/scifigsversion.h             |    2 +-
 9 files changed, 266 insertions(+), 290 deletions(-)

commit 15326c28ecbd05ceec5c651ae2d591af35efae86
Author: marc <marc>
Date:   Mon Sep 26 17:33:35 2005 +0000

    *** empty log message ***

 src/qtbaxiswindow.cpp |   13 ++++++-------
 src/scifigsversion.h  |    2 +-
 2 files changed, 7 insertions(+), 8 deletions(-)

commit 3acaa36a5c75337d3b2fb00d1b54bc128e031b73
Author: marc <marc>
Date:   Mon Sep 26 16:18:12 2005 +0000

    Version computed correctly

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

commit 5a45ab91a20bb088c7f69afed8bcc9354fdbe607
Author: marc <marc>
Date:   Sat Sep 24 16:23:23 2005 +0000

    Use of setWidgetColor() rather than directly QPalette to change the background of widgets

 src/qtbaxis.cpp          |    7 +++----
 src/qtbcoordtip.cpp      |    7 +++----
 src/qtbgraphcontent.cpp  |    7 +++----
 src/qtbgraphicobject.cpp |    7 +++----
 src/qtbgraphicsheet.cpp  |    7 +++----
 src/qtblegendtable.cpp   |   46 ++++++++++++++++------------------------------
 src/qtblegendtable.h     |    4 +---
 src/qtbpagelimit.cpp     |    7 +++----
 src/qtbpalettetable.cpp  |   30 ++++++++----------------------
 src/qtbpalettetable.h    |    4 +---
 src/scifigsversion.h     |    2 +-
 11 files changed, 45 insertions(+), 83 deletions(-)

commit d16b4e33cfccb0bd1a0a659d8b34161025de3f7e
Author: marc <marc>
Date:   Thu Sep 22 17:11:03 2005 +0000

    hortcuts added to translations

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

commit 8c443fe0497d8d2acdea163c15a5aabe0f9c7db0
Author: marc <marc>
Date:   Wed Sep 21 22:51:29 2005 +0000

    INSTALL instructions updated

 INSTALL              |   66 +++++++++++++++++++++++++++++++------------------
 src/scifigsversion.h |    2 +-
 2 files changed, 43 insertions(+), 25 deletions(-)

commit 9ebfbf1eb62bfe77051eb52b69561eaf640cc94e
Author: marc <marc>
Date:   Tue Aug 23 13:54:20 2005 +0000

    Organistaion name added

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

commit 5a6c42c535e7d48d249a5e77fd4a1539c52bafe0
Author: marc <marc>
Date:   Mon Aug 22 17:20:51 2005 +0000

    Translation files

 lang/scifigs.de.ts | 1658 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 lang/scifigs.es.ts | 1658 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 lang/scifigs.fr.ts | 1655 +++++++++++++++++++++++++++++++++++++++++++++++++++
 lang/scifigs.it.ts | 1658 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 6629 insertions(+), 0 deletions(-)

commit 8d8b4a5f613bd6f4abfd88be0772bf1208a68848
Author: marc <marc>
Date:   Mon Aug 22 17:15:54 2005 +0000

    Support for multi languages and uniformization of macro names

 admin/info                         |    2 +
 src/qtbasciifilter.h               |    6 +-
 src/qtbaxis.cpp                    |    4 +-
 src/qtbaxis.h                      |   10 +-
 src/qtbaxisint.h                   |    6 +-
 src/qtbaxisproperties.h            |    6 +-
 src/qtbaxiswindow.cpp              |   29 ++-
 src/qtbaxiswindow.h                |    8 +-
 src/qtbaxiswindowint.h             |    6 +-
 src/qtbbrush.cpp                   |    4 +-
 src/qtbbrush.h                     |    8 +-
 src/qtbchangelegend.h              |    6 +-
 src/qtbcircleviewer.cpp            |    6 +-
 src/qtbcircleviewer.h              |    8 +-
 src/qtbcircleviewerint.h           |    6 +-
 src/qtbcolorpalettewidget.cpp      |    8 +-
 src/qtbcolorpalettewidget.h        |    8 +-
 src/qtbcolorpalettewidgetint.h     |    6 +-
 src/qtbcoordtip.h                  |    6 +-
 src/qtbcurvebrowser.cpp            |   14 +-
 src/qtbcurvebrowser.h              |    6 +-
 src/qtbdynline.cpp                 |    4 +-
 src/qtbdynline.h                   |    8 +-
 src/qtbdynnameline.h               |    6 +-
 src/qtbdynxycolorlines.cpp         |   11 +-
 src/qtbdynxycolorlines.h           |   15 +-
 src/qtbdynxycolorlinesint.h        |    6 +-
 src/qtbgraphcontent.cpp            |    3 +-
 src/qtbgraphcontent.h              |    8 +-
 src/qtbgraphcontentint.h           |    6 +-
 src/qtbgraphcontentlayer.cpp       |    9 +-
 src/qtbgraphcontentlayer.h         |    8 +-
 src/qtbgraphcontentlayerint.h      |    8 +-
 src/qtbgraphcontentproperties.h    |    6 +-
 src/qtbgraphicobject.cpp           |    6 +-
 src/qtbgraphicobject.h             |    8 +-
 src/qtbgraphicobjectint.h          |    6 +-
 src/qtbgraphicobjectproperties.h   |    6 +-
 src/qtbgraphicsheet.cpp            |    4 +-
 src/qtbgraphicsheet.h              |    8 +-
 src/qtbgraphicsheetint.h           |    8 +-
 src/qtbgraphicsheetmenu.h          |    8 +-
 src/qtbgridplot.cpp                |  415 ++++++++++++++++++------------------
 src/qtbgridplot.h                  |   10 +-
 src/qtbgridviewer.cpp              |   16 +-
 src/qtbgridviewer.h                |   13 +-
 src/qtbgridviewerint.h             |    6 +-
 src/qtbhorizontalaxis.cpp          |    4 +-
 src/qtbhorizontalaxis.h            |   10 +-
 src/qtbimagelayer.cpp              |    8 +-
 src/qtbimagelayer.h                |   10 +-
 src/qtbimagelayerint.h             |    6 +-
 src/qtbimagewidget.cpp             |    8 +-
 src/qtbimagewidget.h               |    8 +-
 src/qtbimagewidgetint.h            |    6 +-
 src/qtbimportascii.h               |    6 +-
 src/qtbirregulargrid2dplot.cpp     |   14 +-
 src/qtbirregulargrid2dplot.h       |   69 +++---
 src/qtbirregulargrid2dplotint.h    |    6 +-
 src/qtblegend.cpp                  |   79 ++++----
 src/qtblegend.h                    |   34 ++--
 src/qtblegenditem.cpp              |    4 +-
 src/qtblegenditem.h                |    8 +-
 src/qtblegenditemwidget.cpp        |    4 +-
 src/qtblegenditemwidget.h          |   10 +-
 src/qtblegendtable.h               |    6 +-
 src/qtbordertip.h                  |    6 +-
 src/qtbpagelimit.h                 |    6 +-
 src/qtbpaletteeditor.h             |    6 +-
 src/qtbpalettetable.h              |    6 +-
 src/qtbparallelband.cpp            |    4 +-
 src/qtbparallelband.h              |    8 +-
 src/qtbparallelbands.cpp           |    8 +-
 src/qtbparallelbands.h             |   10 +-
 src/qtbparallelbandsint.h          |    6 +-
 src/qtbpen.cpp                     |    4 +-
 src/qtbpen.h                       |    8 +-
 src/qtbpointproperties.h           |    6 +-
 src/qtbpolargridplot.cpp           |    5 +-
 src/qtbpolargridplot.h             |   63 +++---
 src/qtbresample.h                  |    6 +-
 src/qtbscifigsint.cpp              |    4 +-
 src/qtbscifigsint.h                |    8 +-
 src/qtbselectionwidget.h           |    6 +-
 src/qtbsymbol.cpp                  |   30 ++--
 src/qtbsymbol.h                    |    8 +-
 src/qtbtabgrideditproperties.h     |    6 +-
 src/qtbtabpaletteproperties.h      |    6 +-
 src/qtbtabtexteditproperties.h     |    6 +-
 src/qtbtabxycolorlinesproperties.h |    6 +-
 src/qtbtabxynameplotproperties.h   |    6 +-
 src/qtbtabxyplotproperties.h       |    6 +-
 src/qtbtextedit.cpp                |    8 +-
 src/qtbtextedit.h                  |    8 +-
 src/qtbtexteditint.h               |    6 +-
 src/qtbuserinterface.cpp           |    4 +-
 src/qtbuserinterface.h             |    8 +-
 src/qtbverticalaxis.cpp            |    4 +-
 src/qtbverticalaxis.h              |   10 +-
 src/qtbxycolorlines.cpp            |    8 +-
 src/qtbxycolorlines.h              |    8 +-
 src/qtbxycolorlinesint.h           |    8 +-
 src/qtbxycolorplot.cpp             |   14 +-
 src/qtbxycolorplot.h               |    8 +-
 src/qtbxycolorplotint.h            |    8 +-
 src/qtbxynameplot.cpp              |    6 +-
 src/qtbxynameplot.h                |    8 +-
 src/qtbxynameplotint.h             |    6 +-
 src/qtbxyplot.cpp                  |   24 +-
 src/qtbxyplot.h                    |    8 +-
 src/scifigs.cpp                    |   16 +-
 src/scifigs.h                      |   14 +-
 src/scifigsdllexport.h             |   12 +-
 src/scifigsversion.h               |    2 +-
 114 files changed, 770 insertions(+), 747 deletions(-)

commit 5d9b0e2310532e1a2c3cd787df95d73fad6c3e0d
Author: marc <marc>
Date:   Mon Aug 15 23:28:02 2005 +0000

    Indentation

 src/qtbscifigsint.cpp |  147 ++++++++++++++++++++++++-------------------------
 src/scifigsversion.h  |    2 +-
 2 files changed, 74 insertions(+), 75 deletions(-)

commit 4fa5aafeba0be67d1b7ff282b19745e1d728f642
Author: marc <marc>
Date:   Thu Aug 11 19:30:31 2005 +0000

    Bug fix for inverse axis (title, precision and min/max)
    Setting fonts for QtbTextEdit and titles of QtbAxis: bug fixed
    Scaled axis now ok
    Coord tips: bug fixed
    Order tips: bug fixed
    QtbSelectionWidget: bad behaviour on moving masked object with a click on the selection widget: fixed
    Values in property dialog box fixed for QtbTextEdit

 src/qtbaxis.cpp                  |   11 +-
 src/qtbaxisproperties.cpp        |   67 +++--
 src/qtbaxisproperties.h          |    4 +-
 src/qtbaxisproperties.ui         |    9 +
 src/qtbcoordtip.cpp              |    7 +-
 src/qtbgraphcontent.cpp          |   17 +-
 src/qtbgraphcontent.h            |    5 +-
 src/qtbgraphicobject.cpp         |  684 +++++++++++++++++++-------------------
 src/qtbgraphicsheet.cpp          |    7 +-
 src/qtbimagewidget.cpp           |   12 +-
 src/qtbordertip.cpp              |   13 +-
 src/qtbselectionwidget.cpp       |   11 +-
 src/qtbtabtexteditproperties.cpp |   15 +-
 src/qtbtabtexteditproperties.h   |    5 +-
 src/qtbtextedit.cpp              |   18 +-
 src/scifigs.cpp                  |    4 +-
 src/scifigsversion.h             |    2 +-
 17 files changed, 460 insertions(+), 431 deletions(-)

commit c463c31c92041dd2a6264c536d433d0713b59fd4
Author: marc <marc>
Date:   Wed Aug 10 15:48:19 2005 +0000

    Correction due to gcc 3.4
    Patch for bugs in nv driver removed (nvidia driver required)

 src/qtbaxiswindow.h      |   12 +++++++++++-
 src/qtbgraphcontent.cpp  |   16 +++++++++-------
 src/qtbgraphcontent.h    |   12 +-----------
 src/qtbgraphicsheet.h    |    3 ++-
 src/qtbimagewidget.cpp   |    4 +++-
 src/qtbselectionwidget.h |    4 +++-
 6 files changed, 29 insertions(+), 22 deletions(-)

commit 4858d08553419097c24e41cb06d45134ebef22f0
Author: marc <marc>
Date:   Wed Aug 10 14:47:33 2005 +0000

    Bug fix: on loading image, a default resolution of 300 dpi is taken
    Changes to follow new storage of open/save file dialog (based on qHash(filter))

 src/qtbgraphicobject.cpp |   12 ++++++------
 src/qtbgraphicobject.h   |    3 ++-
 src/qtbgraphicsheet.cpp  |    9 +++------
 src/qtbimagelayer.cpp    |   10 +++-------
 src/qtbimagewidget.cpp   |   19 ++++++++-----------
 src/scifigsversion.h     |    2 +-
 6 files changed, 23 insertions(+), 32 deletions(-)

commit aecfb54df24aad8c7912dbe3e90b8a09f7df64e5
Author: marc <marc>
Date:   Tue Aug 9 17:25:47 2005 +0000

    Bug fixes:
      I/O to .page is now working
      Problems with objectName ok
      Various crashes fixed
      Correction to QtbAxisWindow geometry
      Rationalization of initialization (call once to all setup functions)
      Plugin widgets added to legend, palette and curves widgets
      All XML properties automatically generated from QPROPERTY are affected
      a ID greater than 1000.

 src/qtbaxis.cpp                      |  122 ++++++++++-----------------------
 src/qtbaxis.h                        |    7 +-
 src/qtbaxisint.cpp                   |    4 +-
 src/qtbaxisint.h                     |    3 +-
 src/qtbaxiswindow.cpp                |   38 +++++------
 src/qtbaxiswindowint.cpp             |    6 +-
 src/qtbchangelegend.cpp              |    4 +-
 src/qtbcircleviewerint.h             |    4 +-
 src/qtbcolorpalettewidget.cpp        |    4 +-
 src/qtbcurvebrowser.cpp              |   46 +++++++-------
 src/qtbcurvebrowser.h                |    3 +-
 src/qtbcurvebrowser.ui               |    4 +-
 src/qtbgraphcontent.cpp              |   83 +++++++++++++----------
 src/qtbgraphcontent.h                |    5 +-
 src/qtbgraphcontentlayer.cpp         |   35 ++++++----
 src/qtbgraphcontentlayer.h           |    5 +-
 src/qtbgraphcontentproperties.cpp    |   50 +++++++++++----
 src/qtbgraphcontentproperties.h      |    6 +-
 src/qtbgraphicobject.cpp             |   24 ++++---
 src/qtbgraphicobject.h               |    4 +-
 src/qtbgraphicobjectint.h            |   11 ++-
 src/qtbgraphicobjectproperties.cpp   |    6 +-
 src/qtbgraphicobjectproperties.ui    |   54 +--------------
 src/qtbgraphicsheet.cpp              |   25 ++++----
 src/qtbgraphicsheet.h                |    4 +-
 src/qtbgraphicsheetint.cpp           |   22 +------
 src/qtbgraphicsheetint.h             |    3 +-
 src/qtbgridplot.cpp                  |    7 +-
 src/qtbgridplot.h                    |    4 +-
 src/qtbhorizontalaxis.cpp            |   14 ++--
 src/qtbimagelayer.cpp                |    6 +-
 src/qtbimagewidget.cpp               |   16 +++--
 src/qtblegendtable.cpp               |    6 +-
 src/qtbpagelimit.cpp                 |    6 +-
 src/qtbpaletteeditor.cpp             |   26 ++++----
 src/qtbpaletteeditor.h               |   20 +++---
 src/qtbpalettetable.cpp              |    6 +-
 src/qtbparallelbands.cpp             |    6 +-
 src/qtbpointproperties.cpp           |    6 +-
 src/qtbresample.cpp                  |    3 +-
 src/qtbscifigsint.cpp                |   17 +++--
 src/qtbspinbox.cpp                   |   64 ------------------
 src/qtbspinbox.h                     |   44 ------------
 src/qtbtabgrideditproperties.cpp     |    3 +-
 src/qtbtabtexteditproperties.cpp     |    3 +-
 src/qtbtabxycolorlinesproperties.cpp |    6 +-
 src/qtbtabxynameplotproperties.cpp   |    6 +-
 src/qtbtabxyplotproperties.cpp       |    3 +-
 src/qtbtextedit.cpp                  |    8 ++-
 src/qtbuserinterface.cpp             |  102 ++++++++++++++--------------
 src/qtbuserinterface.h               |   12 ++-
 src/qtbverticalaxis.cpp              |   11 ++--
 src/scifigsversion.h                 |    2 +-
 53 files changed, 425 insertions(+), 564 deletions(-)

commit 49122667ce0a8a8acd6d76df160dd5134bbab986
Author: marc <marc>
Date:   Fri Aug 5 16:41:31 2005 +0000

    FALSE and TRUE replaced by false and true, respectively
    legendTable, paletteTable and AxisWindow now added as plugin in Designer
    Several minor bug fixes to these objects in order to get them work in designer

 src/qtbasciifilter.h              |   10 +-
 src/qtbaxis.cpp                   |   52 ++--
 src/qtbaxis.h                     |    4 +-
 src/qtbaxisproperties.cpp         |   46 ++--
 src/qtbaxiswindow.cpp             |   36 +-
 src/qtbbrush.cpp                  |    8 +-
 src/qtbchangelegend.cpp           |   48 ++--
 src/qtbchangelegend.h             |    5 +-
 src/qtbchangelegend.ui            |  322 ++++++++++--------
 src/qtbcircleviewer.cpp           |    8 +-
 src/qtbcircleviewerint.cpp        |    6 +-
 src/qtbcoordtip.cpp               |    8 +-
 src/qtbcurvebrowser.cpp           |   36 +-
 src/qtbcurvebrowser.ui            |  452 +++++++++++++------------
 src/qtbdynline.cpp                |   12 +-
 src/qtbdynline.h                  |    4 +-
 src/qtbdynnameline.cpp            |    8 +-
 src/qtbdynxycolorlines.cpp        |   28 +-
 src/qtbdynxycolorlines.h          |    6 +-
 src/qtbgraphcontent.cpp           |   26 +-
 src/qtbgraphcontent.h             |   16 +-
 src/qtbgraphcontentlayer.cpp      |   10 +-
 src/qtbgraphcontentlayerint.h     |    6 +-
 src/qtbgraphcontentproperties.cpp |   18 +-
 src/qtbgraphicobject.cpp          |   66 ++--
 src/qtbgraphicobject.h            |    3 +-
 src/qtbgraphicobjectint.cpp       |    4 +-
 src/qtbgraphicsheet.cpp           |   32 +-
 src/qtbgraphicsheetint.cpp        |    4 +-
 src/qtbgraphicsheetmenu.cpp       |    6 +-
 src/qtbgridviewer.cpp             |    8 +-
 src/qtbhorizontalaxis.cpp         |    4 +-
 src/qtbimagewidget.cpp            |   18 +-
 src/qtbirregulargrid2dplot.cpp    |    8 +-
 src/qtblegendedit.cpp             |  680 -------------------------------------
 src/qtblegendedit.h               |   62 ----
 src/qtblegenditem.cpp             |    6 +-
 src/qtblegenditemwidget.cpp       |    4 +-
 src/qtblegendtable.cpp            |  595 ++++++++++++++++++++++++++++++++
 src/qtblegendtable.h              |   85 +++++
 src/qtbordertip.cpp               |    8 +-
 src/qtbpaletteeditor.cpp          |   60 ++--
 src/qtbpaletteeditor.ui           |  510 ++++++++++++++--------------
 src/qtbpalettetable.cpp           |  285 +++++++---------
 src/qtbpalettetable.h             |   16 +-
 src/qtbpen.cpp                    |   14 +-
 src/qtbpolargridplot.cpp          |    6 +-
 src/qtbresample.cpp               |    6 +-
 src/qtbscifigsint.cpp             |   12 +-
 src/qtbselectionwidget.cpp        |    4 +-
 src/qtbspinbox.cpp                |    8 +-
 src/qtbsymbol.cpp                 |    8 +-
 src/qtbtabgrideditproperties.cpp  |   10 +-
 src/qtbtextedit.cpp               |    6 +-
 src/qtbuserinterface.cpp          |    6 +-
 src/qtbverticalaxis.cpp           |    4 +-
 src/qtbxycolorlinesint.cpp        |    4 +-
 src/qtbxycolorplotint.cpp         |    4 +-
 src/qtbxynameplot.cpp             |   12 +-
 src/qtbxyplot.cpp                 |    4 +-
 src/scifigsversion.h              |    2 +-
 61 files changed, 1841 insertions(+), 1908 deletions(-)

commit 20c22dadb7748f89fb5720499764ae20fe71ad16
Author: marc <marc>
Date:   Thu Aug 4 11:24:19 2005 +0000

    PaletteEditor constructor has a more general form with only one arg: the parent pointer
    The list of palette is now passed by setValues() like other property dialog boxes

 src/qtbcolorpalettewidget.cpp |    5 +++--
 src/qtbgraphcontentlayerint.h |    4 ++--
 src/qtbgridplot.cpp           |    5 +++--
 src/qtbpaletteeditor.cpp      |    7 +++----
 src/qtbpaletteeditor.h        |    6 +++---
 src/scifigsversion.h          |    2 +-
 6 files changed, 15 insertions(+), 14 deletions(-)

commit 1dfb0085f55a350a79948492146be14d4175d35c
Author: marc <marc>
Date:   Tue Aug 2 13:41:21 2005 +0000

    Bug fixed for xml_tagName, now return reference
    Inline spec for Windows
    QtbImageWidgetInt::xml_polish() turned as non inline function

 src/qtbasciifilter.h            |    4 ++--
 src/qtbaxis.h                   |   16 ++++++++--------
 src/qtbaxisint.h                |    4 ++--
 src/qtbaxiswindowint.h          |    4 ++--
 src/qtbbrush.h                  |    4 ++--
 src/qtbcircleviewerint.h        |    4 ++--
 src/qtbcolorpalettewidgetint.h  |    4 ++--
 src/qtbdynline.h                |    4 ++--
 src/qtbdynnameline.h            |    4 ++--
 src/qtbdynxycolorlines.h        |    8 ++++----
 src/qtbdynxycolorlinesint.h     |    4 ++--
 src/qtbgraphcontent.h           |   16 ++++++++--------
 src/qtbgraphcontentint.h        |    4 ++--
 src/qtbgraphcontentlayerint.h   |    4 ++--
 src/qtbgraphicobjectint.h       |    4 ++--
 src/qtbgraphicsheetint.h        |    4 ++--
 src/qtbgridviewerint.h          |    4 ++--
 src/qtbimagelayerint.h          |    4 ++--
 src/qtbimagewidgetint.cpp       |   16 +++++++++++++++-
 src/qtbimagewidgetint.h         |   36 +++---------------------------------
 src/qtbirregulargrid2dplotint.h |    4 ++--
 src/qtblegend.h                 |    4 ++--
 src/qtblegenditem.h             |    6 +++---
 src/qtbparallelband.h           |    6 +++---
 src/qtbparallelbandsint.h       |    4 ++--
 src/qtbpen.h                    |   20 ++++++++++----------
 src/qtbscifigsint.h             |    4 ++--
 src/qtbsymbol.h                 |    4 ++--
 src/qtbtexteditint.h            |    6 +++---
 src/qtbuserinterface.h          |    4 ++--
 src/qtbxycolorlines.h           |    4 ++--
 src/qtbxycolorlinesint.h        |    4 ++--
 src/qtbxycolorplotint.h         |    4 ++--
 src/qtbxynameplot.h             |    6 +++---
 src/qtbxynameplotint.h          |    4 ++--
 src/qtbxyplot.h                 |    4 ++--
 src/scifigsversion.h            |    2 +-
 37 files changed, 113 insertions(+), 129 deletions(-)

commit 2f2ad35e16bf31e72b9ccb64d1ddd9c811bd2407
Author: marc <marc>
Date:   Mon Aug 1 16:28:13 2005 +0000

    Bug fixes:
    QtbAxis: context menu display
    QtbAxisProperties: property initialization for minVal, maxVal, label and tick
                       bad manual signals/slots connections
    		   Ghost widgets removed
    QtbAxisWindow: attribute Qt::WA_NoBackground useless
                   Add a temporary test layer in create() (for test only)
    	       polish() call to content's polish()
    	       initialization of axis scales added in polish
    	       All QPainter outside paint event are removed
    QtbGraphContent: All QPainter outside paint event are removed (replaced by update())
                     No more Xor paint (apparently limited to QPainter on QImage devices
    		 coordTip update in MouseMoveEvent() temporarely commented (To be fixed)
    QtbGraphicObject: explicit disply of context menu to avoid "unselect all"
    QtbVerticalAxis and QtbHorizontalAxis: no longer necessary to use Qpainter to measure
                                           text dimensions
    				       no more Xor operation for mouse markers

 src/qtbaxis.cpp              |   12 +++----
 src/qtbaxisproperties.cpp    |   30 +++++++++---------
 src/qtbaxisproperties.ui     |   30 ------------------
 src/qtbaxiswindow.cpp        |   68 ++++++++++++++++++++---------------------
 src/qtbaxiswindow.h          |   10 +++---
 src/qtbcoordtip.cpp          |   60 +++++++++++++++++++------------------
 src/qtbgraphcontent.cpp      |   44 +++++++++++++--------------
 src/qtbgraphcontent.h        |    3 +-
 src/qtbgraphcontentlayer.cpp |   11 ++++---
 src/qtbgraphicobject.cpp     |   14 +++++----
 src/qtbhorizontalaxis.cpp    |   26 ++++++----------
 src/qtbhorizontalaxis.h      |    4 +-
 src/qtbverticalaxis.cpp      |   32 ++++++-------------
 src/qtbverticalaxis.h        |    4 +-
 src/scifigsversion.h         |    2 +-
 15 files changed, 151 insertions(+), 199 deletions(-)

commit 44f90d9753923ef8af9ef322a4c9e900acb565c5
Author: marc <marc>
Date:   Fri Jul 29 16:59:23 2005 +0000

    New system for properties not based any more on the external tool qtbproperties
    (Base class QtbDialogProperties)

 admin/info                            |    2 +-
 src/qtbaxis.cpp                       |  138 ++---
 src/qtbaxisproperties.cpp             | 1040 +++++----------------------------
 src/qtbaxisproperties.h               |   90 +---
 src/qtbaxisproperties.prop            |  263 ---------
 src/qtbcolorpalettewidget.cpp         |   22 +-
 src/qtbgraphcontent.cpp               |   35 +-
 src/qtbgraphcontentproperties.cpp     |  268 ++--------
 src/qtbgraphcontentproperties.h       |   36 +-
 src/qtbgraphcontentproperties.prop    |   66 ---
 src/qtbgraphicobject.cpp              |   78 +--
 src/qtbgraphicobjectproperties.cpp    |  491 ++--------------
 src/qtbgraphicobjectproperties.h      |   53 +--
 src/qtbgraphicobjectproperties.prop   |  124 ----
 src/qtbgridplot.cpp                   |   29 +-
 src/qtbtabgrideditproperties.cpp      |  182 +-----
 src/qtbtabgrideditproperties.h        |   28 +-
 src/qtbtabgrideditproperties.prop     |   60 --
 src/qtbtabpaletteproperties.cpp       |  165 +-----
 src/qtbtabpaletteproperties.h         |   30 +-
 src/qtbtabpaletteproperties.prop      |   43 --
 src/qtbtabtexteditproperties.cpp      |  131 +----
 src/qtbtabtexteditproperties.h        |   23 +-
 src/qtbtabtexteditproperties.prop     |   33 -
 src/qtbtabxycolorlinesproperties.cpp  |   56 +--
 src/qtbtabxycolorlinesproperties.h    |   19 +-
 src/qtbtabxycolorlinesproperties.prop |   17 -
 src/qtbtabxynameplotproperties.cpp    |   85 +---
 src/qtbtabxynameplotproperties.h      |   24 +-
 src/qtbtabxynameplotproperties.prop   |   23 -
 src/qtbtabxyplotproperties.cpp        |   56 +--
 src/qtbtabxyplotproperties.h          |   18 +-
 src/qtbtabxyplotproperties.prop       |   17 -
 src/qtbtextedit.cpp                   |    9 +-
 src/qtbxycolorlines.cpp               |   17 +-
 src/qtbxynameplot.cpp                 |   14 +-
 src/qtbxyplot.cpp                     |   18 +-
 src/scifigsversion.h                  |    2 +-
 38 files changed, 551 insertions(+), 3254 deletions(-)

commit 0091df618c1f0d91ea1285a9c4559db1b7404175
Author: marc <marc>
Date:   Fri Jul 29 09:23:36 2005 +0000

    Images for classes inheriting QtbGraphicObject are renamed with capital letters

 src/images/QtbAxisWindow.png         |  Bin 0 -> 1661 bytes
 src/images/QtbColorPaletteWidget.png |  Bin 0 -> 1591 bytes
 src/images/QtbImageWidget.png        |  Bin 0 -> 1801 bytes
 src/images/QtbTextEdit.png           |  Bin 0 -> 1688 bytes
 src/images/qtbaxiswindow.png         |  Bin 1661 -> 0 bytes
 src/images/qtbcolorpalettewidget.png |  Bin 1591 -> 0 bytes
 src/images/qtbimagewidget.png        |  Bin 1801 -> 0 bytes
 src/images/qtbtextedit.png           |  Bin 1688 -> 0 bytes
 8 files changed, 0 insertions(+), 0 deletions(-)

commit d0df82142c22b7a494cfbaa4ca09045edff58735
Author: marc <marc>
Date:   Thu Jul 28 15:35:25 2005 +0000

    Portage to Qt4: compilation under gcc ok, link with figue also ok
                    Currently debugging figue (+/- ok, except QtbAxisWindow)

 src/qtbaxis.cpp                       |   59 +-
 src/qtbaxis.h                         |    5 +-
 src/qtbaxisint.cpp                    |    4 +-
 src/qtbaxisint.h                      |    3 +-
 src/qtbaxisproperties.cpp             |  640 ++++++++++----------
 src/qtbaxisproperties.h               |   13 +-
 src/qtbaxisproperties.prop            |  263 ++++++++
 src/qtbaxisproperties.xml             |  236 --------
 src/qtbaxiswindow.cpp                 | 1052 ++++++++++++++++-----------------
 src/qtbaxiswindow.h                   |    8 +-
 src/qtbaxiswindowint.cpp              |   36 +-
 src/qtbaxiswindowint.h                |   21 +-
 src/qtbbrush.cpp                      |    4 +-
 src/qtbbrush.h                        |    4 +-
 src/qtbchangelegend.cpp               |   16 +-
 src/qtbchangelegend.h                 |    4 +-
 src/qtbcircleviewer.cpp               |    6 +-
 src/qtbcircleviewer.h                 |    8 +-
 src/qtbcircleviewerint.cpp            |   28 +-
 src/qtbcircleviewerint.h              |   10 +-
 src/qtbcolorhistogram.cpp             |   96 ---
 src/qtbcolorhistogram.h               |   57 --
 src/qtbcolorpalettewidget.cpp         |   85 ++-
 src/qtbcolorpalettewidget.h           |    8 +-
 src/qtbcolorpalettewidgetint.cpp      |   19 +-
 src/qtbcolorpalettewidgetint.h        |   10 +-
 src/qtbcoordtip.h                     |   10 +-
 src/qtbcurvebrowser.ui.h              |  787 ------------------------
 src/qtbdynline.cpp                    |    4 +-
 src/qtbdynnameline.cpp                |    4 +-
 src/qtbdynxycolorlines.h              |    4 +-
 src/qtbdynxycolorlinesint.cpp         |   70 +--
 src/qtbdynxycolorlinesint.h           |    5 +-
 src/qtbgraphcontent.cpp               |  870 ++++++++++++++--------------
 src/qtbgraphcontent.h                 |   88 ++-
 src/qtbgraphcontentint.cpp            |   48 +-
 src/qtbgraphcontentint.h              |   24 +-
 src/qtbgraphcontentlayer.cpp          |   35 +-
 src/qtbgraphcontentlayer.h            |   29 +-
 src/qtbgraphcontentlayerint.cpp       |   29 +
 src/qtbgraphcontentlayerint.h         |    4 +-
 src/qtbgraphcontentproperties.cpp     |  410 ++++++++-----
 src/qtbgraphcontentproperties.h       |   39 ++-
 src/qtbgraphcontentproperties.prop    |   66 ++
 src/qtbgraphcontentproperties.ui      |  535 +++++++++--------
 src/qtbgraphicobject.cpp              |  514 ++++++++--------
 src/qtbgraphicobject.h                |   40 +-
 src/qtbgraphicobjectint.cpp           |   35 +-
 src/qtbgraphicobjectint.h             |    6 +-
 src/qtbgraphicobjectproperties.cpp    |  543 ++++++++++++------
 src/qtbgraphicobjectproperties.h      |   54 ++-
 src/qtbgraphicobjectproperties.prop   |  124 ++++
 src/qtbgraphicobjectproperties.ui     |   51 ++-
 src/qtbgraphicsheet.cpp               |  694 ++++++++++------------
 src/qtbgraphicsheet.h                 |   48 ++-
 src/qtbgraphicsheetint.cpp            |  262 ++-------
 src/qtbgraphicsheetint.h              |   41 +-
 src/qtbgraphicsheetmenu.cpp           |   57 +-
 src/qtbgraphicsheetmenu.h             |   16 +-
 src/qtbgridplot.cpp                   |  148 ++---
 src/qtbgridplot.h                     |   27 +-
 src/qtbgridviewer.cpp                 |   46 +-
 src/qtbgridviewer.h                   |    4 +-
 src/qtbgridviewerint.cpp              |   10 +-
 src/qtbgridviewerint.h                |   13 +-
 src/qtbhorizontalaxis.cpp             |   83 ++--
 src/qtbimagelayer.cpp                 |   63 +--
 src/qtbimagelayer.h                   |    6 +-
 src/qtbimagelayerint.cpp              |    4 +-
 src/qtbimagelayerint.h                |    8 +-
 src/qtbimagewidget.cpp                |  290 +++++-----
 src/qtbimagewidget.h                  |   26 +-
 src/qtbimagewidgetint.cpp             |   29 +
 src/qtbimagewidgetint.h               |    5 +-
 src/qtbimportascii.cpp                |   12 +-
 src/qtbimportascii.h                  |    5 +-
 src/qtbimportascii.ui                 |    2 +-
 src/qtbirregulargrid2dplot.cpp        |   36 +-
 src/qtbirregulargrid2dplot.h          |    4 +-
 src/qtbirregulargrid2dplotint.cpp     |   11 +-
 src/qtbirregulargrid2dplotint.h       |   13 +-
 src/qtblegend.cpp                     |   85 ++-
 src/qtblegend.h                       |   24 +-
 src/qtblegendedit.cpp                 |  885 +++++++++++++++-------------
 src/qtblegendedit.h                   |   18 +-
 src/qtblegenditem.cpp                 |    7 +-
 src/qtblegenditem.h                   |   10 +-
 src/qtblegenditemwidget.cpp           |   32 +-
 src/qtblegenditemwidget.h             |    4 +-
 src/qtbordertip.cpp                   |   27 +-
 src/qtbordertip.h                     |    8 +-
 src/qtbpagelimit.cpp                  |   20 +-
 src/qtbpagelimit.h                    |    6 +-
 src/qtbpaletteeditor.cpp              |   98 ++--
 src/qtbpaletteeditor.h                |   14 +-
 src/qtbpaletteeditor.ui.h             |  157 -----
 src/qtbpalettetable.cpp               |  178 +++---
 src/qtbpalettetable.h                 |    6 +-
 src/qtbparallelband.cpp               |    8 +-
 src/qtbparallelband.h                 |   14 +-
 src/qtbparallelbands.cpp              |   60 +-
 src/qtbparallelbandsint.cpp           |   31 +-
 src/qtbparallelbandsint.h             |   15 +-
 src/qtbpen.cpp                        |   31 +-
 src/qtbpen.h                          |    8 +-
 src/qtbpointproperties.cpp            |  146 +++---
 src/qtbpointproperties.h              |   26 +-
 src/qtbpointproperties.ui             |   91 +++-
 src/qtbpolargridplot.cpp              |  478 ++++++++--------
 src/qtbresample.cpp                   |   15 +-
 src/qtbresample.h                     |    7 +-
 src/qtbscifigsint.cpp                 |   60 +--
 src/qtbscifigsint.h                   |   10 +-
 src/qtbselectionwidget.cpp            |   61 +-
 src/qtbselectionwidget.h              |    4 +-
 src/qtbspinbox.cpp                    |   45 +-
 src/qtbspinbox.h                      |   18 +-
 src/qtbsymbol.cpp                     |   27 +-
 src/qtbsymbol.h                       |    6 +-
 src/qtbtabgrideditproperties.cpp      |  179 ++++++-
 src/qtbtabgrideditproperties.h        |   30 +-
 src/qtbtabgrideditproperties.prop     |   60 ++
 src/qtbtabgrideditproperties.ui       |  263 +++++----
 src/qtbtabgrideditproperties.ui.h     |   24 -
 src/qtbtabpaletteproperties.cpp       |   81 ++--
 src/qtbtabpaletteproperties.h         |   15 +-
 src/qtbtabpaletteproperties.prop      |   43 ++
 src/qtbtabpaletteproperties.ui.h      |   46 --
 src/qtbtabpaletteproperties.xml       |   42 --
 src/qtbtabtexteditproperties.cpp      |  125 ++++-
 src/qtbtabtexteditproperties.h        |   24 +-
 src/qtbtabtexteditproperties.prop     |   33 +
 src/qtbtabtexteditproperties.ui       |   91 ++--
 src/qtbtabtexteditproperties.ui.h     |   40 --
 src/qtbtabxycolorlinesproperties.cpp  |   61 ++-
 src/qtbtabxycolorlinesproperties.h    |   15 +-
 src/qtbtabxycolorlinesproperties.prop |   17 +
 src/qtbtabxycolorlinesproperties.ui   |   20 +-
 src/qtbtabxycolorlinesproperties.ui.h |   16 -
 src/qtbtabxynameplotproperties.cpp    |  103 +++-
 src/qtbtabxynameplotproperties.h      |   22 +-
 src/qtbtabxynameplotproperties.prop   |   23 +
 src/qtbtabxynameplotproperties.ui     |   20 +-
 src/qtbtabxynameplotproperties.ui.h   |   34 --
 src/qtbtabxyplotproperties.cpp        |   56 ++-
 src/qtbtabxyplotproperties.h          |   18 +-
 src/qtbtabxyplotproperties.prop       |   17 +
 src/qtbtabxyplotproperties.ui         |   20 +-
 src/qtbtabxyplotproperties.ui.h       |   15 -
 src/qtbtextedit.cpp                   |  185 +++----
 src/qtbtextedit.h                     |   23 +-
 src/qtbtexteditint.cpp                |   29 +
 src/qtbtexteditint.h                  |   11 +-
 src/qtbuserinterface.cpp              |  253 +-------
 src/qtbuserinterface.h                |   24 +-
 src/qtbverticalaxis.cpp               |   44 +-
 src/qtbxycolorlines.cpp               |  433 ++++++--------
 src/qtbxycolorlines.h                 |   15 +-
 src/qtbxycolorlinesint.cpp            |  214 ++-----
 src/qtbxycolorlinesint.h              |   15 +-
 src/qtbxycolorplot.cpp                |   21 +-
 src/qtbxycolorplot.h                  |   11 +-
 src/qtbxycolorplotint.cpp             |   58 +--
 src/qtbxycolorplotint.h               |   15 +-
 src/qtbxynameplot.cpp                 |  387 ++++++-------
 src/qtbxynameplot.h                   |   23 +-
 src/qtbxynameplotint.cpp              |   52 +--
 src/qtbxynameplotint.h                |   12 +-
 src/qtbxyplot.cpp                     |   80 +--
 src/qtbxyplot.h                       |   15 +-
 src/scifigs.cpp                       |   16 +-
 src/scifigsversion.h                  |    2 +-
 172 files changed, 7335 insertions(+), 7982 deletions(-)

commit fed7355b54c6009559f0d3ff6a3d86d629565b0b
Author: marc <marc>
Date:   Wed Jul 20 08:17:18 2005 +0000

    Properties XML specification and sub classed object for UI

 src/qtbaxisproperties.xml            |  236 ++++++++++
 src/qtbcurvebrowser.cpp              |  807 ++++++++++++++++++++++++++++++++++
 src/qtbcurvebrowser.h                |   94 ++++
 src/qtbpaletteeditor.cpp             |  209 +++++++++
 src/qtbpaletteeditor.h               |   60 +++
 src/qtbtabgrideditproperties.cpp     |   53 +++
 src/qtbtabgrideditproperties.h       |   41 ++
 src/qtbtabpaletteproperties.cpp      |  181 ++++++++
 src/qtbtabpaletteproperties.h        |   61 +++
 src/qtbtabpaletteproperties.xml      |   42 ++
 src/qtbtabtexteditproperties.cpp     |   69 +++
 src/qtbtabtexteditproperties.h       |   41 ++
 src/qtbtabxycolorlinesproperties.cpp |   45 ++
 src/qtbtabxycolorlinesproperties.h   |   41 ++
 src/qtbtabxynameplotproperties.cpp   |   63 +++
 src/qtbtabxynameplotproperties.h     |   41 ++
 src/qtbtabxyplotproperties.cpp       |   45 ++
 src/qtbtabxyplotproperties.h         |   41 ++
 18 files changed, 2170 insertions(+), 0 deletions(-)

commit c008f3dc24c09e4a6b3e60a87e6023022bc752a1
Author: marc <marc>
Date:   Wed Jul 20 08:13:20 2005 +0000

    Partial porting to Qt4, the library is not completely ported

 admin/info                                |    4 +-
 src/qtbaxis.cpp                           |  256 +++---
 src/qtbaxis.h                             |   66 +-
 src/qtbaxisint.cpp                        |    4 +-
 src/qtbaxisint.h                          |   24 +-
 src/qtbaxisproperties.cpp                 | 1133 ++++++++++++++++++++++++
 src/qtbaxisproperties.h                   |  144 +++
 src/qtbaxisproperties.ui                  |  913 +++++++++++++++++++
 src/qtbaxiswindow.cpp                     |  109 ++-
 src/qtbaxiswindow.h                       |   16 +-
 src/qtbaxiswindowint.cpp                  |   36 +-
 src/qtbaxiswindowint.h                    |   17 +-
 src/qtbbrush.cpp                          |   38 +-
 src/qtbbrush.h                            |   20 +-
 src/qtbchangelegend.cpp                   |  138 +++
 src/qtbchangelegend.h                     |   50 ++
 src/qtbchangelegend.ui                    |  210 +++++
 src/qtbcircleviewer.cpp                   |   33 +-
 src/qtbcircleviewer.h                     |   12 +-
 src/qtbcircleviewerint.cpp                |   46 +-
 src/qtbcircleviewerint.h                  |   16 +-
 src/qtbcolorpalettewidget.cpp             |  325 +++----
 src/qtbcolorpalettewidget.h               |    9 +-
 src/qtbcolorpalettewidgetint.cpp          |   15 +-
 src/qtbcolorpalettewidgetint.h            |   19 +-
 src/qtbcoordtip.cpp                       |  134 ++--
 src/qtbcurvebrowser.ui                    |  754 ++++++-----------
 src/qtbdialogaxisproperties.ui            | 1372 -----------------------------
 src/qtbdialogaxisproperties.ui.h          |  685 --------------
 src/qtbdialogchangelegend.ui              |  380 --------
 src/qtbdialogchangelegend.ui.h            |  110 ---
 src/qtbdialoggraphcontentproperties.ui    |  448 ----------
 src/qtbdialoggraphcontentproperties.ui.h  |  199 -----
 src/qtbdialoggraphicobjectproperties.ui   |  590 -------------
 src/qtbdialoggraphicobjectproperties.ui.h |  216 -----
 src/qtbdialogimportascii.ui               |  473 ----------
 src/qtbdialogimportascii.ui.h             |   52 --
 src/qtbdialogpointproperties.ui           |  161 ----
 src/qtbdialogpointproperties.ui.h         |   88 --
 src/qtbdialogresample.ui                  |  358 --------
 src/qtbdialogresample.ui.h                |   31 -
 src/qtbdynline.cpp                        |   42 +-
 src/qtbdynline.h                          |   20 +-
 src/qtbdynnameline.cpp                    |   55 +-
 src/qtbdynnameline.h                      |   16 +-
 src/qtbdynxycolorlines.cpp                |  744 +++++++---------
 src/qtbdynxycolorlines.h                  |   35 +-
 src/qtbdynxycolorlinesint.cpp             |   48 +-
 src/qtbdynxycolorlinesint.h               |   13 +-
 src/qtbgraphcontent.cpp                   |   31 +-
 src/qtbgraphcontent.h                     |  340 ++++----
 src/qtbgraphcontentint.cpp                |   10 +-
 src/qtbgraphcontentint.h                  |   13 +-
 src/qtbgraphcontentlayer.cpp              |    6 +-
 src/qtbgraphcontentlayer.h                |    7 +-
 src/qtbgraphcontentlayerint.h             |   12 +-
 src/qtbgraphcontentproperties.cpp         |  229 +++++
 src/qtbgraphcontentproperties.h           |   41 +
 src/qtbgraphcontentproperties.ui          |  327 +++++++
 src/qtbgraphicobject.cpp                  |   39 +-
 src/qtbgraphicobject.h                    |   26 +-
 src/qtbgraphicobjectint.h                 |   14 +-
 src/qtbgraphicobjectproperties.cpp        |  245 +++++
 src/qtbgraphicobjectproperties.h          |   42 +
 src/qtbgraphicobjectproperties.ui         |  494 +++++++++++
 src/qtbgraphicsheet.cpp                   |   26 +-
 src/qtbgraphicsheet.h                     |    6 +-
 src/qtbgraphicsheetint.cpp                |   34 +-
 src/qtbgraphicsheetint.h                  |   14 +-
 src/qtbgraphicsheetmenu.cpp               |    6 +-
 src/qtbgraphicsheetmenu.h                 |    6 +-
 src/qtbgridplot.cpp                       |    4 +-
 src/qtbgridviewer.cpp                     |   10 +-
 src/qtbgridviewerint.cpp                  |    6 +-
 src/qtbgridviewerint.h                    |   10 +-
 src/qtbhorizontalaxis.cpp                 |   12 +-
 src/qtbimagelayer.cpp                     |   10 +-
 src/qtbimagelayerint.h                    |    8 +-
 src/qtbimagewidget.cpp                    |   14 +-
 src/qtbimagewidget.h                      |    4 +-
 src/qtbimagewidgetint.h                   |    8 +-
 src/qtbimportascii.cpp                    |   76 ++
 src/qtbimportascii.h                      |   45 +
 src/qtbimportascii.ui                     |  435 +++++++++
 src/qtbirregulargrid2dplot.cpp            |   10 +-
 src/qtbirregulargrid2dplotint.cpp         |    8 +-
 src/qtbirregulargrid2dplotint.h           |   10 +-
 src/qtblegend.cpp                         |    6 +-
 src/qtblegend.h                           |   21 +-
 src/qtblegendedit.cpp                     |    4 +-
 src/qtblegenditem.cpp                     |   14 +-
 src/qtblegenditem.h                       |   14 +-
 src/qtblegenditemwidget.cpp               |    4 +-
 src/qtbordertip.cpp                       |    4 +-
 src/qtbpagelimit.cpp                      |    4 +-
 src/qtbpaletteeditor.ui                   |  841 +++++++-----------
 src/qtbpalettetable.cpp                   |    4 +-
 src/qtbpalettetable.h                     |    9 +-
 src/qtbparallelband.cpp                   |   12 +-
 src/qtbparallelband.h                     |   12 +-
 src/qtbparallelbands.cpp                  |   10 +-
 src/qtbparallelbands.h                    |    6 +-
 src/qtbparallelbandsint.cpp               |    8 +-
 src/qtbparallelbandsint.h                 |   10 +-
 src/qtbpen.cpp                            |   12 +-
 src/qtbpen.h                              |   24 +-
 src/qtbpointproperties.cpp                |  118 +++
 src/qtbpointproperties.h                  |   41 +
 src/qtbpointproperties.ui                 |  110 +++
 src/qtbpolargridplot.cpp                  |    4 +-
 src/qtbresample.cpp                       |   61 ++
 src/qtbresample.h                         |   41 +
 src/qtbresample.ui                        |  335 +++++++
 src/qtbscifigsint.cpp                     |   12 +-
 src/qtbscifigsint.h                       |   14 +-
 src/qtbspinbox.cpp                        |   14 +-
 src/qtbsymbol.cpp                         |   18 +-
 src/qtbsymbol.h                           |   22 +-
 src/qtbtabgrideditproperties.ui           |  376 ++++----
 src/qtbtabpaletteproperties.ui            |  560 ++++++-------
 src/qtbtabtexteditproperties.ui           |  404 ++++-----
 src/qtbtabxycolorlinesproperties.ui       |  168 ++--
 src/qtbtabxynameplotproperties.ui         |  193 ++---
 src/qtbtabxyplotproperties.ui             |  167 ++--
 src/qtbtextedit.cpp                       |   12 +-
 src/qtbtextedit.h                         |    4 +-
 src/qtbtexteditint.h                      |    8 +-
 src/qtbuserinterface.cpp                  |   28 +-
 src/qtbuserinterface.h                    |   12 +-
 src/qtbverticalaxis.cpp                   |   10 +-
 src/qtbxycolorlines.cpp                   |   12 +-
 src/qtbxycolorlines.h                     |    8 +-
 src/qtbxycolorlinesint.cpp                |   18 +-
 src/qtbxycolorlinesint.h                  |   12 +-
 src/qtbxycolorplot.cpp                    |   16 +-
 src/qtbxycolorplot.h                      |   12 +-
 src/qtbxycolorplotint.cpp                 |   32 +-
 src/qtbxycolorplotint.h                   |   12 +-
 src/qtbxynameplot.cpp                     |   26 +-
 src/qtbxynameplot.h                       |   16 +-
 src/qtbxynameplotint.cpp                  |   18 +-
 src/qtbxynameplotint.h                    |    8 +-
 src/qtbxyplot.cpp                         |   24 +-
 src/qtbxyplot.h                           |   18 +-
 src/scifigsdllexport.h                    |    4 +-
 src/scifigsversion.h                      |    2 +-
 146 files changed, 8317 insertions(+), 8987 deletions(-)

commit 62b6a5ece3f022165e9b86cbee754af919095d91
Author: marc <marc>
Date:   Wed Jun 29 11:26:28 2005 +0000

    Bug fixed for QtbScifigsInt (xml_save(s,0,0) replaced by xml_save(s))

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

commit 2b4027d2432c12132959382a1159749e5b5bb7e6
Author: marc <marc>
Date:   Tue Jun 28 15:23:28 2005 +0000

    identation

 src/qtbpagelimit.cpp |   31 +++++++++++++++----------------
 1 files changed, 15 insertions(+), 16 deletions(-)

commit 5fd46596aea48c35b34cf3cbe14f5d07794ca58b
Author: marc <marc>
Date:   Tue Jun 28 13:35:34 2005 +0000

    Icon added to classes which inherit QtbGraphicObject (automatic recognition of classes not yet implement in figue)
    Icons were taken from figue project
    
    axiswindow.png --> qtbaxiswindow.png
    palette.png    --> qtbcolorpalettewidget.png
    textview.png   --> qtbtextedit.png
    pixlabel.png   --> qtbimagewidget.png

 src/images/qtbaxiswindow.png         |  Bin 0 -> 1661 bytes
 src/images/qtbcolorpalettewidget.png |  Bin 0 -> 1591 bytes
 src/images/qtbimagewidget.png        |  Bin 0 -> 1801 bytes
 src/images/qtbtextedit.png           |  Bin 0 -> 1688 bytes
 src/qtbaxiswindow.cpp                |    4 ++--
 src/qtbcircleviewer.cpp              |    4 ++--
 src/qtbcolorpalettewidget.cpp        |    4 ++--
 src/qtbdynxycolorlines.cpp           |    4 ++--
 src/qtbgridviewer.cpp                |    4 ++--
 src/qtbimagelayer.cpp                |    4 ++--
 src/qtbimagewidget.cpp               |    4 ++--
 src/qtbirregulargrid2dplot.cpp       |    4 ++--
 src/qtbparallelbands.cpp             |    4 ++--
 src/qtbtextedit.cpp                  |    4 ++--
 src/qtbxycolorlines.cpp              |    4 ++--
 src/qtbxycolorplot.cpp               |    4 ++--
 src/qtbxynameplot.cpp                |    4 ++--
 src/qtbxyplot.cpp                    |    4 ++--
 18 files changed, 28 insertions(+), 28 deletions(-)

commit 0e6926902d7537be5ced69669f936625d55b6835
Author: marc <marc>
Date:   Tue Jun 28 11:56:27 2005 +0000

    New class QtbStream
    QtbXMLClass now based on QtbStream rather than FILE

 src/qtbaxiswindowint.cpp          |   16 ++++++++--------
 src/qtbaxiswindowint.h            |    6 +++---
 src/qtbbrush.cpp                  |    8 ++++----
 src/qtbbrush.h                    |    4 ++--
 src/qtbcircleviewerint.cpp        |   18 +++++++++---------
 src/qtbcircleviewerint.h          |    4 ++--
 src/qtbcolorpalettewidgetint.cpp  |    6 +++---
 src/qtbcolorpalettewidgetint.h    |    4 ++--
 src/qtbdynline.cpp                |   18 +++++++++---------
 src/qtbdynline.h                  |    6 +++---
 src/qtbdynnameline.cpp            |   18 +++++++++---------
 src/qtbdynnameline.h              |    4 ++--
 src/qtbdynxycolorlinesint.cpp     |    6 +++---
 src/qtbdynxycolorlinesint.h       |    4 ++--
 src/qtbgraphcontentint.cpp        |    6 +++---
 src/qtbgraphcontentint.h          |    4 ++--
 src/qtbgraphicsheetint.cpp        |   12 ++++++------
 src/qtbgraphicsheetint.h          |    6 +++---
 src/qtbgridviewerint.cpp          |    8 ++++----
 src/qtbgridviewerint.h            |    4 ++--
 src/qtbirregulargrid2dplotint.cpp |    8 ++++----
 src/qtbirregulargrid2dplotint.h   |    4 ++--
 src/qtblegend.cpp                 |    6 +++---
 src/qtblegend.h                   |    4 ++--
 src/qtblegenditem.cpp             |   12 ++++++------
 src/qtblegenditem.h               |    6 +++---
 src/qtbparallelband.cpp           |   10 +++++-----
 src/qtbparallelband.h             |    6 +++---
 src/qtbparallelbandsint.cpp       |    6 +++---
 src/qtbparallelbandsint.h         |    4 ++--
 src/qtbpen.cpp                    |   14 +++++++-------
 src/qtbpen.h                      |    4 ++--
 src/qtbscifigsint.cpp             |   27 +++++++++++++--------------
 src/qtbscifigsint.h               |    6 +++---
 src/qtbsymbol.cpp                 |   14 +++++++-------
 src/qtbsymbol.h                   |    6 +++---
 src/qtbuserinterface.cpp          |    8 ++++----
 src/qtbuserinterface.h            |    4 ++--
 src/qtbxycolorlinesint.cpp        |    8 ++++----
 src/qtbxycolorlinesint.h          |    4 ++--
 src/qtbxycolorplotint.cpp         |    8 ++++----
 src/qtbxycolorplotint.h           |    4 ++--
 src/scifigsversion.h              |    2 +-
 43 files changed, 168 insertions(+), 169 deletions(-)

commit b5e6176620ea5d0e3e832ea8a447258406a2e823
Author: marc <marc>
Date:   Tue Jun 21 19:23:53 2005 +0000

    qtbversion.h replaced by ${PACKAGE}version.h

 src/qtbscifigsint.cpp |    4 ++--
 src/qtbversion.h      |    3 ---
 src/scifigs.cpp       |    4 ++--
 src/scifigsversion.h  |    3 +++
 4 files changed, 7 insertions(+), 7 deletions(-)

commit f70cfa64b8e495ff13c4a76aaea1ce3e585257c9
Author: marc <marc>
Date:   Mon Jun 20 17:34:06 2005 +0000

    Coma for separating EXTLIBS
    No more pro file

 admin/info             |    3 +-
 src/qtbversion.h       |    2 +-
 src/scifigs.pro        |  162 ------------------------------------------------
 src/scifigsdllexport.h |    4 +-
 4 files changed, 4 insertions(+), 167 deletions(-)

commit ef33834da5568c5b1be5a6e80157293fa83d5046
Author: marc <marc>
Date:   Thu Jun 16 15:28:31 2005 +0000

    Remove function update(bool) from QtbGraphContent (was a temporary to move to
    deepUpdate()
    In QtbGraphContent::paintEvent, faster bitBlt without mask copy and white rect
    below mode labels (Zooming and Editing)

 src/qtbaxiswindow.cpp      |    4 ++--
 src/qtbdynxycolorlines.cpp |    4 ++--
 src/qtbgraphcontent.cpp    |   15 +++++++++------
 src/qtbgraphcontent.h      |    3 +--
 src/qtbversion.h           |    2 +-
 5 files changed, 15 insertions(+), 13 deletions(-)

commit c5e5a22123a45567e0bcad972aa7278d28520080
Author: marc <marc>
Date:   Wed Jun 15 16:27:50 2005 +0000

    xRealToScreen, yRealToScreen, xScreenToReal, and yScreenToReal renamed
    to xr2s, yr2s, xs2r, and ys2r, respectively to follow the naming convention elsewhere
    in the code (QtbAxis)
    
    New function in QtbGraphContent to get the current mode (zoom or edit), read-only

 src/qtbcircleviewer.cpp        |    6 +-
 src/qtbdynxycolorlines.cpp     |    6 +-
 src/qtbgraphcontent.cpp        |   44 ++++++++++----------
 src/qtbgraphcontent.h          |   34 +++++++++--------
 src/qtbgraphcontentlayer.cpp   |   10 ++--
 src/qtbgridplot.cpp            |   83 +++++++++++++++-------------------------
 src/qtbimagelayer.cpp          |    6 +-
 src/qtbirregulargrid2dplot.cpp |    6 +-
 src/qtbparallelbands.cpp       |   10 ++--
 src/qtbpolargridplot.cpp       |   36 +++++++++---------
 src/qtbxycolorplot.cpp         |   10 ++--
 src/qtbxynameplot.cpp          |   22 +++++-----
 src/qtbxyplot.cpp              |   10 ++--
 13 files changed, 132 insertions(+), 151 deletions(-)

commit 23beba8339fb9a4e7cf64628b10b9bc58876ad68
Author: marc <marc>
Date:   Wed Jun 15 05:33:46 2005 +0000

    Split of function scaleWidgetFont into scaleFont and scaleWidgetFont to allow
    the scaling of fonts inside a QtbGraphContent.
    Bug fixed for export bitmap with QtbXYNamePlot (text inside layer) which now scales
    correclty the font sizes.

 src/qtbaxiswindow.cpp    |    4 +++-
 src/qtbgraphicobject.cpp |   28 +++++++++++++++++++++++-----
 src/qtbgraphicobject.h   |    3 ++-
 src/qtbgraphicsheet.cpp  |    4 ++--
 src/qtbgraphicsheetint.h |    6 +++---
 src/qtbversion.h         |    2 +-
 src/qtbxynameplot.cpp    |    4 ++--
 7 files changed, 36 insertions(+), 15 deletions(-)

commit 469df0206e6501e9a4e4164ad1490dde027fe7b5
Author: marc <marc>
Date:   Fri May 27 15:28:56 2005 +0000

    *** empty log message ***

 src/qtbdialogresample.ui |  716 +++++++++++++++++++++++-----------------------
 1 files changed, 358 insertions(+), 358 deletions(-)

commit c00258588efb1eae404d937cd2c1c9a8a9f0db94
Author: marc <marc>
Date:   Thu May 26 12:19:59 2005 +0000

    Export symbols in scifigs.h
    Bug fixed under Windows (Divide by zero and negative arg for log) in QtbAxis

 src/qtbaxis.cpp           |   12 +++++++++++-
 src/qtbhorizontalaxis.cpp |   10 +++++++---
 src/qtbverticalaxis.cpp   |   12 ++++++++----
 src/qtbxyplot.h           |    3 ++-
 src/scifigs.cpp           |    3 ++-
 src/scifigs.h             |    4 ++--
 6 files changed, 32 insertions(+), 12 deletions(-)

commit 7d05c8ce7947aefefe26bc556fc47f3170c37012
Author: marc <marc>
Date:   Thu May 19 13:35:02 2005 +0000

    Transparency for QtbGraphicObject and QtbGraphContent
    Screen resolution in global variable rather than inside each object
    New mandatory initialization function scifigsInit() to call at the beginning
    of each project.

 src/qtbaxis.cpp                           |    5 +-
 src/qtbaxis.h                             |   22 ++-
 src/qtbaxiswindow.cpp                     |  150 ++++++++++-----
 src/qtbaxiswindow.h                       |   10 +-
 src/qtbcircleviewer.cpp                   |    5 +-
 src/qtbcolorpalettewidget.cpp             |   30 ++--
 src/qtbcolorpalettewidget.h               |    5 +-
 src/qtbcolorpalettewidgetint.h            |    3 +-
 src/qtbcurvebrowser.ui.h                  |    8 +-
 src/qtbdialoggraphcontentproperties.ui    |   21 ++-
 src/qtbdialoggraphcontentproperties.ui.h  |   27 ++-
 src/qtbdialoggraphicobjectproperties.ui   |   63 ++++++-
 src/qtbdialoggraphicobjectproperties.ui.h |   54 ++++--
 src/qtbdynxycolorlines.cpp                |   20 +--
 src/qtbdynxycolorlines.h                  |    3 +-
 src/qtbgraphcontent.cpp                   |   44 +++--
 src/qtbgraphcontent.h                     |   11 +-
 src/qtbgraphcontentint.h                  |    5 +-
 src/qtbgraphcontentlayer.cpp              |   12 +-
 src/qtbgraphcontentlayer.h                |    5 +-
 src/qtbgraphicobject.cpp                  |  298 ++++++++++++++++++-----------
 src/qtbgraphicobject.h                    |   30 ++--
 src/qtbgraphicobjectint.cpp               |    4 +-
 src/qtbgraphicobjectint.h                 |   12 +-
 src/qtbgraphicsheet.cpp                   |  108 ++++++-----
 src/qtbgraphicsheet.h                     |   12 +-
 src/qtbgraphicsheetint.cpp                |   13 +-
 src/qtbgraphicsheetint.h                  |    5 +-
 src/qtbgraphicsheetmenu.cpp               |    3 +-
 src/qtbhorizontalaxis.cpp                 |   30 ++--
 src/qtbhorizontalaxis.h                   |   47 +++---
 src/qtbimagewidget.cpp                    |   38 ++--
 src/qtbimagewidget.h                      |   16 +-
 src/qtblegenditemwidget.cpp               |   11 +-
 src/qtbparallelbands.cpp                  |    5 +-
 src/qtbtextedit.cpp                       |   45 ++---
 src/qtbtextedit.h                         |    8 +-
 src/qtbtexteditint.h                      |   10 +-
 src/qtbverticalaxis.cpp                   |   32 ++--
 src/qtbverticalaxis.h                     |   45 ++---
 src/qtbxycolorlines.cpp                   |   10 +-
 src/qtbxycolorlines.h                     |    7 +-
 src/qtbxycolorplot.cpp                    |   22 +-
 src/qtbxynameplot.cpp                     |    5 +-
 src/qtbxyplot.cpp                         |   26 +--
 src/qtbxyplot.h                           |    8 +-
 src/scifigs.cpp                           |   33 +++-
 src/scifigs.h                             |    8 +-
 48 files changed, 845 insertions(+), 549 deletions(-)

commit 029fc2c96b1549d5f34758bda67ba50f36e28185
Author: marc <marc>
Date:   Thu Apr 28 15:33:17 2005 +0000

    DLL export of QtbGraphContentLayerInt

 src/qtbaxisint.h                 |  232 ++--
 src/qtbcircleviewer.cpp          |  432 ++++----
 src/qtbcolorpalettewidgetint.h   |  164 ++--
 src/qtbdialogaxisproperties.ui.h |  988 ++++++++--------
 src/qtbdynxycolorlines.cpp       | 1172 ++++++++++----------
 src/qtbgraphcontent.cpp          | 2372 +++++++++++++++++++-------------------
 src/qtbgraphcontent.h            |  688 ++++++------
 src/qtbgraphcontentlayerint.h    |    5 +-
 src/qtbgraphicobjectint.h        |  178 ++--
 src/qtbgridplot.cpp              |  724 ++++++------
 src/qtbimagelayerint.h           |  130 +-
 src/qtbimagewidget.cpp           |  452 ++++----
 src/qtbimagewidget.h             |  148 ++--
 src/qtbimagewidgetint.h          |  186 ++--
 src/qtblegenditemwidget.h        |   52 +-
 src/qtbordertip.cpp              |  108 +-
 src/qtbparallelband.h            |   78 +-
 src/qtbparallelbandsint.h        |  118 +-
 src/qtbpen.h                     |  252 ++--
 src/qtbpolargridplot.cpp         |  614 +++++-----
 src/qtbscifigsint.h              |   70 +-
 src/qtbtextedit.cpp              |  384 +++---
 src/qtbtextedit.h                |  132 ++--
 src/qtbtexteditint.h             |  142 ++--
 src/qtbuserinterface.cpp         |  572 +++++-----
 src/qtbxycolorlines.cpp          |  776 +++++++-------
 src/qtbxycolorlinesint.h         |  120 +-
 src/qtbxynameplot.cpp            |  586 +++++-----
 src/qtbxynameplotint.h           |  116 +-
 src/scifigs.h                    |   68 +-
 src/scifigs.pro                  |  324 +++---
 src/scifigsdllexport.h           |    4 +-
 32 files changed, 6194 insertions(+), 6193 deletions(-)

commit f3244725bb0ad536e657cab36affdc5025a4ee25
Author: marc <marc>
Date:   Wed Apr 27 08:04:23 2005 +0000

    libscifigsVersion() exported in DLL

 src/qtbgraphcontent.cpp | 2372 +++++++++++++++++++++++-----------------------
 src/qtbgraphcontent.h   |  686 +++++++-------
 src/scifigs.h           |   66 +-
 src/scifigs.pro         |  324 ++++----
 4 files changed, 1726 insertions(+), 1722 deletions(-)

commit 18d9e0c36f1afa1ff60b6cabdf05e61e043a84c2
Author: marc <marc>
Date:   Mon Apr 25 14:56:19 2005 +0000

    Replace interface by userInterface, because Borland do not accept the keyword
    "interface" (confusing syntax)

 src/qtbaxis.cpp                          |   16 +-
 src/qtbaxis.h                            |    6 +-
 src/qtbaxisint.h                         |   10 +-
 src/qtbaxiswindow.cpp                    |   18 +-
 src/qtbaxiswindow.h                      |    4 +-
 src/qtbaxiswindowint.cpp                 |   26 +-
 src/qtbaxiswindowint.h                   |    4 +-
 src/qtbcircleviewer.cpp                  |    4 +-
 src/qtbcircleviewer.h                    |    4 +-
 src/qtbcircleviewerint.cpp               |    8 +-
 src/qtbcolorpalettewidget.cpp            |   12 +-
 src/qtbcolorpalettewidget.h              |    4 +-
 src/qtbcolorpalettewidgetint.cpp         |    4 +-
 src/qtbcurvebrowser.ui.h                 |    4 +-
 src/qtbdialoggraphcontentproperties.ui.h |    6 +-
 src/qtbdynxycolorlines.cpp               |    4 +-
 src/qtbdynxycolorlines.h                 |    4 +-
 src/qtbdynxycolorlinesint.cpp            |    4 +-
 src/qtbgraphcontent.cpp                  |   22 +-
 src/qtbgraphcontent.h                    |  684 ++++++------
 src/qtbgraphcontentint.cpp               |   12 +-
 src/qtbgraphcontentint.h                 |    8 +-
 src/qtbgraphcontentlayer.cpp             |   20 +-
 src/qtbgraphcontentlayer.h               |    8 +-
 src/qtbgraphcontentlayerint.h            |    8 +-
 src/qtbgraphicobject.cpp                 | 1650 ++++++++++++++--------------
 src/qtbgraphicobject.h                   |    6 +-
 src/qtbgraphicobjectint.h                |    8 +-
 src/qtbgraphicsheet.cpp                  | 1830 +++++++++++++++---------------
 src/qtbgraphicsheet.h                    |    6 +-
 src/qtbgraphicsheetint.cpp               |   26 +-
 src/qtbgraphicsheetint.h                 |    8 +-
 src/qtbgraphicsheetmenu.cpp              |   24 +-
 src/qtbgraphicsheetmenu.h                |    6 +-
 src/qtbgridviewer.cpp                    |    4 +-
 src/qtbgridviewer.h                      |    4 +-
 src/qtbgridviewerint.cpp                 |    4 +-
 src/qtbimagelayer.cpp                    |    4 +-
 src/qtbimagelayer.h                      |    4 +-
 src/qtbimagewidget.cpp                   |   10 +-
 src/qtbirregulargrid2dplot.cpp           |    4 +-
 src/qtbirregulargrid2dplot.h             |    4 +-
 src/qtbirregulargrid2dplotint.cpp        |    4 +-
 src/qtbparallelbands.cpp                 |    4 +-
 src/qtbparallelbands.h                   |    4 +-
 src/qtbparallelbandsint.cpp              |    4 +-
 src/qtbscifigsint.cpp                    |    4 +-
 src/qtbscifigsint.h                      |    4 +-
 src/qtbtextedit.cpp                      |   10 +-
 src/qtbuserinterface.cpp                 |   48 +-
 src/qtbuserinterface.h                   |   16 +-
 src/qtbxycolorlines.cpp                  |    4 +-
 src/qtbxycolorlines.h                    |    4 +-
 src/qtbxycolorlinesint.cpp               |    4 +-
 src/qtbxycolorplot.cpp                   |    4 +-
 src/qtbxycolorplot.h                     |    4 +-
 src/qtbxycolorplotint.cpp                |    4 +-
 src/qtbxynameplot.cpp                    |    4 +-
 src/qtbxynameplot.h                      |    4 +-
 src/qtbxynameplotint.cpp                 |    4 +-
 src/scifigs.pro                          |  324 +++---
 61 files changed, 2482 insertions(+), 2482 deletions(-)

commit 5f8af58eba11d42c271cd7e88bafc910ab9a531e
Author: marc <marc>
Date:   Fri Apr 22 17:28:15 2005 +0000

    Remove useless MAKE_*_DLL define
    Minor changes in syntaxe to allow compilation under Borland

 src/qtbaxisint.h               |  232 +++---
 src/qtbcircleviewer.cpp        |  436 +++++-----
 src/qtbcolorpalettewidgetint.h |  164 ++--
 src/qtbdynxycolorlines.cpp     | 1172 +++++++++++++-------------
 src/qtbgraphcontent.h          |  684 ++++++++--------
 src/qtbgraphicobject.cpp       | 1649 ++++++++++++++++++------------------
 src/qtbgraphicobjectint.h      |  178 ++--
 src/qtbgraphicsheet.cpp        | 1830 ++++++++++++++++++++--------------------
 src/qtbgridplot.cpp            |  728 ++++++++--------
 src/qtbimagelayerint.h         |  130 ++--
 src/qtbimagewidget.cpp         |  452 +++++-----
 src/qtbimagewidget.h           |  148 ++--
 src/qtbimagewidgetint.h        |  186 ++--
 src/qtbparallelbandsint.h      |  118 ++--
 src/qtbpolargridplot.cpp       |  618 +++++++-------
 src/qtbtextedit.cpp            |  384 +++++-----
 src/qtbtextedit.h              |  132 ++--
 src/qtbtexteditint.h           |  142 ++--
 src/qtbuserinterface.cpp       |  572 +++++++-------
 src/qtbxycolorlines.cpp        |  776 +++++++++---------
 src/qtbxycolorlinesint.h       |  120 ++--
 src/qtbxynameplot.cpp          |  586 +++++++-------
 src/qtbxynameplotint.h         |  116 ++--
 src/scifigs.pro                |  324 ++++----
 24 files changed, 5933 insertions(+), 5944 deletions(-)

commit 8e18fc11425b1e6b49f85c74737757c4b67a1577
Author: marc <marc>
Date:   Fri Apr 22 17:27:48 2005 +0000

    Remove useless MAKE_*_DLL define

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

commit 78c0378bffa24f6e56ee59070cb9dfee589cc1b1
Author: marc <marc>
Date:   Sun Apr 17 11:12:22 2005 +0000

    Forgot to add this file to CVS

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

commit 2244048b9fa9b51b04d9934fcdb2f9e40922b3f8
Author: marc <marc>
Date:   Fri Apr 15 14:58:39 2005 +0000

    Conformed to new qtbmake and qtbconfigure
    Conformed to new qtbmake and qtbconfigure

 src/qtbaxiswindowint.cpp                |   14 +-
 src/qtbaxiswindowint.h                  |    4 +-
 src/qtbbrush.cpp                        |    6 +-
 src/qtbbrush.h                          |    6 +-
 src/qtbcircleviewerint.cpp              |    6 +-
 src/qtbcircleviewerint.h                |    6 +-
 src/qtbcolorpalettewidgetint.cpp        |    4 +-
 src/qtbcolorpalettewidgetint.h          |    4 +-
 src/qtbcurvebrowser.ui                  |   18 +-
 src/qtbdialogaxisproperties.ui          |   12 +-
 src/qtbdialoggraphcontentproperties.ui  |    2 +-
 src/qtbdialoggraphicobjectproperties.ui |    4 +-
 src/qtbdialogimportascii.ui             |    6 +-
 src/qtbdialogpointproperties.ui         |    6 +-
 src/qtbdynline.cpp                      |    6 +-
 src/qtbdynline.h                        |    6 +-
 src/qtbdynnameline.cpp                  |    6 +-
 src/qtbdynnameline.h                    |    6 +-
 src/qtbdynxycolorlinesint.cpp           |    4 +-
 src/qtbdynxycolorlinesint.h             |    4 +-
 src/qtbgraphcontentint.cpp              |   12 +-
 src/qtbgraphcontentint.h                |    4 +-
 src/qtbgraphicsheet.cpp                 |    4 +-
 src/qtbgraphicsheetint.cpp              |   12 +-
 src/qtbgraphicsheetint.h                |    4 +-
 src/qtbgridviewerint.cpp                |    4 +-
 src/qtbgridviewerint.h                  |    4 +-
 src/qtbirregulargrid2dplotint.cpp       |    4 +-
 src/qtbirregulargrid2dplotint.h         |    4 +-
 src/qtblegend.cpp                       |    4 +-
 src/qtblegend.h                         |    4 +-
 src/qtblegenditem.cpp                   |    6 +-
 src/qtblegenditem.h                     |    6 +-
 src/qtbpaletteeditor.ui                 |    4 +-
 src/qtbparallelband.cpp                 |    6 +-
 src/qtbparallelband.h                   |    6 +-
 src/qtbparallelbandsint.cpp             |    4 +-
 src/qtbparallelbandsint.h               |    4 +-
 src/qtbpen.cpp                          |    6 +-
 src/qtbpen.h                            |    6 +-
 src/qtbscifigsint.cpp                   |  272 +++++++++++++++----------------
 src/qtbscifigsint.h                     |    6 +-
 src/qtbsymbol.cpp                       |    6 +-
 src/qtbsymbol.h                         |    6 +-
 src/qtbtabpaletteproperties.ui          |    4 +-
 src/qtbtabtexteditproperties.ui         |    2 +-
 src/qtbtabxynameplotproperties.ui       |    6 +-
 src/qtbuserinterface.cpp                |    6 +-
 src/qtbuserinterface.h                  |    6 +-
 src/qtbxynameplotint.cpp                |    4 +-
 src/qtbxynameplotint.h                  |    4 +-
 src/scifigs.pro                         |   15 --
 src/scifigsdllexport.h                  |   38 ++--
 53 files changed, 294 insertions(+), 319 deletions(-)

commit 5c454b347ce2939c550d01d6b16df2283587b883
Author: marc <marc>
Date:   Fri Apr 15 14:58:31 2005 +0000

    Conformed to new qtbmake and qtbconfigure

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

commit 2ba1240b251d4674103ffae448c6d5a6580294f3
Author: marc <marc>
Date:   Thu Mar 24 00:23:51 2005 +0000

    Removing the "libqtb.../" for the includes of external libraries

 src/qtbcurvebrowser.ui       |    8 +-
 src/qtbdialogchangelegend.ui |    6 +-
 src/qtbpaletteeditor.ui      |    2 +-
 src/qtbxycolorlinesint.cpp   |  322 +++++++++++++++++++++---------------------
 src/qtbxynameplotint.cpp     |    4 +-
 5 files changed, 171 insertions(+), 171 deletions(-)

commit cb2a962cc9651af4e9f8f0661934ed95e7409839
Author: marc <marc>
Date:   Thu Mar 24 00:16:21 2005 +0000

    qtbversion.h was included in pro file by mistake

 src/scifigs.pro |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 9afb4fd5c7b851f32e000eed40f4670275c3a5da
Author: marc <marc>
Date:   Thu Mar 24 00:13:29 2005 +0000

    Renaming of prefix from MW_ to Qtb
    New GPL Headers
    Splitting of qtaxis.* into various files for vertical and horizontal axis
    Implementation of XMLClass for saving and restoring make-up, page and layers
    API Documentation is starting...
    Various other minor modifications (sorry for the lack of details due to end
    of thesis)

 src/qtbasciifilter.h                      |   42 +-
 src/qtbaxis.cpp                           |  357 ++++++++-
 src/qtbaxis.h                             |  100 ++--
 src/qtbaxisint.cpp                        |   42 +-
 src/qtbaxisint.h                          |   46 +-
 src/qtbaxiswindow.cpp                     |   69 +-
 src/qtbaxiswindow.h                       |   50 +-
 src/qtbaxiswindowint.cpp                  |   50 +-
 src/qtbaxiswindowint.h                    |   44 +-
 src/qtbbrush.cpp                          |   84 ++-
 src/qtbbrush.h                            |   53 +-
 src/qtbcircleviewer.cpp                   |   48 +-
 src/qtbcircleviewer.h                     |   50 +-
 src/qtbcircleviewerint.cpp                |   61 +-
 src/qtbcircleviewerint.h                  |   54 +-
 src/qtbcolorhistogram.cpp                 |   50 +-
 src/qtbcolorhistogram.h                   |   48 +-
 src/qtbcolorpalettewidget.cpp             |   52 +-
 src/qtbcolorpalettewidget.h               |   44 +-
 src/qtbcolorpalettewidgetint.cpp          |   46 +-
 src/qtbcolorpalettewidgetint.h            |   44 +-
 src/qtbcoordtip.cpp                       |   56 +-
 src/qtbcoordtip.h                         |   42 +-
 src/qtbcurvebrowser.ui.h                  |   10 +-
 src/qtbdialogaxisproperties.ui            |  112 ++--
 src/qtbdialogaxisproperties.ui.h          | 1033 +++++++++++++-------------
 src/qtbdialogchangelegend.ui              |   57 +-
 src/qtbdialogchangelegend.ui.h            |  110 ++--
 src/qtbdialoggraphcontentproperties.ui    |   34 +-
 src/qtbdialoggraphcontentproperties.ui.h  |   30 +-
 src/qtbdialoggraphicobjectproperties.ui   |   32 +-
 src/qtbdialoggraphicobjectproperties.ui.h |   28 +-
 src/qtbdialogpointproperties.ui           |   14 +-
 src/qtbdialogpointproperties.ui.h         |   10 +-
 src/qtbdynline.cpp                        |  112 +++-
 src/qtbdynline.h                          |   90 ++-
 src/qtbdynnameline.cpp                    |  117 +++-
 src/qtbdynnameline.h                      |   77 +-
 src/qtbdynxycolorlines.cpp                |  342 +++++----
 src/qtbdynxycolorlines.h                  |  110 ++--
 src/qtbdynxycolorlinesint.cpp             |  250 +++----
 src/qtbdynxycolorlinesint.h               |   85 ++-
 src/qtbgraphcontent.cpp                   |  503 +++++++------
 src/qtbgraphcontent.h                     |  231 +++---
 src/qtbgraphcontentint.cpp                |    2 +-
 src/qtbgraphcontentint.h                  |    2 +-
 src/qtbgraphcontentlayer.cpp              |  210 +++---
 src/qtbgraphcontentlayer.h                |   85 ++-
 src/qtbgraphcontentlayerint.h             |   77 +-
 src/qtbgraphicobject.cpp                  | 1112 +++++++++++++++++----------
 src/qtbgraphicobject.h                    |  141 ++--
 src/qtbgraphicobjectint.cpp               |   62 +-
 src/qtbgraphicobjectint.h                 |  150 ++--
 src/qtbgraphicsheet.cpp                   |  604 ++++++++++-----
 src/qtbgraphicsheet.h                     |  191 +++--
 src/qtbgraphicsheetint.cpp                |  202 ++++--
 src/qtbgraphicsheetint.h                  |   99 ++--
 src/qtbgraphicsheetmenu.cpp               |  142 ++--
 src/qtbgraphicsheetmenu.h                 |  100 ++--
 src/qtbgridplot.cpp                       |  143 ++--
 src/qtbgridplot.h                         |   89 ++-
 src/qtbgridviewer.cpp                     |  110 ++--
 src/qtbgridviewer.h                       |   84 +-
 src/qtbgridviewerint.cpp                  |   87 ++-
 src/qtbgridviewerint.h                    |   77 +-
 src/qtbhorizontalaxis.cpp                 |    2 +-
 src/qtbhorizontalaxis.h                   |    2 +-
 src/qtbimagelayer.cpp                     |  448 ++++++-----
 src/qtbimagelayer.h                       |  114 ++--
 src/qtbimagelayerint.cpp                  |    2 +-
 src/qtbimagelayerint.h                    |    2 +-
 src/qtbimagewidget.cpp                    |  326 +++++----
 src/qtbimagewidget.h                      |  118 ++--
 src/qtbimagewidgetint.h                   |  133 ++--
 src/qtbirregulargrid2dplot.cpp            |  204 +++---
 src/qtbirregulargrid2dplot.h              |   86 +-
 src/qtbirregulargrid2dplotint.cpp         |   77 ++-
 src/qtbirregulargrid2dplotint.h           |   80 +-
 src/qtblegend.cpp                         |  536 ++++++--------
 src/qtblegend.h                           |  118 ++--
 src/qtblegendedit.cpp                     | 1188 ++++++++++++++---------------
 src/qtblegendedit.h                       |   76 +-
 src/qtblegenditem.cpp                     |  134 ++---
 src/qtblegenditem.h                       |  100 ++-
 src/qtblegenditemwidget.cpp               |    2 +-
 src/qtblegenditemwidget.h                 |    2 +-
 src/qtbordertip.cpp                       |    2 +-
 src/qtbordertip.h                         |    2 +-
 src/qtbpagelimit.cpp                      |   69 +-
 src/qtbpagelimit.h                        |   64 +-
 src/qtbpaletteeditor.ui                   |   73 +-
 src/qtbpaletteeditor.ui.h                 |  214 +++---
 src/qtbpalettetable.cpp                   |  249 +++---
 src/qtbpalettetable.h                     |   71 +-
 src/qtbparallelband.cpp                   |    2 +-
 src/qtbparallelband.h                     |    2 +-
 src/qtbparallelbands.cpp                  |  181 +++--
 src/qtbparallelbands.h                    |  105 ++--
 src/qtbparallelbandsint.cpp               |   96 ++--
 src/qtbparallelbandsint.h                 |   73 +-
 src/qtbpen.cpp                            |    2 +-
 src/qtbpen.h                              |    2 +-
 src/qtbpolargridplot.cpp                  |  133 ++--
 src/qtbpolargridplot.h                    |   82 +-
 src/qtbscifigsint.cpp                     |    2 +-
 src/qtbscifigsint.h                       |    2 +-
 src/qtbselectionwidget.cpp                |   87 +--
 src/qtbselectionwidget.h                  |   98 ++--
 src/qtbspinbox.cpp                        |   54 +-
 src/qtbspinbox.h                          |   64 +-
 src/qtbsymbol.cpp                         |  353 ++++-----
 src/qtbsymbol.h                           |  106 ++--
 src/qtbtabgrideditproperties.ui           |   26 +-
 src/qtbtabgrideditproperties.ui.h         |    4 +-
 src/qtbtabpaletteproperties.ui            |   14 +-
 src/qtbtabpaletteproperties.ui.h          |   12 +-
 src/qtbtabtexteditproperties.ui           |   54 ++-
 src/qtbtabtexteditproperties.ui.h         |   39 +-
 src/qtbtabxycolorlinesproperties.ui       |    8 +-
 src/qtbtabxycolorlinesproperties.ui.h     |    4 +-
 src/qtbtabxynameplotproperties.ui         |   10 +-
 src/qtbtabxynameplotproperties.ui.h       |    8 +-
 src/qtbtabxyplotproperties.ui             |    8 +-
 src/qtbtabxyplotproperties.ui.h           |    4 +-
 src/qtbtextedit.cpp                       |  263 ++++---
 src/qtbtextedit.h                         |   93 ++--
 src/qtbtexteditint.h                      |  104 ++--
 src/qtbuserinterface.cpp                  |  199 +++---
 src/qtbuserinterface.h                    |   73 +-
 src/qtbverticalaxis.cpp                   |    2 +-
 src/qtbverticalaxis.h                     |    2 +-
 src/qtbxycolorlines.cpp                   |  625 ++++++++--------
 src/qtbxycolorlines.h                     |  120 ++--
 src/qtbxycolorlinesint.cpp                |  338 +++++----
 src/qtbxycolorlinesint.h                  |   86 ++-
 src/qtbxycolorplot.cpp                    |  111 ++--
 src/qtbxycolorplot.h                      |   66 +-
 src/qtbxycolorplotint.cpp                 |  150 +++--
 src/qtbxycolorplotint.h                   |   71 +-
 src/qtbxynameplot.cpp                     |  158 +++--
 src/qtbxynameplot.h                       |   96 ++--
 src/qtbxynameplotint.cpp                  |  106 ++--
 src/qtbxynameplotint.h                    |   73 +-
 src/qtbxyplot.cpp                         |  319 ++++----
 src/qtbxyplot.h                           |  107 ++--
 src/scifigs.cpp                           |    2 +-
 src/scifigs.h                             |    2 +-
 src/scifigsdllexport.h                    |    2 +-
 148 files changed, 9706 insertions(+), 8279 deletions(-)

commit 8e6778d81eb7954d49e988d83a07d1df1e5f155f
Author: marc <marc>
Date:   Wed Mar 23 23:57:28 2005 +0000

    Initial revision

 INSTALL                                 |   33 +
 LICENSE.GPL                             |  341 ++
 README                                  |    4 +
 admin/info                              |   15 +
 doc/Doxyfile                            |  259 ++
 doc/images/intro_scifigs.page           |  797 +++++
 doc/images/intro_scifigs.page.bin       |  Bin 0 -> 8139383 bytes
 doc/images/intro_scifigs.png            |  Bin 0 -> 90154 bytes
 doc/images/intro_scifigs.ps             | 5860 +++++++++++++++++++++++++++++++
 doc/images/qtbaxiswindow.png            |  Bin 0 -> 7520 bytes
 doc/images/qtbaxiswindow.ps             | 1477 ++++++++
 doc/images/qtbcolorpalettewidget.png    |  Bin 0 -> 7392 bytes
 doc/images/qtbcolorpalettewidget.ps     | 2792 +++++++++++++++
 src/images/bdiagpattern-black-64x64.png |  Bin 0 -> 560 bytes
 src/qtbdialogimportascii.ui             |  473 +++
 src/qtbdialogimportascii.ui.h           |   52 +
 src/qtbdialogresample.ui                |  358 ++
 src/qtbdialogresample.ui.h              |   31 +
 src/qtbgraphcontentint.cpp              |   86 +
 src/qtbgraphcontentint.h                |   61 +
 src/qtbhorizontalaxis.cpp               |  310 ++
 src/qtbhorizontalaxis.h                 |   61 +
 src/qtbimagelayerint.cpp                |   27 +
 src/qtbimagelayerint.h                  |   65 +
 src/qtblegenditemwidget.cpp             |  100 +
 src/qtblegenditemwidget.h               |   49 +
 src/qtbordertip.cpp                     |   77 +
 src/qtbordertip.h                       |   49 +
 src/qtbparallelband.cpp                 |   55 +
 src/qtbparallelband.h                   |   62 +
 src/qtbpen.cpp                          |  126 +
 src/qtbpen.h                            |  149 +
 src/qtbscifigsint.cpp                   |  164 +
 src/qtbscifigsint.h                     |   58 +
 src/qtbverticalaxis.cpp                 |  318 ++
 src/qtbverticalaxis.h                   |   61 +
 src/scifigs.cpp                         |  143 +
 src/scifigs.h                           |   32 +
 src/scifigs.pro                         |  178 +
 src/scifigsdllexport.h                  |   42 +
 40 files changed, 14765 insertions(+), 0 deletions(-)

commit 4779e586fbeaca820269b3e074c12758a55653e4
Author: marc <marc>
Date:   Sun Dec 5 18:55:18 2004 +0000

    Class factory registration
    New naming conventions: prefix=Qtb

 src/qtbcolorpalettewidget.cpp |  445 ++++++++++++++++++++++-------------------
 1 files changed, 243 insertions(+), 202 deletions(-)

commit 811ebf627428ff749be85026f169a4b91941af11
Author: marc <marc>
Date:   Sun Dec 5 18:55:15 2004 +0000

    *** empty log message ***

 src/qtbcolorhistogram.h          |   26 ++--
 src/qtbcolorpalettewidgetint.cpp |   64 ++++++----
 src/qtbcolorpalettewidgetint.h   |  102 ++++++++--------
 src/qtbcoordtip.cpp              |   42 ++++----
 src/qtbcoordtip.h                |   37 +++---
 src/qtbcurvebrowser.ui           |  105 ++++++++--------
 src/qtbcurvebrowser.ui.h         |  243 +++++++++++++++++++-------------------
 7 files changed, 319 insertions(+), 300 deletions(-)

commit fdfd20b3498bcc68af097be30c8b5c3ef89cc232
Author: marc <marc>
Date:   Sun Dec 5 18:54:37 2004 +0000

    New naming conventions: prefix=Qtb
    XML support

 src/qtbcircleviewerint.h |   44 ++++++++++++++++++++++++--------------------
 1 files changed, 24 insertions(+), 20 deletions(-)

commit 127bfce8e730f26c04ac1cbc68490eb85e795f9e
Author: marc <marc>
Date:   Sun Dec 5 18:53:52 2004 +0000

    New naming conventions: prefix=Qtb

 src/qtbcircleviewer.h       |   63 +++++++++++++++++---------------
 src/qtbcolorhistogram.cpp   |   26 +++++++-------
 src/qtbcolorpalettewidget.h |   85 ++++++++++++++++++++++---------------------
 3 files changed, 90 insertions(+), 84 deletions(-)

commit 3e53f67672cac37be8c0bb232571bf455dabf366
Author: marc <marc>
Date:   Sun Dec 5 18:52:31 2004 +0000

    Bug fix for painting circles
    New naming conventions: prefix=Qtb

 src/qtbcircleviewer.cpp |  280 ++++++++++++++++++++++++-----------------------
 1 files changed, 144 insertions(+), 136 deletions(-)

commit 3727ce2e8450e3b6fd51ba378cf87c9a65b3bca5
Author: marc <marc>
Date:   Sun Dec 5 18:51:58 2004 +0000

    Initial revision

 src/qtbbrush.cpp |   98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbbrush.h   |   57 +++++++++++++++++++++++++++++++
 2 files changed, 155 insertions(+), 0 deletions(-)

commit f646189eb5157f61d1aa49470175b32f0f053645
Author: marc <marc>
Date:   Sun Dec 5 18:51:28 2004 +0000

    XML support
    New naming conventions: prefix=Qtb

 src/qtbaxiswindowint.h     |   58 ++++++++++--------
 src/qtbcircleviewerint.cpp |  136 ++++++++++++++++++++++++++++++-------------
 2 files changed, 127 insertions(+), 67 deletions(-)

commit 3bbca925fc4d10dff8629ae1f920a145b611188c
Author: marc <marc>
Date:   Sun Dec 5 18:51:16 2004 +0000

    XML support

 src/qtbaxiswindowint.cpp |   84 +++++++++++++++++++++++++++++++++++++++------
 1 files changed, 72 insertions(+), 12 deletions(-)

commit 42b6f477148b4acf97e6c326fccdc8ed2ad56c6d
Author: marc <marc>
Date:   Sun Dec 5 18:26:31 2004 +0000

    New naming conventions: prefix=Qtb
    update is now called deepUpdate

 src/qtbaxiswindow.h |   81 ++++++++++++++++++++++++++------------------------
 1 files changed, 42 insertions(+), 39 deletions(-)

commit cf39e3e68910b5ecaa1f6959167fa05044eab4e2
Author: marc <marc>
Date:   Sun Dec 5 14:47:35 2004 +0000

    New naming conventions: prefix=Qtb
    XML support

 src/qtbaxisint.h |  255 +++++++++++++++++++-----------------------------------
 1 files changed, 88 insertions(+), 167 deletions(-)

commit 7f5bcc7af7831382f8c8cde43ad65817a54fea7b
Author: marc <marc>
Date:   Sun Dec 5 14:46:08 2004 +0000

    screenToReal and realToScreen are now s2r and r2s
    New function a2r and r2a

 src/qtbaxis.h |  505 +++++++++++++++++++++++++++------------------------------
 1 files changed, 238 insertions(+), 267 deletions(-)

commit 1b12d780507c2b14954fa56850e3cb0f6ee28c2e
Author: marc <marc>
Date:   Sun Dec 5 14:44:58 2004 +0000

    New naming conventions: prefix=Qtb
    Zooming for all types of scales
    Horizontal and vertical moved to separated files

 src/qtbaxis.cpp |  725 +++++-------------------------------------------------
 1 files changed, 68 insertions(+), 657 deletions(-)

commit 5007e4caf847692364fd62c2b44bab52e621b43f
Author: marc <marc>
Date:   Sun Dec 5 14:44:47 2004 +0000

    New naming conventions: prefix=Qtb

 src/qtbasciifilter.h  |   16 +-
 src/qtbaxisint.cpp    |  112 ++++++++++---
 src/qtbaxiswindow.cpp |  441 ++++++++++++++++++++++++++++++++++---------------
 3 files changed, 406 insertions(+), 163 deletions(-)

commit ade260ad52372a6d16d7dbb886cbba147335f4c0
Author: marc <marc>
Date:   Sun Nov 14 01:09:57 2004 +0000

    Bug fixes in initialization
    New menu to select all objects

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

commit 9f86daea232ec2004aa525b7c1b5049437b1603e
Author: marc <marc>
Date:   Sun Nov 14 01:09:33 2004 +0000

    New function to swap axis data

 src/qtbxyplot.cpp |   89 +++++++++++++++++++++++++++++------------------------
 1 files changed, 49 insertions(+), 40 deletions(-)

commit 8259715d2bedb85b763f809fb83222d80a43a32c
Author: marc <marc>
Date:   Sun Nov 14 01:09:11 2004 +0000

    Function to select all objects

 src/qtbgraphicsheet.cpp |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

commit 55c25e1a6f3cdcb745d9251af49bc37fa96346cf
Author: marc <marc>
Date:   Sun Nov 14 01:09:01 2004 +0000

    Automatic setup of screen resolution for layers

 src/qtbgraphcontentlayer.cpp |   35 +++++++++++++++++++----------------
 1 files changed, 19 insertions(+), 16 deletions(-)

commit ce863c47b16b2f0f2ae89b2fb86a2d37797a6f31
Author: marc <marc>
Date:   Sun Nov 14 01:07:54 2004 +0000

    Default without gridlines
    Automatic setup of screen resolution for layers

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

commit 810e34fa2572a792dea9d1ecc5e74e10549d43fd
Author: marc <marc>
Date:   Sun Nov 14 01:07:45 2004 +0000

    Moved to Helvetica

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

commit 35420e78a2307d32ceec255b2fde1286f9b372d9
Author: marc <marc>
Date:   Sun Nov 14 01:07:36 2004 +0000

    *** empty log message ***

 src/qtbaxis.cpp          |    1 -
 src/qtbgraphicsheet.h    |    1 +
 src/qtbuserinterface.cpp |    1 -
 src/qtbxycolorplot.h     |   40 ++++++++++++++++++++--------------------
 src/qtbxycolorplotint.h  |    2 ++
 src/qtbxyplot.h          |    1 +
 6 files changed, 24 insertions(+), 22 deletions(-)

commit 44c7a9434d6ef3b42839e6f9efaa7f9547653754
Author: marc <marc>
Date:   Thu Oct 14 10:00:56 2004 +0000

    Tag of Qt 3.3 changed to 3.2

 src/qtbtabxynameplotproperties.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c53e4a0a86e09ed32fdd6aa76071879ebd2dfbed
Author: marc <marc>
Date:   Thu Oct 14 09:53:37 2004 +0000

    *** empty log message ***

 src/qtbaxisint.h                    |    4 +-
 src/qtbcurvebrowser.ui              |    2 +-
 src/qtbgraphcontentlayer.h          |    5 +-
 src/qtbgraphicobject.h              |    1 +
 src/qtbgridviewer.h                 |    3 +-
 src/qtbimagelayer.h                 |   43 ++++++++++---------
 src/qtbirregulargrid2dplot.h        |    3 +-
 src/qtbtabxynameplotproperties.ui   |   55 ++++++++++++++++++++++--
 src/qtbtabxynameplotproperties.ui.h |   18 ++++++++
 src/qtbxycolorlines.h               |    3 +-
 src/qtbxynameplot.h                 |   79 ++++++++++++++++++++++++-----------
 src/qtbxynameplotint.h              |    9 +++-
 src/qtbxyplot.h                     |   13 +++---
 13 files changed, 172 insertions(+), 66 deletions(-)

commit 5ca8dafe69c6f25411caff3579d50df99ecde4c0
Author: marc <marc>
Date:   Thu Oct 14 09:53:02 2004 +0000

    New zoomIn action to zoom X2 without selecting a rectangle

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

commit 2e62f8c3ff81cb8e2ae429c686c1b3754506e7b2
Author: marc <marc>
Date:   Thu Oct 14 09:52:42 2004 +0000

    New structure for new properties

 src/qtbdynxycolorlines.h |  152 ++++++++++++++++++++++++++--------------------
 1 files changed, 87 insertions(+), 65 deletions(-)

commit eee1aeb8c614c460936ec7e1914b6a188538d873
Author: marc <marc>
Date:   Thu Oct 14 09:51:57 2004 +0000

    Initial revision

 src/qtbdynline.cpp     |   37 ++++++++++++++++++++++++++++++++++
 src/qtbdynline.h       |   51 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbdynnameline.cpp |   38 +++++++++++++++++++++++++++++++++++
 src/qtbdynnameline.h   |   46 +++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 172 insertions(+), 0 deletions(-)

commit 2d9322cefdc9c37ad4c4c17a947e4232f67e08c8
Author: marc <marc>
Date:   Thu Oct 14 09:51:31 2004 +0000

    New properties, back compatibility OK

 src/qtbxynameplotint.cpp |   49 ++++++++++++++++++++++++++++-----------------
 1 files changed, 30 insertions(+), 19 deletions(-)

commit 86ab8cc96b0b8641721d6a963772af016f801615
Author: marc <marc>
Date:   Thu Oct 14 09:50:45 2004 +0000

    Follow changes in MW_DynXYColorLines

 src/qtbdynxycolorlinesint.cpp |   49 +++++++++++++++++++++++-----------------
 1 files changed, 28 insertions(+), 21 deletions(-)

commit 9242a78e390e724b91b81cd758f166da337064f5
Author: marc <marc>
Date:   Thu Oct 14 09:49:52 2004 +0000

    New accelerator to display the popup menu in case not possible with the mouse

 src/qtbgraphicobject.cpp |  324 ++++++++++++++++++++++++----------------------
 1 files changed, 172 insertions(+), 152 deletions(-)

commit 7012adc1142354d5a7f0ff2dc21ecfaec89f74aa
Author: marc <marc>
Date:   Thu Oct 14 09:49:04 2004 +0000

    New properties and new structure for text fonts, text position and orientation
    Bugs for printing are solved

 src/qtbxynameplot.cpp |  325 ++++++++++++++++++++++++++++++-------------------
 1 files changed, 202 insertions(+), 123 deletions(-)

commit dbff721ed0da66fbaeae5d36e19f96d78c531a74
Author: marc <marc>
Date:   Thu Oct 14 09:48:17 2004 +0000

    EditData need the button state for selecting point in a map

 src/qtbgraphcontentlayer.cpp   |   21 ++--
 src/qtbgridviewer.cpp          |    3 +-
 src/qtbimagelayer.cpp          |  343 ++++++++++++++++++++--------------------
 src/qtbirregulargrid2dplot.cpp |   17 +-
 src/qtbxycolorlines.cpp        |   61 ++++----
 src/qtbxyplot.cpp              |   37 +++--
 6 files changed, 244 insertions(+), 238 deletions(-)

commit 06f7165c2e3eec4b858d0fdf93f0880921bc6f0b
Author: marc <marc>
Date:   Wed Oct 13 19:48:51 2004 +0000

    New zoom and unzoom features

 src/qtbgraphcontent.cpp | 1219 ++++++++++++++++++++++++-----------------------
 1 files changed, 629 insertions(+), 590 deletions(-)

commit 1a95250fe0de2f3970842ad7b4a3c3562224e412
Author: marc <marc>
Date:   Wed Oct 13 17:33:49 2004 +0000

    Structure of this class completely changed to allow supplementary properties
    to be added in a simpler way
    Bug fixed for weight of error bars

 src/qtbdynxycolorlines.cpp |  199 ++++++++++++++++++++++++++++----------------
 1 files changed, 128 insertions(+), 71 deletions(-)

commit f69d2e8be9919415f5d065eaa32747b46d84d0ae
Author: marc <marc>
Date:   Wed Oct 13 17:33:10 2004 +0000

    Default axis font is now Helvetica
    Scroll direction corrected for reversed scales

 src/qtbaxis.cpp |   26 +++++++++++++++++++-------
 1 files changed, 19 insertions(+), 7 deletions(-)

commit ab2f7ebe8f0fb521d1e62dc4abb59d334f002a2d
Author: marc <marc>
Date:   Sat Oct 2 08:32:59 2004 +0000

    bug fixed for alreadyAsked

 src/qtbcurvebrowser.ui.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 8294afc70030938bdcf60d304000aa8201c7d653
Author: marc <marc>
Date:   Sat Oct 2 08:32:51 2004 +0000

    *** empty log message ***

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

commit 3c94e53137aba1751ec7f7dfcefe67424bcadb3c
Author: marc <marc>
Date:   Tue Sep 28 23:51:21 2004 +0000

    *** empty log message ***

 src/qtbcurvebrowser.ui       |    2 +-
 src/qtbdialogchangelegend.ui |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit a7a545fd7ada1430fab7e41099d15e625a0bbbd8
Author: marc <marc>
Date:   Tue Sep 28 19:56:25 2004 +0000

    Bug fixed, possible to disable the start and stop line options

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

commit ae6d68d147c9a13126347e3cc57f77594409c2fb
Author: marc <marc>
Date:   Tue Sep 28 19:55:49 2004 +0000

    Bug fixed for loading and saving graphics with inversed scales

 src/qtbaxisint.h |  244 +++++++++++++++++++++++++++---------------------------
 1 files changed, 122 insertions(+), 122 deletions(-)

commit f795183a124e0092f98013a3cd8573bf359a2e4f
Author: marc <marc>
Date:   Tue Sep 28 19:55:31 2004 +0000

    *** empty log message ***

 src/qtbaxiswindow.h            |  108 +++---
 src/qtbcircleviewer.h          |   32 +-
 src/qtbcircleviewerint.h       |   17 +-
 src/qtbcolorpalettewidget.h    |   56 ++--
 src/qtbcolorpalettewidgetint.h |   66 ++--
 src/qtbcurvebrowser.ui         |    4 +-
 src/qtbcurvebrowser.ui.h       |  896 ++++++++++++++++++++--------------------
 src/qtbgraphicobject.h         |  205 +++++-----
 src/qtbgraphicsheet.h          |   13 +-
 src/qtbxycolorlines.h          |    9 +-
 10 files changed, 712 insertions(+), 694 deletions(-)

commit 08b6d8903e3e3712f8c616f7203c071649531272
Author: marc <marc>
Date:   Tue Sep 28 19:55:24 2004 +0000

    Initial revision

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

commit efa16f57e728d8668dca88d07930d512f39fed4b
Author: marc <marc>
Date:   Tue Sep 28 19:53:41 2004 +0000

    New menu "Selection properties"
    No more useless _sheet.autoResizeContent(), due to new property visible from
    GraphicObject

 src/qtbgraphicsheetmenu.cpp |  181 +++++++++++++++++++++----------------------
 1 files changed, 90 insertions(+), 91 deletions(-)

commit 428df25c57dd27fbb69b2923e8b8604ae0355dab
Author: marc <marc>
Date:   Tue Sep 28 19:53:10 2004 +0000

    Bug fixed when having two errors in parsing the stream

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

commit 18a2021f42f553941eb9fc2958b3ffce157ef59c
Author: marc <marc>
Date:   Tue Sep 28 19:52:56 2004 +0000

    Introducing a line weight property

 src/qtbcircleviewer.cpp |  112 ++++++++++++++++++++++++-----------------------
 1 files changed, 57 insertions(+), 55 deletions(-)

commit 5fc56ad74dafc26ea0d9c14da957b1c0a0487ce8
Author: marc <marc>
Date:   Tue Sep 28 19:52:09 2004 +0000

    New format for streamed XY_ColorLines, back compatibility, bug fixed around
    QColor problem

 src/qtbxycolorlinesint.cpp |  194 +++++++++++++++++++++++++++-----------------
 1 files changed, 118 insertions(+), 76 deletions(-)

commit 585339d30dd05975e4de9e1255185b2a2e31ba96
Author: marc <marc>
Date:   Tue Sep 28 19:50:34 2004 +0000

    Bug fixed in case null child (e.g. bad className)

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

commit 25b049acc11a8ba28ffef54a68b68a1388d11e5a
Author: marc <marc>
Date:   Tue Sep 28 19:50:06 2004 +0000

    New visible property different from the QWidget visible property

 src/qtbgraphicobject.cpp |   35 +++++++++++++++++++++--------------
 1 files changed, 21 insertions(+), 14 deletions(-)

commit 21160ffc180f0eb07f572d3499fc81a1348f3517
Author: marc <marc>
Date:   Tue Sep 28 19:48:43 2004 +0000

    Visible property for object is now separated from visible property of
    QWidget, bug fixed
    Set special properties to selected graphs only

 src/qtbgraphicsheet.cpp |  147 +++++++++++++++++++++++++++--------------------
 1 files changed, 85 insertions(+), 62 deletions(-)

commit 16993f9ab44dba118a0f287b6040186dab001279
Author: marc <marc>
Date:   Tue Sep 28 19:48:06 2004 +0000

    Bug fixed, pen size for symbols during printing is now correctly scaled

 src/qtbdynxycolorlines.cpp |  738 ++++++++++++++++++++++----------------------
 1 files changed, 370 insertions(+), 368 deletions(-)

commit a3021f1abbbf79dd86dae00c7f4ae1d62c855f35
Author: marc <marc>
Date:   Tue Sep 28 19:47:59 2004 +0000

    *** empty log message ***

 src/qtbcolorpalettewidget.cpp |   28 ++--
 src/qtbuserinterface.cpp      |    2 +
 src/qtbxycolorlines.cpp       |  346 ++++++++++++++++++++--------------------
 3 files changed, 189 insertions(+), 187 deletions(-)

commit bc074923dc57fe0ecdfaec137fdec28b1a7c3b42
Author: marc <marc>
Date:   Tue Sep 28 19:46:58 2004 +0000

    Bug fixed for scaled axis: no more recursion due to Slot-Signal
    New function to align two graph on the same axis values

 src/qtbaxiswindow.cpp | 1054 +++++++++++++++++++++++++------------------------
 1 files changed, 540 insertions(+), 514 deletions(-)

commit a259d2feb6d6dbc6aea1ced75b5021b5d0743d47
Author: marc <marc>
Date:   Tue Sep 28 19:45:22 2004 +0000

    Bug fixed when changing position in axis properties dialog

 src/qtbaxis.cpp | 1491 ++++++++++++++++++++++++++++---------------------------
 1 files changed, 747 insertions(+), 744 deletions(-)

commit 9d0adad09cb28234f2dee24057c8e1ad53292d00
Author: marc <marc>
Date:   Wed Sep 15 19:16:57 2004 +0000

    respectChildrenOrder flag is now on all the time

 src/qtbaxiswindowint.h |   58 ++++++++++++++++++++++++------------------------
 1 files changed, 29 insertions(+), 29 deletions(-)

commit 843f7bd7d48b7230219694cd7d36cef270ddc112
Author: marc <marc>
Date:   Wed Sep 15 19:16:16 2004 +0000

    Inversion of order to fix a bug when running a script (text was not displayed
    correctly the first time

 src/qtbtexteditint.h |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

commit a25554ed9a36dac5e5b5030d45e51e2b66d073b6
Author: marc <marc>
Date:   Wed Sep 15 19:15:48 2004 +0000

    *** empty log message ***

 src/qtbdialogchangelegend.ui |    8 +++++---
 src/qtblegendedit.h          |   18 +-----------------
 src/qtbpagelimit.h           |   11 ++---------
 src/qtbpaletteeditor.ui      |    2 +-
 src/qtbpalettetable.h        |   16 +---------------
 src/qtbspinbox.h             |    9 +--------
 6 files changed, 11 insertions(+), 53 deletions(-)

commit fd9e82df67916f21810da196298f103238cdfa06
Author: marc <marc>
Date:   Wed Sep 15 19:12:06 2004 +0000

    DLL export for Windows and eventually Mac OS X

 src/qtbaxis.h                |    9 +-
 src/qtbaxiswindow.h          |    3 +-
 src/qtbcircleviewer.h        |    2 +-
 src/qtbcolorhistogram.h      |    3 +-
 src/qtbcolorpalettewidget.h  |    2 +-
 src/qtbcurvebrowser.ui       |    8 ++-
 src/qtbdynxycolorlines.h     |    9 +-
 src/qtbgraphcontent.h        |    3 +-
 src/qtbgraphcontentlayer.h   |    3 +-
 src/qtbgraphicobject.h       |    5 +-
 src/qtbgraphicsheet.h        |  174 +++++++++++++++++++++---------------------
 src/qtbgraphicsheetint.h     |    3 +-
 src/qtbgraphicsheetmenu.h    |    2 +-
 src/qtbgridplot.h            |    2 +-
 src/qtbgridviewer.h          |    2 +-
 src/qtbimagelayer.h          |    2 +-
 src/qtbimagewidget.h         |   12 ++--
 src/qtbirregulargrid2dplot.h |    2 +-
 src/qtblegend.h              |    3 +-
 src/qtblegenditem.h          |   23 +-----
 src/qtbparallelbands.h       |    2 +-
 src/qtbpolargridplot.h       |   17 +----
 src/qtbsymbol.h              |   29 ++------
 src/qtbtextedit.h            |    2 +-
 src/qtbuserinterface.h       |    3 +-
 src/qtbxycolorlines.h        |   14 ++--
 src/qtbxycolorlinesint.h     |    4 +-
 src/qtbxycolorplot.h         |    6 +-
 src/qtbxycolorplotint.h      |    4 +-
 src/qtbxynameplot.h          |    2 +-
 src/qtbxyplot.h              |    9 +-
 31 files changed, 170 insertions(+), 194 deletions(-)

commit 9673cbbb4fd746836d2e6e0ad6d9d8c2588967be
Author: marc <marc>
Date:   Wed Sep 15 19:11:34 2004 +0000

    Change window flags for coordinate tips, hope will work for all platteforms nox

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

commit 66d7bf6d6d3ca51ccc7275469f138004f6032625
Author: marc <marc>
Date:   Wed Sep 15 18:54:38 2004 +0000

    No more stop if the order of object differ and correct mangling of { and } to keep
    on parsing the stream

 src/qtbuserinterface.cpp |  327 ++++++++++++++++++++++++----------------------
 1 files changed, 172 insertions(+), 155 deletions(-)

commit f87c62585a3326a26b6c4616327763e3346ec401
Author: marc <marc>
Date:   Wed Sep 15 18:54:16 2004 +0000

    *** empty log message ***

 src/qtbaxiswindow.cpp      |  968 ++++++++++++++++++++++----------------------
 src/qtbgraphicsheet.cpp    |  934 +++++++++++++++++++++---------------------
 src/qtbgraphicsheetint.cpp |    1 +
 src/qtbimagewidget.cpp     |   20 +-
 4 files changed, 962 insertions(+), 961 deletions(-)

commit 1c008e7ad0fcdcdaa8d0ed88d04895efb77ba28b
Author: marc <marc>
Date:   Wed Sep 15 18:50:57 2004 +0000

    setMin and setMax can be called even if one of the bound is not yet correctly set
    Before a swap was forced in all case resulting in unusual scales
    The visible range is updated automatically once the range has the correct order

 src/qtbaxis.cpp |  578 +++++++++++++++++++++++++++++--------------------------
 1 files changed, 301 insertions(+), 277 deletions(-)

commit 43126c6a9b468a9f21c109b7e12fd44e0371d624
Author: marc <marc>
Date:   Mon Sep 6 18:31:06 2004 +0000

    The lineedits for values can be enlarged when resizing the dialog box

 src/qtbpaletteeditor.ui |   57 ++++++++++++++++++++++------------------------
 1 files changed, 27 insertions(+), 30 deletions(-)

commit 7a1ebd30bda1c48885fd9638a64ef1db641e216b
Author: marc <marc>
Date:   Wed Sep 1 11:20:49 2004 +0000

    Now in MW_WindowAxis project
    Full featured import filter

 src/qtbcurvebrowser.ui.h |  262 +++++++++++++++++++++++++++-------------------
 1 files changed, 152 insertions(+), 110 deletions(-)

commit 1d8b3c58bff03ce9ffd03c74239a7e6937be0f66
Author: marc <marc>
Date:   Wed Sep 1 11:20:31 2004 +0000

    see .cpp

 src/qtbaxis.h |  445 +++++++++++++++++++++++++++++----------------------------
 1 files changed, 224 insertions(+), 221 deletions(-)

commit f3804f3476a2acd79f993553b561214363879001
Author: marc <marc>
Date:   Wed Sep 1 11:20:08 2004 +0000

    Test on copyright for generated image files

 src/qtbimagewidget.cpp |  135 ++++++++++++++++++++++++------------------------
 1 files changed, 68 insertions(+), 67 deletions(-)

commit 8aadafd553e274c479e4d777c2d18023700ff569
Author: marc <marc>
Date:   Wed Sep 1 11:19:59 2004 +0000

    *** empty log message ***

 src/qtbcurvebrowser.ui |   18 ++++++++++--------
 src/qtbgridplot.cpp    |    7 +++----
 2 files changed, 13 insertions(+), 12 deletions(-)

commit 3c893b049512a165c4af6fae371052cccd80a4a2
Author: marc <marc>
Date:   Wed Sep 1 11:19:33 2004 +0000

    Bug fixed with Setting recording

 src/qtbgraphicobject.cpp |  318 +++++++++++++++++++++++-----------------------
 1 files changed, 161 insertions(+), 157 deletions(-)

commit ec292aab7966c4d1e4513241f987f9816ad578b3
Author: marc <marc>
Date:   Wed Sep 1 11:19:07 2004 +0000

    Avoid splashStyle (in the middle of the screen) and not at mouse position

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

commit 4770ff566385e0148e01eef23f6c84746e36056b
Author: marc <marc>
Date:   Wed Sep 1 11:18:39 2004 +0000

    New function to copy the properties of an axis to another

 src/qtbaxis.cpp |  651 +++++++++++++++++++++++++++++--------------------------
 1 files changed, 339 insertions(+), 312 deletions(-)

commit db1b2e6a4bda96e1bf524cc30992b6fbc3861928
Author: marc <marc>
Date:   Wed Sep 1 10:54:59 2004 +0000

    Initial revision

 src/qtbasciifilter.h |   63 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 63 insertions(+), 0 deletions(-)

commit 59f978c287d1aa7f41abc72f4c1db957b079109a
Author: marc <marc>
Date:   Thu Jul 15 08:14:41 2004 +0000

    Properties inversed title and precision now handled by interface system (for save and restore)

 src/qtbaxisint.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit b1ef3885d04009334d5ac701b5cebe179517c376
Author: marc <marc>
Date:   Mon Jun 28 14:29:03 2004 +0000

    New interface function (for QSA scripts) to add a new object inside a sheet

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

commit 574018d31c74a175c3b3efa6fcf3588617af8682
Author: marc <marc>
Date:   Mon Jun 14 14:51:49 2004 +0000

    see .ui

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

commit de23e56d4e763e5e8b1188c978fbc15a7075de6c
Author: marc <marc>
Date:   Mon Jun 14 14:51:30 2004 +0000

    Follow the changes of MW_FunctionList

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

commit 92b08bddfe9baa289b858228c08cade2f9d29dbb
Author: marc <marc>
Date:   Mon Jun 14 14:50:58 2004 +0000

    New members to speed up the plotting function

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

commit d7b68f92a1d6a1ec388c4dd6b7099627e05e1dba
Author: marc <marc>
Date:   Mon Jun 14 14:50:14 2004 +0000

    Bug repported by Sylvette, the printData() did not accept _color=0 while it is the case
    for updatePixelMap()

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

commit 6cbeae5cb498dbd3a59f20bb32fb7bfdfac7e3ec
Author: marc <marc>
Date:   Mon Jun 14 14:49:51 2004 +0000

    Bug fixed, nothing was printed when printing in batch mode (QSA)

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

commit bcf6299d7fa128a32811560814b9fbe6b116ca71
Author: marc <marc>
Date:   Mon Jun 14 14:49:14 2004 +0000

    Circles now are correctly plotted in all situation due to an improved intersection algorithm

 src/qtbcircleviewer.cpp |   89 +++++++++++++++++++++++++++++++----------------
 1 files changed, 59 insertions(+), 30 deletions(-)

commit e2f4b6e3428b874c1afcb02781ad80afd05ad092
Author: marc <marc>
Date:   Mon Jun 14 14:48:55 2004 +0000

    Specific name for properties dialog is now OK

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

commit b98b9a4be040f3c1194b4f19c6528c70dfdff219
Author: marc <marc>
Date:   Mon Jun 14 14:48:23 2004 +0000

    Bug fixed, a blank curve caused makepage to crash on opening a .page file

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

commit d9468204dc9ef4ce241f0e01b52b6a7cb4df16b6
Author: marc <marc>
Date:   Fri Jun 11 17:17:15 2004 +0000

    Bug fixed when modifying a period or a frequency in the table

 src/qtbcurvebrowser.ui.h |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

commit 26e082936fbec97a6c383ddb207749cfb393f31d
Author: marc <marc>
Date:   Fri Jun 11 17:16:54 2004 +0000

    New function to return a pointer from the legend

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

commit 6fdf477144f52043689949836b940c6f9e574c7b
Author: marc <marc>
Date:   Fri Jun 11 17:08:44 2004 +0000

    New property showNames was not implement in interface

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

commit a00e4bd0314817de555c2a74e853dca43bc06600
Author: marc <marc>
Date:   Fri Jun 11 17:08:28 2004 +0000

    Update in case of hiding or showing a layer

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

commit dd9b8abdf2ac9bc783f87bb05e3406845196ce5a
Author: marc <marc>
Date:   Fri Jun 11 17:05:43 2004 +0000

    Import and export of colors of circle in stream

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

commit a0b4fee7b7a16e00eee0c6a2274a00ba33883a81
Author: marc <marc>
Date:   Wed Jun 2 14:36:09 2004 +0000

    Now handles the weight for every data point

 src/qtbcurvebrowser.ui   |  194 ++++++++++++++++++++++-----------------------
 src/qtbcurvebrowser.ui.h |   87 +++++++++++---------
 2 files changed, 143 insertions(+), 138 deletions(-)

commit 5f07a55ca3873e1251ccf88741aa8188583c234c
Author: marc <marc>
Date:   Wed Jun 2 14:29:27 2004 +0000

    No more warning inside the dialog box for bad limits with current scale
    Min and max are set as modified if the scale changes

 src/qtbdialogaxisproperties.ui.h |   52 ++++++++++++++++++-------------------
 1 files changed, 25 insertions(+), 27 deletions(-)

commit d9d37a51ea2af09558b256dcb512a850ca358d81
Author: marc <marc>
Date:   Wed Jun 2 14:28:54 2004 +0000

    *** empty log message ***

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

commit ff0aacaa8f52fb62156a2b52a33b79c81894b00f
Author: marc <marc>
Date:   Wed Jun 2 14:28:27 2004 +0000

    New function to tells whether the limits are correct for the current scale

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

commit bb64d4de5dbf86ea1275f7ca2620a0cf41bdf1be
Author: marc <marc>
Date:   Wed Jun 2 14:28:14 2004 +0000

    new function to get the grid pointer

 src/qtbirregulargrid2dplot.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 2582cd72339ca7118807b0a252deb7b920fda002
Author: marc <marc>
Date:   Wed Jun 2 14:28:01 2004 +0000

    New function to get the palette pointer

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

commit 89cc3de6b86ab17880553faf4ff3338cfedf75dd
Author: marc <marc>
Date:   Wed Jun 2 14:27:43 2004 +0000

    see .cpp

 src/qtbcoordtip.h         |    1 +
 src/qtbdynxycolorlines.h  |    3 +++
 src/qtbgraphcontent.h     |   11 ++++++-----
 src/qtbgraphicsheetmenu.h |    4 +++-
 4 files changed, 13 insertions(+), 6 deletions(-)

commit 875618817c83349928cb586199906e42349cab59
Author: marc <marc>
Date:   Wed Jun 2 14:27:14 2004 +0000

    Bug fixed for Mac OS regarding the mask (no alias is necessary)

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

commit d9d55ee415ec36277681c7e7afd5fde8a5d44a80
Author: marc <marc>
Date:   Wed Jun 2 14:26:47 2004 +0000

    Geometry is now entirely handled by a _childLayout

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

commit 819d957876a657d591cb0bf6bfb55d7ca8ea6514
Author: marc <marc>
Date:   Wed Jun 2 14:25:59 2004 +0000

    Size policy is explicitely set to expanding (default was preferred), better in case of insertion in
    a graphical layout

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

commit a2e133ffd3775c2fae59f9ab7b708d2ef3902e3d
Author: marc <marc>
Date:   Wed Jun 2 14:24:32 2004 +0000

    updating can be done layer by layer, reverse stack order for painting (new option), new
    function addPixmapLayer to save and restore pixmap at the very first painting operation
    no more delay for the user

 src/qtbgraphcontent.cpp |  155 ++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 132 insertions(+), 23 deletions(-)

commit c35251441bbc1281f2ba6b233604e05544bb2544
Author: marc <marc>
Date:   Wed Jun 2 14:23:21 2004 +0000

    Log standard deviation are handled in a more explicit way: new flag _logErrorBars
    Standard deviation are thus all positives

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

commit 961a85def328cf1d083ea096a3c8f9ce5931ee71
Author: marc <marc>
Date:   Wed Jun 2 14:22:53 2004 +0000

    Cleare format for tips, timer to hide it after 10 seconds

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

commit 1096c1aff356f26e7d98a0cb62bc40e147cd68eb
Author: marc <marc>
Date:   Wed Jun 2 14:21:47 2004 +0000

    New warning for null and negative limits in case of log and inverse scales

 src/qtbaxis.cpp |   51 +++++++++++++++++++++++++++++++++++++--------------
 1 files changed, 37 insertions(+), 14 deletions(-)

commit a307ab296b5b7d558f298ee99396b4e926e329a5
Author: marc <marc>
Date:   Mon May 24 11:03:57 2004 +0000

    Default color is now black

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

commit fb2678482178d4d5a8cb50a05ffb042494df9c15
Author: marc <marc>
Date:   Mon May 24 08:07:36 2004 +0000

    see .cpp

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

commit ff540e550755891b83e27f9d00c110e09dcd4c3c
Author: marc <marc>
Date:   Mon May 24 08:07:25 2004 +0000

    *** empty log message ***

 src/qtbaxiswindow.h |   29 -----------------------------
 1 files changed, 0 insertions(+), 29 deletions(-)

commit f41ce673139a27aeb4990c2fe445fb73a7198316
Author: marc <marc>
Date:   Mon May 24 08:05:48 2004 +0000

    Accept flags in constructor
    New function add new graphs to existing MW_GraphicSheetMenu
    Function to set X axis as frequency-period
    /

 src/qtbgraphicsheetmenu.cpp |   50 ++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 47 insertions(+), 3 deletions(-)

commit 06c8a3f597f5ae5e50c1574a2a0b8c63ab65a7d6
Author: marc <marc>
Date:   Mon May 24 08:05:20 2004 +0000

    Update when modifying the shading function

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

commit bfb6101a4c94bba821b66a775bc13d386f244dd8
Author: marc <marc>
Date:   Mon May 24 08:04:50 2004 +0000

    Show inversed value if necessary

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

commit 238db480ad4ce2331261f6fbe4950c97406c82ac
Author: marc <marc>
Date:   Thu May 13 09:33:58 2004 +0000

    see .cpp

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

commit daf3ec5838a811f34ed65ca51cbb9099e15adf97
Author: marc <marc>
Date:   Thu May 13 09:33:16 2004 +0000

    Creation a graphs is slightly changed to avoid the use of virtual function, annoying when creating
    graphs inside the constructor

 src/qtbgraphicsheetmenu.cpp |   30 +++++++++++++++++-------------
 1 files changed, 17 insertions(+), 13 deletions(-)

commit a54c3865cfc36ce48ed08b567fb83b38093a1398
Author: marc <marc>
Date:   Mon May 10 14:36:15 2004 +0000

    see .cpp

 src/qtbdynxycolorlines.h |    1 +
 src/qtbgraphcontent.h    |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

commit 0057bfb7cf2c8cb9eeb8c6b5837353c3defd2124
Author: marc <marc>
Date:   Mon May 10 14:35:56 2004 +0000

    New coordinates tip

 src/qtbgraphcontent.cpp |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)

commit c5778586acbc700ffc8d6acdb87b82296cd5f093
Author: marc <marc>
Date:   Mon May 10 14:34:56 2004 +0000

    New function to draw incrementally curves

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

commit 1bb73155e346ded28e0746a60e3a7707d0798919
Author: marc <marc>
Date:   Mon May 10 14:34:53 2004 +0000

    Initial revision

 src/qtbcoordtip.cpp         |  109 +++++++++++++++++++++++++++++
 src/qtbcoordtip.h           |   64 +++++++++++++++++
 src/qtbgraphicsheetmenu.cpp |  162 +++++++++++++++++++++++++++++++++++++++++++
 src/qtbgraphicsheetmenu.h   |   68 ++++++++++++++++++
 4 files changed, 403 insertions(+), 0 deletions(-)

commit ce2b6b49cfcc0dec78924fe22e91fc7e8ea0bf93
Author: marc <marc>
Date:   Wed Apr 28 17:08:18 2004 +0000

    GPL Header

 src/qtbaxis.cpp                   |   21 +++++++++++++++------
 src/qtbaxis.h                     |   21 +++++++++++++++------
 src/qtbaxisint.h                  |   21 +++++++++++++++------
 src/qtbaxiswindow.cpp             |   21 +++++++++++++++------
 src/qtbaxiswindow.h               |   21 +++++++++++++++------
 src/qtbaxiswindowint.cpp          |   21 +++++++++++++++------
 src/qtbaxiswindowint.h            |   21 +++++++++++++++------
 src/qtbcircleviewer.cpp           |   21 +++++++++++++++------
 src/qtbcircleviewer.h             |   21 +++++++++++++++------
 src/qtbcircleviewerint.cpp        |   21 +++++++++++++++------
 src/qtbcircleviewerint.h          |   21 +++++++++++++++------
 src/qtbcolorhistogram.cpp         |   21 +++++++++++++++------
 src/qtbcolorhistogram.h           |   21 +++++++++++++++------
 src/qtbcolorpalettewidget.cpp     |   21 +++++++++++++++------
 src/qtbcolorpalettewidget.h       |   21 +++++++++++++++------
 src/qtbcolorpalettewidgetint.cpp  |   21 +++++++++++++++------
 src/qtbcolorpalettewidgetint.h    |   21 +++++++++++++++------
 src/qtbdynxycolorlines.cpp        |   21 +++++++++++++++------
 src/qtbdynxycolorlines.h          |   21 +++++++++++++++------
 src/qtbdynxycolorlinesint.cpp     |   21 +++++++++++++++------
 src/qtbdynxycolorlinesint.h       |   21 +++++++++++++++------
 src/qtbgraphcontent.cpp           |   21 +++++++++++++++------
 src/qtbgraphcontent.h             |   21 +++++++++++++++------
 src/qtbgraphcontentlayer.cpp      |   21 +++++++++++++++------
 src/qtbgraphcontentlayer.h        |   21 +++++++++++++++------
 src/qtbgraphcontentlayerint.h     |   21 +++++++++++++++------
 src/qtbgraphicobject.cpp          |   21 +++++++++++++++------
 src/qtbgraphicobject.h            |   21 +++++++++++++++------
 src/qtbgraphicobjectint.cpp       |   21 +++++++++++++++------
 src/qtbgraphicobjectint.h         |   21 +++++++++++++++------
 src/qtbgraphicsheet.cpp           |   21 +++++++++++++++------
 src/qtbgraphicsheet.h             |   21 +++++++++++++++------
 src/qtbgraphicsheetint.cpp        |   21 +++++++++++++++------
 src/qtbgraphicsheetint.h          |   21 +++++++++++++++------
 src/qtbgridplot.cpp               |   21 +++++++++++++++------
 src/qtbgridplot.h                 |   21 +++++++++++++++------
 src/qtbgridviewer.cpp             |   21 +++++++++++++++------
 src/qtbgridviewer.h               |   21 +++++++++++++++------
 src/qtbgridviewerint.cpp          |   21 +++++++++++++++------
 src/qtbgridviewerint.h            |   21 +++++++++++++++------
 src/qtbimagelayer.cpp             |   21 +++++++++++++++------
 src/qtbimagelayer.h               |   21 +++++++++++++++------
 src/qtbimagewidget.cpp            |   21 +++++++++++++++------
 src/qtbimagewidget.h              |   21 +++++++++++++++------
 src/qtbimagewidgetint.h           |   21 +++++++++++++++------
 src/qtbirregulargrid2dplot.cpp    |   21 +++++++++++++++------
 src/qtbirregulargrid2dplot.h      |   21 +++++++++++++++------
 src/qtbirregulargrid2dplotint.cpp |   21 +++++++++++++++------
 src/qtbirregulargrid2dplotint.h   |   21 +++++++++++++++------
 src/qtblegend.cpp                 |   21 +++++++++++++++------
 src/qtblegend.h                   |   21 +++++++++++++++------
 src/qtblegendedit.cpp             |   21 +++++++++++++++------
 src/qtblegendedit.h               |   21 +++++++++++++++------
 src/qtblegenditem.cpp             |   21 +++++++++++++++------
 src/qtblegenditem.h               |   21 +++++++++++++++------
 src/qtbpagelimit.cpp              |   21 +++++++++++++++------
 src/qtbpagelimit.h                |   21 +++++++++++++++------
 src/qtbpalettetable.cpp           |   21 +++++++++++++++------
 src/qtbpalettetable.h             |   21 +++++++++++++++------
 src/qtbparallelbands.cpp          |   21 +++++++++++++++------
 src/qtbparallelbands.h            |   21 +++++++++++++++------
 src/qtbparallelbandsint.cpp       |   21 +++++++++++++++------
 src/qtbparallelbandsint.h         |   21 +++++++++++++++------
 src/qtbpolargridplot.cpp          |   21 +++++++++++++++------
 src/qtbpolargridplot.h            |   21 +++++++++++++++------
 src/qtbselectionwidget.cpp        |   21 +++++++++++++++------
 src/qtbselectionwidget.h          |   21 +++++++++++++++------
 src/qtbspinbox.cpp                |   21 +++++++++++++++------
 src/qtbspinbox.h                  |   21 +++++++++++++++------
 src/qtbsymbol.cpp                 |   21 +++++++++++++++------
 src/qtbsymbol.h                   |   21 +++++++++++++++------
 src/qtbtextedit.cpp               |   21 +++++++++++++++------
 src/qtbtextedit.h                 |   21 +++++++++++++++------
 src/qtbtexteditint.h              |   21 +++++++++++++++------
 src/qtbuserinterface.cpp          |   21 +++++++++++++++------
 src/qtbuserinterface.h            |   21 +++++++++++++++------
 src/qtbxycolorlines.cpp           |   21 +++++++++++++++------
 src/qtbxycolorlines.h             |   21 +++++++++++++++------
 src/qtbxycolorlinesint.cpp        |   21 +++++++++++++++------
 src/qtbxycolorlinesint.h          |   21 +++++++++++++++------
 src/qtbxycolorplot.cpp            |   21 +++++++++++++++------
 src/qtbxycolorplot.h              |   21 +++++++++++++++------
 src/qtbxycolorplotint.cpp         |   21 +++++++++++++++------
 src/qtbxycolorplotint.h           |   21 +++++++++++++++------
 src/qtbxynameplot.cpp             |   21 +++++++++++++++------
 src/qtbxynameplot.h               |   21 +++++++++++++++------
 src/qtbxynameplotint.cpp          |   21 +++++++++++++++------
 src/qtbxynameplotint.h            |   21 +++++++++++++++------
 src/qtbxyplot.cpp                 |   21 +++++++++++++++------
 src/qtbxyplot.h                   |   21 +++++++++++++++------
 90 files changed, 1350 insertions(+), 540 deletions(-)

commit 1c33b7145a8527707a7303cf78ed200232b1d2f0
Author: marc <marc>
Date:   Wed Apr 28 12:34:02 2004 +0000

    see .cpp

 src/qtbuserinterface.h |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)

commit b365e57a42aff4e1270f8f94eb805b04230b91b7
Author: marc <marc>
Date:   Wed Apr 28 12:33:34 2004 +0000

    Handling of multiline properties value

 src/qtbuserinterface.cpp |   41 +++++++++++++++++++++++++----------------
 1 files changed, 25 insertions(+), 16 deletions(-)

commit fd0e0a78db42390bfc8fd60f17317397ee71b669
Author: marc <marc>
Date:   Wed Apr 28 12:33:20 2004 +0000

    Memory leak removed

 src/qtbgridplot.h              |    1 +
 src/qtbgridviewer.cpp          |    6 ++++++
 src/qtbirregulargrid2dplot.cpp |    6 ++++++
 src/qtbpolargridplot.cpp       |    5 +++++
 4 files changed, 18 insertions(+), 0 deletions(-)

commit eef8759f57bb67abfda3b95c01054ceef33b6790
Author: marc <marc>
Date:   Wed Apr 28 12:31:24 2004 +0000

    ObjectList and ObjectOrder are multiline properties fully supported by MW_Interface
    The insertion of \\ is not handled here any more

 src/qtbgraphicsheetint.cpp |  236 +++++++++++++++++++++++---------------------
 1 files changed, 124 insertions(+), 112 deletions(-)

commit a080df32dd25961cd079840745e102b1e1e2e09e
Author: marc <marc>
Date:   Wed Apr 28 08:28:21 2004 +0000

    Visible layers now implemented

 src/qtbdialoggraphcontentproperties.ui   |   26 ++++++++--
 src/qtbdialoggraphcontentproperties.ui.h |   75 ++++++++++++++++++++++++-----
 2 files changed, 83 insertions(+), 18 deletions(-)

commit 06fa947d68711ea1bab8894e2edaeb9d2dd2f9bb
Author: marc <marc>
Date:   Wed Apr 28 08:27:18 2004 +0000

    New function to add band from a DD_Point2D
    New operator=
    New function to get the style of a particular band

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

commit 1b3fc0e5deaf7d7d596131703d0243fbdf6ebaa9
Author: marc <marc>
Date:   Wed Apr 28 08:26:50 2004 +0000

    New function to return publicly the number of layers

 src/qtbgraphcontent.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 4e7768dc08138993d359f6f49b4636f3ac905493
Author: marc <marc>
Date:   Wed Apr 28 08:26:31 2004 +0000

    see .cpp

 src/qtbaxis.h       |    3 ++-
 src/qtbaxiswindow.h |    6 +++++-
 src/qtbtextedit.h   |    2 --
 3 files changed, 7 insertions(+), 4 deletions(-)

commit 195df610060cc3e9297d5ef0b8378ee4da526029
Author: marc <marc>
Date:   Wed Apr 28 08:25:28 2004 +0000

     objectType is now public
    No more textLf functions as it is handle by MW_Interface

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

commit 75b3ce53d91fd59d4d3e9ae7fdc355cb04bd3968
Author: marc <marc>
Date:   Wed Apr 28 08:23:53 2004 +0000

    *** empty log message ***

 src/qtbcircleviewerint.h |    2 +-
 src/qtbgridviewerint.h   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit d31cc8b17f21c0a797eaaef19cd2746dc9637d1a
Author: marc <marc>
Date:   Wed Apr 28 08:23:50 2004 +0000

     objectType is now public

 src/qtbaxiswindowint.h          |    2 +-
 src/qtbcolorpalettewidgetint.h  |    2 +-
 src/qtbdynxycolorlinesint.h     |   38 ++++++++++----------
 src/qtbgraphcontentlayerint.h   |   20 +++++-----
 src/qtbgraphicsheetint.h        |   74 +++++++++++++++++++-------------------
 src/qtbimagewidgetint.h         |    2 +-
 src/qtbirregulargrid2dplotint.h |   12 +++---
 src/qtbparallelbandsint.h       |    3 +-
 src/qtbxycolorlinesint.h        |    5 ++-
 src/qtbxycolorplotint.h         |   27 +++++++-------
 src/qtbxynameplotint.h          |    2 +-
 11 files changed, 95 insertions(+), 92 deletions(-)

commit 3814ff7377f8960135a8f739f11dddadd17ee21a
Author: marc <marc>
Date:   Wed Apr 28 08:23:18 2004 +0000

    objectType is now public

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

commit 539f92b970f783997191b0fb062a8a46bb2eeb6d
Author: marc <marc>
Date:   Wed Apr 28 08:22:43 2004 +0000

    These functions are now useless as the multi line properties are directly handled by
    MW_Interface

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

commit ffcbfa6bd9cd411b0e76528d145c84418ead7497
Author: marc <marc>
Date:   Wed Apr 28 08:22:27 2004 +0000

    New function to copy the layer

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

commit ae001a2a718f96bdbec7fbcde405fb9ecfde5a02
Author: marc <marc>
Date:   Wed Apr 28 08:06:55 2004 +0000

    The restore function now respect the default parameter (not loading from registry if the key is not
    present in settings).
    Use the member dialogName from graph() to store the graphContent properties
    Visible layers tab is now effective

 src/qtbgraphcontent.cpp |   50 ++++++++++++++++++++++++++++------------------
 1 files changed, 30 insertions(+), 20 deletions(-)

commit b11c73442c76ee3b67720267df2659b9a3702968
Author: marc <marc>
Date:   Wed Apr 28 08:06:22 2004 +0000

    New member _dialogName set by default to "axisWindow"

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

commit 6f14e1e16fdc601c6b4da513ba005b9a26019c40
Author: marc <marc>
Date:   Wed Apr 28 08:04:47 2004 +0000

    New secure function to get the graph parent
    Properties settings use the new dialogName member of the parent graph, for particular types of
    graphs, axis settings can be saved in separated fields.

 src/qtbaxis.cpp |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

commit 499bfbafccd7d563d9291f93629b93cf44ed4741
Author: marc <marc>
Date:   Fri Apr 16 17:45:34 2004 +0000

    Avoid annoying refreshing of value

 src/qtbtabgrideditproperties.ui.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit ccfc7f4c42b687437cccf399ec6e089ec2a58746
Author: marc <marc>
Date:   Fri Apr 16 17:45:03 2004 +0000

    Restore and save painter properties (bug when printing without bitmap)

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

commit 9d40d8a918b42df2a8476ec25f01aedec143bebb
Author: marc <marc>
Date:   Fri Apr 16 17:44:45 2004 +0000

    Update the color palette when changing whatever value

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

commit aaf246ecefad70d58c305c8012320bb6267662c0
Author: marc <marc>
Date:   Tue Apr 6 08:36:30 2004 +0000

    Automatic refresh when changing scale

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

commit b24cf2e0690cd2d353807cad439d0a8b6a6700b4
Author: marc <marc>
Date:   Tue Mar 30 15:18:33 2004 +0000

    see .cpp

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

commit 6fd1b3649540d5af3f09083aab97353b8ea18d70
Author: marc <marc>
Date:   Tue Mar 30 15:17:39 2004 +0000

    New signals to tell other objects that rectangle tracking in on or off
    Added for compatibility with Drag and Drop mechanism in Geopsy

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

commit 2f3a60f01de08f71b339b8d053f369fe3dc02134
Author: marc <marc>
Date:   Mon Mar 29 13:12:14 2004 +0000

    see .cpp

 src/qtbgridplot.h            |   20 +++++++-------------
 src/qtbgridviewer.h          |   25 ++++++++++---------------
 src/qtbirregulargrid2dplot.h |   19 +++++--------------
 src/qtbxynameplot.h          |    2 ++
 4 files changed, 24 insertions(+), 42 deletions(-)

commit 465028cb5a9a45068f6da9e667bded2c90ad6ec5
Author: marc <marc>
Date:   Mon Mar 29 13:11:57 2004 +0000

    New interface

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

commit 8ac8de44f382cdafa6b83d1b8410c08f6feedd7b
Author: marc <marc>
Date:   Mon Mar 29 13:11:09 2004 +0000

    Edit functionality for grids

 src/qtbgridplot.cpp            |  385 ++++++++++++++++++++++------------------
 src/qtbgridviewer.cpp          |   27 +++
 src/qtbirregulargrid2dplot.cpp |   13 ++
 3 files changed, 250 insertions(+), 175 deletions(-)

commit 7481ae7f40ade5376860ec0404212740d4e74eb3
Author: marc <marc>
Date:   Mon Mar 29 13:09:59 2004 +0000

    Save and restore layout explicitely call interface() to force the creation of interface object
    before loading or exporting data, this avoids a crash

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

commit 6a687c226a676b6643c0744c3b3d08b61e3e4f04
Author: marc <marc>
Date:   Mon Mar 29 13:09:37 2004 +0000

    New interfaces for MW_XYNamePlot and MW_GridViewer

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

commit 72037e706187194a22f430d9fd3a7dd943d62405
Author: marc <marc>
Date:   Mon Mar 29 13:09:30 2004 +0000

    Initial revision

 src/qtbgridviewerint.cpp          |   37 +++++++
 src/qtbgridviewerint.h            |   37 +++++++
 src/qtbtabgrideditproperties.ui   |  190 +++++++++++++++++++++++++++++++++++++
 src/qtbtabgrideditproperties.ui.h |   20 ++++
 src/qtbxynameplotint.cpp          |   87 +++++++++++++++++
 src/qtbxynameplotint.h            |   40 ++++++++
 6 files changed, 411 insertions(+), 0 deletions(-)

commit bf84e1f619d1647f6a0c42d6e98d147ef6c19013
Author: marc <marc>
Date:   Sun Mar 7 11:36:25 2004 +0000

    see .ui

 src/qtbcurvebrowser.ui.h |   36 ++++++++++++++++++++++++++----------
 1 files changed, 26 insertions(+), 10 deletions(-)

commit 0e8669d26919d2277185848c1e4466f10b1cf583
Author: marc <marc>
Date:   Sun Mar 7 11:36:05 2004 +0000

    New features for Love and Rayleigh together

 src/qtbcurvebrowser.ui |   36 ++++++++++++++++++++++++++++--------
 1 files changed, 28 insertions(+), 8 deletions(-)

commit 5a07d78966ca5ee12c9f8f092737d43205c0e41e
Author: marc <marc>
Date:   Sun Mar 7 11:16:27 2004 +0000

    see .cpp

 src/qtbgraphicsheet.h  |    4 ++--
 src/qtbparallelbands.h |    2 ++
 src/qtbtextedit.h      |    6 ++++++
 3 files changed, 10 insertions(+), 2 deletions(-)

commit d2333b641e41de2d134cefa603b9412eb6690971
Author: marc <marc>
Date:   Sun Mar 7 11:15:44 2004 +0000

    New function to set object's origin

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

commit 1e5240e30aebb74880e57dc58d1ef6428d3f87ca
Author: marc <marc>
Date:   Sun Mar 7 11:14:48 2004 +0000

    New functions and member for shading
    addLayer is now public (this is why an ASSERT has been added, see .cpp)

 src/qtbgraphcontent.h |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

commit 35373fbfd10bd820c4d9ee03486cd5ec1d9fa129
Author: marc <marc>
Date:   Sun Mar 7 10:52:10 2004 +0000

    SetText now tests if restoring a layout and if loadTextFromStream is allowed

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

commit 3538d5411cea4f59206fdbe0b595f86660ed6441
Author: marc <marc>
Date:   Sun Mar 7 10:51:52 2004 +0000

    Initial revision

 src/qtbparallelbandsint.h |   46 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 46 insertions(+), 0 deletions(-)

commit abff13bdf99c60f9fa0190d34519098709d98605
Author: marc <marc>
Date:   Sun Mar 7 10:50:54 2004 +0000

    New option to avoid text overwriting when restoring a layout (usefull for text disp
    computation results)

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

commit c1f98e61b80d08a37130ee6a8dcb3311f70af22c
Author: marc <marc>
Date:   Sun Mar 7 10:50:30 2004 +0000

    The classname for error message is now static

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

commit d326f022fb66d9157016749e2bcd48eae96fe0f4
Author: marc <marc>
Date:   Sun Mar 7 10:50:14 2004 +0000

    New interface creation

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

commit f24c9430cb6981dbf827045f40a67d308c6cd358
Author: marc <marc>
Date:   Sun Mar 7 10:49:28 2004 +0000

    _stopRestoreStream is now usable to know if the it is restoring a stream or executing
    a QSA script

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

commit 15de1da331db8ed809acaeb6c67d4cbc97fbd66c
Author: marc <marc>
Date:   Sun Mar 7 10:48:58 2004 +0000

    +1 in the smoothScale for image, to avoid a black line in some images

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

commit 78e9dc92c1b86da887e8dff2296c5ac2db8b8b28
Author: marc <marc>
Date:   Sun Mar 7 10:47:54 2004 +0000

    New function to return the coordinates in cm of the top left corner of the viewport
    Usefull in makepage to add new object in the visible part of the sheet and not at the
    top only

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

commit 23ac9b8d039ca817115336d061c0ae0acc4f80f3
Author: marc <marc>
Date:   Sun Mar 7 10:45:40 2004 +0000

    New shading feature on the resulting bitmap
    ASSERT to check that a layer is not added two times

 src/qtbgraphcontent.cpp |  151 +++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 146 insertions(+), 5 deletions(-)

commit 8febad3a74ba14f05c1e57307c16cf03aad48044
Author: marc <marc>
Date:   Sun Mar 7 10:44:29 2004 +0000

    Initial revision

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

commit 45342023c7294a012f41598998e9660a62b91419
Author: marc <marc>
Date:   Sun Mar 7 10:43:55 2004 +0000

    Notinh has changed

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

commit e41a085ef2522e26076e793f87e039d111c5960d
Author: marc <marc>
Date:   Thu Feb 19 00:51:03 2004 +0000

    Warning for negative and zero for log and inversed scale is removed

 src/qtbdialogaxisproperties.ui.h |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

commit eb758fe1eef15035e6079983a96aa8c5b7da226b
Author: marc <marc>
Date:   Thu Feb 19 00:50:35 2004 +0000

    Bug in MAC for the mask of MW_TextEdit corrected

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

commit ecb0dfffdb25d4cae4b3a584a453ab32ec9260cc
Author: marc <marc>
Date:   Thu Feb 12 16:25:42 2004 +0000

    Bug corrected, the file path must be added to file name once the return value
    of the dialog has been tested (loading image)

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

commit 16bd5d2a286f92d91a2e723ccdcd1989232e7c1c
Author: marc <marc>
Date:   Wed Feb 11 17:24:53 2004 +0000

    see .cpp

 src/qtbgraphicsheet.h |  171 ++++++++++++++++++++++++-------------------------
 1 files changed, 85 insertions(+), 86 deletions(-)

commit a5d8cdf46c70058add2d0cb64edc96a63f186fcf
Author: marc <marc>
Date:   Wed Feb 11 17:24:37 2004 +0000

    see mw_graphicsheet.cpp

 src/qtbgraphicsheetint.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 715d1f5a744812bd8aabce3dcbff11428a6e0f89
Author: marc <marc>
Date:   Wed Feb 11 17:24:10 2004 +0000

    New function to save the content of a sheet as a page (like in makepage)

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

commit aed585f9b5d3455516c4f024d364f288b69cf3ed
Author: marc <marc>
Date:   Tue Feb 10 18:17:18 2004 +0000

    as errors can be negatives, introduce them in the table as abs

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

commit 1b1be81cfae2f5a32f57d52c699f731a4c6f5112
Author: marc <marc>
Date:   Tue Feb 10 18:12:37 2004 +0000

    see .cpp

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

commit e31d79952e2ed234369d1f340e0652a8be03710d
Author: marc <marc>
Date:   Tue Feb 10 18:11:43 2004 +0000

    indented
    scaleType and reversedScale now added to properties (to .layer and .layout)

 src/qtbaxisint.h |  226 +++++++++++++++++++++++++++++-------------------------
 1 files changed, 121 insertions(+), 105 deletions(-)

commit ff56d2719571fbc4c90c23f01563bae1534588bf
Author: marc <marc>
Date:   Tue Feb 10 18:10:42 2004 +0000

    generalized test on dx/eps_baseLabel or Tick to avoid infinite looping with bad label
    or tick parameters

 src/qtbgraphcontent.cpp |   32 +++++++++++++++++---------------
 1 files changed, 17 insertions(+), 15 deletions(-)

commit 8584ef48592a7f17161ce37e1f59c54476d6a233
Author: marc <marc>
Date:   Tue Feb 10 18:09:16 2004 +0000

    _zAsError was a useless member
    error in case of negative error (switching to */ rather than +-)
    the bottom tick position was not correct in y

 src/qtbdynxycolorlines.cpp |   53 ++++++++++++++++++++-----------------------
 1 files changed, 25 insertions(+), 28 deletions(-)

commit 196e54531c3163dc3d63914fe83c81507ac944b6
Author: marc <marc>
Date:   Tue Feb 10 18:08:31 2004 +0000

    New functions to automatically fit the scales of axis to view all point without resizing
    the widget

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

commit 6739762187c115b96906a35fc6cd269be0671e5f
Author: marc <marc>
Date:   Tue Feb 10 18:06:14 2004 +0000

    bug corrected for ticks in case of log scales (not restarted from 0 when finishing
    a serie from 1 to 10 or from 10 to 100).
    Test on dx/label increment is not correct for log scales, now generalized with
    eps_baseLabel or Tick

 src/qtbaxis.cpp |   28 ++++++++++++++++++----------
 1 files changed, 18 insertions(+), 10 deletions(-)

commit 731b3fb4c314cc19e22151eacfb60845c8a4c643
Author: marc <marc>
Date:   Mon Feb 9 14:18:31 2004 +0000

    Now accept tab and space, at the beginning of lines and between columns

 src/qtbcurvebrowser.ui.h |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

commit acab8941f444255e054e8181d727dad54aef089d
Author: marc <marc>
Date:   Mon Feb 9 14:17:40 2004 +0000

    Cannot delete a paint device while painting, using begin() and end() functions
    rather than constructor for starting painter

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

commit 16c0e766da2db9fa50c321c565ea7a15e0df6d1f
Author: marc <marc>
Date:   Thu Jan 29 23:57:59 2004 +0000

    Update not only the graphcontent but also the axis

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

commit 0475da81ca2e6b4e7238a395593ed7de470fb3f2
Author: marc <marc>
Date:   Thu Jan 29 11:15:33 2004 +0000

    If sheet is not visible, all children were visible either and the sheet size was null
    now fixed

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

commit a3fd18fecb2f8b0c755ffa93b0dfc41873da03e0
Author: marc <marc>
Date:   Thu Jan 29 11:13:30 2004 +0000

    Memory leak corrected, thanks to Alexandros Savvaidis

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

commit e920f309e71adf31108d898bfdfd9e3df948c29f
Author: marc <marc>
Date:   Tue Jan 27 09:30:55 2004 +0000

    If object is not visible it is not exported to image, printed, included in autoresize,
    and in printSize

 src/qtbgraphicsheet.cpp |   60 ++++++++++++++++++++++++++--------------------
 1 files changed, 34 insertions(+), 26 deletions(-)

commit 658d1be19e7ebdf3e6d11498cb9ece6e21991247
Author: marc <marc>
Date:   Tue Jan 27 09:14:27 2004 +0000

    Save and restore especially for splitter
    File filter changed to * for importing ascii
    If r.x1()-dx<0, set axis to r.x1(), assumed to be >0 (problems with log scales)

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

commit 981590bf28b76e6abfec1ea143fa8553188ed59a
Author: marc <marc>
Date:   Tue Jan 27 09:13:56 2004 +0000

    Change name of splitter to save and restore its position

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

commit f63c7ed1ab6a13ab2ceecf1019170069eb53069a
Author: marc <marc>
Date:   Tue Jan 27 09:10:30 2004 +0000

    By default margins are set to 0.5

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

commit f0a538ea620ba44f8cf9c89393e3ef54253cf725
Author: marc <marc>
Date:   Tue Jan 27 09:10:15 2004 +0000

    Does not print invisible layers

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

commit d2177e400d3fb3c56454cfbe0ce90316dcb706d0
Author: marc <marc>
Date:   Wed Jan 21 17:01:41 2004 +0000

    Memory leak corrected

 src/qtbcurvebrowser.ui.h |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

commit 8671d78a938643d6cb4a3f50bedffe55142f7577
Author: marc <marc>
Date:   Fri Jan 16 13:22:51 2004 +0000

    see .cpp

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

commit 2ae416ba15509720afcc7ae1a37743bd5543f2d6
Author: marc <marc>
Date:   Fri Jan 16 13:22:15 2004 +0000

    Memory leak detected by debug_mem

 src/qtbgraphicsheet.cpp |    4 ++++
 src/qtbimagewidget.cpp  |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)

commit f0a71e50911574c5b89b0cff5de182ae385c724b
Author: marc <marc>
Date:   Fri Jan 16 13:21:58 2004 +0000

    Reset interface pointer if interface is deleted
    New slot to reset interface

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

commit b6f7d8a3ea7e7f91e9f7b147cdecd961a1cd5843
Author: marc <marc>
Date:   Fri Jan 16 13:21:14 2004 +0000

    Reset interface pointer if interface is deleted

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

commit c046eb2f2f75f84b30ac04460972c9c548a1eabb
Author: marc <marc>
Date:   Fri Jan 16 11:44:32 2004 +0000

    New destructor, how strange it was not defined sooner

 src/qtbgraphcontent.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 55047fefb3338d4053e3258bfc10accfff9416f7
Author: marc <marc>
Date:   Fri Jan 16 11:43:40 2004 +0000

    Memory leak detected by debug_mem

 src/qtbaxis.cpp         |    1 +
 src/qtbgraphcontent.cpp |    7 +++++++
 src/qtbxynameplot.cpp   |    4 ++++
 3 files changed, 12 insertions(+), 0 deletions(-)

commit 42e2ad111d92bd49c6040e22c5657f9f9c35cb3f
Author: marc <marc>
Date:   Thu Jan 15 16:22:56 2004 +0000

    see .ui

 src/qtbcurvebrowser.ui.h |  192 ++++++++++++++++++++++++----------------------
 1 files changed, 100 insertions(+), 92 deletions(-)

commit 7980a2f627c27e0fb3bbf8f246fd1f6a8a744da0
Author: marc <marc>
Date:   Thu Jan 15 16:17:37 2004 +0000

    New function setLimits
    When loading, setLimits is called if no curve is already present on graph

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

commit 5979e0f258281a86a271c5a7e36258e10b993f1e
Author: marc <marc>
Date:   Thu Jan 15 16:15:56 2004 +0000

    In case of NoPen style, on Mac, a line was drawn, now no more drawLine() is performed.

 src/qtbdynxycolorlines.cpp |   46 ++++++++++++++++++++++---------------------
 1 files changed, 24 insertions(+), 22 deletions(-)

commit cfd7341d3ddd8892e28bab9943be5af5cf30ddd2
Author: marc <marc>
Date:   Tue Jan 13 12:39:13 2004 +0000

    Version 1.5.3 build f, strange error with file geopsy.cpp, bug corrected in SAF import format

 src/qtbaxis.cpp                           |    1 +
 src/qtbaxiswindow.cpp                     |    1 +
 src/qtbaxiswindowint.cpp                  |    1 +
 src/qtbcircleviewer.cpp                   |    1 +
 src/qtbcircleviewerint.cpp                |    1 +
 src/qtbcolorhistogram.cpp                 |    1 +
 src/qtbcolorpalettewidget.cpp             |    1 +
 src/qtbcolorpalettewidgetint.cpp          |    1 +
 src/qtbcurvebrowser.ui.h                  |    1 +
 src/qtbdialogaxisproperties.ui.h          |    1 +
 src/qtbdialogchangelegend.ui.h            |    1 +
 src/qtbdialoggraphcontentproperties.ui.h  |    1 +
 src/qtbdialoggraphicobjectproperties.ui.h |    1 +
 src/qtbdialogpointproperties.ui.h         |    1 +
 src/qtbdynxycolorlines.cpp                |    1 +
 src/qtbdynxycolorlinesint.cpp             |    1 +
 src/qtbgraphcontent.cpp                   |    1 +
 src/qtbgraphcontentlayer.cpp              |    1 +
 src/qtbgraphicobject.cpp                  |    1 +
 src/qtbgraphicobjectint.cpp               |    1 +
 src/qtbgraphicsheet.cpp                   |    1 +
 src/qtbgraphicsheetint.cpp                |    1 +
 src/qtbgridplot.cpp                       |    1 +
 src/qtbgridviewer.cpp                     |    1 +
 src/qtbimagelayer.cpp                     |    1 +
 src/qtbimagewidget.cpp                    |    1 +
 src/qtbirregulargrid2dplot.cpp            |    1 +
 src/qtbirregulargrid2dplotint.cpp         |    1 +
 src/qtblegend.cpp                         |    1 +
 src/qtblegendedit.cpp                     |    1 +
 src/qtblegenditem.cpp                     |    1 +
 src/qtbpagelimit.cpp                      |    1 +
 src/qtbpaletteeditor.ui.h                 |    1 +
 src/qtbpalettetable.cpp                   |    1 +
 src/qtbparallelbands.cpp                  |    1 +
 src/qtbpolargridplot.cpp                  |    1 +
 src/qtbselectionwidget.cpp                |    1 +
 src/qtbspinbox.cpp                        |    1 +
 src/qtbsymbol.cpp                         |    1 +
 src/qtbtabpaletteproperties.ui.h          |    1 +
 src/qtbtabtexteditproperties.ui.h         |    1 +
 src/qtbtabxycolorlinesproperties.ui.h     |    1 +
 src/qtbtabxynameplotproperties.ui.h       |    1 +
 src/qtbtabxyplotproperties.ui.h           |    1 +
 src/qtbtextedit.cpp                       |    1 +
 src/qtbuserinterface.cpp                  |    1 +
 src/qtbxycolorlines.cpp                   |    1 +
 src/qtbxycolorlinesint.cpp                |    1 +
 src/qtbxycolorplot.cpp                    |    1 +
 src/qtbxycolorplotint.cpp                 |    1 +
 src/qtbxynameplot.cpp                     |    1 +
 src/qtbxyplot.cpp                         |    1 +
 52 files changed, 52 insertions(+), 0 deletions(-)

commit 019d6f9fc0184017fbfd12068d863d35b2f885b5
Author: marc <marc>
Date:   Fri Jan 9 19:23:20 2004 +0000

    Version 1.5.3 build b, bugs fixed under linux and windows, new function to substract signals

 src/qtbaxis.cpp         |    8 ++++----
 src/qtbcircleviewer.cpp |    5 +++++
 2 files changed, 9 insertions(+), 4 deletions(-)

commit ab6737ece6a86cd4b75f9765145dc07bfd7f7539
Author: marc <marc>
Date:   Thu Jan 8 08:15:06 2004 +0000

    Version 1.5.3 build a, MSPAC now fully implemented, still some bugs with discontinuous signals

 src/qtbcircleviewer.cpp                |   93 +++-
 src/qtbcircleviewer.h                  |    2 +
 src/qtbdialogaxisproperties.ui.h       |    2 +
 src/qtbdialoggraphcontentproperties.ui |   38 +-
 src/qtblegend.cpp                      |  519 ++++++++--------
 src/qtblegend.h                        |    9 +-
 src/qtblegendedit.cpp                  | 1108 ++++++++++++++++----------------
 src/qtbpolargridplot.cpp               |    3 +-
 src/qtbtabxynameplotproperties.ui      |   65 ++
 src/qtbtabxynameplotproperties.ui.h    |   15 +
 src/qtbxynameplot.cpp                  |  174 ++++--
 src/qtbxynameplot.h                    |   47 +-
 12 files changed, 1174 insertions(+), 901 deletions(-)

commit 2f4955fdfe749580ae3a17156ed6080099ed1c6a
Author: marc <marc>
Date:   Wed Dec 17 18:27:27 2003 +0000

    Version 1.5.2 build a, HV finished, tested with new cap, SPAC still under construction, FK grid inversion has to be stabilized

 src/qtbaxis.cpp            |    2 +-
 src/qtbaxiswindow.cpp      |    6 ++--
 src/qtbcurvebrowser.ui.h   |   21 ++++++++++-
 src/qtbdynxycolorlines.cpp |   57 +++++++++++++++++++++++++++--
 src/qtbdynxycolorlines.h   |    3 ++
 src/qtbgraphcontent.cpp    |   12 ++++--
 src/qtbgraphcontent.h      |    2 +-
 src/qtbgraphicobject.cpp   |   16 ++++----
 src/qtbgraphicsheet.h      |    1 +
 src/qtbparallelbands.cpp   |   85 ++++++++++++++++++++++++++++++++++++++++++++
 src/qtbparallelbands.h     |   47 ++++++++++++++++++++++++
 src/qtbxycolorlines.cpp    |   30 ++++++++++++++--
 src/qtbxycolorlines.h      |    4 ++-
 13 files changed, 259 insertions(+), 27 deletions(-)

commit 69f446d015803ef17f8312c6455032b21d32d585
Author: marc <marc>
Date:   Thu Dec 4 11:31:58 2003 +0000

    Version 1.5.0 build a, integration of new cap sources from Matthias (26/11/03), Sardine is now a complete MDI application, all critical bugs are corrected. Beginning of MSPAC inside sardine.

 src/qtbaxis.cpp            |   37 ++++++++-------------------
 src/qtbaxis.h              |   10 ++++---
 src/qtbaxiswindow.cpp      |    6 ++--
 src/qtbcircleviewer.cpp    |   60 +++++++++++++++++++++++++++++++------------
 src/qtbcircleviewer.h      |   20 +++++++++------
 src/qtbcircleviewerint.cpp |   12 +++-----
 src/qtbgraphcontent.cpp    |   37 ++++++++++++++++-----------
 src/qtbgraphcontent.h      |   26 ++++++++-----------
 src/qtbgraphcontentlayer.h |   11 ++------
 src/qtbgraphicsheet.cpp    |    4 ++-
 src/qtblegend.h            |   29 +--------------------
 src/qtbselectionwidget.cpp |    2 +-
 src/qtbtextedit.cpp        |    1 +
 13 files changed, 122 insertions(+), 133 deletions(-)

commit 23ca262769b428fed9d50565a37b6725aa7d83b5
Author: marc <marc>
Date:   Fri Nov 21 20:20:43 2003 +0000

    Version 1.4.9 build a, bug correction for filtering, for windows and MAC, for signal processing, reverting and City2 files

 src/qtbaxis.cpp       |  196 +++++++++++++++++++++++++------------------------
 src/qtbimagelayer.cpp |    9 +-
 2 files changed, 104 insertions(+), 101 deletions(-)

commit a4f617b0e8d63bbf655aadd109e1e4ea873b5701
Author: marc <marc>
Date:   Fri Nov 21 14:22:59 2003 +0000

    Version 1.4.8 build d, bug correction and h/v little improvements, bug fixed for MAC for signaldisplay parameters and mouse movements.

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

commit 0d6dc4776d5e1fb753353cdd5f611581d83dfed5
Author: marc <marc>
Date:   Thu Nov 20 13:54:08 2003 +0000

    Version 1.4.8 build b, further improvement of the sardine HV module and corrections of old bugs in mw_axiswindow

 src/qtbaxis.cpp                |   30 +++++--
 src/qtbdialogaxisproperties.ui |   27 +++++-
 src/qtbgraphcontent.cpp        |    9 ++-
 src/qtbpaletteeditor.ui.h      |  181 ++++++++++++++++++++--------------------
 src/qtbtextedit.cpp            |   14 +++
 src/qtbtextedit.h              |    2 +
 src/qtbtexteditint.h           |    4 +-
 7 files changed, 158 insertions(+), 109 deletions(-)

commit 3138e8ba270327fdb27f999b873462beeff44a72
Author: marc <marc>
Date:   Thu Nov 13 13:06:21 2003 +0000

    Version 1.4.8 build a, all functions have now an initial not capital letter, sardine preferences, no more QSettings at the global scope, so settings are regularly saved (better in case of application crash). Sardine signal display can normalize all traces by an automatic maximum or by automatic maxima of each trace. Useless codes of mw_batch have been removed

 src/qtbaxis.cpp                |    9 +-
 src/qtbaxiswindow.cpp          |  847 +++++++++++++++++++--------------------
 src/qtbaxiswindow.h            |  119 +++---
 src/qtbaxiswindowint.h         |   60 ++--
 src/qtbcolorpalettewidget.cpp  |  357 ++++++++--------
 src/qtbcolorpalettewidget.h    |   62 ++--
 src/qtbcolorpalettewidgetint.h |   78 ++--
 src/qtbcurvebrowser.ui.h       |  399 +++++++++---------
 src/qtbdialogchangelegend.ui   |  112 +++--
 src/qtbdialogchangelegend.ui.h |   98 +++++
 src/qtbdynxycolorlines.cpp     |    8 +-
 src/qtbgraphcontent.cpp        |   18 +-
 src/qtbgraphicobject.cpp       |  569 +++++++++++++-------------
 src/qtbgraphicobject.h         |  204 +++++-----
 src/qtbgraphicobjectint.h      |  102 +++---
 src/qtbgraphicsheet.cpp        |  870 ++++++++++++++++++++--------------------
 src/qtbimagelayer.cpp          |   34 +-
 src/qtbimagewidget.cpp         |   17 +-
 src/qtbimagewidget.h           |    2 +-
 src/qtbimagewidgetint.h        |   66 ++--
 src/qtbpaletteeditor.ui        |   40 +--
 src/qtbpolargridplot.cpp       |  484 +++++++++++------------
 src/qtbtextedit.cpp            |  148 ++++----
 src/qtbtextedit.h              |   37 +-
 src/qtbtexteditint.h           |   36 +-
 src/qtbxycolorlines.cpp        |  475 +++++++++++-----------
 src/qtbxyplot.cpp              |    4 +-
 27 files changed, 2659 insertions(+), 2596 deletions(-)

commit 02f66e37b57ac448ff0014689ca61c29f7749b5f
Author: marc <marc>
Date:   Wed Nov 5 22:40:35 2003 +0000

    Version 1.4.7 beta, in sardine HV module, the window selection is now working correctly.

 src/qtbaxis.cpp                  |  118 +++++++++++++++++++++++++++-----------
 src/qtbaxis.h                    |    5 ++
 src/qtbdialogaxisproperties.ui.h |    1 -
 3 files changed, 89 insertions(+), 35 deletions(-)

commit 52c9b1e48c44ddcd588d9f32fe1d627840dc69ec
Author: marc <marc>
Date:   Mon Nov 3 15:52:07 2003 +0000

    Version 1.4.7 alpha, many things have changed ... among them the axis scales and the picking of curves.

 src/qtbaxis.cpp                  |  994 +++++++++++++++++++---------------
 src/qtbaxis.h                    |  428 ++++++++-------
 src/qtbaxiswindow.cpp            |  105 +++--
 src/qtbcircleviewer.cpp          |   71 +++
 src/qtbcircleviewer.h            |   42 ++
 src/qtbcircleviewerint.cpp       |   57 ++
 src/qtbcircleviewerint.h         |   38 ++
 src/qtbcolorhistogram.cpp        |   86 +++
 src/qtbcolorhistogram.h          |   47 ++
 src/qtbcolorpalettewidget.cpp    |    5 +-
 src/qtbcurvebrowser.ui           |   91 +++-
 src/qtbcurvebrowser.ui.h         |  214 +++++---
 src/qtbdialogaxisproperties.ui   |  172 ++++---
 src/qtbdialogaxisproperties.ui.h |  952 +++++++++++++++++++--------------
 src/qtbdynxycolorlines.cpp       |  416 +++++++++-----
 src/qtbdynxycolorlines.h         |   96 ++--
 src/qtbdynxycolorlinesint.cpp    |    2 +-
 src/qtbgraphcontent.cpp          | 1105 ++++++++++++++++++++------------------
 src/qtbgraphcontent.h            |  202 ++++----
 src/qtbgraphcontentlayer.cpp     |    5 +
 src/qtbgraphcontentlayer.h       |    8 +-
 src/qtbimagelayer.cpp            |  255 +++++++++
 src/qtbimagelayer.h              |   56 ++
 src/qtbimagewidget.cpp           |  209 ++++----
 src/qtbsymbol.cpp                |   12 +-
 src/qtbuserinterface.cpp         |  313 ++++++------
 src/qtbxycolorlines.cpp          |   17 +-
 src/qtbxycolorlinesint.cpp       |   10 +-
 src/qtbxycolorlinesint.h         |   30 +-
 src/qtbxyplot.cpp                |   32 +-
 30 files changed, 3685 insertions(+), 2385 deletions(-)

commit 329270e9595eb3c0d10b0e8daaf65abbd125e583
Author: marc <marc>
Date:   Thu Oct 9 13:11:52 2003 +0000

    Version 1.4.6, several bugs corrected about the dispersion goal thans to Sylvette Bonnefoy. Details for Mac OS X now fixed. Signal save and restore layout now ok in Sardine.

 src/qtbaxis.cpp              |  192 ++++++++++++++--------------
 src/qtbaxis.h                |  276 ++++++++++++++++++++--------------------
 src/qtbaxiswindow.cpp        |   67 +++++-----
 src/qtbaxiswindowint.h       |    3 +-
 src/qtbcurvebrowser.ui       |    7 +-
 src/qtbcurvebrowser.ui.h     |  289 +++++++++++++++++++++++-------------------
 src/qtbdynxycolorlines.h     |   74 ++++++------
 src/qtbgraphcontentlayer.cpp |  106 ++++++++--------
 src/qtbgraphicobject.cpp     |   22 ++--
 9 files changed, 530 insertions(+), 506 deletions(-)

commit e390850802a47a41cdcd147f564b8530147bec7d
Author: marc <marc>
Date:   Wed Oct 8 14:21:20 2003 +0000

    Version 1.4.5a, automatic upgrade was not working properly, now tested in debug and in distrib config

 src/qtbcurvebrowser.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fabdf94b011d24eed6d9f3bc5dfb0a08003ed679
Author: marc <marc>
Date:   Wed Oct 8 10:21:27 2003 +0000

    Version 1.4.5, Some bugs fixed on log-inversed plots, FK grid max has now a correct misfit=-log(probability), export ascii of dispersion curves from a report, pick curve still under development, still not a very stable version.

 src/qtbaxis.cpp                  |  550 +++++++++++++++++++++++++-------------
 src/qtbaxis.h                    |  314 +++++-----------------
 src/qtbaxiswindowint.h           |    2 +-
 src/qtbcurvebrowser.ui           |  122 +++++----
 src/qtbcurvebrowser.ui.h         |   60 ++++-
 src/qtbdialogaxisproperties.ui   |  142 ++++++----
 src/qtbdialogaxisproperties.ui.h |  163 ++++++------
 src/qtbdynxycolorlines.cpp       |   22 +-
 src/qtbgraphcontent.cpp          |  166 +++++++++---
 src/qtbgraphcontent.h            |    8 +-
 src/qtbgraphicobject.cpp         |   31 ++-
 src/qtbgraphicobject.h           |    3 +
 src/qtbgraphicsheet.cpp          |    2 +
 src/qtbgraphicsheet.h            |    3 +-
 src/qtbgraphicsheetint.cpp       |    8 +
 src/qtbgraphicsheetint.h         |    5 +-
 src/qtbirregulargrid2dplot.cpp   |    2 +-
 src/qtbuserinterface.cpp         |   32 ++-
 src/qtbuserinterface.h           |    1 +
 19 files changed, 930 insertions(+), 706 deletions(-)

commit db84e503a05130694a6e531d2ea5685af0a75619
Author: marc <marc>
Date:   Fri Sep 19 14:41:24 2003 +0000

    Forgot to assign a pointer before dereferencing it (led to crash maken adding a new layer of this type

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

commit 7f18c744c19297d9aba462d6f7ff46ff0580c3d4
Author: marc <marc>
Date:   Fri Sep 19 13:50:09 2003 +0000

    Version 1.4.3, Only one dll for the distrib version, to ease installation on MacOSX, decimate plots in sardine, gridlines improved in graphcontent, HV interpret module still under construction

 src/qtbaxis.cpp          |   32 ++++++++++++++------------------
 src/qtbaxiswindow.cpp    |   22 ++++++++++++++++++++++
 src/qtbaxiswindow.h      |   23 -----------------------
 src/qtbcurvebrowser.ui.h |    5 +++--
 src/qtbgraphcontent.cpp  |   15 +++++----------
 src/qtbgraphicsheet.cpp  |   46 +++++++++++++++++++++++++++++++++-------------
 6 files changed, 77 insertions(+), 66 deletions(-)

commit 1585b27ddd0229edea187040e1f7d656a8bf3748
Author: marc <marc>
Date:   Fri Sep 12 18:07:37 2003 +0000

    Version 1.4.2, Export to image is now corrected

 src/qtbgraphicobject.cpp       |    7 ++-----
 src/qtbirregulargrid2dplot.cpp |   20 +++++++++++---------
 2 files changed, 13 insertions(+), 14 deletions(-)

commit b37b15605ae20ae1d9a0336bca5bc9ad586a5dfe
Author: marc <marc>
Date:   Thu Sep 11 13:22:04 2003 +0000

    Version 1.4.1, Inversion of HV frequency.

 src/qtbgraphcontent.cpp           |    1 +
 src/qtbirregulargrid2dplot.cpp    |    6 ++++++
 src/qtbirregulargrid2dplot.h      |    2 ++
 src/qtbirregulargrid2dplotint.cpp |   35 +++++++++++++++++++++++++++++++++++
 src/qtbirregulargrid2dplotint.h   |   37 +++++++++++++++++++++++++++++++++++++
 5 files changed, 81 insertions(+), 0 deletions(-)

commit b9181c00b946fc5b19c69663e12293024b1aa371
Author: marc <marc>
Date:   Thu Sep 4 12:28:58 2003 +0000

    When objects are not inside a sheet, the destructor was not doing the correct task.
    Removing of object from QSA is now restricted to object with a non NULL interface.

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

commit d858133f1ab0c7a4d6dce21a6d77b5a84f07014f
Author: marc <marc>
Date:   Mon Sep 1 13:22:34 2003 +0000

    Version 1.0.4c, Bug with export image format corrected.

 src/qtbgraphicobject.cpp |    2 +-
 src/qtbgraphicsheet.cpp  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 41916185e3d88d26cc9f779dd3e7c2b8ac878901
Author: marc <marc>
Date:   Fri Aug 29 16:41:26 2003 +0000

    Version 1.4.0, GraphicSheet-GraphicObject to enhance the flexibility of the visualisation tools. Implementation of the Script Engine from Qt, not present for all programs, only os_forward, na_viewer, buil_array and makepage. Improvements of the forward computation of dispersion curves: new tests to avoid mode jumping

 src/qtbaxis.cpp                         |   59 ++++-
 src/qtbaxis.h                           |  389 ++++++++++++------------------
 src/qtbaxisint.h                        |  163 ++++++++++++
 src/qtbaxiswindow.cpp                   |  415 +++++++++++++++++++------------
 src/qtbaxiswindow.h                     |  125 ++++++----
 src/qtbaxiswindowint.cpp                |   29 +++
 src/qtbaxiswindowint.h                  |   55 ++++
 src/qtbcolorpalettewidget.cpp           |   13 +-
 src/qtbcolorpalettewidget.h             |   12 +-
 src/qtbcolorpalettewidgetint.cpp        |   48 ++++
 src/qtbcolorpalettewidgetint.h          |   69 +++++
 src/qtbcurvebrowser.ui                  |   50 +---
 src/qtbcurvebrowser.ui.h                |   13 +-
 src/qtbdialogaxisproperties.ui          |   46 +++-
 src/qtbdialoggraphicobjectproperties.ui |   16 ++
 src/qtbdynxycolorlines.cpp              |  110 ++-------
 src/qtbdynxycolorlines.h                |   23 +--
 src/qtbdynxycolorlinesint.cpp           |  208 ++++++++++++++++
 src/qtbdynxycolorlinesint.h             |   48 ++++
 src/qtbgraphcontent.cpp                 |  113 +++++----
 src/qtbgraphcontent.h                   |   45 +---
 src/qtbgraphcontentlayer.cpp            |   61 +++--
 src/qtbgraphcontentlayer.h              |   14 +-
 src/qtbgraphcontentlayerint.h           |   40 +++
 src/qtbgraphicobject.cpp                |  105 ++++++--
 src/qtbgraphicobject.h                  |   46 ++--
 src/qtbgraphicobjectint.cpp             |   35 +++
 src/qtbgraphicobjectint.h               |   80 ++++++
 src/qtbgraphicsheet.cpp                 |  396 ++++++++++++++---------------
 src/qtbgraphicsheet.h                   |   36 +--
 src/qtbgraphicsheetint.cpp              |  180 +++++++++++++
 src/qtbgraphicsheetint.h                |   65 +++++
 src/qtbimagewidget.cpp                  |  189 ++++++++++++++
 src/qtbimagewidget.h                    |   67 +++++
 src/qtbimagewidgetint.h                 |   67 +++++
 src/qtbpaletteeditor.ui.h               |   34 ++--
 src/qtbselectionwidget.cpp              |    1 +
 src/qtbsymbol.cpp                       |   96 ++++----
 src/qtbtabxycolorlinesproperties.ui     |    3 -
 src/qtbtabxyplotproperties.ui           |    6 -
 src/qtbtextedit.cpp                     |   21 +-
 src/qtbtextedit.h                       |   13 +-
 src/qtbtexteditint.h                    |   48 ++++
 src/qtbuserinterface.cpp                |  238 ++++++++++++++++++
 src/qtbuserinterface.h                  |   50 ++++
 src/qtbxycolorlines.cpp                 |  125 ++++------
 src/qtbxycolorlines.h                   |   34 +--
 src/qtbxycolorlinesint.cpp              |  110 ++++++++
 src/qtbxycolorlinesint.h                |   44 ++++
 src/qtbxycolorplot.cpp                  |   66 +-----
 src/qtbxycolorplot.h                    |   49 ++--
 src/qtbxycolorplotint.cpp               |   62 +++++
 src/qtbxycolorplotint.h                 |   42 +++
 src/qtbxynameplot.cpp                   |  115 ++++++----
 src/qtbxynameplot.h                     |   37 ++--
 src/qtbxyplot.cpp                       |   73 +------
 src/qtbxyplot.h                         |    7 -
 57 files changed, 3252 insertions(+), 1452 deletions(-)

commit a63088261d7fb8f0ebca6d1119b23991dbf80be8
Author: marc <marc>
Date:   Wed Aug 6 17:16:35 2003 +0000

    Version 1.4.0Beta, new GraphicSheet-GraphicObject to enhance the flexibility of the visualisation tool

 src/qtbaxis.cpp                           |  442 ++++++------------
 src/qtbaxis.h                             |  175 +++++---
 src/qtbaxiswindow.cpp                     |  700 +++++++++++----------------
 src/qtbaxiswindow.h                       |   57 +--
 src/qtbcolorpalettewidget.cpp             |  357 +++++++--------
 src/qtbcolorpalettewidget.h               |   79 ++--
 src/qtbcurvebrowser.ui                    |   49 ++-
 src/qtbcurvebrowser.ui.h                  |   94 ++--
 src/qtbdialogaxisproperties.ui            |  257 +++++++++--
 src/qtbdialogaxisproperties.ui.h          |  461 +++++++++++++++++--
 src/qtbdialogchangelegend.ui              |   51 ++-
 src/qtbdialoggraphcontentproperties.ui.h  |   20 +-
 src/qtbdialoggraphicobjectproperties.ui   |  517 ++++++++++++++++++++
 src/qtbdialoggraphicobjectproperties.ui.h |  185 ++++++++
 src/qtbdynxycolorlines.cpp                |   23 +-
 src/qtbdynxycolorlines.h                  |    3 +
 src/qtbgraphcontent.cpp                   |  338 +++-----------
 src/qtbgraphcontent.h                     |   77 +--
 src/qtbgraphcontentlayer.cpp              |   47 +--
 src/qtbgraphcontentlayer.h                |   23 +-
 src/qtbgraphicobject.cpp                  |  383 +++++++++++++++
 src/qtbgraphicobject.h                    |  142 ++++++
 src/qtbgraphicsheet.cpp                   |  735 +++++++++++++++++------------
 src/qtbgraphicsheet.h                     |   56 ++-
 src/qtbgridplot.cpp                       |    6 +-
 src/qtbgridviewer.cpp                     |    2 +-
 src/qtbirregulargrid2dplot.cpp            |    2 +-
 src/qtblegenditem.cpp                     |    3 +-
 src/qtbpaletteeditor.ui                   |    7 +-
 src/qtbpolargridplot.cpp                  |    4 +-
 src/qtbselectionwidget.cpp                |   74 +++
 src/qtbselectionwidget.h                  |   48 ++
 src/qtbsymbol.cpp                         |   90 ++--
 src/qtbtabpaletteproperties.ui            |  298 ++++++++++++
 src/qtbtabpaletteproperties.ui.h          |   45 ++
 src/qtbtabtexteditproperties.ui           |  176 +++++++
 src/qtbtabtexteditproperties.ui.h         |   32 ++
 src/qtbtabxycolorlinesproperties.ui       |    3 +
 src/qtbtabxyplotproperties.ui             |    2 +-
 src/qtbtextedit.cpp                       |  127 +++++
 src/qtbtextedit.h                         |   54 +++
 src/qtbxycolorlines.cpp                   |  123 ++---
 src/qtbxycolorlines.h                     |   23 +-
 src/qtbxycolorplot.cpp                    |   66 +++-
 src/qtbxycolorplot.h                      |    4 +
 src/qtbxynameplot.cpp                     |   12 +-
 src/qtbxyplot.cpp                         |  160 ++++---
 src/qtbxyplot.h                           |   24 +-
 48 files changed, 4509 insertions(+), 2147 deletions(-)

commit 082b98ecb78cb9b97b70b28c637f83eefddb9d88
Author: marc <marc>
Date:   Tue Jul 29 10:45:53 2003 +0000

    Initial revision

 src/qtbtabxycolorlinesproperties.ui   |   94 +++++++++++++++++++++++++++++++++
 src/qtbtabxycolorlinesproperties.ui.h |   15 +++++
 2 files changed, 109 insertions(+), 0 deletions(-)

commit 9b175baef14e84a2bd822701648ba2b7ff70a687
Author: marc <marc>
Date:   Tue Jul 29 10:45:38 2003 +0000

    see .cpp

 src/qtbxycolorlines.h |   29 +++++++++++++++++++++++++++--
 src/qtbxyplot.h       |    2 +-
 2 files changed, 28 insertions(+), 3 deletions(-)

commit 10a43bbdf395a8bde45f4e745095085e87ae0802
Author: marc <marc>
Date:   Tue Jul 29 10:45:09 2003 +0000

    _screenSize is now of type uint (double in last releases)

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

commit a596a4d8e72d9e3f1a526a0419f68785903a4e01
Author: marc <marc>
Date:   Tue Jul 29 10:44:13 2003 +0000

    New property: _lineWeight for plotted curves (tab, member, plotting functions,...)

 src/qtbxycolorlines.cpp |  162 +++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 137 insertions(+), 25 deletions(-)

commit 6a094cbe7cc15ae39abbfa8231284f56e6ef4401
Author: marc <marc>
Date:   Tue Jul 29 10:42:54 2003 +0000

    Bug corrected, all curves of layer file are now correctly read

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

commit 610aa3d51f42472e2121b89efabac67e9305c6c3
Author: marc <marc>
Date:   Fri Jul 25 14:51:20 2003 +0000

    Version 1.3.1, Sardine refresh of signal files ok, deps can work without X Server, Bug corrected in sardine about option again in File Format dialog and Time Datum Setting dialog

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

commit 97f20297c2c407404514b7e89b468913a804504d
Author: marc <marc>
Date:   Tue Jul 22 16:34:09 2003 +0000

    Version

 src/qtbaxis.h                  |   75 +++++++++++++++++++++++++-
 src/qtbaxiswindow.cpp          |    4 +-
 src/qtbaxiswindow.h            |   25 +++++++++
 src/qtbcolorpalettewidget.h    |   21 +++++++-
 src/qtbdynxycolorlines.cpp     |   71 ++++++++++++++++++++++++
 src/qtbdynxycolorlines.h       |   20 +++++++-
 src/qtbgraphcontent.cpp        |   85 ++++++++++++++++++++++++++++-
 src/qtbgraphcontent.h          |   84 ++++++++++++++++++++++++++++-
 src/qtbgraphcontentlayer.cpp   |   28 +++++++++-
 src/qtbgraphcontentlayer.h     |   19 +++++++
 src/qtbgraphicsheet.cpp        |    8 +++
 src/qtbgraphicsheet.h          |   17 ++++++
 src/qtbgridplot.h              |   10 ++++
 src/qtbgridviewer.h            |   10 ++++
 src/qtbirregulargrid2dplot.cpp |    7 +++
 src/qtbirregulargrid2dplot.h   |   12 ++++
 src/qtblegend.h                |   29 ++++++++++
 src/qtblegendedit.h            |   16 ++++++
 src/qtblegenditem.h            |   14 +++++
 src/qtbpagelimit.h             |    6 ++
 src/qtbpalettetable.h          |   14 +++++
 src/qtbpolargridplot.h         |   11 ++++
 src/qtbspinbox.h               |    5 ++
 src/qtbsymbol.cpp              |  116 ++++++++++++++++++++++++++++++++++++++++
 src/qtbsymbol.h                |   28 +++++++++-
 src/qtbxycolorlines.cpp        |   85 +++++++++++++++++++++++------
 src/qtbxycolorlines.h          |   21 +++++++
 src/qtbxycolorplot.cpp         |   10 +++-
 src/qtbxycolorplot.h           |    4 ++
 src/qtbxynameplot.h            |    4 ++
 src/qtbxyplot.cpp              |   12 ++++
 src/qtbxyplot.h                |   11 ++++-
 32 files changed, 852 insertions(+), 30 deletions(-)

commit e303a55db58f1642c400e51e424da9fa3b7278fa
Author: marc <marc>
Date:   Tue Jul 15 17:19:52 2003 +0000

    *** empty log message ***

 src/qtbpaletteeditor.ui   |   99 +++++++++++++++++++++++++++++----------------
 src/qtbpaletteeditor.ui.h |    2 +
 2 files changed, 66 insertions(+), 35 deletions(-)

commit 204dae735ecef2c14743790133302de0a85d4b48
Author: marc <marc>
Date:   Thu Jun 19 13:05:18 2003 +0000

    *** empty log message ***

 src/qtbcurvebrowser.ui.h          |   13 ++++++++++++-
 src/qtbdialogpointproperties.ui.h |    2 +-
 src/qtbdynxycolorlines.h          |    1 +
 3 files changed, 14 insertions(+), 2 deletions(-)

commit 0973c20bc8ca0f56d7f71b58dfaec58f2097f635
Author: marc <marc>
Date:   Fri Jun 13 16:40:05 2003 +0000

    Initial revision

 src/qtbcurvebrowser.ui         |  415 ++++++++++++++++++++++++++++++
 src/qtbcurvebrowser.ui.h       |  545 ++++++++++++++++++++++++++++++++++++++++
 src/qtbdialogchangelegend.ui.h |    9 +
 src/qtbgridviewer.cpp          |   56 ++++
 src/qtbgridviewer.h            |   41 +++
 5 files changed, 1066 insertions(+), 0 deletions(-)

commit 100064ee9e82302b73ab6cccdd7fcbfa66ec515c
Author: marc <marc>
Date:   Fri Jun 13 16:39:54 2003 +0000

    *** empty log message ***

 src/qtbaxiswindow.cpp         |    1 +
 src/qtbcolorpalettewidget.cpp |    4 +-
 src/qtbdialogchangelegend.ui  |   47 +++++++--
 src/qtbdynxycolorlines.cpp    |   50 +++++++---
 src/qtbdynxycolorlines.h      |    6 +-
 src/qtbgraphcontent.cpp       |  226 +++++++++--------------------------------
 src/qtbgraphcontent.h         |   67 ++++++++++++
 src/qtbgraphicsheet.cpp       |    2 +-
 src/qtbgridplot.cpp           |    6 +
 src/qtbgridplot.h             |    4 +-
 src/qtblegend.cpp             |   50 +++++++--
 src/qtblegend.h               |    5 +
 src/qtblegendedit.cpp         |   36 +++++--
 src/qtblegendedit.h           |    1 +
 src/qtblegenditem.cpp         |    1 +
 src/qtbpaletteeditor.ui       |   10 ++-
 src/qtbxycolorlines.cpp       |  120 ++++++++++++++++++----
 src/qtbxycolorlines.h         |    9 ++
 18 files changed, 392 insertions(+), 253 deletions(-)

commit eb835641c9cf02c6809eaed7e140c8923a199723
Author: marc <marc>
Date:   Thu May 15 14:52:22 2003 +0000

    Updates from Windows version

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

commit 7a1b1defaf408a84c9634c92abecaa2cfedfaea5
Author: marc <marc>
Date:   Tue May 13 15:37:15 2003 +0000

    *** empty log message ***

 src/qtbaxis.h                          |    4 ++--
 src/qtbdialoggraphcontentproperties.ui |   27 +++++++++++++++++++--------
 src/qtbgridplot.h                      |   19 ++++++++++---------
 src/qtbpalettetable.cpp                |   25 +++++++++++++------------
 src/qtbpalettetable.h                  |   12 ++++++------
 5 files changed, 50 insertions(+), 37 deletions(-)

commit 25d6aa7563437eaa6f16220ec912f1ac9fc8b782
Author: marc <marc>
Date:   Tue May 13 15:36:27 2003 +0000

    include a palette and basic function to draw a grid
    Special grid drawing is transfered to child objects

 src/qtbgridplot.cpp |  340 ++++++++++-----------------------------------------
 1 files changed, 65 insertions(+), 275 deletions(-)

commit bcd284f0b21bbe46e61b6bfb4a8c8390f38276c2
Author: marc <marc>
Date:   Tue May 13 15:35:25 2003 +0000

    Bug corrected in fromStream() for layer properties

 src/qtbgraphcontent.cpp |   39 +++++++++++++++++++++++++++------------
 1 files changed, 27 insertions(+), 12 deletions(-)

commit db837b0041a8b5ff208a1f615fb86c2c5c4b68be
Author: marc <marc>
Date:   Tue May 13 15:35:12 2003 +0000

    Initial revision

 src/qtbcolorpalettewidget.cpp |  244 +++++++++++++++++++
 src/qtbcolorpalettewidget.h   |   65 +++++
 src/qtbpaletteeditor.ui       |  523 +++++++++++++++++++++++++++++++++++++++++
 src/qtbpaletteeditor.ui.h     |  157 ++++++++++++
 4 files changed, 989 insertions(+), 0 deletions(-)

commit 9fc4715e93b10764ba612ec75c580466460c643d
Author: marc <marc>
Date:   Tue May 13 15:31:36 2003 +0000

    see .cpp

 src/qtbirregulargrid2dplot.h |    4 ++--
 src/qtbpolargridplot.h       |    5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

commit 82c824ac988300a6511c10e44c4e8c619c1714aa
Author: marc <marc>
Date:   Tue May 13 15:31:18 2003 +0000

    See changes in GridPlot

 src/qtbirregulargrid2dplot.cpp |   94 +++++++++++++++++++-
 src/qtbpolargridplot.cpp       |  193 +++++++++++++++++++++++++++++++++++++++-
 2 files changed, 280 insertions(+), 7 deletions(-)

commit 61569c2205c460c01097c8935d901abda5305cae
Author: marc <marc>
Date:   Tue May 13 15:20:06 2003 +0000

    see .cpp

 src/qtbgraphicsheet.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit fb5d6f14466b77b87894a7498317c96dc7e4170c
Author: marc <marc>
Date:   Tue May 13 15:16:55 2003 +0000

    ColorPalette changed to ColorPaletteWidget

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

commit ec106f9e9242b7a6b34d1e9ce0d8e3411a907312
Author: marc <marc>
Date:   Fri Apr 25 14:18:38 2003 +0000

    Last warnings removed

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

commit b239f9bbcc9ff75a291fa2fb8ab33326722cf272
Author: marc <marc>
Date:   Thu Apr 24 16:05:26 2003 +0000

    Changes made after first runtime debug on Windows

 src/qtbaxiswindow.cpp   |   37 +++++++++++++-----------------
 src/qtbaxiswindow.h     |    2 +-
 src/qtbgraphcontent.cpp |   58 ++++++++++++++++++++++++++--------------------
 src/qtbgraphicsheet.cpp |    4 +++
 4 files changed, 54 insertions(+), 47 deletions(-)

commit 4c910845eac3594f6f70eccad8355d5969337d1d
Author: marc <marc>
Date:   Tue Apr 22 16:33:20 2003 +0000

    Windows correction updated

 src/qtbaxis.h                     |    4 ++--
 src/qtbaxiswindow.cpp             |    8 ++++----
 src/qtbdialogpointproperties.ui.h |    5 +++--
 src/qtbdynxycolorlines.cpp        |   15 ++++++++-------
 src/qtbgridplot.cpp               |   15 ++++++++++-----
 src/qtblegend.cpp                 |    8 ++++----
 src/qtbpolargridplot.cpp          |   10 +++++++---
 7 files changed, 38 insertions(+), 27 deletions(-)

commit 335344d6f4c90b8feadd6e6e8e4735cc49e164b7
Author: marc <marc>
Date:   Mon Apr 7 15:45:57 2003 +0000

    see .cpp

 src/qtbaxiswindow.h   |    6 ++++++
 src/qtbgraphcontent.h |    6 +++++-
 src/qtblegend.h       |    2 ++
 src/qtbxycolorplot.h  |    2 --
 src/qtbxyplot.h       |    7 ++++---
 5 files changed, 17 insertions(+), 6 deletions(-)

commit f0b60d46b351788e4f668ea53340a4b94346056b
Author: marc <marc>
Date:   Mon Apr 7 15:44:27 2003 +0000

    New control on tab creation
    useless dataAdded() removed
    New function boundary rect
    editData uncommented and changed to dataToEdit()

 src/qtbxyplot.cpp |  119 ++++++++++++++++++++++++++---------------------------
 1 files changed, 58 insertions(+), 61 deletions(-)

commit b11329048e59ba0bfdee3e4ce37bcbec65c3ac85
Author: marc <marc>
Date:   Mon Apr 7 15:43:51 2003 +0000

    Initial revision

 src/qtbdialogpointproperties.ui   |  161 +++++++++++++++++++++++++++++++++++++
 src/qtbdialogpointproperties.ui.h |   86 ++++++++++++++++++++
 src/qtbxynameplot.cpp             |   89 ++++++++++++++++++++
 src/qtbxynameplot.h               |   43 ++++++++++
 4 files changed, 379 insertions(+), 0 deletions(-)

commit 27f73fbb74fac9ac185ffba57b2a31769b9c4f98
Author: marc <marc>
Date:   Mon Apr 7 15:43:22 2003 +0000

    useless dataAdded() removed

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

commit 3686198e557698bd4a8498d64d29693e889aff8d
Author: marc <marc>
Date:   Mon Apr 7 15:42:32 2003 +0000

    New function setItemCount()
    New function setText()

 src/qtblegend.cpp |   72 ++++++++++++++++++++++++++++++++++++++++++----------
 1 files changed, 58 insertions(+), 14 deletions(-)

commit 157ad303f0165ba2c89917418e6764299c2e5ea5
Author: marc <marc>
Date:   Mon Apr 7 15:40:55 2003 +0000

    New menu to export images
    Screen resolution is always set in polish function
    Bug corrected for multi object setproperties with various shared tabs

 src/qtbgraphcontent.cpp |   43 +++++++++++++++++++++++++++++++++----------
 1 files changed, 33 insertions(+), 10 deletions(-)

commit b4773f4c5e99cf2f0de8986712202362540c689a
Author: marc <marc>
Date:   Mon Apr 7 15:38:19 2003 +0000

    New function to export images
    Save and restore font size to scale it correctly when exporting to a bitmap file

 src/qtbaxiswindow.cpp |   64 ++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 63 insertions(+), 1 deletions(-)

commit f5c80025e257e17baa1b0a0a482845bcd74fa85d
Author: marc <marc>
Date:   Mon Apr 7 15:22:11 2003 +0000

    see .cpp

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

commit bfa01f9f72b3a5e98daafd978c93917cb855d611
Author: marc <marc>
Date:   Mon Apr 7 15:07:44 2003 +0000

    New function find the maximum resolution (shared by print and export)
    New exports to bitmap image format, JPEG, GIF, PNG,...
    Include always a colorpalette object

 src/qtbgraphicsheet.cpp |  127 +++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 107 insertions(+), 20 deletions(-)

commit a2cdae74988d14b06c7757a25d7479c79cc43f26
Author: marc <marc>
Date:   Tue Mar 25 09:31:23 2003 +0000

    No change

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

commit 50fae77c1fbfa6bb4382ce4fa9d8ea62f831c81f
Author: marc <marc>
Date:   Tue Mar 25 09:28:38 2003 +0000

    Bug corrected in drawing the grid lines (resulting from recent changes
    in layers and graphContent)

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

commit 2cf7215244abcd308f1bc9a0f2514bd07c901bb2
Author: marc <marc>
Date:   Mon Mar 24 18:33:07 2003 +0000

    New check box for modifier flag

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

commit 4be11491e5ce62091c7eae5d3be3d2145b9e1e24
Author: marc <marc>
Date:   Mon Mar 24 18:32:05 2003 +0000

    see .cpp

 src/qtbaxis.h         |    5 ++++-
 src/qtbgraphcontent.h |    2 ++
 src/qtbpalettetable.h |    3 +++
 3 files changed, 9 insertions(+), 1 deletions(-)

commit 97024247a1913297fa83af8fec907aec84eaec3f
Author: marc <marc>
Date:   Mon Mar 24 18:31:25 2003 +0000

    New signal "changed()" to follow any change concerning palette values and colors

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

commit 1cb18b73120c867772b130f224637be113b976ab
Author: marc <marc>
Date:   Mon Mar 24 18:30:02 2003 +0000

    Restore of rects for properties
    Parent for properties dialog is now a topLevelWidget in all cases
    Change of key for saving current tab in registry

 src/qtbgraphcontent.cpp |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

commit 272f5d675aff45a84c9c5955824f229519f7c965
Author: marc <marc>
Date:   Mon Mar 24 18:26:26 2003 +0000

    Interpret the double click to set properties
    properties() follows the model of MW_GraphContent

 src/qtbaxis.cpp |   41 +++++++++++++++++++++++++++++++++++++----
 1 files changed, 37 insertions(+), 4 deletions(-)

commit 530ef2b99b9be4be126277d958f00446008a1eeb
Author: marc <marc>
Date:   Mon Mar 24 18:15:50 2003 +0000

    see .cpp

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

commit ed98f1c825142d80b7baa174f9ad6e56749b8904
Author: marc <marc>
Date:   Mon Mar 24 18:08:39 2003 +0000

    Color palette added to graphic sheet in printing and autoresize
    Calls to axis properties simplified as for MW_GraphContent

 src/qtbgraphicsheet.cpp |   80 ++++++++++++++++++++++------------------------
 1 files changed, 38 insertions(+), 42 deletions(-)

commit fa7690e8296bd5ae0bd8802d3d7f28f4a09913aa
Author: marc <marc>
Date:   Thu Mar 6 11:45:07 2003 +0000

    see .cpp

 src/qtbgraphcontent.h |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit 9e38d5421b9986d5e1757132ea13d34477b684e1
Author: marc <marc>
Date:   Thu Mar 6 11:44:40 2003 +0000

    New menu to restore and save the properties (layout)

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

commit 0d08c1528d70696003a07fdb77150b52d45b29ac
Author: marc <marc>
Date:   Thu Mar 6 10:45:24 2003 +0000

    include math.h was mandatory on lgit5
    transfom last long into int

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

commit 6301af43e5913d602507c77826445a0c1dac29ed
Author: marc <marc>
Date:   Wed Mar 5 16:31:39 2003 +0000

    see .cpp

 src/qtbaxiswindow.h      |    7 +++-
 src/qtbdynxycolorlines.h |   15 ++++----
 src/qtbgraphcontent.h    |   84 ++++++++++++++++++++++------------------------
 src/qtbgridplot.h        |    6 ++--
 src/qtbxycolorlines.h    |   15 +++-----
 src/qtbxycolorplot.h     |    9 +++--
 src/qtbxyplot.h          |   39 ++++++++++++---------
 7 files changed, 89 insertions(+), 86 deletions(-)

commit a94711194816a938b867e5bf705c28dffbe0f59a
Author: marc <marc>
Date:   Wed Mar 5 16:30:58 2003 +0000

    Initial revision

 src/qtbdialoggraphcontentproperties.ui   |  373 ++++++++++++++++++++++++++++++
 src/qtbdialoggraphcontentproperties.ui.h |  134 +++++++++++
 src/qtbgraphcontentlayer.cpp             |  108 +++++++++
 src/qtbgraphcontentlayer.h               |   50 ++++
 src/qtbtabxyplotproperties.ui            |   99 ++++++++
 src/qtbtabxyplotproperties.ui.h          |   14 ++
 6 files changed, 778 insertions(+), 0 deletions(-)

commit 4cf708edcd610dd2d69a49e522f35e6bf5a51e3e
Author: marc <marc>
Date:   Wed Mar 5 16:29:13 2003 +0000

    Many changes for multi layers

 src/qtbgraphcontent.cpp |  459 +++++++++++++++++++++++++---------------------
 src/qtbgridplot.cpp     |  129 ++++++++------
 src/qtbxycolorlines.cpp |   50 +++--
 src/qtbxycolorplot.cpp  |  125 ++++++-------
 src/qtbxyplot.cpp       |  209 ++++++++++++++--------
 5 files changed, 542 insertions(+), 430 deletions(-)

commit e470281c6a08c1c5352070e7f4814d080d03821e
Author: marc <marc>
Date:   Wed Mar 5 16:27:11 2003 +0000

    various changes to include MW_GraphContentLayer, new function addLine, ...

 src/qtbdynxycolorlines.cpp |  106 ++++++++++++++-----------------------------
 1 files changed, 35 insertions(+), 71 deletions(-)

commit db746923a47c009546f212aa258d1922fe932e85
Author: marc <marc>
Date:   Wed Mar 5 16:23:49 2003 +0000

    signal of xaxis and y axis are block by constructor, polish() unblock them
    New constructor with a graphcontentlayer rather than a graphcontent
    In print possibility to set coordinates of top left corner (usefull to print pages in MW_GraphSheet)

 src/qtbaxiswindow.cpp |   36 ++++++++++++++++++++++++++++--------
 1 files changed, 28 insertions(+), 8 deletions(-)

commit 3ab74eab7024f5a4f2c390926cc20fdb5bb5e316
Author: marc <marc>
Date:   Wed Mar 5 16:23:20 2003 +0000

    nothing important

 src/qtbaxis.cpp |   34 +++++++++++++++++++++-------------
 1 files changed, 21 insertions(+), 13 deletions(-)

commit dbe84553c53eada38351d78a11303c285b1b9a2f
Author: marc <marc>
Date:   Mon Mar 3 15:58:21 2003 +0000

    see .cpp

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

commit 0d9149cc4402cb4c5a4944970c51bcda9b7116c8
Author: marc <marc>
Date:   Mon Mar 3 15:58:12 2003 +0000

    use multilayered plots

 src/qtbirregulargrid2dplot.cpp |   15 +++++++-----
 src/qtbpolargridplot.cpp       |   47 ++++++++++++++++++++-------------------
 2 files changed, 33 insertions(+), 29 deletions(-)

commit 55790cd7fd2a78ba9ca08aaddf142cb55299bf51
Author: marc <marc>
Date:   Mon Mar 3 15:46:53 2003 +0000

    see .cpp

 src/qtbgraphicsheet.h |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

commit 3d72e808f7c961d959004ac02e9c862f39d8c6f8
Author: marc <marc>
Date:   Mon Mar 3 15:42:49 2003 +0000

    Initial revision

 src/qtbpagelimit.cpp |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbpagelimit.h   |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+), 0 deletions(-)

commit 3ac2b1f729a3c6a243ee86f19f58bad583989a47
Author: marc <marc>
Date:   Mon Mar 3 15:39:57 2003 +0000

    Multi layered plots are fully implemented
    Page segmentation for printing is also ready to use

 src/qtbgraphicsheet.cpp |  123 +++++++++++++++++++++++++++++++++--------------
 1 files changed, 87 insertions(+), 36 deletions(-)

commit 2e725c80e4f35b2ad70b31d605b93cb97900a68d
Author: marc <marc>
Date:   Mon Feb 17 14:12:29 2003 +0000

    Potsdam meeting february 2003

 src/qtbaxis.cpp                  |    4 +-
 src/qtbaxiswindow.cpp            |    4 +-
 src/qtbdialogaxisproperties.ui   | 1112 ++++++++++++++++++++++++++++++++++++++
 src/qtbdialogaxisproperties.ui.h |  141 +++++
 src/qtbdialogchangelegend.ui     |  303 +++++++++++
 src/qtbdynxycolorlines.cpp       |   10 +-
 src/qtbdynxycolorlines.h         |    1 +
 src/qtbgraphcontent.cpp          |   67 ++-
 src/qtbgraphcontent.h            |   11 +
 src/qtbgraphicsheet.cpp          |  370 +++++++++++++
 src/qtbgraphicsheet.h            |   81 +++
 src/qtbgridplot.cpp              |  268 +++++++++
 src/qtbgridplot.h                |    9 +
 src/qtbirregulargrid2dplot.cpp   |   54 ++
 src/qtbirregulargrid2dplot.h     |   41 ++
 src/qtblegenditem.cpp            |   25 +-
 src/qtbpalettetable.cpp          |    5 +-
 src/qtbpolargridplot.cpp         |  120 ++++
 src/qtbpolargridplot.h           |   42 ++
 src/qtbxycolorlines.cpp          |   45 ++
 src/qtbxycolorlines.h            |   10 +-
 src/qtbxyplot.h                  |   23 +-
 22 files changed, 2709 insertions(+), 37 deletions(-)

commit a428faba52f34b1c2735350fbead9cf0b126742d
Author: marc <marc>
Date:   Thu Jan 16 09:32:16 2003 +0000

    stupid error, last version did not compile

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

commit 046cf21b62ddaabaee2e2985741cee8b8294704d
Author: marc <marc>
Date:   Thu Jan 16 09:30:02 2003 +0000

    Stupid error (last version did not compile

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

commit 6d05d10c38c6c1e856d25f46405e7a090108f060
Author: marc <marc>
Date:   Thu Jan 16 09:29:15 2003 +0000

    see ".h"

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

commit 39e7abebe94dcc1541908110c85bb8008a3077dd
Author: marc <marc>
Date:   Thu Jan 16 09:29:03 2003 +0000

    MW_AxisWindow'constructors accept flags e.g. for top level widget

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

commit fce2f5a1c0f8a1c4863ceb20563b4b97820be756
Author: marc <marc>
Date:   Fri Dec 13 11:11:56 2002 +0000

    Bug corrected concerning the error bar of first point

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

commit ae40dbb679cd0124b3680855e43e67bf46f7b36e
Author: marc <marc>
Date:   Fri Dec 13 11:05:35 2002 +0000

    Tests sur l'inclusion ou non des objets dans la fentre visible avant dessin.

 src/qtbdynxycolorlines.cpp |   58 +++++++++++++++++++++++++++++++------------
 1 files changed, 42 insertions(+), 16 deletions(-)

commit b417cfb8c796aa48b3ed3b0848edc3a2d9c98cbc
Author: marc <marc>
Date:   Fri Nov 22 13:24:43 2002 +0000

    Bug fixed arround functions screenToReal and screenToReal2D

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

commit 85e423b90545dbc7bfe1e72827a17f1a9dff6f7a
Author: marc <marc>
Date:   Fri Nov 22 13:23:59 2002 +0000

    setNumType() is no longer inline, changing to time type requires an update of the label and tick if autolabeling is on

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

commit bf664afad6c798de8eb060d7910be89114c15cb9
Author: marc <marc>
Date:   Thu Nov 14 17:27:59 2002 +0000

    see ".cpp"

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

commit ca61cf002b0c43568427d00996c449e026411788
Author: marc <marc>
Date:   Thu Nov 14 17:27:41 2002 +0000

    setNumType must update the labels and ticks  e.g. passing from fixed to time

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

commit 3a2adc79ce26587c2c18cab713d8c503e831bb0b
Author: marc <marc>
Date:   Thu Nov 7 10:26:31 2002 +0000

    Font set by default to 10

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

commit c9543b12e349ec980b248e51683c73f631faec04
Author: marc <marc>
Date:   Wed Oct 30 11:15:55 2002 +0000

    Includes has been cleared up to be compiled with g++ 3.2 and 2.95-96
    see ".h"

 src/qtbaxiswindow.cpp |   30 +++++++++++++++++++++++++++++-
 1 files changed, 29 insertions(+), 1 deletions(-)

commit b23e90919eec8f158da62ffcf9a4a34f0000a83c
Author: marc <marc>
Date:   Wed Oct 30 11:13:56 2002 +0000

    see ".h"
    bitBlt in paint fills only the update rectangle

 src/qtbgraphcontent.cpp |  391 ++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 340 insertions(+), 51 deletions(-)

commit b5acf9eedb0d715d43937ca3e2b355c13dce1b9a
Author: marc <marc>
Date:   Wed Oct 30 11:09:23 2002 +0000

    see ".h"

 src/qtbaxis.cpp |  357 +++++++++++++++++++++++++------------------------------
 1 files changed, 160 insertions(+), 197 deletions(-)

commit 672c919aa451c4d421c75cc09c629befa2b31303
Author: marc <marc>
Date:   Wed Oct 30 10:56:48 2002 +0000

    Small changes to accomodate changes in MW_Dialog_GraphContentProperties

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

commit 1e5864d14effee74de5e4aee4f2780e9ef9dfac0
Author: marc <marc>
Date:   Wed Oct 30 10:48:44 2002 +0000

    Nearly all file has been changed and can be considered as new
    see ".h" for new features

 src/qtbdynxycolorlines.cpp |  147 +++++++++++++++++++++++++++++++++++---------
 1 files changed, 118 insertions(+), 29 deletions(-)

commit 06c181b5d21eef24639ee3278a12e18dd06fdd22
Author: marc <marc>
Date:   Wed Oct 30 10:47:13 2002 +0000

    Default values in implementation file are removed

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

commit 4e647e8b554105e721573a5d13208e81f0c939ee
Author: marc <marc>
Date:   Wed Oct 30 10:26:09 2002 +0000

    Initial revision

 src/qtbgridplot.cpp   |  231 ++++++++++++++++++
 src/qtblegend.cpp     |  293 +++++++++++++++++++++++
 src/qtblegendedit.cpp |  615 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/qtblegenditem.cpp |   88 +++++++
 src/qtbsymbol.cpp     |  125 ++++++++++
 5 files changed, 1352 insertions(+), 0 deletions(-)

commit b87fe1467d019e16fc87c614d03aa3d7b4a70d0b
Author: marc <marc>
Date:   Wed Oct 30 10:25:35 2002 +0000

    New functions setContent, new default constructor
    MW_AxisWindow can now be constructed before creating the content
    The content is set using setContent
    updateScrollBars is now public

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

commit 02c5153c2b866982e605176d5583f6da93e5f379
Author: marc <marc>
Date:   Wed Oct 30 10:23:36 2002 +0000

    realToScreen use a smarter round operation (+0.5)
    New option to block the zoom
    Autolabels need a new argument: the numType
    new functions valueToString and stringToValue (for time format)
    _numType can accept one more format: 't' for hh:mm:ss.zzz
    inline function are transfered to header file (problem compiling on other machines)

 src/qtbaxis.h |  215 ++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 197 insertions(+), 18 deletions(-)

commit a2463a22e46fe5dacc83e20d5c778a6c15f02c82
Author: marc <marc>
Date:   Wed Oct 30 10:12:55 2002 +0000

    New members:
    
    _printGridLines to set the display of grid lines
    no more tracking painter
    _tracking rect becomes a pointer to a QRect
    
    New functions:
    
    printGridLines to draw the grid lines
    interface functions to _printGridLines
    bool realToScreen(DD_Point2D& p1,DD_Point2D& p2,QPoint& ps1,QPoint& ps2)
    [ errors has been detected, to be corrected in futures versions ]
    restore to restore properties from registry

 src/qtbgraphcontent.h |   57 +++++++++++++++++++++++++++++++-----------------
 1 files changed, 37 insertions(+), 20 deletions(-)

commit 1369b1901e9af45a53fdd4af8cfeb592e07d731d
Author: marc <marc>
Date:   Wed Oct 30 10:06:44 2002 +0000

    Initial revision

 src/qtbgridplot.h |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

commit 219cfc19fea547a6e67f8812f2b280f2f253a7ad
Author: marc <marc>
Date:   Wed Oct 30 10:06:38 2002 +0000

    General use of QPen and MW_Symbol to line attributes
    Values are stored in a vector of DD_Point rather than a DD_Point2D(to include std dev)
    
    New functions:
    
    clear
    addLine with only pen and symbol attributes
    addLine with values, QPen and MW_Symbol
    setCurve to set the values of a particular line
    curve to return a particular line
    setLineAttributes to set the attributes of a particular line
    curvecount returns the number of curves
    
    New members: _pens and _symbols

 src/qtbdynxycolorlines.h |   23 ++++++++++++++++-------
 1 files changed, 16 insertions(+), 7 deletions(-)

commit 09d64a6f26ff2ff1d320155eeb6ae7d9041e8398
Author: marc <marc>
Date:   Wed Oct 30 09:50:07 2002 +0000

    see ".h"

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

commit b0123662016c73795ca284552354cbc449f472fe
Author: marc <marc>
Date:   Wed Oct 30 09:48:50 2002 +0000

    Initial revision

 src/qtblegend.h     |   62 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/qtblegendedit.h |   50 +++++++++++++++++++++++++++++++++++++++++
 src/qtblegenditem.h |   45 +++++++++++++++++++++++++++++++++++++
 src/qtbsymbol.h     |   49 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 206 insertions(+), 0 deletions(-)

commit 911aa8cc3adc54eb67b475cbc8ed4bc90721d719
Author: marc <marc>
Date:   Wed Oct 2 14:28:16 2002 +0000

    Initial revision

 src/qtbdynxycolorlines.cpp |  100 ++++++++++++++++++++++++++++++++++++++++++++
 src/qtbdynxycolorlines.h   |   52 +++++++++++++++++++++++
 2 files changed, 152 insertions(+), 0 deletions(-)

commit 33acec668cfdbdb94cb25e3d06d41684296b0a5b
Author: marc <marc>
Date:   Wed Oct 2 13:40:27 2002 +0000

    Cout for debug deleting are removed

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

commit b6116aefb3095d6250276a290cc567f29810b7c9
Author: marc <marc>
Date:   Tue Oct 1 09:44:25 2002 +0000

    function addLine is removed
    New functions points, setColors, setPointCount
    Data members _lines and _colors are deleted
    New data members: _curveCount, *_pointCounts, *_points and *_colors

 src/qtbxycolorlines.h |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

commit 6d9a3137fa3eb179910457106d2c2f2bf3242e85
Author: marc <marc>
Date:   Tue Oct 1 09:35:07 2002 +0000

    New format for data:
    one vector containing all points
    one vector containing the number of point per curve (might be different for each one)
    one vector for colors
    
    Vector may be owned by this object, but generally are shared with other object of the same type
    Thus no delete is performed in destructor
    
    Functions to print, update, boundary rect have been correctly modified

 src/qtbxycolorlines.cpp |   74 ++++++++++++++++++++++------------------------
 1 files changed, 35 insertions(+), 39 deletions(-)

commit 727cbd8f0f569366f50f2e529c8aca265e8b5a6b
Author: marc <marc>
Date:   Mon Sep 9 15:35:15 2002 +0000

    New interface function to get visible range

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

commit 74340b891b92125fe6149edade74e0dc34d8b36b
Author: marc <marc>
Date:   Mon Sep 9 13:48:41 2002 +0000

    New interface function for printerBitmap

 src/qtbgraphcontent.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 4ea1bb4d389863601a7769bee579a796d425ff1f
Author: marc <marc>
Date:   Mon Sep 9 10:02:08 2002 +0000

    In case of batch mode no ghost view must be executed

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

commit ebcd50a593de9d39e9374347de51df6a15bed0e8
Author: marc <marc>
Date:   Mon Sep 9 09:16:59 2002 +0000

    print dialog can be executed in batch mode

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

commit a5fc128a0a2750ee9459045a51545ff7125d9949
Author: marc <marc>
Date:   Mon Sep 9 09:15:37 2002 +0000

    Dialogs can be executed in batch mode

 src/qtbaxis.cpp         |    4 +++-
 src/qtbgraphcontent.cpp |    3 ++-
 src/qtbxyplot.cpp       |    3 ++-
 3 files changed, 7 insertions(+), 3 deletions(-)

commit 45119952e954767a9d5b1dbbb4ebdebe6379bc10
Author: marc <marc>
Date:   Mon Sep 2 09:36:31 2002 +0000

    use of setScale() in resize() after blocksignals() to update the scale in content

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

commit 3c2a64bf6f0c4463a24f4dca6c6b2a2aab17108f
Author: marc <marc>
Date:   Mon Sep 2 09:35:20 2002 +0000

    setScale() is now public, used in resize() in MW_AxisWindow

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

commit a7dbf6e37eea03f35e707500ce9f822b4aff458b
Author: marc <marc>
Date:   Mon Sep 2 08:48:01 2002 +0000

    Blocksignals added in resize() to prevent recursivity

 src/qtbaxiswindow.cpp |  209 +++++++++++++++++++++++++++----------------------
 1 files changed, 116 insertions(+), 93 deletions(-)

commit 5d6b6bf6968ae9f52764c8f240f754b85ff02db1
Author: marc <marc>
Date:   Mon Sep 2 07:14:48 2002 +0000

    New function update()
    fromStream and toStream are replaced by operator>> and <<
    (indentation is non longer used), fromStream and toStream for MW_Axis and MW_GraphContent are still in use

 src/qtbaxiswindow.h |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

commit a44a5bee015a3a56c32c9677e894c90e480abc4f
Author: marc <marc>
Date:   Mon Sep 2 07:12:54 2002 +0000

    see ".h"

 src/qtbaxiswindow.cpp |   36 ++++++++++++++++++++++++------------
 1 files changed, 24 insertions(+), 12 deletions(-)

commit e4b4cc93046f893edee0f44bbcbff6065a275f54
Author: marc <marc>
Date:   Fri Aug 30 12:04:38 2002 +0000

    Warning corrected

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

commit bd343fc9f9a9f0d9ccb3e1068deab5dce6e38cbf
Author: marc <marc>
Date:   Fri Aug 30 10:20:19 2002 +0000

    The const was not justified

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

commit 54923d06f2c3ac45cb98e3776b76c939c2f7ebb4
Author: marc <marc>
Date:   Fri Aug 30 08:17:33 2002 +0000

    initActions and Context menu are transformed into virtual functions

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

commit 7b735c893284d41924d34a42acf3d566c6248f79
Author: marc <marc>
Date:   Tue Aug 6 17:00:40 2002 +0000

    Forgot two emit(lengthChanged) and functions setPrinterOrigin and setPrinterSize

 src/qtbaxis.cpp |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)

commit 15482f5fd93ef82ef2bfe7d56219936177d4d5ad
Author: marc <marc>
Date:   Tue Aug 6 16:59:10 2002 +0000

    setPrinterOrigin and setPrinterSize no longer as inline function to include an emit(...changed) statement

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

commit f8b38eea3a8d5f2e3606bb71d9193d22b6f8f0ba
Author: marc <marc>
Date:   Tue Aug 6 16:58:12 2002 +0000

    Change order of drawing to get a better look

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

commit 4254d0eec5e6ebfbb33e1fcc508818a8fb988502
Author: marc <marc>
Date:   Tue Aug 6 15:35:02 2002 +0000

    see ".h"

 src/qtbaxis.cpp |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

commit b0f6204520a199b11bcf378fe6f8a4a796c74812
Author: marc <marc>
Date:   Tue Aug 6 15:34:13 2002 +0000

    Define a ratio of tick lenght on axis length rather than absolute tick length
    New signals: lengthChanged and positionChanged
    (those fields are not only for printer but for screen as well)

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

commit 675f0bb5d1750e7a17015780030aa73a7a63fed2
Author: marc <marc>
Date:   Tue Aug 6 15:31:01 2002 +0000

    Introduction of data member _screenResolution, this way bug noticed arround dot diameter is fixed
    (it varies if dot diameter is set to a value less than 2 and then increased)

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

commit fe152811a182ee457fea2eac3004ee7421d841e5
Author: marc <marc>
Date:   Tue Aug 6 15:28:09 2002 +0000

    New data member to store the current screen resolution

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

commit 7b71fb663650d69f4143bfe45f958545106a07b6
Author: marc <marc>
Date:   Mon Jul 29 15:14:05 2002 +0000

    see ".h"

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

commit fd517d0cc35349e44109a7740b83a810f0686665
Author: marc <marc>
Date:   Mon Jul 29 15:13:19 2002 +0000

    Autodelete
    New function setLineColor to change the color of a line at a time

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

commit 850a5a47ef3e344912f9b46a2587a765d1440b32
Author: marc <marc>
Date:   Mon Jul 29 14:59:56 2002 +0000

    Initial value if min and max corrected (1e99 rather 0-100)
    Font property use QWidget memeber
    setProperties unique with boldify mechanism
    setFont inserted in all suitable positions

 src/qtbaxis.cpp |  274 ++++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 209 insertions(+), 65 deletions(-)

commit d75d896d9eb284691731063e99aaffbaf94d9de3
Author: marc <marc>
Date:   Mon Jul 29 14:49:30 2002 +0000

    define of MW_PRINTER_TICK_LENGTH change from dots to cm
    Q_PROPERTY for almost all properties of axis
    Save and restore layout
    No more warning
    _printerLineWeight is expressed in mm
    printHeight has a new argument: dotpercm
    printWidth has a new argument: dotpercm

 src/qtbaxis.h |   76 ++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 48 insertions(+), 28 deletions(-)

commit d91dacd8f766d6dce332d4f3316eb92429b8e79c
Author: marc <marc>
Date:   Mon Jul 29 14:45:52 2002 +0000

    gv process after printing has been corrected (bug fixed)
    other changes, see ".h"

 src/qtbaxiswindow.cpp |  215 +++++++++++++++++++++++++++++++++----------------
 1 files changed, 147 insertions(+), 68 deletions(-)

commit 5bad3e301c8da4b14dbb8955af3e8a707c70b550
Author: marc <marc>
Date:   Mon Jul 29 14:44:02 2002 +0000

    Save and restore layout
    New function to calculate the Total size of graph once printed
    New function _calcSize that inherits the first part of the old print()

 src/qtbaxiswindow.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit c9ff613220f070d5d77dbe2730fcabe23f618b92
Author: marc <marc>
Date:   Mon Jul 29 14:42:19 2002 +0000

    properties() under is old form does not exist any longer:
    Values are read from dialog's widgets in function setProperties(d)
    The boldify of labels is implemented
    Test to see whether _printerLineWeight has changed in dialog is removed
    New basic functions toStreamSpecific and fromStreamSpecific

 src/qtbgraphcontent.cpp |  112 ++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 96 insertions(+), 16 deletions(-)

commit dd1ffb8a0987e39492f428dff49f966d7c3cc14a
Author: marc <marc>
Date:   Mon Jul 29 14:36:32 2002 +0000

    New macros: MIN_RESOLUTION and MAX_RESOLUTION
    printerLineWeight and printerResolution defined as Q_PROPERTY
    Save and restore layout
    FromStream and to Stream specific (new virtual functions)
    setPrinterLineWeight, printerResolution and setPrinterResolution to work with Q_PROPERTY
    setProperties from dialog
    New property: _printerResolution

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

commit 6b51a86ea0f2e75ca87b7599085ffba5c045d5be
Author: marc <marc>
Date:   Mon Jul 29 14:32:22 2002 +0000

    New destructor to insert the autoDelete

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

commit 6b82fad0e5199d00bfe5fba8362ef9e692bc9e98
Author: marc <marc>
Date:   Mon Jul 29 14:31:15 2002 +0000

    Autodelete
    New functions setPointColor to change the color data while running

 src/qtbxycolorplot.h |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

commit 269e3299ebea92a7094c67fc36176be741124fe3
Author: marc <marc>
Date:   Mon Jul 29 14:29:21 2002 +0000

    Disconnect classical dialog properties from GraphContent and connect the specific one
    Destructor active if _autoDelete is on
    New Functions properties and setProperties to manage the dialog properties
    SetDotDiameter controls the _screenSize that should not be less than 2
    New function save and restore layout to interpret new field: dotDiameter

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

commit 87ce588a5f2007e7ceb615bcabc08a36637795a9
Author: marc <marc>
Date:   Mon Jul 29 14:25:46 2002 +0000

    Autodelete of x and y data
    Functions to access the dotDiameter
    Properties set by fields of a dialog
    ToStream and FromStream specific to XYPlot

 src/qtbxyplot.h |   29 ++++++++++++++++++++++++-----
 1 files changed, 24 insertions(+), 5 deletions(-)

commit e2233e40d4a48be68c3ab2a620ee2d6cef2244ab
Author: marc <marc>
Date:   Tue Jul 9 16:21:12 2002 +0000

    Forgot to delete debug message

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

commit 71643c254355b354011dbfbf59f540140759a9f1
Author: marc <marc>
Date:   Tue Jul 9 14:24:59 2002 +0000

    No more destructor

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

commit 987329c7dd7344654e94a41a9923d5c5f52e47b0
Author: marc <marc>
Date:   Tue Jul 9 14:24:38 2002 +0000

    No more destructor, using desctructor from inherited objects

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

commit 8c73bac1fff7c9d0e04e17d042ae6a4f694d76b3
Author: marc <marc>
Date:   Tue Jul 9 14:23:49 2002 +0000

    No more destructor defined because it did nothing

 src/qtbxycolorplot.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit b1eb28622da905180d054e5aad1188444f1c04ad
Author: marc <marc>
Date:   Tue Jul 9 14:20:39 2002 +0000

    No more desctructor

 src/qtbxyplot.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 47ac33042d50d5bb47b5fb54abacedc472d2cc38
Author: marc <marc>
Date:   Tue Jul 9 14:20:13 2002 +0000

    No destructor because it does nothing

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

commit da7ac7f85b72775cf6b5c002b6113d2a39f0d592
Author: marc <marc>
Date:   Tue Jul 9 14:19:10 2002 +0000

    Destructor no longer exist, _pointColor is not owned by this object and must not be deleted here

 src/qtbxycolorplot.cpp |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

commit 4c8af85be8bc7d1111dc6780829a2b3f8a4852d3
Author: marc <marc>
Date:   Tue Jul 9 12:07:46 2002 +0000

    No more warning

 src/qtbgraphcontent.cpp |    8 ++++----
 src/qtbxycolorlines.cpp |    4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 9101a5019a898680da49aac06e5fab8be6801eb4
Author: marc <marc>
Date:   Thu Jul 4 14:34:09 2002 +0000

    See changes in .h file

 src/qtbxyplot.cpp |   28 +++++++++++++++++-----------
 1 files changed, 17 insertions(+), 11 deletions(-)

commit 475b21ee7cd197777ea901019fe4dd286df520c7
Author: marc <marc>
Date:   Thu Jul 4 14:33:46 2002 +0000

    Changes made to MW_XYPlot have some influence here in function that plot the graph
    No more warning

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

commit 47d901ea3dc46ce7f6cc2e32991b7ef0ebfc8a67
Author: marc <marc>
Date:   Thu Jul 4 14:32:43 2002 +0000

    _size of points in cm, modication of resolution possible
    No more warning when compiling

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

commit 1a9f5c6bc40e12a10edbc18d404ff622969d7e00
Author: marc <marc>
Date:   Thu Jul 4 14:07:54 2002 +0000

    no more warning for unsued variable

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

commit d4982379b9bbfe89b04b22183c64085f259c3aa9
Author: marc <marc>
Date:   Thu Jul 4 13:19:51 2002 +0000

    2 New function to modify the _xData and _yData

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

commit 3b0c0a86d6922e1102b5e5e09f3acb5c306bf394
Author: marc <marc>
Date:   Thu Jul 4 13:18:10 2002 +0000

    two new interface functions to modify the pointers to X and Y data

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

commit 656c24630af517216b9aa0a4b171febf83e54d23
Author: marc <marc>
Date:   Thu Jul 4 12:58:52 2002 +0000

    Forgot the initSize call in function setMinMax, now bug corrected

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

commit 1187c613930bfa4ed5dbcd3dfa3ed291a32475f6
Author: marc <marc>
Date:   Tue Jul 2 13:33:05 2002 +0000

    Now fully operational, the number can be edited in whatever direction, the value is updated only if the text falls in the predicated range
    It can replace any QSpinBox for future dialog boxes

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

commit 6125f2325fd0ca5b14de39ca3dbb79b4b1fc6f4d
Author: marc <marc>
Date:   Tue Jul 2 13:31:06 2002 +0000

    Initial revision

 src/qtbspinbox.h |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

commit 845af6ca41d191a4f84117d740de54c00e688fc3
Author: marc <marc>
Date:   Tue Jul 2 11:04:24 2002 +0000

    Initial revision

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

commit be980e3d33491169fc0da482042a82324668bace
Author: marc <marc>
Date:   Wed Jun 26 13:59:17 2002 +0000

    resolution as an input variable
    bitmap for printing and displaying complicated graphs

 src/qtbaxiswindow.cpp |  136 +++++++++++++++++++++++++++++-------------------
 1 files changed, 82 insertions(+), 54 deletions(-)

commit df1904fe4962219ce8238a8e363046b7f38ca030
Author: marc <marc>
Date:   Wed Jun 26 13:58:05 2002 +0000

    Line weight

 src/qtbaxis.cpp |  195 +++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 124 insertions(+), 71 deletions(-)

commit ef8ba6dfaf713df0c1ae79a904f90f39aba5f8f9
Author: marc <marc>
Date:   Wed Jun 26 13:57:41 2002 +0000

    Bitmap option for screen and printer
    Line weight for printer

 src/qtbgraphcontent.cpp |  112 +++++++++++++++++++++++++++++++++++-----------
 1 files changed, 85 insertions(+), 27 deletions(-)

commit 93cf7a269e10119a7a826518ede8d2f24955f42d
Author: marc <marc>
Date:   Wed Jun 26 13:57:11 2002 +0000

    Possible to change vectors of points once the object is created
    Adding of point without redrawing of all ensemble

 src/qtbxyplot.cpp |   89 ++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 68 insertions(+), 21 deletions(-)

commit 0e42a4c0f6c196567191d3d783d75098c246bd27
Author: marc <marc>
Date:   Wed Jun 26 13:56:33 2002 +0000

    Printing in bitmap
    Resolution as a variable
    Points can be added without redrawing all graph
    Possible to change color vector once object created

 src/qtbxycolorplot.cpp |  125 +++++++++++++++++++++++++++++++----------------
 1 files changed, 82 insertions(+), 43 deletions(-)

commit 4244d43856c2c6f28619da292f72bf825f7cc7c6
Author: marc <marc>
Date:   Wed Jun 26 13:53:18 2002 +0000

    Initial revision

 src/qtbpalettetable.cpp |  188 +++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbxycolorlines.cpp |   93 +++++++++++++++++++++++
 2 files changed, 281 insertions(+), 0 deletions(-)

commit 9e78f88a1209d7aab7224e706e6d4f7eb6d8f2ca
Author: marc <marc>
Date:   Wed Jun 26 13:34:08 2002 +0000

    doc ++ TODO
    resolution as an input variable

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

commit 3f64640235973bd57c85a187acc0131e4f94c06a
Author: marc <marc>
Date:   Wed Jun 26 13:33:05 2002 +0000

    Line weight
    doc ++ TODO

 src/qtbaxis.h |   40 ++++++++++++++++++++++++++--------------
 1 files changed, 26 insertions(+), 14 deletions(-)

commit 73612a40c1e2e6f00be1f90c8907eb6ce93e0621
Author: marc <marc>
Date:   Wed Jun 26 13:31:51 2002 +0000

    Bitmap option for screen and printer
    Line weight for printer

 src/qtbgraphcontent.h |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

commit 5ec77a368604d5e9c477e18f357a3ff202ba9a2b
Author: marc <marc>
Date:   Wed Jun 26 13:30:31 2002 +0000

    comment for doc++ ok
    
    Possible to change vectors of points once the object is created
    Adding of point without redrawing of all ensemble

 src/qtbxyplot.h |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

commit 86bf012d7ee3bc72d748f06acc4319e736b27a01
Author: marc <marc>
Date:   Wed Jun 26 13:26:47 2002 +0000

    Printing in bitmap
    Resolution as a variable
    Points can be added without redrawing all graph
    Possible to change color vector once object created

 src/qtbxycolorplot.h |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)

commit 4a3f6d56b5cedd9c386b18503fc2b539f88d0e8a
Author: marc <marc>
Date:   Wed Jun 26 13:23:12 2002 +0000

    Initial revision

 src/qtbpalettetable.h |   44 ++++++++++++++++++++++++++++++++++++++++++++
 src/qtbxycolorlines.h |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 93 insertions(+), 0 deletions(-)

commit 0572aace0df3815e978de6b6a0b4bbe05d26ca06
Author: marc <marc>
Date:   Thu May 23 09:41:35 2002 +0000

    Initial revision

 src/qtbaxis.cpp         |  580 +++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbaxis.h           |  197 ++++++++++++++++
 src/qtbaxiswindow.cpp   |  412 +++++++++++++++++++++++++++++++++
 src/qtbaxiswindow.h     |   92 ++++++++
 src/qtbgraphcontent.cpp |  251 ++++++++++++++++++++
 src/qtbgraphcontent.h   |  131 +++++++++++
 src/qtbxycolorplot.cpp  |   77 +++++++
 src/qtbxycolorplot.h    |   45 ++++
 src/qtbxyplot.cpp       |   73 ++++++
 src/qtbxyplot.h         |   49 ++++
 10 files changed, 1907 insertions(+), 0 deletions(-)
