commit 5aade397c731be0af233e8a3fd8b5259f4dbcba4
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Mar 13 20:47:58 2011 +0100

    Version 1.12.0

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

commit da3a5a24d22ed0cc1b8f30341f5cd54fcade3883
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Mar 13 09:52:39 2011 +0100

    Fix syntax error for Mac

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

commit 6cdfcb035707e58934d6273020bf949f5a161b91
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Mar 11 22:00:17 2011 +0100

    Options for geographical coordinate conversion
    
    Parser dialog support local projection and utm
    Maximum column count property added to parser
    Support for Google Earth KML files
    Central export coordinate facility
    
    Dialog support multiple sub widgets
    Native file dialog boxes under Mac

 src/ColumnTextColumnsProperties.cpp |   14 +-
 src/ColumnTextColumnsProperties.h   |    3 +-
 src/ColumnTextColumnsProperties.ui  |  133 ++++++++++------
 src/ColumnTextLinesProperties.ui    |   17 ++-
 src/ColumnTextWidget.cpp            |  129 ++++++++++-----
 src/ColumnTextWidget.h              |   16 +-
 src/ColumnTextWidget.ui             |   10 +-
 src/CoordinateConvert.cpp           |   62 +++++++
 src/CoordinateConvert.h             |   47 ++++++
 src/CoordinateConvert.ui            |   70 ++++++++
 src/CoordinateFile.cpp              |  313 +++++++++++++++++++++++++++++++++++
 src/CoordinateFile.h                |   58 +++++++
 src/CoordinateReader.cpp            |  221 ------------------------
 src/CoordinateReader.h              |   55 ------
 src/Dialog.cpp                      |   53 +++++--
 src/Dialog.h                        |   21 ++-
 src/GeographicalReference.cpp       |  104 ++++++++++++
 src/GeographicalReference.h         |   55 ++++++
 src/GeographicalReference.ui        |   86 ++++++++++
 src/GuiMessage.cpp                  |  174 ++++++++++++--------
 src/RegExpRowSelector.cpp           |    8 +-
 src/Settings.cpp                    |   64 +++++---
 src/Settings.h                      |   29 ++--
 23 files changed, 1231 insertions(+), 511 deletions(-)

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

    Version 1.11.0

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

commit e0569b45cc0203d43e48f21b67879ab15158e845
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Jan 30 22:14:56 2011 +0100

    Add tool tips for double spin box
    
    New class to select in views from a regular expression

 src/DoubleSpinBox.cpp     |   19 ++++++
 src/DoubleSpinBox.h       |    4 +-
 src/RegExpRowSelector.cpp |  141 +++++++++++++++++++++++++++++++++++++++++++++
 src/RegExpRowSelector.h   |   57 ++++++++++++++++++
 4 files changed, 220 insertions(+), 1 deletions(-)

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

    Pre-testing of http access
    
    Previous release generated various request through all available proxy
    configurations, which may result into several successful requests. This
    is now fixed with one single request to a pre-checked proxy setting.
    
    Collect comments while parsing

 src/ColumnTextItem.cpp           |   18 +++++-
 src/ColumnTextLinesProperties.ui |  119 +++++++++++++++++++++-----------------
 src/ColumnTextWidget.cpp         |    2 +
 src/HttpAccess.cpp               |   83 +++++++++++++++-----------
 src/HttpAccess.h                 |   13 ++--
 src/HttpProxyList.cpp            |    1 -
 src/HttpProxyList.h              |    8 ++-
 src/UpdateIcon.cpp               |   27 +--------
 src/UpdateIcon.h                 |    2 +-
 9 files changed, 144 insertions(+), 129 deletions(-)

commit d8ef52796e207fa3927a63975a8c3c9a8926b609
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jan 11 18:39:03 2011 +0100

    Add platform to new release request

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

commit 4cd078f3ee0e72d5d6c38bf580aa9b1c0f6b1324
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 7 22:51:07 2011 +0100

    Fix syntax error under Mac

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

commit a4e4190b25c0160fdeaf21a84ce6580f5f012b33
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 7 19:03:47 2011 +0100

    Fix release url

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

commit c501bed2588ddd4afd00a58f4102f6da1aed7c85
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 7 15:51:49 2011 +0100

    Syntax error for mac

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

commit 4c5280f885a6083ad511232724b707d974c17f37
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 7 14:58:43 2011 +0100

    Syntax error for win32

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

commit 0535a64273bad01df2ec70cdf5e55ec46f206146
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 7 10:14:54 2011 +0100

    Fix proxy extraction from ie
    
    Fix win32 compilation for UpdateIcon

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

commit aa5c592d8e2cff9755c94d0b4d180d0242e9ab7c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 5 18:24:41 2011 +0100

    Remove obsolete class

 src/HttpAccessOld.cpp |  333 -------------------------------------------------
 src/HttpAccessOld.h   |   99 ---------------
 2 files changed, 0 insertions(+), 432 deletions(-)

commit a65b72899eea8954797a2fe6eefb7bc701344e9c
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 5 18:15:12 2011 +0100

    Tested implementation of proxy discovery
    
    New framework for BugReport and UpdateIcon

 src/Application.cpp     |    1 -
 src/BugReport.cpp       |  373 +++++++++++++++++++----------------------------
 src/BugReport.h         |   10 +-
 src/BugReport.ui        |  159 +++++++++-----------
 src/HttpAccess.cpp      |   87 ++++-------
 src/HttpAccess.h        |   13 +-
 src/HttpProxy.cpp       |   34 +++--
 src/HttpProxy.h         |    6 +-
 src/HttpProxyList.cpp   |   53 ++++---
 src/HttpProxyList.h     |    6 +-
 src/HttpProxyScript.cpp |    3 +-
 src/HttpProxyScript.h   |    2 +-
 src/UpdateIcon.cpp      |  281 ++++++++++++------------------------
 src/UpdateIcon.h        |   26 +---
 14 files changed, 416 insertions(+), 638 deletions(-)

commit 9b01c3339585bfdd7cc4d4a7cae8df1924b1a2bf
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 5 01:51:03 2011 +0100

    Full implementation of PAC and DNS proxy detection

 admin/makepro            |    1 +
 src/BugReport.cpp        |   43 ++--
 src/BugReport.h          |    3 -
 src/HttpAccess.cpp       |  400 ++++++++---------------------
 src/HttpAccess.h         |   85 +++----
 src/HttpAccessOld.cpp    |  333 ++++++++++++++++++++++++
 src/HttpAccessOld.h      |   99 ++++++++
 src/HttpProxy.cpp        |  194 ++++++++++++++
 src/HttpProxy.h          |   62 +++++
 src/HttpProxyList.cpp    |  552 ++++++++++++++++++++++++++++++++++++++++
 src/HttpProxyList.h      |   86 +++++++
 src/HttpProxyScript.cpp  |  630 ++++++++++++++++++++++++++++++++++++++++++++++
 src/HttpProxyScript.h    |   69 +++++
 src/NetworkProxyGuru.cpp |  189 --------------
 src/NetworkProxyGuru.h   |   64 -----
 src/ProxySettings.cpp    |  526 --------------------------------------
 src/ProxySettings.h      |   76 ------
 src/UpdateIcon.cpp       |   24 +-
 src/UpdateIcon.h         |    2 +-
 19 files changed, 2200 insertions(+), 1238 deletions(-)

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

    Set release version

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

commit 32e90a9b651a341cedea8eb530781b7c699b558e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jan 3 16:53:58 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 73e8daf7b26a818b594cf1c7e80af74e9da9c52d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jan 3 16:24:45 2011 +0100

    Renewal of HttpAccess
    
    New implemtation based on QNetworkManager

 src/HttpAccess.cpp       |  391 +----------------------------------
 src/HttpAccess.h         |   13 --
 src/NetworkProxyGuru.cpp |  189 +++++++++++++++++
 src/NetworkProxyGuru.h   |   64 ++++++
 src/ProxySettings.cpp    |  526 ++++++++++++++++++++++++++++++++++++++++++++++
 src/ProxySettings.h      |   76 +++++++
 6 files changed, 856 insertions(+), 403 deletions(-)

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

    Version 1.10.0-snapshot-20101119

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

commit 6dd8d1f44accab10bd1ccbce5b5c6046fd6db7da
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Nov 19 18:32:20 2010 +0100

    Fix last blocking errors for multi document
    
    A first implementation is now ready for testing with fastmap

 src/MultiDocumentEnvironment.cpp |    8 +++++---
 src/MultiDocumentEnvironment.h   |    4 ++--
 src/MultiDocumentSubWindow.cpp   |    2 +-
 src/MultiDocumentWindow.cpp      |    6 +++++-
 4 files changed, 13 insertions(+), 7 deletions(-)

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

    Version 1.10.0-snapshot-20101117

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

commit 046a4570bc5f49bd3caa9716d6d3d72cd280a87b
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Nov 16 16:58:07 2010 +0100

    Remove unused option -script
    
    LoopProgressWidget base its maximum number of progress on user maximum
    number of threads

 src/Application.cpp        |    5 -----
 src/Application.h          |    2 --
 src/LoopProgressWidget.cpp |    5 +++--
 3 files changed, 3 insertions(+), 9 deletions(-)

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

    Version 1.10.0-snapshot-20101115

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

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

    Version 1.10.0-snapshot-20101007

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

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

    Version 1.10.0-snapshot-20100914

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

commit 08715e272a4d147ea1b8c985680a5e483886da58
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Sep 13 06:19:30 2010 +0200

    Add classId() for AbstractStream

 src/LogView.h     |    3 +--
 src/LogWidget.cpp |   21 +++++++++++++--------
 2 files changed, 14 insertions(+), 10 deletions(-)

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

    Fix LogView to inherit new AbstractStream

 src/LogView.cpp   |  168 +++++++++++++++++++++--------------------------------
 src/LogView.h     |   20 +++----
 src/LogWidget.cpp |  117 ++++++++++++++++++-------------------
 3 files changed, 132 insertions(+), 173 deletions(-)

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

    Version 1.10.0-snapshot-20100806

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

commit f9323c494782f8411c00b617e2e385e40b1a3037
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jul 22 14:32:19 2010 +0200

    Missing include for TRACE

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

commit b6248ac984418192ec0bf9c18e1fd9cee132b178
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jul 22 13:45:30 2010 +0200

    Multidocument under development

 src/MultiDocumentEnvironment.cpp |   34 +++++++++++++++++++++++++++++++-
 src/MultiDocumentEnvironment.h   |   39 ++++++++++++++++++++-----------------
 src/MultiDocumentSubWindow.h     |    1 +
 src/MultiDocumentWindow.h        |    6 +++++
 4 files changed, 60 insertions(+), 20 deletions(-)

commit 60d485960460f4ee88711009ee4153a0fd892913
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 30 15:50:50 2010 +0200

    Add tabs and new window for MultiDocument
    
    Set Ok as default button for MessageBox

 src/ColorPaletteData.cpp         |    2 +-
 src/MessageBox.cpp               |    2 +-
 src/MultiDocumentEnvironment.cpp |  347 +++++++++++++++++++++
 src/MultiDocumentEnvironment.h   |  109 +++++++
 src/MultiDocumentSubWindow.cpp   |  117 +++++++
 src/MultiDocumentSubWindow.h     |   68 +++++
 src/MultiDocumentTab.cpp         |   93 ++++++
 src/MultiDocumentTab.h           |   65 ++++
 src/MultiDocumentTabBar.cpp      |  112 +++++++
 src/MultiDocumentTabBar.h        |   61 ++++
 src/MultiDocumentTabWidget.cpp   |  106 +++++++
 src/MultiDocumentTabWidget.h     |   57 ++++
 src/MultiDocumentWindow.cpp      |  615 +++++++++++++++-----------------------
 src/MultiDocumentWindow.h        |  139 ++++-----
 src/Settings.cpp                 |    2 +-
 15 files changed, 1439 insertions(+), 456 deletions(-)

commit 964c99a2945725c2d6037fb1d09ecc60d52d2802
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jun 21 09:32:28 2010 +0200

    Unify firstField() & nextField() in StringSection

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

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

    Version 1.10.0-snapshot-20100616

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

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

    Add all possible saving methods

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

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

    Version 1.10.0-snapshot-20100525

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

commit 47bb66e229d7786e8e574a9cf809be4ef0d6a536
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri May 7 17:58:30 2010 +0200

    Version 1.10.0-snapshot-20100507

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

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

    Version 1.10.0-snapshot-20100506

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

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

    Version 1.10.0-snapshot-20100504

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

commit 7f60ea8d201ea073a89d7aa57c0b88dc1d956616
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Apr 26 17:46:25 2010 +0200

    Fix connection in properties for ColorButton

 src/Application.cpp      |    6 +++---
 src/ColumnTextWidget.cpp |    3 +--
 src/PropertyWidget.cpp   |    2 +-
 3 files changed, 5 insertions(+), 6 deletions(-)

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

    Version 1.10.0-snapshot-20100416

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

commit d2c4162debc5a19e3db3f50bbdf1c92e993028a8
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Mar 28 23:42:36 2010 +0200

    Add setParserFile()
    
    Fix error for Dialog (embedded widget)

 src/ColumnTextWidget.cpp |    4 +-
 src/ColumnTextWidget.h   |   12 +++---
 src/ColumnTextWidget.ui  |   85 +++++++++++++++++++++++----------------------
 src/CoordinateReader.cpp |    9 +++--
 src/CoordinateReader.h   |    2 +-
 src/Dialog.cpp           |    2 +-
 6 files changed, 59 insertions(+), 55 deletions(-)

commit 513abc1ac47f97d86482b3b91b70b6ca5cabcad9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Mar 24 22:06:44 2010 +0100

    Version 1.10.0-snapshot-20100324

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

commit 118dbf2ecc2f1df1257108ef0aa4a05b357c1125
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Mar 23 17:44:21 2010 +0100

    Get rid of \mainpage

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

commit 35b50c9b64dbfd4f466174aac1efc664e651b403
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 22 23:49:20 2010 +0100

    All manual bug report through html form

 src/BugReport.cpp |   29 ++++++++++++++++++-----------
 1 files changed, 18 insertions(+), 11 deletions(-)

commit 87b8dd0ac8b559fdd60a1a304e004d95e5d540c1
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 22 01:07:45 2010 +0100

    Use QDialogButtonBox for MessageBox

 src/Dialog.cpp     |   48 ++++-------------
 src/GuiMessage.cpp |   26 +++++----
 src/MessageBox.cpp |   67 ++++++++++++++++++------
 src/MessageBox.h   |   37 +------------
 src/MessageBox.ui  |  149 ++++++++--------------------------------------------
 5 files changed, 101 insertions(+), 226 deletions(-)

commit c942dea6633bf2e985a749ad00829ca92a853fd9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Mar 16 19:37:30 2010 +0100

    Fix for getSaveFileName()
    
    Restore last directory (was not working)
    Add interface for setting values of a SamplingWidget
    Replace "RX" by "Find" and "After" by "Replace" in ColumnText table

 src/ColumnTextItem.cpp |    4 ++--
 src/GuiMessage.cpp     |    8 +++++---
 src/SamplingWidget.h   |   10 +++++++---
 3 files changed, 14 insertions(+), 8 deletions(-)

commit e2c9b418fc152e8b25152508293b8d0fa8923dfa
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Mar 4 17:24:45 2010 +0100

    Easiest offline reporting

 src/BugReport.cpp |   64 +++++++++++++++++++++++++++++-----------------------
 src/BugReport.h   |    1 +
 2 files changed, 37 insertions(+), 28 deletions(-)

commit 7ecf866047e544ce8f44814221db84bdee9cb907
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Mar 2 07:52:30 2010 +0100

    New object NumericalLineEdit
    
    Add comments to Property...::setValues()

 src/NumericalLineEdit.cpp |   80 +++++++++++++++++++++++++++++++++++++++++++++
 src/NumericalLineEdit.h   |   53 +++++++++++++++++++++++++++++
 src/PropertyProxy.cpp     |    3 ++
 src/PropertyTab.cpp       |    3 ++
 4 files changed, 139 insertions(+), 0 deletions(-)

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

    Version 1.10.0-snapshot-20100226

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

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

    Version 1.10.0-snapshot-20100222

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

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

    Version 1.10.0-snapshot-20100221

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

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

    Version 1.10.0-snapshot-20100220

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

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

    Version 1.10.0-snapshot-20100219

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

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

    Version 1.10.0-snapshot-20100218

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

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

    Version 1.10.0-snapshot-20100217

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

commit 1b8aef9904c58f2116da13df2e63d7af296087cb
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 12 19:40:24 2010 +0100

    Version 1.10.0-snapshot-20100212

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

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

    Version 1.10.0-snapshot-20100209

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

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

    Version 1.10.0-snapshot-20100206

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

commit d545df468383d1ff5dedebe0e7643958ae969ce6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Feb 6 23:47:16 2010 +0100

    Option to disconnect ColorButton
    
    Required for ColorButton in QTableView delegate.
    Fix Q_DECLARE_METATYPE with namespace (problem in moc)

 src/ColorButton.cpp |   46 +++++++++++++++++++++++++++++++++++++++-------
 src/ColorButton.h   |    7 +++++--
 src/ColorPalette.h  |    3 ++-
 3 files changed, 46 insertions(+), 10 deletions(-)

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

    Version 1.10.0-snapshot-20100130

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

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

    Version 1.10.0-snapshot-20100128

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

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

    Version 1.10.0-snapshot-20100127

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

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

    Version 1.10.0-snapshot-20100126

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

commit f66a895755e449e7406d21f258d709221a2386ed
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Jan 26 23:30:29 2010 +0100

    Fix error set/get DoubleSpinBox
    
    Add option for one single button in Dialog
    Set a proper default size for property editor

 src/Dialog.cpp         |   50 ++++++++++++++++++++++++++++++-----------------
 src/Dialog.h           |    3 +-
 src/PropertyEditor.cpp |    3 +-
 src/Settings.cpp       |   40 ++++++++++++++++----------------------
 4 files changed, 53 insertions(+), 43 deletions(-)

commit 5786eea6fe53e37ec1e5e4d4e6dd595e2d16314e
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 13 11:26:31 2010 +0100

    Version 1.10.0-snapshot-20100113

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

commit 01b72fda34f70df61ada1c1c2b48057535041479
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 8 02:12:59 2010 +0100

    Strict namespace for libraries

 src/Application.h                  |    2 +-
 src/Attachments.h                  |    2 +-
 src/Cast.h                         |    2 +-
 src/ColorButton.h                  |    2 +-
 src/ColorHistogram.h               |    2 +-
 src/ColorPalette.h                 |    2 +-
 src/ColorPaletteData.h             |    2 +-
 src/ColumnTextColumnsProperties.h  |    2 +-
 src/ColumnTextItem.h               |    2 +-
 src/ColumnTextLinesProperties.h    |    2 +-
 src/ColumnTextSectionsProperties.h |    2 +-
 src/ColumnTextWidget.h             |    2 +-
 src/ConnectionParam.h              |    2 +-
 src/CoordinateReader.h             |    2 +-
 src/Dialog.h                       |    2 +-
 src/DockWidget.h                   |    2 +-
 src/DoubleSpinBox.h                |    2 +-
 src/ExpandTabTitle.h               |    2 +-
 src/ExpandTabWidget.h              |    2 +-
 src/ExpressionEditor.h             |    2 +-
 src/GuiGlobal.h                    |    2 +-
 src/GuiMessage.h                   |    2 +-
 src/HttpAccess.h                   |    2 +-
 src/LogView.h                      |    2 +-
 src/LogWidget.h                    |    2 +-
 src/LoopProgressWidget.h           |    2 +-
 src/MessageBox.h                   |    2 +-
 src/MultiDocumentWindow.h          |    2 +-
 src/PluginApplication.h            |    2 +-
 src/PrintDialogWrapper.h           |    2 +-
 src/PrintParametersInt.h           |    2 +-
 src/ProgressBar.h                  |    2 +-
 src/PropertyArea.h                 |    2 +-
 src/PropertyCategory.h             |    2 +-
 src/PropertyCategorySettings.h     |    2 +-
 src/PropertyContext.h              |    2 +-
 src/PropertyEditor.h               |    2 +-
 src/PropertyItem.h                 |    2 +-
 src/PropertyProxy.h                |    2 +-
 src/PropertyTab.h                  |    2 +-
 src/PropertyTabSettings.h          |    2 +-
 src/PropertyValue.h                |    2 +-
 src/PropertyWidget.h               |    2 +-
 src/SamplingWidget.h               |    2 +-
 src/SamplingWidget.ui              |  125 ++++++++++++++++++------------------
 src/SendMail.h                     |    2 +-
 src/Settings.h                     |    2 +-
 src/SmoothingWidget.h              |    4 +-
 src/UpdateIcon.h                   |    2 +-
 src/XMLEditor.h                    |    2 +-
 src/XMLItem.h                      |    2 +-
 51 files changed, 114 insertions(+), 113 deletions(-)

commit 1187b9e8807a9822bd4f939959b7113a79846a0b
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 6 18:53:23 2010 +0100

    Add include for no-pch

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

commit a0851f05aef7218e7722da6c10da1bbfecb93300
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 6 18:47:45 2010 +0100

    Add include for no-pch

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

commit bfc58a838df98f6697c3b83ba3c00720704672c0
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 6 17:23:58 2010 +0100

    Introduce strict namespace

 src/Application.cpp                  |    4 ++++
 src/Application.h                    |    8 +++++++-
 src/Attachments.cpp                  |    4 ++++
 src/Attachments.h                    |    8 +++++++-
 src/BugReport.cpp                    |    5 +++++
 src/BugReport.h                      |    7 ++++++-
 src/Cast.cpp                         |    4 ++++
 src/Cast.h                           |    6 +++++-
 src/ColorButton.cpp                  |    4 ++++
 src/ColorButton.h                    |    6 +++++-
 src/ColorHistogram.cpp               |    4 ++++
 src/ColorHistogram.h                 |    6 +++++-
 src/ColorPalette.cpp                 |    6 +++++-
 src/ColorPalette.h                   |   13 ++++++++++---
 src/ColorPaletteData.cpp             |    4 ++++
 src/ColorPaletteData.h               |    6 +++++-
 src/ColumnTextColumnsProperties.cpp  |    4 ++++
 src/ColumnTextColumnsProperties.h    |    6 +++++-
 src/ColumnTextItem.cpp               |    4 ++++
 src/ColumnTextItem.h                 |    7 +++++--
 src/ColumnTextLinesProperties.cpp    |    4 ++++
 src/ColumnTextLinesProperties.h      |    6 +++++-
 src/ColumnTextSectionsProperties.cpp |    4 ++++
 src/ColumnTextSectionsProperties.h   |    6 +++++-
 src/ColumnTextWidget.cpp             |    4 ++++
 src/ColumnTextWidget.h               |    7 ++++---
 src/ConnectionParam.cpp              |    4 ++++
 src/ConnectionParam.h                |    6 +++++-
 src/CoordinateReader.cpp             |    4 ++++
 src/CoordinateReader.h               |    6 ++++--
 src/Dialog.cpp                       |    4 ++++
 src/Dialog.h                         |    6 +++++-
 src/DockWidget.cpp                   |    4 ++++
 src/DockWidget.h                     |    6 +++++-
 src/DoubleSpinBox.cpp                |    4 ++++
 src/DoubleSpinBox.h                  |    6 +++++-
 src/ExpandTabTitle.cpp               |    4 ++++
 src/ExpandTabTitle.h                 |    7 +++++--
 src/ExpandTabWidget.cpp              |    4 ++++
 src/ExpandTabWidget.h                |    9 +++++----
 src/ExpressionEditor.cpp             |    4 ++++
 src/ExpressionEditor.h               |    7 +++++--
 src/GuiGlobal.cpp                    |    4 ++++
 src/GuiGlobal.h                      |   14 ++++++++------
 src/GuiMessage.cpp                   |    4 ++++
 src/GuiMessage.h                     |    6 +++++-
 src/HttpAccess.cpp                   |    4 ++++
 src/HttpAccess.h                     |    6 +++++-
 src/LogView.cpp                      |    4 ++++
 src/LogView.h                        |    6 +++++-
 src/LogWidget.cpp                    |    4 ++++
 src/LogWidget.h                      |    8 ++++----
 src/LoopProgressWidget.cpp           |    4 ++++
 src/LoopProgressWidget.h             |    6 +++++-
 src/MessageBox.cpp                   |    4 ++++
 src/MessageBox.h                     |    6 ++++--
 src/MultiDocumentWindow.cpp          |    4 ++++
 src/MultiDocumentWindow.h            |    6 +++++-
 src/PluginApplication.cpp            |    4 ++++
 src/PluginApplication.h              |    6 +++++-
 src/PrintDialogWrapper.cpp           |    4 ++++
 src/PrintDialogWrapper.h             |    6 +++++-
 src/PrintParametersInt.cpp           |    4 ++++
 src/PrintParametersInt.h             |    6 +++++-
 src/ProgressBar.cpp                  |    4 ++++
 src/ProgressBar.h                    |    6 +++++-
 src/PropertyArea.cpp                 |    4 ++++
 src/PropertyArea.h                   |    6 +++++-
 src/PropertyCategory.cpp             |    4 ++++
 src/PropertyCategory.h               |    6 +++++-
 src/PropertyCategorySettings.cpp     |    4 ++++
 src/PropertyCategorySettings.h       |    6 +++++-
 src/PropertyContext.cpp              |    4 ++++
 src/PropertyContext.h                |    7 +++++--
 src/PropertyEditor.cpp               |    4 ++++
 src/PropertyEditor.h                 |    8 +++++---
 src/PropertyItem.cpp                 |    4 ++++
 src/PropertyItem.h                   |    6 +++++-
 src/PropertyProxy.cpp                |    4 ++++
 src/PropertyProxy.h                  |    6 +++++-
 src/PropertyTab.cpp                  |    4 ++++
 src/PropertyTab.h                    |    6 +++++-
 src/PropertyTabSettings.cpp          |    4 ++++
 src/PropertyTabSettings.h            |    6 +++++-
 src/PropertyValue.cpp                |    4 ++++
 src/PropertyValue.h                  |    7 ++++++-
 src/PropertyWidget.cpp               |    4 ++++
 src/PropertyWidget.h                 |    6 +++++-
 src/QGpGuiTools.cpp                  |    4 ++++
 src/SamplingWidget.cpp               |    4 ++++
 src/SamplingWidget.h                 |    8 ++++++--
 src/SamplingWidget.ui                |    6 +++---
 src/SendMail.cpp                     |    4 ++++
 src/SendMail.h                       |    9 ++++++---
 src/Settings.cpp                     |    4 ++++
 src/Settings.h                       |    8 ++++++--
 src/SmoothingWidget.cpp              |    4 ++++
 src/SmoothingWidget.h                |    8 ++++++--
 src/SmoothingWidget.ui               |    4 ++--
 src/UpdateIcon.cpp                   |    4 ++++
 src/UpdateIcon.h                     |    7 ++++++-
 src/XMLEditor.cpp                    |    4 ++++
 src/XMLEditor.h                      |    8 +++++---
 src/XMLItem.cpp                      |    4 ++++
 src/XMLItem.h                        |    7 +++++--
 105 files changed, 485 insertions(+), 88 deletions(-)

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

    Replace copyright by list of authors

 src/Application.cpp                  |    5 +++--
 src/Application.h                    |    5 +++--
 src/Attachments.cpp                  |    5 +++--
 src/Attachments.h                    |    5 +++--
 src/BugReport.cpp                    |    5 +++--
 src/BugReport.h                      |    5 +++--
 src/Cast.cpp                         |    5 +++--
 src/Cast.h                           |    5 +++--
 src/ColorButton.cpp                  |    5 +++--
 src/ColorButton.h                    |    5 +++--
 src/ColorHistogram.cpp               |    6 ++++--
 src/ColorHistogram.h                 |    6 ++++--
 src/ColorPalette.cpp                 |    6 ++++--
 src/ColorPalette.h                   |    6 ++++--
 src/ColorPaletteData.cpp             |    5 +++--
 src/ColorPaletteData.h               |    5 +++--
 src/ColumnTextColumnsProperties.cpp  |    5 +++--
 src/ColumnTextColumnsProperties.h    |    5 +++--
 src/ColumnTextItem.cpp               |    5 +++--
 src/ColumnTextItem.h                 |    5 +++--
 src/ColumnTextLinesProperties.cpp    |    5 +++--
 src/ColumnTextLinesProperties.h      |    5 +++--
 src/ColumnTextSectionsProperties.cpp |    5 +++--
 src/ColumnTextSectionsProperties.h   |    5 +++--
 src/ColumnTextWidget.cpp             |    5 +++--
 src/ColumnTextWidget.h               |    5 +++--
 src/ConnectionParam.cpp              |    5 +++--
 src/ConnectionParam.h                |    5 +++--
 src/CoordinateReader.cpp             |    5 +++--
 src/CoordinateReader.h               |    5 +++--
 src/Dialog.cpp                       |    5 +++--
 src/Dialog.h                         |    5 +++--
 src/DockWidget.cpp                   |    5 +++--
 src/DockWidget.h                     |    5 +++--
 src/DoubleSpinBox.cpp                |    5 +++--
 src/DoubleSpinBox.h                  |    5 +++--
 src/ExpandTabTitle.cpp               |    5 +++--
 src/ExpandTabTitle.h                 |    5 +++--
 src/ExpandTabWidget.cpp              |    5 +++--
 src/ExpandTabWidget.h                |    5 +++--
 src/ExpressionEditor.cpp             |    5 +++--
 src/ExpressionEditor.h               |    5 +++--
 src/GuiGlobal.cpp                    |    5 +++--
 src/GuiGlobal.h                      |    5 +++--
 src/GuiMessage.cpp                   |    5 +++--
 src/GuiMessage.h                     |    5 +++--
 src/HttpAccess.cpp                   |    5 +++--
 src/HttpAccess.h                     |    5 +++--
 src/LogView.cpp                      |    5 +++--
 src/LogView.h                        |    5 +++--
 src/LogWidget.cpp                    |    5 +++--
 src/LogWidget.h                      |    5 +++--
 src/LoopProgressWidget.cpp           |    5 +++--
 src/LoopProgressWidget.h             |    5 +++--
 src/MessageBox.cpp                   |    5 +++--
 src/MessageBox.h                     |    5 +++--
 src/MultiDocumentWindow.cpp          |    5 +++--
 src/MultiDocumentWindow.h            |    5 +++--
 src/PluginApplication.cpp            |    5 +++--
 src/PluginApplication.h              |    5 +++--
 src/PrintDialogWrapper.cpp           |    5 +++--
 src/PrintDialogWrapper.h             |    5 +++--
 src/PrintParametersInt.cpp           |    6 ++++--
 src/PrintParametersInt.h             |    6 ++++--
 src/ProgressBar.cpp                  |    5 +++--
 src/ProgressBar.h                    |    5 +++--
 src/PropertyArea.cpp                 |    5 +++--
 src/PropertyArea.h                   |    5 +++--
 src/PropertyCategory.cpp             |    5 +++--
 src/PropertyCategory.h               |    5 +++--
 src/PropertyCategorySettings.cpp     |    5 +++--
 src/PropertyCategorySettings.h       |    5 +++--
 src/PropertyContext.cpp              |    5 +++--
 src/PropertyContext.h                |    5 +++--
 src/PropertyEditor.cpp               |    5 +++--
 src/PropertyEditor.h                 |    5 +++--
 src/PropertyItem.cpp                 |    5 +++--
 src/PropertyItem.h                   |    5 +++--
 src/PropertyProxy.cpp                |    5 +++--
 src/PropertyProxy.h                  |    5 +++--
 src/PropertyTab.cpp                  |    5 +++--
 src/PropertyTab.h                    |    5 +++--
 src/PropertyTabSettings.cpp          |    5 +++--
 src/PropertyTabSettings.h            |    5 +++--
 src/PropertyValue.cpp                |    5 +++--
 src/PropertyValue.h                  |    5 +++--
 src/PropertyWidget.cpp               |    5 +++--
 src/PropertyWidget.h                 |    5 +++--
 src/QGpGuiTools.cpp                  |    6 ++++--
 src/SamplingWidget.cpp               |    5 +++--
 src/SamplingWidget.h                 |    5 +++--
 src/SendMail.cpp                     |    6 ++++--
 src/SendMail.h                       |    6 ++++--
 src/Settings.cpp                     |    6 ++++--
 src/Settings.h                       |    6 ++++--
 src/SmoothingWidget.cpp              |    5 +++--
 src/SmoothingWidget.h                |    5 +++--
 src/UpdateIcon.cpp                   |    5 +++--
 src/UpdateIcon.h                     |    5 +++--
 src/XMLEditor.cpp                    |    5 +++--
 src/XMLEditor.h                      |    5 +++--
 src/XMLItem.cpp                      |    5 +++--
 src/XMLItem.h                        |    5 +++--
 103 files changed, 320 insertions(+), 206 deletions(-)

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

    Version 1.10.0-snapshot-20091214

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

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

    Version 1.10.0-snapshot-20091201

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

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

    Version 1.10.0-snapshot-20091120

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

commit 4b3f69f92074a8880cd6042a784540bb1214c0b8
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Nov 6 16:17:39 2009 +0100

    Add includes for -no-pch option

 src/PluginApplication.h   |    1 +
 src/PropertyItem.h        |    1 +
 src/PropertyTab.h         |    2 ++
 src/PropertyTabSettings.h |    2 ++
 src/PropertyValue.cpp     |    1 +
 src/PropertyValue.h       |    1 +
 src/SendMail.cpp          |    1 +
 src/SendMail.h            |    1 +
 src/UpdateIcon.cpp        |    2 ++
 src/UpdateIcon.h          |    1 +
 src/XMLItem.cpp           |    2 ++
 src/XMLItem.h             |    2 ++
 12 files changed, 17 insertions(+), 0 deletions(-)

commit 4e8544ef91b8c14988a3a5a761ed46a96fa72d31
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Nov 5 18:56:25 2009 +0100

    Increase precision for terminal ouput
    
    For converted coordinates (from Geo) in CoordinateReader

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

commit 87c7724dd129e7d65216c75ba50fd3da1058dbe6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Oct 2 06:19:46 2009 +0200

    Fix name change Scifigs to SciFigs

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

commit 7a0df193c9c345e004dd4d7fd490d18cd0fc2cd8
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Sep 26 05:51:40 2009 +0200

    Under development

 src/LogView.cpp  |   40 ++++++++--------------------------------
 src/Settings.cpp |    4 ++--
 2 files changed, 10 insertions(+), 34 deletions(-)

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

    Minor fix after last big changes

 lang/QGpGuiTools.de.ts | 1600 ++++++++++++++++++++++++++++++++++++++++++++++++
 lang/QGpGuiTools.es.ts | 1600 ++++++++++++++++++++++++++++++++++++++++++++++++
 lang/QGpGuiTools.fr.ts | 1600 ++++++++++++++++++++++++++++++++++++++++++++++++
 lang/QGpGuiTools.it.ts | 1600 ++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 6400 insertions(+), 0 deletions(-)

commit e3f5b22662cb8aab74fa1bd0c1a9e91369da11ea
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Aug 27 11:19:00 2009 +0200

    New header framwork: one big include per library

 admin/info                           |    5 +-
 lang/qgpguitools.de.ts               | 1600 ----------------------------------
 lang/qgpguitools.es.ts               | 1600 ----------------------------------
 lang/qgpguitools.fr.ts               | 1600 ----------------------------------
 lang/qgpguitools.it.ts               | 1600 ----------------------------------
 src/Application.cpp                  |   26 +-
 src/Application.h                    |   22 +-
 src/Attachments.cpp                  |    4 +-
 src/Attachments.h                    |    2 +-
 src/BugReport.cpp                    |   20 +-
 src/BugReport.h                      |    2 +-
 src/Cast.cpp                         |    2 +-
 src/Cast.h                           |    4 +-
 src/ColorButton.cpp                  |    7 +-
 src/ColorButton.h                    |   10 +-
 src/ColorHistogram.cpp               |    7 +-
 src/ColorHistogram.h                 |    9 +-
 src/ColorPalette.cpp                 |    6 +-
 src/ColorPalette.h                   |   12 +-
 src/ColorPaletteData.cpp             |    6 +-
 src/ColorPaletteData.h               |    9 +-
 src/ColumnTextColumnsProperties.cpp  |    2 +-
 src/ColumnTextColumnsProperties.h    |    4 +-
 src/ColumnTextItem.cpp               |    7 +-
 src/ColumnTextItem.h                 |    9 +-
 src/ColumnTextLinesProperties.cpp    |    2 +-
 src/ColumnTextLinesProperties.h      |    4 +-
 src/ColumnTextSectionsProperties.cpp |    3 +-
 src/ColumnTextSectionsProperties.h   |    4 +-
 src/ColumnTextWidget.cpp             |   13 +-
 src/ColumnTextWidget.h               |    6 +-
 src/ConnectionParam.cpp              |    5 +-
 src/ConnectionParam.h                |    4 +-
 src/CoordinateReader.cpp             |   14 +-
 src/CoordinateReader.h               |   11 +-
 src/Dialog.cpp                       |   11 +-
 src/Dialog.h                         |    7 +-
 src/DockWidget.cpp                   |    2 +-
 src/DockWidget.h                     |   10 +-
 src/DoubleSpinBox.cpp                |    8 +-
 src/DoubleSpinBox.h                  |    9 +-
 src/ExpandTabTitle.cpp               |   10 +-
 src/ExpandTabTitle.h                 |    8 +-
 src/ExpandTabWidget.cpp              |    8 +-
 src/ExpandTabWidget.h                |    9 +-
 src/ExpressionEditor.cpp             |    8 +-
 src/ExpressionEditor.h               |    8 +-
 src/GuiGlobal.cpp                    |    6 +-
 src/GuiGlobal.h                      |    8 +-
 src/GuiMessage.cpp                   |   22 +-
 src/GuiMessage.h                     |    8 +-
 src/HttpAccess.cpp                   |   13 +-
 src/HttpAccess.h                     |   10 +-
 src/LogView.cpp                      |    8 +-
 src/LogView.h                        |   11 +-
 src/LogWidget.cpp                    |   17 +-
 src/LogWidget.h                      |    9 +-
 src/LoopProgressWidget.cpp           |    8 +-
 src/LoopProgressWidget.h             |   13 +-
 src/MessageBox.cpp                   |    7 +-
 src/MessageBox.h                     |    7 +-
 src/MultiDocumentWindow.cpp          |   12 +-
 src/MultiDocumentWindow.h            |   12 +-
 src/PluginApplication.cpp            |    3 +-
 src/PluginApplication.h              |   11 +-
 src/PrintDialogWrapper.cpp           |   10 +-
 src/PrintDialogWrapper.h             |   16 +-
 src/PrintParametersInt.cpp           |    3 +-
 src/PrintParametersInt.h             |   30 +-
 src/ProgressBar.cpp                  |    2 +-
 src/ProgressBar.h                    |   10 +-
 src/PropertyArea.cpp                 |    2 +-
 src/PropertyArea.h                   |    5 +-
 src/PropertyCategory.cpp             |    3 +-
 src/PropertyCategory.h               |   10 +-
 src/PropertyCategorySettings.cpp     |    4 +-
 src/PropertyCategorySettings.h       |   15 +-
 src/PropertyContext.cpp              |    5 +-
 src/PropertyContext.h                |    4 +-
 src/PropertyEditor.cpp               |    9 +-
 src/PropertyEditor.h                 |    4 +-
 src/PropertyItem.cpp                 |    2 +-
 src/PropertyItem.h                   |    6 +-
 src/PropertyProxy.cpp                |    4 +-
 src/PropertyProxy.h                  |   10 +-
 src/PropertyTab.cpp                  |    3 +-
 src/PropertyTab.h                    |    6 +-
 src/PropertyTabSettings.cpp          |    2 +-
 src/PropertyTabSettings.h            |    4 +-
 src/PropertyValue.cpp                |    6 +-
 src/PropertyValue.h                  |    7 +-
 src/PropertyWidget.cpp               |   18 +-
 src/PropertyWidget.h                 |    7 +-
 src/QGpGuiTools.cpp                  |   36 +
 src/QSA.cpp                          |  626 -------------
 src/QSA.h                            |   98 ---
 src/SamplingWidget.cpp               |    6 +-
 src/SamplingWidget.h                 |    5 +-
 src/SamplingWidget.ui                |    2 +-
 src/SendMail.cpp                     |    9 +-
 src/SendMail.h                       |    9 +-
 src/Settings.cpp                     |   31 +-
 src/Settings.h                       |   19 +-
 src/SmoothingWidget.cpp              |    5 +-
 src/SmoothingWidget.h                |    6 +-
 src/SmoothingWidget.ui               |    2 +-
 src/UpdateIcon.cpp                   |   13 +-
 src/UpdateIcon.h                     |    8 +-
 src/XMLEditor.cpp                    |    7 +-
 src/XMLEditor.h                      |   10 +-
 src/XMLItem.cpp                      |    6 +-
 src/XMLItem.h                        |    7 +-
 src/qgpguitools.cpp                  |   37 -
 113 files changed, 300 insertions(+), 7773 deletions(-)

commit 5114c7365ccfa7514366e4580fa94a70026b5202
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Aug 25 23:01:33 2009 +0200

    Drop Qtb prefix and renamed to qgpguitools

 admin/info                              |    4 +-
 lang/qgpguitools.de.ts                  | 1600 +++++++++++++++++++++++++++++++
 lang/qgpguitools.es.ts                  | 1600 +++++++++++++++++++++++++++++++
 lang/qgpguitools.fr.ts                  | 1600 +++++++++++++++++++++++++++++++
 lang/qgpguitools.it.ts                  | 1600 +++++++++++++++++++++++++++++++
 lang/qtbguitools.de.ts                  | 1583 ------------------------------
 lang/qtbguitools.es.ts                  | 1583 ------------------------------
 lang/qtbguitools.fr.ts                  | 1583 ------------------------------
 lang/qtbguitools.it.ts                  | 1583 ------------------------------
 src/Application.cpp                     |  199 ++++
 src/Application.h                       |   63 ++
 src/Attachments.cpp                     |   79 ++
 src/Attachments.h                       |   47 +
 src/Attachments.ui                      |  157 +++
 src/BugReport.cpp                       |  278 ++++++
 src/BugReport.h                         |   69 ++
 src/BugReport.ui                        |  205 ++++
 src/Cast.cpp                            |   41 +
 src/Cast.h                              |   61 ++
 src/ColorButton.cpp                     |   62 ++
 src/ColorButton.h                       |   52 +
 src/ColorHistogram.cpp                  |  105 ++
 src/ColorHistogram.h                    |   58 ++
 src/ColorPalette.cpp                    |  195 ++++
 src/ColorPalette.h                      |  132 +++
 src/ColorPaletteData.cpp                |  299 ++++++
 src/ColorPaletteData.h                  |   74 ++
 src/ColumnTextColumnsProperties.cpp     |   79 ++
 src/ColumnTextColumnsProperties.h       |   48 +
 src/ColumnTextColumnsProperties.ui      |  140 +++
 src/ColumnTextItem.cpp                  |  226 +++++
 src/ColumnTextItem.h                    |   60 ++
 src/ColumnTextLinesProperties.cpp       |   66 ++
 src/ColumnTextLinesProperties.h         |   47 +
 src/ColumnTextLinesProperties.ui        |  155 +++
 src/ColumnTextSectionsProperties.cpp    |   83 ++
 src/ColumnTextSectionsProperties.h      |   49 +
 src/ColumnTextSectionsProperties.ui     |  163 ++++
 src/ColumnTextWidget.cpp                |  353 +++++++
 src/ColumnTextWidget.h                  |   69 ++
 src/ColumnTextWidget.ui                 |  120 +++
 src/ConnectionParam.cpp                 |   94 ++
 src/ConnectionParam.h                   |   46 +
 src/ConnectionParam.ui                  |  187 ++++
 src/CoordinateReader.cpp                |  217 +++++
 src/CoordinateReader.h                  |   55 ++
 src/Dialog.cpp                          |  138 +++
 src/Dialog.h                            |   94 ++
 src/DockWidget.cpp                      |   33 +
 src/DockWidget.h                        |   55 ++
 src/DoubleSpinBox.cpp                   |   90 ++
 src/DoubleSpinBox.h                     |   47 +
 src/ExpandTabTitle.cpp                  |  250 +++++
 src/ExpandTabTitle.h                    |   93 ++
 src/ExpandTabWidget.cpp                 |  362 +++++++
 src/ExpandTabWidget.h                   |   75 ++
 src/ExpressionEditor.cpp                |  152 +++
 src/ExpressionEditor.h                  |   56 ++
 src/ExpressionEditor.ui                 |   93 ++
 src/GuiGlobal.cpp                       |   53 +
 src/GuiGlobal.h                         |   40 +
 src/GuiMessage.cpp                      |  309 ++++++
 src/GuiMessage.h                        |   92 ++
 src/HttpAccess.cpp                      |  724 ++++++++++++++
 src/HttpAccess.h                        |  111 +++
 src/LogView.cpp                         |  175 ++++
 src/LogView.h                           |   67 ++
 src/LogWidget.cpp                       |  105 ++
 src/LogWidget.h                         |   58 ++
 src/LoopProgressWidget.cpp              |  113 +++
 src/LoopProgressWidget.h                |   56 ++
 src/MessageBox.cpp                      |  115 +++
 src/MessageBox.h                        |   92 ++
 src/MessageBox.ui                       |  181 ++++
 src/MultiDocumentWindow.cpp             |  558 +++++++++++
 src/MultiDocumentWindow.h               |  126 +++
 src/PluginApplication.cpp               |   57 ++
 src/PluginApplication.h                 |   46 +
 src/PrintDialogWrapper.cpp              |   77 ++
 src/PrintDialogWrapper.h                |   55 ++
 src/PrintParametersInt.cpp              |  203 ++++
 src/PrintParametersInt.h                |   87 ++
 src/ProgressBar.cpp                     |   45 +
 src/ProgressBar.h                       |   48 +
 src/PropertyArea.cpp                    |   80 ++
 src/PropertyArea.h                      |   45 +
 src/PropertyCategory.cpp                |  111 +++
 src/PropertyCategory.h                  |   69 ++
 src/PropertyCategorySettings.cpp        |  146 +++
 src/PropertyCategorySettings.h          |   63 ++
 src/PropertyContext.cpp                 |   86 ++
 src/PropertyContext.h                   |   49 +
 src/PropertyEditor.cpp                  |  309 ++++++
 src/PropertyEditor.h                    |   80 ++
 src/PropertyItem.cpp                    |   34 +
 src/PropertyItem.h                      |   47 +
 src/PropertyProxy.cpp                   |  219 +++++
 src/PropertyProxy.h                     |   82 ++
 src/PropertyTab.cpp                     |  115 +++
 src/PropertyTab.h                       |   65 ++
 src/PropertyTabSettings.cpp             |   39 +
 src/PropertyTabSettings.h               |   51 +
 src/PropertyValue.cpp                   |  108 +++
 src/PropertyValue.h                     |   82 ++
 src/PropertyWidget.cpp                  |  290 ++++++
 src/PropertyWidget.h                    |   84 ++
 src/QSA.cpp                             |  626 ++++++++++++
 src/QSA.h                               |   98 ++
 src/SamplingWidget.cpp                  |  175 ++++
 src/SamplingWidget.h                    |   70 ++
 src/SamplingWidget.ui                   |  163 ++++
 src/SendMail.cpp                        |  254 +++++
 src/SendMail.h                          |   86 ++
 src/Settings.cpp                        |  806 ++++++++++++++++
 src/Settings.h                          |   94 ++
 src/SmoothingWidget.cpp                 |  118 +++
 src/SmoothingWidget.h                   |   56 ++
 src/SmoothingWidget.ui                  |   84 ++
 src/UpdateIcon.cpp                      |  240 +++++
 src/UpdateIcon.h                        |   78 ++
 src/XMLEditor.cpp                       |  175 ++++
 src/XMLEditor.h                         |   75 ++
 src/XMLItem.cpp                         |  238 +++++
 src/XMLItem.h                           |   67 ++
 src/qgpguitools.cpp                     |   37 +
 src/qplaintextedit.h                    |    5 -
 src/qtbapplication.cpp                  |  199 ----
 src/qtbapplication.h                    |   63 --
 src/qtbattachments.cpp                  |   79 --
 src/qtbattachments.h                    |   47 -
 src/qtbattachments.ui                   |  157 ---
 src/qtbbugreport.cpp                    |  278 ------
 src/qtbbugreport.h                      |   69 --
 src/qtbbugreport.ui                     |  205 ----
 src/qtbcast.cpp                         |   41 -
 src/qtbcast.h                           |   60 --
 src/qtbcolorbutton.cpp                  |   62 --
 src/qtbcolorbutton.h                    |   52 -
 src/qtbcolorhistogram.cpp               |  105 --
 src/qtbcolorhistogram.h                 |   58 --
 src/qtbcolorpalette.cpp                 |  195 ----
 src/qtbcolorpalette.h                   |  132 ---
 src/qtbcolorpalettedata.cpp             |  299 ------
 src/qtbcolorpalettedata.h               |   74 --
 src/qtbcolumntextcolumnsproperties.cpp  |   79 --
 src/qtbcolumntextcolumnsproperties.h    |   48 -
 src/qtbcolumntextcolumnsproperties.ui   |  140 ---
 src/qtbcolumntextitem.cpp               |  226 -----
 src/qtbcolumntextitem.h                 |   60 --
 src/qtbcolumntextlinesproperties.cpp    |   66 --
 src/qtbcolumntextlinesproperties.h      |   47 -
 src/qtbcolumntextlinesproperties.ui     |  155 ---
 src/qtbcolumntextsectionsproperties.cpp |   83 --
 src/qtbcolumntextsectionsproperties.h   |   49 -
 src/qtbcolumntextsectionsproperties.ui  |  163 ----
 src/qtbcolumntextwidget.cpp             |  353 -------
 src/qtbcolumntextwidget.h               |   69 --
 src/qtbcolumntextwidget.ui              |  120 ---
 src/qtbconnectionparam.cpp              |   94 --
 src/qtbconnectionparam.h                |   46 -
 src/qtbconnectionparam.ui               |  187 ----
 src/qtbcoordinatereader.cpp             |  217 -----
 src/qtbcoordinatereader.h               |   55 --
 src/qtbdialog.cpp                       |  138 ---
 src/qtbdialog.h                         |   94 --
 src/qtbdockwidget.cpp                   |   33 -
 src/qtbdockwidget.h                     |   55 --
 src/qtbdoublespinbox.cpp                |   90 --
 src/qtbdoublespinbox.h                  |   47 -
 src/qtbexpandtabtitle.cpp               |  250 -----
 src/qtbexpandtabtitle.h                 |   93 --
 src/qtbexpandtabwidget.cpp              |  362 -------
 src/qtbexpandtabwidget.h                |   75 --
 src/qtbexpressioneditor.cpp             |  152 ---
 src/qtbexpressioneditor.h               |   57 --
 src/qtbexpressioneditor.ui              |   93 --
 src/qtbguicompatqt43.h                  |   57 --
 src/qtbguimessage.cpp                   |  309 ------
 src/qtbguimessage.h                     |   92 --
 src/qtbguitools.cpp                     |   54 -
 src/qtbguitools.h                       |   42 -
 src/qtbguitoolsdllexport.h              |   45 -
 src/qtbhttpaccess.cpp                   |  725 --------------
 src/qtbhttpaccess.h                     |  111 ---
 src/qtblogview.cpp                      |  175 ----
 src/qtblogview.h                        |   67 --
 src/qtblogwidget.cpp                    |  105 --
 src/qtblogwidget.h                      |   58 --
 src/qtbloopprogresswidget.cpp           |  113 ---
 src/qtbloopprogresswidget.h             |   56 --
 src/qtbmessagebox.cpp                   |  115 ---
 src/qtbmessagebox.h                     |   92 --
 src/qtbmessagebox.ui                    |  181 ----
 src/qtbmultidocumentwindow.cpp          |  558 -----------
 src/qtbmultidocumentwindow.h            |  126 ---
 src/qtbpluginapplication.cpp            |   57 --
 src/qtbpluginapplication.h              |   46 -
 src/qtbprintdialogwrapper.cpp           |   77 --
 src/qtbprintdialogwrapper.h             |   55 --
 src/qtbprintparametersint.cpp           |  203 ----
 src/qtbprintparametersint.h             |   87 --
 src/qtbprogressbar.cpp                  |   45 -
 src/qtbprogressbar.h                    |   48 -
 src/qtbpropertyarea.cpp                 |   80 --
 src/qtbpropertyarea.h                   |   45 -
 src/qtbpropertycategory.cpp             |  111 ---
 src/qtbpropertycategory.h               |   69 --
 src/qtbpropertycategorysettings.cpp     |  146 ---
 src/qtbpropertycategorysettings.h       |   63 --
 src/qtbpropertycontext.cpp              |   86 --
 src/qtbpropertycontext.h                |   49 -
 src/qtbpropertyeditor.cpp               |  309 ------
 src/qtbpropertyeditor.h                 |   80 --
 src/qtbpropertyitem.cpp                 |   34 -
 src/qtbpropertyitem.h                   |   47 -
 src/qtbpropertyproxy.cpp                |  219 -----
 src/qtbpropertyproxy.h                  |   82 --
 src/qtbpropertytab.cpp                  |  115 ---
 src/qtbpropertytab.h                    |   65 --
 src/qtbpropertytabsettings.cpp          |   39 -
 src/qtbpropertytabsettings.h            |   51 -
 src/qtbpropertyvalue.cpp                |  108 ---
 src/qtbpropertyvalue.h                  |   82 --
 src/qtbpropertywidget.cpp               |  290 ------
 src/qtbpropertywidget.h                 |   84 --
 src/qtbqsa.cpp                          |  626 ------------
 src/qtbqsa.h                            |   98 --
 src/qtbsamplingwidget.cpp               |  175 ----
 src/qtbsamplingwidget.h                 |   70 --
 src/qtbsamplingwidget.ui                |  156 ---
 src/qtbsendmail.cpp                     |  254 -----
 src/qtbsendmail.h                       |   86 --
 src/qtbsettings.cpp                     |  806 ----------------
 src/qtbsettings.h                       |   94 --
 src/qtbsmoothingwidget.cpp              |  118 ---
 src/qtbsmoothingwidget.h                |   56 --
 src/qtbsmoothingwidget.ui               |   84 --
 src/qtbupdateicon.cpp                   |  240 -----
 src/qtbupdateicon.h                     |   78 --
 src/qtbxmleditor.cpp                    |  175 ----
 src/qtbxmleditor.h                      |   75 --
 src/qtbxmlitem.cpp                      |  238 -----
 src/qtbxmlitem.h                        |   67 --
 243 files changed, 21760 insertions(+), 21759 deletions(-)

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

    Version 1.10.0-snapshot-20090730

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

commit 70657886ca73f0d80f6c802845dbadacc1563e40
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jul 24 17:10:55 2009 +0200

    Bug fixed in xml editor
    
    With new XML interface, restore of string was not working properly

 src/qtbxmlitem.cpp |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

commit 952908ad2fc6cba986f256dfe2f95dc16cd20caa
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jul 6 21:11:16 2009 +0200

    Fix quit

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

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

    Version 1.10.0-snapshot-20090617

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

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

    Version 1.10.0-snapshot-20090610

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

commit 5b5723e8cbae239afcb64a1c9f3bbb414bcbb8fd
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jun 8 19:10:47 2009 +0200

    Using QtbXMLHeader for save/restore of XML

 src/qtbcolumntextwidget.cpp |    7 +++++--
 src/qtbxmlitem.cpp          |   11 ++++++++---
 2 files changed, 13 insertions(+), 5 deletions(-)

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

    Explicit QtbXMLMember::Unknown

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

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

    New context information for XML streams

 src/qtbcolorpalette.cpp |    3 +++
 src/qtbqsa.cpp          |    3 +++
 src/qtbxmlitem.cpp      |    2 +-
 3 files changed, 7 insertions(+), 1 deletions(-)

commit 675bbc126b9836d65c6e02bda917c15d49635469
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jun 5 18:40:35 2009 +0200

    Remove warning for setRect of invisible widgets

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

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

    Version 1.10.0-snapshot-20090521

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

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

    New branch 2.1

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

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

    Version 1.10.0

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

commit 843c8a96bf67c4d1c0ef3910a02860ebd3b96da8
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon May 18 00:52:45 2009 +0200

    Switch to terminal if X server not available for bug reports

 src/qtbapplication.cpp |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

commit 0dbf83f3867795497542ed5095ef0bbf7d0952a8
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Apr 13 02:35:39 2009 +0200

    Minor fix for idealThreadCount()

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

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

    Switch to LGPL

 admin/info                              |    1 +
 src/qtbapplication.cpp                  |   16 ++++++++++------
 src/qtbapplication.h                    |   16 ++++++++++------
 src/qtbattachments.cpp                  |   16 ++++++++++------
 src/qtbattachments.h                    |   16 ++++++++++------
 src/qtbbugreport.cpp                    |   16 ++++++++++------
 src/qtbbugreport.h                      |   16 ++++++++++------
 src/qtbcast.cpp                         |   16 ++++++++++------
 src/qtbcast.h                           |   16 ++++++++++------
 src/qtbcolorbutton.cpp                  |   16 ++++++++++------
 src/qtbcolorbutton.h                    |   16 ++++++++++------
 src/qtbcolorhistogram.cpp               |   16 ++++++++++------
 src/qtbcolorhistogram.h                 |   16 ++++++++++------
 src/qtbcolorpalette.cpp                 |   16 ++++++++++------
 src/qtbcolorpalette.h                   |   16 ++++++++++------
 src/qtbcolorpalettedata.cpp             |   16 ++++++++++------
 src/qtbcolorpalettedata.h               |   16 ++++++++++------
 src/qtbcolumntextcolumnsproperties.cpp  |   16 ++++++++++------
 src/qtbcolumntextcolumnsproperties.h    |   16 ++++++++++------
 src/qtbcolumntextitem.cpp               |   16 ++++++++++------
 src/qtbcolumntextitem.h                 |   16 ++++++++++------
 src/qtbcolumntextlinesproperties.cpp    |   16 ++++++++++------
 src/qtbcolumntextlinesproperties.h      |   16 ++++++++++------
 src/qtbcolumntextsectionsproperties.cpp |   16 ++++++++++------
 src/qtbcolumntextsectionsproperties.h   |   16 ++++++++++------
 src/qtbcolumntextwidget.cpp             |   16 ++++++++++------
 src/qtbcolumntextwidget.h               |   16 ++++++++++------
 src/qtbconnectionparam.cpp              |   16 ++++++++++------
 src/qtbconnectionparam.h                |   16 ++++++++++------
 src/qtbcoordinatereader.cpp             |   16 ++++++++++------
 src/qtbcoordinatereader.h               |   16 ++++++++++------
 src/qtbdialog.cpp                       |   16 ++++++++++------
 src/qtbdialog.h                         |   16 ++++++++++------
 src/qtbdockwidget.cpp                   |   16 ++++++++++------
 src/qtbdockwidget.h                     |   16 ++++++++++------
 src/qtbdoublespinbox.cpp                |   16 ++++++++++------
 src/qtbdoublespinbox.h                  |   16 ++++++++++------
 src/qtbexpandtabtitle.cpp               |   16 ++++++++++------
 src/qtbexpandtabtitle.h                 |   16 ++++++++++------
 src/qtbexpandtabwidget.cpp              |   16 ++++++++++------
 src/qtbexpandtabwidget.h                |   16 ++++++++++------
 src/qtbexpressioneditor.cpp             |   16 ++++++++++------
 src/qtbexpressioneditor.h               |   16 ++++++++++------
 src/qtbguicompatqt43.h                  |   16 ++++++++++------
 src/qtbguimessage.cpp                   |   16 ++++++++++------
 src/qtbguimessage.h                     |   16 ++++++++++------
 src/qtbguitools.cpp                     |   16 ++++++++++------
 src/qtbguitools.h                       |   16 ++++++++++------
 src/qtbguitoolsdllexport.h              |   16 ++++++++++------
 src/qtbhttpaccess.cpp                   |   16 ++++++++++------
 src/qtbhttpaccess.h                     |   16 ++++++++++------
 src/qtblogview.cpp                      |   16 ++++++++++------
 src/qtblogview.h                        |   16 ++++++++++------
 src/qtblogwidget.cpp                    |   16 ++++++++++------
 src/qtblogwidget.h                      |   16 ++++++++++------
 src/qtbloopprogresswidget.cpp           |   16 ++++++++++------
 src/qtbloopprogresswidget.h             |   16 ++++++++++------
 src/qtbmessagebox.cpp                   |   16 ++++++++++------
 src/qtbmessagebox.h                     |   16 ++++++++++------
 src/qtbmultidocumentwindow.cpp          |   16 ++++++++++------
 src/qtbmultidocumentwindow.h            |   16 ++++++++++------
 src/qtbpluginapplication.cpp            |   16 ++++++++++------
 src/qtbpluginapplication.h              |   16 ++++++++++------
 src/qtbprintdialogwrapper.cpp           |   16 ++++++++++------
 src/qtbprintdialogwrapper.h             |   16 ++++++++++------
 src/qtbprintparametersint.cpp           |   16 ++++++++++------
 src/qtbprintparametersint.h             |   16 ++++++++++------
 src/qtbprogressbar.cpp                  |   16 ++++++++++------
 src/qtbprogressbar.h                    |   16 ++++++++++------
 src/qtbpropertyarea.cpp                 |   16 ++++++++++------
 src/qtbpropertyarea.h                   |   16 ++++++++++------
 src/qtbpropertycategory.cpp             |   16 ++++++++++------
 src/qtbpropertycategory.h               |   16 ++++++++++------
 src/qtbpropertycategorysettings.cpp     |   16 ++++++++++------
 src/qtbpropertycategorysettings.h       |   16 ++++++++++------
 src/qtbpropertycontext.cpp              |   16 ++++++++++------
 src/qtbpropertycontext.h                |   16 ++++++++++------
 src/qtbpropertyeditor.cpp               |   16 ++++++++++------
 src/qtbpropertyeditor.h                 |   16 ++++++++++------
 src/qtbpropertyitem.cpp                 |   16 ++++++++++------
 src/qtbpropertyitem.h                   |   16 ++++++++++------
 src/qtbpropertyproxy.cpp                |   16 ++++++++++------
 src/qtbpropertyproxy.h                  |   16 ++++++++++------
 src/qtbpropertytab.cpp                  |   16 ++++++++++------
 src/qtbpropertytab.h                    |   16 ++++++++++------
 src/qtbpropertytabsettings.cpp          |   16 ++++++++++------
 src/qtbpropertytabsettings.h            |   16 ++++++++++------
 src/qtbpropertyvalue.cpp                |   16 ++++++++++------
 src/qtbpropertyvalue.h                  |   16 ++++++++++------
 src/qtbpropertywidget.cpp               |   16 ++++++++++------
 src/qtbpropertywidget.h                 |   16 ++++++++++------
 src/qtbqsa.cpp                          |   16 ++++++++++------
 src/qtbqsa.h                            |   16 ++++++++++------
 src/qtbsamplingwidget.cpp               |   16 ++++++++++------
 src/qtbsamplingwidget.h                 |   16 ++++++++++------
 src/qtbsendmail.cpp                     |   16 ++++++++++------
 src/qtbsendmail.h                       |   16 ++++++++++------
 src/qtbsettings.cpp                     |   16 ++++++++++------
 src/qtbsettings.h                       |   16 ++++++++++------
 src/qtbsmoothingwidget.cpp              |   16 ++++++++++------
 src/qtbsmoothingwidget.h                |   16 ++++++++++------
 src/qtbupdateicon.cpp                   |   16 ++++++++++------
 src/qtbupdateicon.h                     |   16 ++++++++++------
 src/qtbxmleditor.cpp                    |   16 ++++++++++------
 src/qtbxmleditor.h                      |   16 ++++++++++------
 src/qtbxmlitem.cpp                      |   16 ++++++++++------
 src/qtbxmlitem.h                        |   16 ++++++++++------
 107 files changed, 1061 insertions(+), 636 deletions(-)

commit 275fe094e65b2bf8625fddb9db4cabbd32730f8d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Apr 8 19:28:51 2009 +0200

    Color dialog integrated inside QtbColorButton

 src/qtbcolorbutton.cpp    |   12 ++++++++++++
 src/qtbcolorbutton.h      |    4 ++++
 src/qtbpropertywidget.cpp |   13 ++++++++++++-
 3 files changed, 28 insertions(+), 1 deletions(-)

commit 4ad56aa445d1b9c27b16d62f84f0347b768b9a11
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 30 00:32:51 2009 +0200

    *Param replaced by *Parameters
    
    Quiet option for messages
    Margin layout fixed for QtbDialog

 src/qtbdialog.cpp          |    4 ++--
 src/qtbguimessage.cpp      |    7 ++++++-
 src/qtbsamplingwidget.cpp  |   14 +++++++-------
 src/qtbsamplingwidget.h    |    9 ++++-----
 src/qtbsmoothingwidget.cpp |   10 +++++-----
 src/qtbsmoothingwidget.h   |    9 +++++----
 6 files changed, 29 insertions(+), 24 deletions(-)

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

    Color button now inherits QPushButton
    
    Fix alignment of line edit in properties to scroll to left for numbers
    (improve lisibility)

 src/qtbcolorbutton.cpp      |   26 +++++++++++---------------
 src/qtbcolorbutton.h        |   20 +++++---------------
 src/qtbcolumntextwidget.cpp |   10 ++--------
 src/qtbpropertywidget.cpp   |   34 ++++++++++++++++++++++------------
 4 files changed, 40 insertions(+), 50 deletions(-)

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

    Fix getSaveFileName initialized with a path name
    
    If selectFile had a path, it was leading to strange results (the
    returned value was sometimes reduced to file name to the root)

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

commit fe012dacb536e0f96d6041e53ab823ed01338107
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Mar 15 21:31:44 2009 +0100

    Add an option for application object to avoid starting automatically the
    internal debugger

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

commit 02a4e33790f0db547ff9e2d9e679430e595140ab
Merge: 701b1ad e176577
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Mar 8 01:18:38 2009 +0100

    Merge branch 'sesarray-2.0'
    
    Conflicts:
    	admin/info
    	images/qsaopen.png
    	images/qsaopen4.png
    	images/qsasave.png
    	images/qsasave4.png
    	src/images/qsaopen4.png
    	src/images/qsasave4.png
    	src/qtbclassfactory.cpp
    	src/qtbclassfactory.h
    	src/qtblogview.cpp
    	src/qtbsettings.cpp

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

    Set a first DESCRIPTION and CATEGORY

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

commit 701b1adfafc317c1c3772f99d4de513f1932f242
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Mar 6 21:28:54 2009 +0100

    QtbProgressBar now inherits QtbAbstractProgress
    
    Also slight improvements on QtbLogView API

 src/qtblogview.cpp     |   52 ++++++++++++++++++++++++++++++++++-------------
 src/qtblogview.h       |    7 +++++-
 src/qtbprogressbar.cpp |   34 +++---------------------------
 src/qtbprogressbar.h   |   18 +++++-----------
 4 files changed, 53 insertions(+), 58 deletions(-)

commit 759d124f1028ad84df8ba5ed2973144fd25f26a7
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 23:50:10 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 addadb43d050f52b47b61b52d92759fd2c7a96dd
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 23:41:24 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 6576db11c76fd80b85725939275a9997617b37a8
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 17:57:29 2009 +0100

    Fix license header (homogeneous with 2.1)

 src/qtbapplication.cpp              |    2 +-
 src/qtbapplication.h                |    2 +-
 src/qtbattachments.cpp              |    2 +-
 src/qtbattachments.h                |    2 +-
 src/qtbbugreport.cpp                |    2 +-
 src/qtbbugreport.h                  |    2 +-
 src/qtbcast.cpp                     |    2 +-
 src/qtbcast.h                       |    2 +-
 src/qtbclassfactory.cpp             |    2 +-
 src/qtbclassfactory.h               |    2 +-
 src/qtbcolorbutton.cpp              |    2 +-
 src/qtbcolorbutton.h                |    2 +-
 src/qtbcolorhistogram.cpp           |    2 +-
 src/qtbcolorhistogram.h             |    2 +-
 src/qtbcolorpalette.cpp             |    2 +-
 src/qtbcolorpalette.h               |    2 +-
 src/qtbcolorpalettedata.cpp         |    2 +-
 src/qtbcolorpalettedata.h           |    2 +-
 src/qtbconnectionparam.cpp          |    2 +-
 src/qtbconnectionparam.h            |    2 +-
 src/qtbdialog.cpp                   |    2 +-
 src/qtbdialog.h                     |    2 +-
 src/qtbdockwidget.cpp               |    2 +-
 src/qtbdockwidget.h                 |    2 +-
 src/qtbdoublespinbox.cpp            |    2 +-
 src/qtbdoublespinbox.h              |    2 +-
 src/qtbexpandtabtitle.cpp           |    2 +-
 src/qtbexpandtabtitle.h             |    2 +-
 src/qtbexpandtabwidget.cpp          |    2 +-
 src/qtbexpandtabwidget.h            |    2 +-
 src/qtbguimessage.cpp               |   21 ++++++++++++---------
 src/qtbguimessage.h                 |    2 +-
 src/qtbguitools.cpp                 |    2 +-
 src/qtbguitools.h                   |    2 +-
 src/qtbguitoolsdllexport.h          |    2 +-
 src/qtbhttpaccess.cpp               |    2 +-
 src/qtbhttpaccess.h                 |    2 +-
 src/qtblogview.cpp                  |    2 +-
 src/qtblogview.h                    |    2 +-
 src/qtblogwidget.cpp                |    2 +-
 src/qtblogwidget.h                  |    2 +-
 src/qtbmessagebox.cpp               |    2 +-
 src/qtbmessagebox.h                 |    2 +-
 src/qtbpluginapplication.cpp        |    2 +-
 src/qtbpluginapplication.h          |    2 +-
 src/qtbprintdialogwrapper.cpp       |    2 +-
 src/qtbprintdialogwrapper.h         |    2 +-
 src/qtbprintparametersint.cpp       |    2 +-
 src/qtbprintparametersint.h         |    2 +-
 src/qtbprogressbar.cpp              |    2 +-
 src/qtbprogressbar.h                |    2 +-
 src/qtbpropertyarea.cpp             |    2 +-
 src/qtbpropertyarea.h               |    2 +-
 src/qtbpropertycategory.cpp         |    2 +-
 src/qtbpropertycategory.h           |    2 +-
 src/qtbpropertycategorysettings.cpp |    2 +-
 src/qtbpropertycategorysettings.h   |    2 +-
 src/qtbpropertycontext.cpp          |    2 +-
 src/qtbpropertycontext.h            |    2 +-
 src/qtbpropertyeditor.cpp           |    2 +-
 src/qtbpropertyeditor.h             |    2 +-
 src/qtbpropertyitem.cpp             |    2 +-
 src/qtbpropertyitem.h               |    2 +-
 src/qtbpropertyproxy.cpp            |    2 +-
 src/qtbpropertyproxy.h              |    2 +-
 src/qtbpropertytab.cpp              |    2 +-
 src/qtbpropertytab.h                |    2 +-
 src/qtbpropertytabsettings.cpp      |    2 +-
 src/qtbpropertytabsettings.h        |    2 +-
 src/qtbpropertyvalue.cpp            |    2 +-
 src/qtbpropertyvalue.h              |    2 +-
 src/qtbpropertywidget.cpp           |    2 +-
 src/qtbpropertywidget.h             |    2 +-
 src/qtbqsa.cpp                      |    2 +-
 src/qtbqsa.h                        |    2 +-
 src/qtbsamplingwidget.cpp           |    2 +-
 src/qtbsamplingwidget.h             |    2 +-
 src/qtbsendmail.cpp                 |    2 +-
 src/qtbsendmail.h                   |    2 +-
 src/qtbsettings.cpp                 |    2 +-
 src/qtbsettings.h                   |    2 +-
 src/qtbsmoothingwidget.cpp          |    2 +-
 src/qtbsmoothingwidget.h            |    2 +-
 src/qtbupdateicon.cpp               |    2 +-
 src/qtbupdateicon.h                 |    2 +-
 src/qtbxmleditor.cpp                |    2 +-
 src/qtbxmleditor.h                  |    2 +-
 src/qtbxmlitem.cpp                  |    2 +-
 src/qtbxmlitem.h                    |    2 +-
 89 files changed, 100 insertions(+), 97 deletions(-)

commit 4eb8c75c6ae9bff46fef67204823be1c044b9652
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 10:47:59 2009 +0100

    Remove MAKE_*_DLL, add description

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

commit 6fbfc017ee6d5bdce8531a5a52fb0239c5122d91
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 01:14:46 2009 +0100

    MAKE_*_DLL directly handled by dpconfigure

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

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

    Still under development

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

commit 08eebc001d0a5cbd5e4e1ff55533568e3d9c3d57
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Mar 2 00:44:25 2009 +0100

    MAKE_*_DLL handled by dpconfigure

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

commit 611251a1457b46c96612e8e068e48e2cbcfbb224
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Mar 1 23:44:47 2009 +0100

    Fix default directory for getExistingDirectory

 src/qtbguimessage.cpp |   21 ++++++++++++---------
 src/qtbguimessage.h   |    6 +++---
 2 files changed, 15 insertions(+), 12 deletions(-)

commit 7fdb0c22ed301a892a3ca89e5ce9e61748bb68be
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Mar 1 13:25:19 2009 +0100

    Add time.h (needed by mingw)

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

commit 192b5963baaf811ff964e76777a23becb1987eb6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 24 01:52:45 2009 +0100

    Update of lang files

 lang/qtbguitools.de.ts | 1160 +++++++++++++++++++++++++++++++++++++++---------
 lang/qtbguitools.es.ts | 1160 +++++++++++++++++++++++++++++++++++++++---------
 lang/qtbguitools.fr.ts | 1160 +++++++++++++++++++++++++++++++++++++++---------
 lang/qtbguitools.it.ts | 1160 +++++++++++++++++++++++++++++++++++++++---------
 4 files changed, 3812 insertions(+), 828 deletions(-)

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

    Remove CONTACT, BUG_MAIL, BUG_TRACKER

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

commit fc47b5bbf834770a4d1eaa1a96d3284bb351b602
Author: Marc Wathelet <mwathele@Macintosh-9.local>
Date:   Thu Feb 19 23:16:10 2009 +0100

    Avoid warnings with gcc 4.2 (mac)
    
    Warning for for(...); replaced by for(...) {}

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

commit 1185a5f33c070216079241f032872097bac77f42
Merge: d057aa4 85fc314
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 18 12:43:32 2009 +0100

    Merge branch 'master' of ssh://marc@localhost/home/git/qtbguitools

commit d057aa45375cdac7e6de63c0e8d932a68b68c0b6
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Feb 18 12:33:58 2009 +0100

    Include time.h required by mingw

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

commit 85fc31494d332c5cbd481d3c5d891384b58201a1
Author: Marc Wathelet <marc@geopsy.org>
Date:   Tue Feb 17 15:53:35 2009 +0100

    Mingw requires time.h include

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

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

    Lincense header in all source files

 src/qtbapplication.cpp              |   24 +++++++++++++++++++-----
 src/qtbapplication.h                |   24 +++++++++++++++++++-----
 src/qtbattachments.cpp              |   24 +++++++++++++++++++-----
 src/qtbattachments.h                |   24 +++++++++++++++++++-----
 src/qtbbugreport.cpp                |   24 +++++++++++++++++++-----
 src/qtbbugreport.h                  |   24 +++++++++++++++++++-----
 src/qtbcast.cpp                     |   24 +++++++++++++++++++-----
 src/qtbcast.h                       |   24 +++++++++++++++++++-----
 src/qtbclassfactory.cpp             |   24 +++++++++++++++++++-----
 src/qtbclassfactory.h               |   24 +++++++++++++++++++-----
 src/qtbcolorbutton.cpp              |   24 +++++++++++++++++++-----
 src/qtbcolorbutton.h                |   24 +++++++++++++++++++-----
 src/qtbcolorhistogram.cpp           |   24 +++++++++++++++++++-----
 src/qtbcolorhistogram.h             |   24 +++++++++++++++++++-----
 src/qtbcolorpalette.cpp             |   24 +++++++++++++++++++-----
 src/qtbcolorpalette.h               |   24 +++++++++++++++++++-----
 src/qtbcolorpalettedata.cpp         |   24 +++++++++++++++++++-----
 src/qtbcolorpalettedata.h           |   24 +++++++++++++++++++-----
 src/qtbconnectionparam.cpp          |   24 +++++++++++++++++++-----
 src/qtbconnectionparam.h            |   24 +++++++++++++++++++-----
 src/qtbdialog.cpp                   |   24 +++++++++++++++++++-----
 src/qtbdialog.h                     |   24 +++++++++++++++++++-----
 src/qtbdockwidget.cpp               |   24 +++++++++++++++++++-----
 src/qtbdockwidget.h                 |   24 +++++++++++++++++++-----
 src/qtbdoublespinbox.cpp            |   24 +++++++++++++++++++-----
 src/qtbdoublespinbox.h              |   24 +++++++++++++++++++-----
 src/qtbexpandtabtitle.cpp           |   24 +++++++++++++++++++-----
 src/qtbexpandtabtitle.h             |   24 +++++++++++++++++++-----
 src/qtbexpandtabwidget.cpp          |   24 +++++++++++++++++++-----
 src/qtbexpandtabwidget.h            |   24 +++++++++++++++++++-----
 src/qtbguimessage.cpp               |   24 +++++++++++++++++++-----
 src/qtbguimessage.h                 |   24 +++++++++++++++++++-----
 src/qtbguitools.cpp                 |   24 +++++++++++++++++++-----
 src/qtbguitools.h                   |   24 +++++++++++++++++++-----
 src/qtbguitoolsdllexport.h          |   24 +++++++++++++++++++-----
 src/qtbhttpaccess.cpp               |   24 +++++++++++++++++++-----
 src/qtbhttpaccess.h                 |   24 +++++++++++++++++++-----
 src/qtblogview.cpp                  |   24 +++++++++++++++++++-----
 src/qtblogview.h                    |   24 +++++++++++++++++++-----
 src/qtblogwidget.cpp                |   24 +++++++++++++++++++-----
 src/qtblogwidget.h                  |   24 +++++++++++++++++++-----
 src/qtbmessagebox.cpp               |   24 +++++++++++++++++++-----
 src/qtbmessagebox.h                 |   24 +++++++++++++++++++-----
 src/qtbpluginapplication.cpp        |   24 +++++++++++++++++++-----
 src/qtbpluginapplication.h          |   24 +++++++++++++++++++-----
 src/qtbprintdialogwrapper.cpp       |   24 +++++++++++++++++++-----
 src/qtbprintdialogwrapper.h         |   24 +++++++++++++++++++-----
 src/qtbprintparametersint.cpp       |   24 +++++++++++++++++++-----
 src/qtbprintparametersint.h         |   24 +++++++++++++++++++-----
 src/qtbprogressbar.cpp              |   24 +++++++++++++++++++-----
 src/qtbprogressbar.h                |   24 +++++++++++++++++++-----
 src/qtbpropertyarea.cpp             |   24 +++++++++++++++++++-----
 src/qtbpropertyarea.h               |   24 +++++++++++++++++++-----
 src/qtbpropertycategory.cpp         |   24 +++++++++++++++++++-----
 src/qtbpropertycategory.h           |   24 +++++++++++++++++++-----
 src/qtbpropertycategorysettings.cpp |   24 +++++++++++++++++++-----
 src/qtbpropertycategorysettings.h   |   24 +++++++++++++++++++-----
 src/qtbpropertycontext.cpp          |   24 +++++++++++++++++++-----
 src/qtbpropertycontext.h            |   24 +++++++++++++++++++-----
 src/qtbpropertyeditor.cpp           |   24 +++++++++++++++++++-----
 src/qtbpropertyeditor.h             |   24 +++++++++++++++++++-----
 src/qtbpropertyitem.cpp             |   24 +++++++++++++++++++-----
 src/qtbpropertyitem.h               |   24 +++++++++++++++++++-----
 src/qtbpropertyproxy.cpp            |   24 +++++++++++++++++++-----
 src/qtbpropertyproxy.h              |   24 +++++++++++++++++++-----
 src/qtbpropertytab.cpp              |   24 +++++++++++++++++++-----
 src/qtbpropertytab.h                |   24 +++++++++++++++++++-----
 src/qtbpropertytabsettings.cpp      |   24 +++++++++++++++++++-----
 src/qtbpropertytabsettings.h        |   24 +++++++++++++++++++-----
 src/qtbpropertyvalue.cpp            |   24 +++++++++++++++++++-----
 src/qtbpropertyvalue.h              |   24 +++++++++++++++++++-----
 src/qtbpropertywidget.cpp           |   24 +++++++++++++++++++-----
 src/qtbpropertywidget.h             |   24 +++++++++++++++++++-----
 src/qtbqsa.cpp                      |   24 +++++++++++++++++++-----
 src/qtbqsa.h                        |   24 +++++++++++++++++++-----
 src/qtbsamplingwidget.cpp           |   24 +++++++++++++++++++-----
 src/qtbsamplingwidget.h             |   24 +++++++++++++++++++-----
 src/qtbsendmail.cpp                 |   24 +++++++++++++++++++-----
 src/qtbsendmail.h                   |   24 +++++++++++++++++++-----
 src/qtbsettings.cpp                 |   24 +++++++++++++++++++-----
 src/qtbsettings.h                   |   24 +++++++++++++++++++-----
 src/qtbsmoothingwidget.cpp          |   24 +++++++++++++++++++-----
 src/qtbsmoothingwidget.h            |   24 +++++++++++++++++++-----
 src/qtbupdateicon.cpp               |   24 +++++++++++++++++++-----
 src/qtbupdateicon.h                 |   24 +++++++++++++++++++-----
 src/qtbxmleditor.cpp                |   24 +++++++++++++++++++-----
 src/qtbxmleditor.h                  |   24 +++++++++++++++++++-----
 src/qtbxmlitem.cpp                  |   24 +++++++++++++++++++-----
 src/qtbxmlitem.h                    |   24 +++++++++++++++++++-----
 89 files changed, 1691 insertions(+), 445 deletions(-)

commit 8a5f7b22405e055cb1a5585ea1a2b8d551ffeb6d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 15 20:13:59 2009 +0100

    Version 1.9.4

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

commit 865d7a43787283d9623b5d38532fd05c08798e28
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 15 18:06:44 2009 +0100

    Move src/images to images

 images/qsaexecute.png             |  Bin 0 -> 1253 bytes
 images/qsaopen4.png               |  Bin 0 -> 2629 bytes
 images/qsasave4.png               |  Bin 0 -> 2261 bytes
 images/qsaworkbench.png           |  Bin 0 -> 1315 bytes
 images/update_available.png       |  Bin 0 -> 1129 bytes
 images/update_error.png           |  Bin 0 -> 1142 bytes
 images/update_unavailable.png     |  Bin 0 -> 174 bytes
 src/images/qsaexecute.png         |  Bin 1253 -> 0 bytes
 src/images/qsaopen4.png           |  Bin 2629 -> 0 bytes
 src/images/qsasave4.png           |  Bin 2261 -> 0 bytes
 src/images/qsaworkbench.png       |  Bin 1315 -> 0 bytes
 src/images/update_available.png   |  Bin 1129 -> 0 bytes
 src/images/update_error.png       |  Bin 1142 -> 0 bytes
 src/images/update_unavailable.png |  Bin 174 -> 0 bytes
 14 files changed, 0 insertions(+), 0 deletions(-)

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

    New license header

 src/qtbapplication.cpp                  |    8 ++++----
 src/qtbapplication.h                    |    8 ++++----
 src/qtbattachments.cpp                  |    8 ++++----
 src/qtbattachments.h                    |    8 ++++----
 src/qtbbugreport.cpp                    |    8 ++++----
 src/qtbbugreport.h                      |    8 ++++----
 src/qtbcast.cpp                         |    8 ++++----
 src/qtbcast.h                           |    8 ++++----
 src/qtbcolorbutton.cpp                  |    8 ++++----
 src/qtbcolorbutton.h                    |    8 ++++----
 src/qtbcolorhistogram.cpp               |    8 ++++----
 src/qtbcolorhistogram.h                 |    8 ++++----
 src/qtbcolorpalette.cpp                 |    8 ++++----
 src/qtbcolorpalette.h                   |    8 ++++----
 src/qtbcolorpalettedata.cpp             |    8 ++++----
 src/qtbcolorpalettedata.h               |    8 ++++----
 src/qtbcolumntextcolumnsproperties.cpp  |    8 ++++----
 src/qtbcolumntextcolumnsproperties.h    |    8 ++++----
 src/qtbcolumntextitem.cpp               |    8 ++++----
 src/qtbcolumntextitem.h                 |    8 ++++----
 src/qtbcolumntextlinesproperties.cpp    |    8 ++++----
 src/qtbcolumntextlinesproperties.h      |    8 ++++----
 src/qtbcolumntextsectionsproperties.cpp |    8 ++++----
 src/qtbcolumntextsectionsproperties.h   |    8 ++++----
 src/qtbcolumntextwidget.cpp             |    8 ++++----
 src/qtbcolumntextwidget.h               |    8 ++++----
 src/qtbconnectionparam.cpp              |    8 ++++----
 src/qtbconnectionparam.h                |    8 ++++----
 src/qtbcoordinatereader.cpp             |    8 ++++----
 src/qtbcoordinatereader.h               |    8 ++++----
 src/qtbdialog.cpp                       |    8 ++++----
 src/qtbdialog.h                         |    8 ++++----
 src/qtbdockwidget.cpp                   |    8 ++++----
 src/qtbdockwidget.h                     |    8 ++++----
 src/qtbdoublespinbox.cpp                |    8 ++++----
 src/qtbdoublespinbox.h                  |    8 ++++----
 src/qtbexpandtabtitle.cpp               |    8 ++++----
 src/qtbexpandtabtitle.h                 |    8 ++++----
 src/qtbexpandtabwidget.cpp              |    8 ++++----
 src/qtbexpandtabwidget.h                |    8 ++++----
 src/qtbexpressioneditor.cpp             |    8 ++++----
 src/qtbexpressioneditor.h               |    8 ++++----
 src/qtbguicompatqt43.h                  |    8 ++++----
 src/qtbguimessage.cpp                   |    8 ++++----
 src/qtbguimessage.h                     |    8 ++++----
 src/qtbguitools.cpp                     |    8 ++++----
 src/qtbguitools.h                       |    8 ++++----
 src/qtbguitoolsdllexport.h              |    8 ++++----
 src/qtbhttpaccess.cpp                   |    8 ++++----
 src/qtbhttpaccess.h                     |    8 ++++----
 src/qtblogview.cpp                      |    8 ++++----
 src/qtblogview.h                        |    8 ++++----
 src/qtblogwidget.cpp                    |    8 ++++----
 src/qtblogwidget.h                      |    8 ++++----
 src/qtbloopprogresswidget.cpp           |    8 ++++----
 src/qtbloopprogresswidget.h             |    8 ++++----
 src/qtbmessagebox.cpp                   |    8 ++++----
 src/qtbmessagebox.h                     |    8 ++++----
 src/qtbmultidocumentwindow.cpp          |    8 ++++----
 src/qtbmultidocumentwindow.h            |    8 ++++----
 src/qtbpluginapplication.cpp            |    8 ++++----
 src/qtbpluginapplication.h              |    8 ++++----
 src/qtbprintdialogwrapper.cpp           |    8 ++++----
 src/qtbprintdialogwrapper.h             |    8 ++++----
 src/qtbprintparametersint.cpp           |    8 ++++----
 src/qtbprintparametersint.h             |    8 ++++----
 src/qtbprogressbar.cpp                  |    8 ++++----
 src/qtbprogressbar.h                    |    8 ++++----
 src/qtbpropertyarea.cpp                 |    8 ++++----
 src/qtbpropertyarea.h                   |    8 ++++----
 src/qtbpropertycategory.cpp             |    8 ++++----
 src/qtbpropertycategory.h               |    8 ++++----
 src/qtbpropertycategorysettings.cpp     |    8 ++++----
 src/qtbpropertycategorysettings.h       |    8 ++++----
 src/qtbpropertycontext.cpp              |    8 ++++----
 src/qtbpropertycontext.h                |    8 ++++----
 src/qtbpropertyeditor.cpp               |    8 ++++----
 src/qtbpropertyeditor.h                 |    8 ++++----
 src/qtbpropertyitem.cpp                 |    8 ++++----
 src/qtbpropertyitem.h                   |    8 ++++----
 src/qtbpropertyproxy.cpp                |    8 ++++----
 src/qtbpropertyproxy.h                  |    8 ++++----
 src/qtbpropertytab.cpp                  |    8 ++++----
 src/qtbpropertytab.h                    |    8 ++++----
 src/qtbpropertytabsettings.cpp          |    8 ++++----
 src/qtbpropertytabsettings.h            |    8 ++++----
 src/qtbpropertyvalue.cpp                |    8 ++++----
 src/qtbpropertyvalue.h                  |    8 ++++----
 src/qtbpropertywidget.cpp               |    8 ++++----
 src/qtbpropertywidget.h                 |    8 ++++----
 src/qtbqsa.cpp                          |    8 ++++----
 src/qtbqsa.h                            |    8 ++++----
 src/qtbsamplingwidget.cpp               |    8 ++++----
 src/qtbsamplingwidget.h                 |    8 ++++----
 src/qtbsendmail.cpp                     |    8 ++++----
 src/qtbsendmail.h                       |    8 ++++----
 src/qtbsettings.cpp                     |    8 ++++----
 src/qtbsettings.h                       |    8 ++++----
 src/qtbsmoothingwidget.cpp              |    8 ++++----
 src/qtbsmoothingwidget.h                |    8 ++++----
 src/qtbupdateicon.cpp                   |    8 ++++----
 src/qtbupdateicon.h                     |    8 ++++----
 src/qtbxmleditor.cpp                    |    8 ++++----
 src/qtbxmleditor.h                      |    8 ++++----
 src/qtbxmlitem.cpp                      |    8 ++++----
 src/qtbxmlitem.h                        |    8 ++++----
 106 files changed, 424 insertions(+), 424 deletions(-)

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

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

 src/qtbapplication.cpp                  |   16 +++++++++++++++-
 src/qtbapplication.h                    |   16 +++++++++++++++-
 src/qtbattachments.cpp                  |   16 +++++++++++++++-
 src/qtbattachments.h                    |   16 +++++++++++++++-
 src/qtbbugreport.cpp                    |   16 +++++++++++++++-
 src/qtbbugreport.h                      |   16 +++++++++++++++-
 src/qtbcast.cpp                         |   16 +++++++++++++++-
 src/qtbcast.h                           |   16 +++++++++++++++-
 src/qtbcolorbutton.cpp                  |   16 +++++++++++++++-
 src/qtbcolorbutton.h                    |   16 +++++++++++++++-
 src/qtbcolorhistogram.cpp               |   16 +++++++++++++++-
 src/qtbcolorhistogram.h                 |   16 +++++++++++++++-
 src/qtbcolorpalette.cpp                 |   16 +++++++++++++++-
 src/qtbcolorpalette.h                   |   16 +++++++++++++++-
 src/qtbcolorpalettedata.cpp             |   16 +++++++++++++++-
 src/qtbcolorpalettedata.h               |   16 +++++++++++++++-
 src/qtbcolumntextcolumnsproperties.cpp  |   16 +++++++++++++++-
 src/qtbcolumntextcolumnsproperties.h    |   16 +++++++++++++++-
 src/qtbcolumntextitem.cpp               |   16 +++++++++++++++-
 src/qtbcolumntextitem.h                 |   16 +++++++++++++++-
 src/qtbcolumntextlinesproperties.cpp    |   16 +++++++++++++++-
 src/qtbcolumntextlinesproperties.h      |   16 +++++++++++++++-
 src/qtbcolumntextsectionsproperties.cpp |   16 +++++++++++++++-
 src/qtbcolumntextsectionsproperties.h   |   16 +++++++++++++++-
 src/qtbcolumntextwidget.cpp             |   16 +++++++++++++++-
 src/qtbcolumntextwidget.h               |   16 +++++++++++++++-
 src/qtbconnectionparam.cpp              |   16 +++++++++++++++-
 src/qtbconnectionparam.h                |   16 +++++++++++++++-
 src/qtbcoordinatereader.cpp             |   16 +++++++++++++++-
 src/qtbcoordinatereader.h               |   16 +++++++++++++++-
 src/qtbdialog.cpp                       |   16 +++++++++++++++-
 src/qtbdialog.h                         |   16 +++++++++++++++-
 src/qtbdockwidget.cpp                   |   16 +++++++++++++++-
 src/qtbdockwidget.h                     |   16 +++++++++++++++-
 src/qtbdoublespinbox.cpp                |   16 +++++++++++++++-
 src/qtbdoublespinbox.h                  |   16 +++++++++++++++-
 src/qtbexpandtabtitle.cpp               |   16 +++++++++++++++-
 src/qtbexpandtabtitle.h                 |   16 +++++++++++++++-
 src/qtbexpandtabwidget.cpp              |   16 +++++++++++++++-
 src/qtbexpandtabwidget.h                |   16 +++++++++++++++-
 src/qtbexpressioneditor.cpp             |   16 +++++++++++++++-
 src/qtbexpressioneditor.h               |   16 +++++++++++++++-
 src/qtbguicompatqt43.h                  |   16 +++++++++++++++-
 src/qtbguimessage.cpp                   |   16 +++++++++++++++-
 src/qtbguimessage.h                     |   16 +++++++++++++++-
 src/qtbguitools.cpp                     |   16 +++++++++++++++-
 src/qtbguitools.h                       |   16 +++++++++++++++-
 src/qtbguitoolsdllexport.h              |   16 +++++++++++++++-
 src/qtbhttpaccess.cpp                   |   16 +++++++++++++++-
 src/qtbhttpaccess.h                     |   16 +++++++++++++++-
 src/qtblogview.cpp                      |   16 +++++++++++++++-
 src/qtblogview.h                        |   16 +++++++++++++++-
 src/qtblogwidget.cpp                    |   16 +++++++++++++++-
 src/qtblogwidget.h                      |   16 +++++++++++++++-
 src/qtbloopprogresswidget.cpp           |   16 +++++++++++++++-
 src/qtbloopprogresswidget.h             |   16 +++++++++++++++-
 src/qtbmessagebox.cpp                   |   16 +++++++++++++++-
 src/qtbmessagebox.h                     |   16 +++++++++++++++-
 src/qtbmultidocumentwindow.cpp          |   16 +++++++++++++++-
 src/qtbmultidocumentwindow.h            |   16 +++++++++++++++-
 src/qtbpluginapplication.cpp            |   16 +++++++++++++++-
 src/qtbpluginapplication.h              |   16 +++++++++++++++-
 src/qtbprintdialogwrapper.cpp           |   16 +++++++++++++++-
 src/qtbprintdialogwrapper.h             |   16 +++++++++++++++-
 src/qtbprintparametersint.cpp           |   16 +++++++++++++++-
 src/qtbprintparametersint.h             |   16 +++++++++++++++-
 src/qtbprogressbar.cpp                  |   16 +++++++++++++++-
 src/qtbprogressbar.h                    |   16 +++++++++++++++-
 src/qtbpropertyarea.cpp                 |   16 +++++++++++++++-
 src/qtbpropertyarea.h                   |   16 +++++++++++++++-
 src/qtbpropertycategory.cpp             |   16 +++++++++++++++-
 src/qtbpropertycategory.h               |   16 +++++++++++++++-
 src/qtbpropertycategorysettings.cpp     |   16 +++++++++++++++-
 src/qtbpropertycategorysettings.h       |   16 +++++++++++++++-
 src/qtbpropertycontext.cpp              |   16 +++++++++++++++-
 src/qtbpropertycontext.h                |   16 +++++++++++++++-
 src/qtbpropertyeditor.cpp               |   16 +++++++++++++++-
 src/qtbpropertyeditor.h                 |   16 +++++++++++++++-
 src/qtbpropertyitem.cpp                 |   16 +++++++++++++++-
 src/qtbpropertyitem.h                   |   16 +++++++++++++++-
 src/qtbpropertyproxy.cpp                |   16 +++++++++++++++-
 src/qtbpropertyproxy.h                  |   16 +++++++++++++++-
 src/qtbpropertytab.cpp                  |   16 +++++++++++++++-
 src/qtbpropertytab.h                    |   16 +++++++++++++++-
 src/qtbpropertytabsettings.cpp          |   16 +++++++++++++++-
 src/qtbpropertytabsettings.h            |   16 +++++++++++++++-
 src/qtbpropertyvalue.cpp                |   16 +++++++++++++++-
 src/qtbpropertyvalue.h                  |   16 +++++++++++++++-
 src/qtbpropertywidget.cpp               |   16 +++++++++++++++-
 src/qtbpropertywidget.h                 |   16 +++++++++++++++-
 src/qtbqsa.cpp                          |   16 +++++++++++++++-
 src/qtbqsa.h                            |   16 +++++++++++++++-
 src/qtbsamplingwidget.cpp               |   16 +++++++++++++++-
 src/qtbsamplingwidget.h                 |   16 +++++++++++++++-
 src/qtbsendmail.cpp                     |   16 +++++++++++++++-
 src/qtbsendmail.h                       |   16 +++++++++++++++-
 src/qtbsettings.cpp                     |   16 +++++++++++++++-
 src/qtbsettings.h                       |   16 +++++++++++++++-
 src/qtbsmoothingwidget.cpp              |   16 +++++++++++++++-
 src/qtbsmoothingwidget.h                |   16 +++++++++++++++-
 src/qtbupdateicon.cpp                   |   16 +++++++++++++++-
 src/qtbupdateicon.h                     |   16 +++++++++++++++-
 src/qtbxmleditor.cpp                    |   16 +++++++++++++++-
 src/qtbxmleditor.h                      |   16 +++++++++++++++-
 src/qtbxmlitem.cpp                      |   16 +++++++++++++++-
 src/qtbxmlitem.h                        |   16 +++++++++++++++-
 106 files changed, 1590 insertions(+), 106 deletions(-)

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

    Clean info file

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

commit 44745945f5aa73f2db4f40ce5d1c1e28c1578b43
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sat Jan 31 00:06:00 2009 +0100

    Fix image path bug
    
    Move src/images to ./images
    Fix uninitialized proxy port number in QtbHttpAccess::grabFirefoxSettings()

 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/fileopen.png               |  Bin 0 -> 2402 bytes
 images/fileprint.png              |  Bin 0 -> 742 bytes
 images/filesave.png               |  Bin 0 -> 1980 bytes
 images/qsaexecute.png             |  Bin 0 -> 1253 bytes
 images/qsaopen.png                |  Bin 0 -> 2629 bytes
 images/qsasave.png                |  Bin 0 -> 2261 bytes
 images/qsaworkbench.png           |  Bin 0 -> 1315 bytes
 images/update_available.png       |  Bin 0 -> 1129 bytes
 images/update_error.png           |  Bin 0 -> 1142 bytes
 images/update_unavailable.png     |  Bin 0 -> 174 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/fileopen.png           |  Bin 2402 -> 0 bytes
 src/images/fileprint.png          |  Bin 742 -> 0 bytes
 src/images/filesave.png           |  Bin 1980 -> 0 bytes
 src/images/qsaexecute.png         |  Bin 1253 -> 0 bytes
 src/images/qsaopen.png            |  Bin 2629 -> 0 bytes
 src/images/qsasave.png            |  Bin 2261 -> 0 bytes
 src/images/qsaworkbench.png       |  Bin 1315 -> 0 bytes
 src/images/update_available.png   |  Bin 1129 -> 0 bytes
 src/images/update_error.png       |  Bin 1142 -> 0 bytes
 src/images/update_unavailable.png |  Bin 174 -> 0 bytes
 src/qtbhttpaccess.cpp             |    2 +-
 35 files changed, 1 insertions(+), 1 deletions(-)

commit 71f9116c4372fad7fda948046693349e8e76a416
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 16 02:08:29 2009 +0100

    Fix bug for recording size of propety widget

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

commit c25247a0a99d7cc2f4c5cae63f898fea2d4e27c7
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 16 02:04:40 2009 +0100

    Fix bug for recording size of propety widget

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

commit fdccc2a7cb06da101e3ba7a0ab3d585db0db77e9
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 16 01:27:57 2009 +0100

    Moved to new configure directly based on qmake

 admin/makepro |   18 ++----------------
 1 files changed, 2 insertions(+), 16 deletions(-)

commit 1bbc016b27ae42570b8e8f1fec824bdb0ac2a117
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jan 16 01:03:26 2009 +0100

    Moved to new configure directly based on qmake

 admin/info       |    3 +-
 admin/makeconfig |   66 ------------------------------------------------------
 admin/makepro    |   18 +-------------
 3 files changed, 3 insertions(+), 84 deletions(-)

commit 9af5458eeec73ad8c5358e3ee6f135fae98cf82c
Author: marc <marc>
Date:   Tue Jan 13 13:09:08 2009 +0000

    Version 1.10.0-snapshot-20090113

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

commit 0e45a18c1756aacd562fc0e84e5fc5e3ec3d5dae
Author: marc <marc>
Date:   Mon Jan 12 18:31:15 2009 +0000

    Change order of arguments in QtbSettings to avoid error during compilation (char * transformed into bool automatically)

 src/qtbcolorpalettedata.cpp |    4 +---
 src/qtbpluginapplication.h  |    2 +-
 src/qtbsettings.cpp         |    6 ++++--
 src/qtbsettings.h           |   10 +++++-----
 4 files changed, 11 insertions(+), 11 deletions(-)

commit 72d235c9eee1a122c0870dc5304f8416af51cd03
Author: marc <marc>
Date:   Mon Dec 8 13:45:57 2008 +0000

    Version 1.10.0-snapshot-20081208

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

commit 3c99e89e5ba9054fd11f50e5072af0df09d813e3
Author: marc <marc>
Date:   Sun Dec 7 14:10:58 2008 +0000

    Not significative changes

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

commit 6c26dc0558979debf3119f61b4c464786e8b2aef
Author: marc <marc>
Date:   Sun Dec 7 07:17:06 2008 +0000

    Fix bug on closing a proxy context, set proxy variable to null in destructor

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

commit 83072f746bcb0d648258621a746ebc5678f9f99c
Author: marc <marc>
Date:   Sat Dec 6 11:17:40 2008 +0000

    Version 1.10.0-snapshot-20081206

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

commit c4bc8f9593ac6390acb43d6b77366c835987ee1c
Author: marc <marc>
Date:   Sat Dec 6 10:57:49 2008 +0000

    Differences between Qt 4.3 and 4.4 make the use of vboxlayout from ui objects unreliable. Moved to a more secure solution for modifying ui widgets.

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

commit f2923222813c3574b9694ce9de6676361c2c4e55
Author: marc <marc>
Date:   Fri Dec 5 22:30:26 2008 +0000

    Version 1.10.0-snapshot-20081205

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

commit 9c394ed5107f27aecc38ec17aa8abc031e7d22b0
Author: marc <marc>
Date:   Thu Dec 4 17:05:28 2008 +0000

    Version 1.10.0-snapshot-20081204

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

commit 053112def9e1a7e948f9c84a464093b779a55cba
Author: marc <marc>
Date:   Thu Dec 4 16:34:33 2008 +0000

    Try to be more explicit for email address in bug report

 src/qtbapplication.cpp |    8 +++++---
 src/qtbbugreport.cpp   |   10 +++++-----
 src/qtbbugreport.h     |    4 ++--
 src/qtbbugreport.ui    |   43 +++++++++++++------------------------------
 4 files changed, 25 insertions(+), 40 deletions(-)

commit e565e4ae6f563b500464bfed72ad2bf826a16b72
Author: marc <marc>
Date:   Mon Dec 1 15:31:52 2008 +0000

    Version 1.10.0-snapshot-20081201

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

commit 79234f9bc5c19e032fc1d083daa4fdedef47f40e
Author: marc <marc>
Date:   Fri Nov 28 17:43:23 2008 +0000

    Not significative changes

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

commit 2335804c2a882085f075a58c268014476b82388e
Author: marc <marc>
Date:   Fri Nov 28 16:20:06 2008 +0000

    Version 1.10.0-snapshot-20081128

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

commit 9999f560fb0c7426d6c268a5757afa3c6e9dbc6a
Author: marc <marc>
Date:   Fri Nov 28 15:27:03 2008 +0000

    Prefix for all lines in logs
    QPlainTextEdit supported by QtbSettings
    setEditable supported by QtbExpressinEditor

 src/qtbexpressioneditor.cpp |   26 ++++++++++---
 src/qtbexpressioneditor.h   |    3 +-
 src/qtblogview.cpp          |   82 ++++++++++++++++++++++++++++++++++--------
 src/qtbsettings.cpp         |   11 ++++++
 4 files changed, 99 insertions(+), 23 deletions(-)

commit 92698db4e07dcde2443d0d9e4ced7cd3a76c8ebd
Author: marc <marc>
Date:   Tue Nov 25 15:48:09 2008 +0000

    Not significative changes

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

commit 2a6ed8689e876fc9f59b6cb7328a317ec0dad251
Author: marc <marc>
Date:   Tue Nov 25 13:52:13 2008 +0000

    Version 1.10.0-snapshot-20081125

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

commit 6a7f7b33e1089dc16c3c4a2c1a0bc09ff5b1fedb
Author: marc <marc>
Date:   Tue Nov 25 13:38:39 2008 +0000

    Use current locale for decimal conversions (avoid confusins between dot and coma)

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

commit 5eb100993f543c3e42752d86d03ec618cba140e9
Author: marc <marc>
Date:   Wed Nov 12 18:59:33 2008 +0000

    Not significative changes

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

commit 0abc4636feda15fc7546caea86acff553c030049
Author: marc <marc>
Date:   Mon Nov 10 11:42:33 2008 +0000

    Not significative changes

 src/qtbcolorpalette.cpp |    4 ++--
 src/qtbqsa.cpp          |    6 +++---
 src/qtbxmleditor.cpp    |    8 ++++++--
 src/qtbxmlitem.cpp      |    7 +++++--
 4 files changed, 16 insertions(+), 9 deletions(-)

commit 6859acef71fe6083bcaf6f65560ba60b11fc2daf
Author: marc <marc>
Date:   Sat Nov 8 10:23:03 2008 +0000

    Not significative changes

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

commit c8be39bc83414feed035b804a56c8c12bfc04003
Author: marc <marc>
Date:   Sat Nov 8 09:45:17 2008 +0000

    New section feature in column text parser

 src/qtbclassfactory.cpp                 |  177 -------------------------------
 src/qtbclassfactory.h                   |  119 ---------------------
 src/qtbcolumntextitem.cpp               |   21 +++--
 src/qtbcolumntextlinesproperties.ui     |    8 +-
 src/qtbcolumntextsectionsproperties.cpp |   65 +++++++++++
 src/qtbcolumntextsectionsproperties.h   |   31 ++++++
 src/qtbcolumntextsectionsproperties.ui  |  163 ++++++++++++++++++++++++++++
 src/qtbcolumntextwidget.cpp             |   75 +++++++++++---
 src/qtbcolumntextwidget.h               |    4 +-
 src/qtbcolumntextwidget.ui              |   85 ++++++++++-----
 src/qtbcoordinatereader.cpp             |   67 ++++++------
 src/qtbcoordinatereader.h               |    1 -
 src/qtbdialog.cpp                       |    2 +-
 src/qtbsettings.cpp                     |   78 +-------------
 src/qtbsettings.h                       |    3 -
 15 files changed, 431 insertions(+), 468 deletions(-)

commit d82ed370714dc3330089e645793b160576223f2a
Author: marc <marc>
Date:   Thu Oct 30 19:07:29 2008 +0000

    Avoid problems with stable.h for includes inside ifdef/endif

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

commit c40f7b09769cf70da37de8c5bbe1733850973241
Author: marc <marc>
Date:   Wed Oct 29 19:28:26 2008 +0000

    Not significative changes

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

commit ea67db2a04bb1cac6981780812af47316cbb4e19
Author: marc <marc>
Date:   Wed Oct 29 19:24:21 2008 +0000

    Not significative changes

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

commit 3d282e6ceb0e02ae3c49accf64aad91632b1a56c
Author: marc <marc>
Date:   Wed Oct 29 17:37:34 2008 +0000

    Version 1.10.0-snapshot-20081029

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

commit c16d51e7ec9e038aba2a519033e2bb15ade253c0
Author: marc <marc>
Date:   Tue Oct 28 18:08:24 2008 +0000

    Version 1.10.0-snapshot-20081028

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

commit 13a26920fae53ba9b858ba535acc7549cb346484
Author: marc <marc>
Date:   Mon Oct 27 19:22:07 2008 +0000

    Merge with 2.0.4

 INSTALL               |   51 --------
 LICENSE.GPL           |  341 -------------------------------------------------
 admin/makepro         |    3 +
 src/qtbhttpaccess.cpp |    4 +-
 src/qtblogview.cpp    |   16 ++-
 src/qtbupdateicon.cpp |    8 +-
 6 files changed, 20 insertions(+), 403 deletions(-)

commit 6db7b3daadf13c865413f50c43ee3fcfbd508f35
Author: marc <marc>
Date:   Thu Oct 23 13:46:50 2008 +0000

    Remove LICENSE.GPL and INSTALL from cvs

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

commit c150232b86dbf42677d094bdbaf0c415db9e1270
Author: marc <marc>
Date:   Thu Oct 23 12:17:33 2008 +0000

    Version 1.9.3

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

commit 44bb18a534670a977a4e1663a0fcd31ddcf73c79
Author: marc <marc>
Date:   Wed Oct 22 20:37:55 2008 +0000

    Not significative changes

 src/qplaintextedit.h   |    5 +++++
 src/qtbguicompatqt43.h |   31 +++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)

commit 90e4f872c08a534a019fa06e3b2cab0dfd7c99ab
Author: marc <marc>
Date:   Wed Oct 22 18:43:40 2008 +0000

    Not significative changes

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

commit a74ce40fa1ce952ca7a1749dcf9f7dbe687794b2
Author: marc <marc>
Date:   Wed Oct 22 18:15:40 2008 +0000

    Not significative changes

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

commit 347877ce0aebd1b448bc4b9163122c1cffd831aa
Author: marc <marc>
Date:   Wed Oct 22 08:43:27 2008 +0000

    Not significative changes

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

commit d6207a592330e8fe05576905c4adcbd46d3accb3
Author: marc <marc>
Date:   Tue Oct 21 18:57:02 2008 +0000

    Big fixed for QtbUpdateIcon if access becomes 0 by crossing of events

 src/qtbhttpaccess.cpp |    4 ++--
 src/qtblogview.cpp    |    6 ++++++
 src/qtbupdateicon.cpp |    8 ++++----
 3 files changed, 12 insertions(+), 6 deletions(-)

commit b5156fc30861b3722122143e1c1a9b9af4a78039
Author: marc <marc>
Date:   Tue Oct 21 18:52:58 2008 +0000

    Not significative changes

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

commit 2be77a66fd2cb5c83826cd6741b1aa5ce68746a7
Author: marc <marc>
Date:   Sat Oct 18 14:06:09 2008 +0000

    Possible thread problem with the clock, put everything inside the lock/unlock

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

commit ea936c70c29cbae51d4ffa7f67a06a36db4e07e5
Author: marc <marc>
Date:   Thu Oct 16 08:48:32 2008 +0000

    Constness for QtbApplication::hasGui()
    hasGui() is estimated dynamically (based on env DISPLAY)
    New expression editor (include list of functions and variables, row,col indicator)

 src/qtbapplication.cpp      |   16 ++++--
 src/qtbapplication.h        |    3 +-
 src/qtbexpressioneditor.cpp |  120 +++++++++++++++++++++++++++++++++++++++++++
 src/qtbexpressioneditor.h   |   37 +++++++++++++
 src/qtbexpressioneditor.ui  |   93 +++++++++++++++++++++++++++++++++
 5 files changed, 262 insertions(+), 7 deletions(-)

commit ee319fbe84480b9a7dc7e52e0090bd313a0577ce
Author: marc <marc>
Date:   Thu Oct 9 12:14:27 2008 +0000

    Not significative changes

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

commit f6d558fc3fc592483b2756d79876c06d39dddfff
Author: marc <marc>
Date:   Tue Oct 7 14:32:50 2008 +0000

    Version 1.10.0-snapshot-20081007

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

commit 55505863c80ee3d653633724d2f23759bb156910
Author: marc <marc>
Date:   Tue Oct 7 09:39:59 2008 +0000

    For gui application, gui is automatically turned off if the DISPLAY is not available for X11 (server process)

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

commit 6e9934cbb5214a8c562b3421a23a3bb14a03eded
Author: marc <marc>
Date:   Thu Oct 2 18:43:49 2008 +0000

    Version 1.10.0-snapshot-20081002

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

commit 9abca6665ef6942232a112543cbaba4e2f8f33b6
Author: marc <marc>
Date:   Sat Sep 27 12:19:21 2008 +0000

    Not significative changes

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

commit 1656450cf414138f90857fe7166f43cf0f9a6e3e
Author: marc <marc>
Date:   Fri Sep 26 23:13:46 2008 +0000

    Show files while choosing directory (apparently Qt now works correctly)
    QtbSettings::setText(): priority given to arg text

 src/qtbapplication.cpp        |    1 +
 src/qtbcoordinatereader.cpp   |  202 +++++++++++++++++++++++++++++++++++++++++
 src/qtbcoordinatereader.h     |   38 ++++++++
 src/qtbguimessage.cpp         |    2 +-
 src/qtbloopprogresswidget.cpp |   92 +++++++++++++++++++
 src/qtbloopprogresswidget.h   |   38 ++++++++
 src/qtbpropertywidget.cpp     |    4 +-
 src/qtbsettings.cpp           |    6 +-
 8 files changed, 377 insertions(+), 6 deletions(-)

commit 0c4e954ac8450a1d0eb2c41c2774fff91f1c2d45
Author: marc <marc>
Date:   Fri Sep 26 22:43:30 2008 +0000

    Freeze property before setProperty() (avoid bug with x,y property of graphic object)

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

commit fea25f8821aea8f020b79092a0558ae842dae9b4
Author: marc <marc>
Date:   Mon Sep 22 23:46:15 2008 +0000

    Not significative changes

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

commit 9675adb87a90a18c05336770c5fd2f6866614957
Author: marc <marc>
Date:   Tue Sep 16 00:00:08 2008 +0000

    Smart close or quit function

 src/qtbmultidocumentwindow.cpp |   43 ++++++++++++++++++++++++++--------------
 src/qtbmultidocumentwindow.h   |    4 ++-
 2 files changed, 31 insertions(+), 16 deletions(-)

commit 34a7c4cf9778b8dbffb5b79a251cf493f11673b2
Author: marc <marc>
Date:   Mon Sep 15 08:35:39 2008 +0000

    Not significative changes

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

commit 0d4c8ba94cc9ad3edf035339f010a96b0bd31a40
Author: marc <marc>
Date:   Sun Sep 14 23:39:44 2008 +0000

    Not significative changes

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

commit 2ec828cb505822eca5b5f3a38d9232b2246a4cee
Author: marc <marc>
Date:   Sun Sep 14 23:33:01 2008 +0000

    Image moved to qtbguitools (linked to new QtbMultiDocumentWindow)

 src/images/editcopy.png        |  Bin 0 -> 1715 bytes
 src/images/editcursor.png      |  Bin 0 -> 633 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/qsaopen.png         |  Bin 0 -> 2629 bytes
 src/images/qsaopen4.png        |  Bin 2629 -> 0 bytes
 src/images/qsasave.png         |  Bin 0 -> 2261 bytes
 src/images/qsasave4.png        |  Bin 2261 -> 0 bytes
 src/qtbmultidocumentwindow.cpp |  526 ++++++++++++++++++++++++++++++++++++++++
 src/qtbmultidocumentwindow.h   |  106 ++++++++
 16 files changed, 632 insertions(+), 0 deletions(-)

commit 8313cb8286162b5f16ce50ebb09757f4c7ee279a
Author: marc <marc>
Date:   Fri Aug 8 16:17:39 2008 +0000

    *** empty log message ***

 src/qtbcolorpalettedata.cpp |   40 ++++++++++++++++++++++------------------
 1 files changed, 22 insertions(+), 18 deletions(-)

commit 5b09bcb75c0a464a03fa848e1deedaab53ef6124
Author: marc <marc>
Date:   Fri Aug 8 10:05:16 2008 +0000

    New versioning system

 admin/info                             |    4 ----
 admin/version                          |    5 +++++
 src/qtbcolumntextcolumnsproperties.cpp |    4 +---
 src/qtbcolumntextcolumnsproperties.h   |    4 +---
 src/qtbcolumntextitem.cpp              |    4 +---
 src/qtbcolumntextitem.h                |    4 +---
 src/qtbcolumntextlinesproperties.cpp   |    4 +---
 src/qtbcolumntextlinesproperties.h     |    4 +---
 src/qtbcolumntextwidget.cpp            |    4 +---
 src/qtbcolumntextwidget.h              |    4 +---
 src/qtbguitoolsversion.h               |    5 -----
 11 files changed, 13 insertions(+), 33 deletions(-)

commit ac1851c95609e87133d3bbc03ce7adebe1d53b60
Author: marc <marc>
Date:   Fri Aug 8 10:02:43 2008 +0000

    New versioning system

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

commit 6b7004225e584afc8e6428bf9201b988f259602b
Author: marc <marc>
Date:   Thu Aug 7 10:45:44 2008 +0000

    Blank release names

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

commit e9dc76a2630546a9a9b407ede4a7335f2f48cf62
Author: marc <marc>
Date:   Mon Aug 4 20:30:31 2008 +0000

    Merge with branch sesarray-2_0

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

commit 05344ed589fedda7382bfafcf74b198368dbd58f
Author: marc <marc>
Date:   Mon Aug 4 15:28:37 2008 +0000

    Version 1.9.2

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

commit aa35d83d47740ac38b38cf1fdc6f3a9fd9b3f8ac
Author: marc <marc>
Date:   Mon Aug 4 09:14:23 2008 +0000

    New QtbColumnText filter for ascii files organized in columns

 src/qtbcolorpalette.cpp                |    2 +-
 src/qtbcolorpalette.h                  |   11 +-
 src/qtbcolumntextcolumnsproperties.cpp |   63 +++++++
 src/qtbcolumntextcolumnsproperties.h   |   32 ++++
 src/qtbcolumntextcolumnsproperties.ui  |  140 +++++++++++++++
 src/qtbcolumntextitem.cpp              |  203 ++++++++++++++++++++++
 src/qtbcolumntextitem.h                |   44 +++++
 src/qtbcolumntextlinesproperties.cpp   |   50 ++++++
 src/qtbcolumntextlinesproperties.h     |   31 ++++
 src/qtbcolumntextlinesproperties.ui    |  155 +++++++++++++++++
 src/qtbcolumntextwidget.cpp            |  293 ++++++++++++++++++++++++++++++++
 src/qtbcolumntextwidget.h              |   51 ++++++
 src/qtbcolumntextwidget.ui             |   93 ++++++++++
 src/qtbdockwidget.cpp                  |    1 -
 src/qtbsettings.cpp                    |   19 +--
 15 files changed, 1168 insertions(+), 20 deletions(-)

commit 4a925d9cb2ac69573c24220f6271f9b61d65c267
Author: marc <marc>
Date:   Tue Jul 29 14:04:13 2008 +0000

    Fix restoring size for widget, no longer take maximized flag into account

 src/qtbsettings.cpp |   21 +++++++--------------
 1 files changed, 7 insertions(+), 14 deletions(-)

commit 2cabb9f1f13a356c81b82fb2149e257eb3b19604
Author: marc <marc>
Date:   Fri Jul 4 15:04:24 2008 +0000

    Fix conflicts generated by $Id$ after merging 2.0.1

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

commit 964e97aa26fab0c0a6ff1494c6deaa4aca97303a
Author: marc <marc>
Date:   Fri Jul 4 15:00:17 2008 +0000

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

 admin/info                          |    2 +-
 src/qtbapplication.cpp              |    8 +++++---
 src/qtbapplication.h                |    4 +---
 src/qtbattachments.cpp              |    4 +---
 src/qtbattachments.h                |    4 +---
 src/qtbbugreport.cpp                |    4 +---
 src/qtbbugreport.h                  |    4 +---
 src/qtbcast.cpp                     |    4 +---
 src/qtbcast.h                       |    4 +---
 src/qtbclassfactory.cpp             |    4 +---
 src/qtbclassfactory.h               |    4 +---
 src/qtbcolorbutton.cpp              |    4 +---
 src/qtbcolorbutton.h                |    4 +---
 src/qtbcolorhistogram.cpp           |    4 +---
 src/qtbcolorhistogram.h             |    4 +---
 src/qtbcolorpalette.cpp             |    4 +---
 src/qtbcolorpalette.h               |    4 +---
 src/qtbcolorpalettedata.cpp         |    4 +---
 src/qtbcolorpalettedata.h           |    4 +---
 src/qtbconnectionparam.cpp          |    4 +---
 src/qtbconnectionparam.h            |    4 +---
 src/qtbdialog.cpp                   |    4 +---
 src/qtbdialog.h                     |    4 +---
 src/qtbdockwidget.cpp               |    4 +---
 src/qtbdockwidget.h                 |    4 +---
 src/qtbdoublespinbox.cpp            |    4 +---
 src/qtbdoublespinbox.h              |    4 +---
 src/qtbexpandtabtitle.cpp           |    4 +---
 src/qtbexpandtabtitle.h             |    4 +---
 src/qtbexpandtabwidget.cpp          |    4 +---
 src/qtbexpandtabwidget.h            |    4 +---
 src/qtbguimessage.cpp               |    4 +---
 src/qtbguimessage.h                 |    4 +---
 src/qtbguitools.cpp                 |    4 +---
 src/qtbguitools.h                   |    4 +---
 src/qtbguitoolsdllexport.h          |    4 +---
 src/qtbguitoolsversion.h            |    4 ++--
 src/qtbhttpaccess.cpp               |    4 +---
 src/qtbhttpaccess.h                 |    4 +---
 src/qtblogview.cpp                  |    4 +---
 src/qtblogview.h                    |    4 +---
 src/qtblogwidget.cpp                |    4 +---
 src/qtblogwidget.h                  |    4 +---
 src/qtbmessagebox.cpp               |    4 +---
 src/qtbmessagebox.h                 |    4 +---
 src/qtbpluginapplication.cpp        |    4 +---
 src/qtbpluginapplication.h          |    4 +---
 src/qtbprintdialogwrapper.cpp       |    4 +---
 src/qtbprintdialogwrapper.h         |    4 +---
 src/qtbprintparametersint.cpp       |    4 +---
 src/qtbprintparametersint.h         |    4 +---
 src/qtbprogressbar.cpp              |    4 +---
 src/qtbprogressbar.h                |    4 +---
 src/qtbpropertyarea.cpp             |    4 +---
 src/qtbpropertyarea.h               |    4 +---
 src/qtbpropertycategory.cpp         |    4 +---
 src/qtbpropertycategory.h           |    4 +---
 src/qtbpropertycategorysettings.cpp |    4 +---
 src/qtbpropertycategorysettings.h   |    4 +---
 src/qtbpropertycontext.cpp          |    4 +---
 src/qtbpropertycontext.h            |    4 +---
 src/qtbpropertyeditor.cpp           |    4 +---
 src/qtbpropertyeditor.h             |    4 +---
 src/qtbpropertyitem.cpp             |    4 +---
 src/qtbpropertyitem.h               |    4 +---
 src/qtbpropertyproxy.cpp            |    4 +---
 src/qtbpropertyproxy.h              |    4 +---
 src/qtbpropertytab.cpp              |    4 +---
 src/qtbpropertytab.h                |    4 +---
 src/qtbpropertytabsettings.cpp      |    4 +---
 src/qtbpropertytabsettings.h        |    4 +---
 src/qtbpropertyvalue.cpp            |    4 +---
 src/qtbpropertyvalue.h              |    4 +---
 src/qtbpropertywidget.cpp           |    4 +---
 src/qtbpropertywidget.h             |    4 +---
 src/qtbqsa.cpp                      |    4 +---
 src/qtbqsa.h                        |    4 +---
 src/qtbsamplingwidget.cpp           |    4 +---
 src/qtbsamplingwidget.h             |    4 +---
 src/qtbsendmail.cpp                 |    4 +---
 src/qtbsendmail.h                   |    4 +---
 src/qtbsettings.cpp                 |    4 +---
 src/qtbsettings.h                   |    4 +---
 src/qtbsmoothingwidget.cpp          |    4 +---
 src/qtbsmoothingwidget.h            |    4 +---
 src/qtbupdateicon.cpp               |    4 +---
 src/qtbupdateicon.h                 |    4 +---
 src/qtbxmleditor.cpp                |    4 +---
 src/qtbxmleditor.h                  |    4 +---
 src/qtbxmlitem.cpp                  |    4 +---
 src/qtbxmlitem.h                    |    4 +---
 91 files changed, 96 insertions(+), 270 deletions(-)

commit f224aa5f43bfa12b4032839fe403f5d73b205f13
Author: marc <marc>
Date:   Fri Jul 4 14:58:42 2008 +0000

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

 src/qtbapplication.cpp              |    4 +---
 src/qtbapplication.h                |    4 +---
 src/qtbattachments.cpp              |    4 +---
 src/qtbattachments.h                |    4 +---
 src/qtbbugreport.cpp                |    4 +---
 src/qtbbugreport.h                  |    4 +---
 src/qtbcast.cpp                     |    4 +---
 src/qtbcast.h                       |    4 +---
 src/qtbclassfactory.cpp             |    4 +---
 src/qtbclassfactory.h               |    4 +---
 src/qtbcolorbutton.cpp              |    4 +---
 src/qtbcolorbutton.h                |    4 +---
 src/qtbcolorhistogram.cpp           |    4 +---
 src/qtbcolorhistogram.h             |    4 +---
 src/qtbcolorpalette.cpp             |    4 +---
 src/qtbcolorpalette.h               |    4 +---
 src/qtbcolorpalettedata.cpp         |    4 +---
 src/qtbcolorpalettedata.h           |    4 +---
 src/qtbconnectionparam.cpp          |    4 +---
 src/qtbconnectionparam.h            |    4 +---
 src/qtbdialog.cpp                   |    4 +---
 src/qtbdialog.h                     |    4 +---
 src/qtbdockwidget.cpp               |    4 +---
 src/qtbdockwidget.h                 |    4 +---
 src/qtbdoublespinbox.cpp            |    4 +---
 src/qtbdoublespinbox.h              |    4 +---
 src/qtbexpandtabtitle.cpp           |    4 +---
 src/qtbexpandtabtitle.h             |    4 +---
 src/qtbexpandtabwidget.cpp          |    4 +---
 src/qtbexpandtabwidget.h            |    4 +---
 src/qtbguimessage.cpp               |    4 +---
 src/qtbguimessage.h                 |    4 +---
 src/qtbguitools.cpp                 |    4 +---
 src/qtbguitools.h                   |    4 +---
 src/qtbguitoolsdllexport.h          |    4 +---
 src/qtbhttpaccess.cpp               |    4 +---
 src/qtbhttpaccess.h                 |    4 +---
 src/qtblogview.cpp                  |    4 +---
 src/qtblogview.h                    |    4 +---
 src/qtblogwidget.cpp                |    4 +---
 src/qtblogwidget.h                  |    4 +---
 src/qtbmessagebox.cpp               |    4 +---
 src/qtbmessagebox.h                 |    4 +---
 src/qtbpluginapplication.cpp        |    4 +---
 src/qtbpluginapplication.h          |    4 +---
 src/qtbprintdialogwrapper.cpp       |    4 +---
 src/qtbprintdialogwrapper.h         |    4 +---
 src/qtbprintparametersint.cpp       |    4 +---
 src/qtbprintparametersint.h         |    4 +---
 src/qtbprogressbar.cpp              |    4 +---
 src/qtbprogressbar.h                |    4 +---
 src/qtbpropertyarea.cpp             |    4 +---
 src/qtbpropertyarea.h               |    4 +---
 src/qtbpropertycategory.cpp         |    4 +---
 src/qtbpropertycategory.h           |    4 +---
 src/qtbpropertycategorysettings.cpp |    4 +---
 src/qtbpropertycategorysettings.h   |    4 +---
 src/qtbpropertycontext.cpp          |    4 +---
 src/qtbpropertycontext.h            |    4 +---
 src/qtbpropertyeditor.cpp           |    4 +---
 src/qtbpropertyeditor.h             |    4 +---
 src/qtbpropertyitem.cpp             |    4 +---
 src/qtbpropertyitem.h               |    4 +---
 src/qtbpropertyproxy.cpp            |    4 +---
 src/qtbpropertyproxy.h              |    4 +---
 src/qtbpropertytab.cpp              |    4 +---
 src/qtbpropertytab.h                |    4 +---
 src/qtbpropertytabsettings.cpp      |    4 +---
 src/qtbpropertytabsettings.h        |    4 +---
 src/qtbpropertyvalue.cpp            |    4 +---
 src/qtbpropertyvalue.h              |    4 +---
 src/qtbpropertywidget.cpp           |    4 +---
 src/qtbpropertywidget.h             |    4 +---
 src/qtbqsa.cpp                      |    5 ++---
 src/qtbqsa.h                        |    4 +---
 src/qtbsamplingwidget.cpp           |    4 +---
 src/qtbsamplingwidget.h             |    4 +---
 src/qtbsendmail.cpp                 |    4 +---
 src/qtbsendmail.h                   |    4 +---
 src/qtbsettings.cpp                 |    4 +---
 src/qtbsettings.h                   |    4 +---
 src/qtbsmoothingwidget.cpp          |    4 +---
 src/qtbsmoothingwidget.h            |    4 +---
 src/qtbupdateicon.cpp               |    4 +---
 src/qtbupdateicon.h                 |    4 +---
 src/qtbxmleditor.cpp                |    4 +---
 src/qtbxmleditor.h                  |    4 +---
 src/qtbxmlitem.cpp                  |    4 +---
 src/qtbxmlitem.h                    |    4 +---
 89 files changed, 90 insertions(+), 267 deletions(-)

commit c9ab6f556e03ae26dfd637463ea23ff883c9b344
Author: marc <marc>
Date:   Mon Jun 30 14:35:59 2008 +0000

    Version 1.9.1

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

commit d102e1e2ca57fda7d0c64e721a57a7d49f1548f5
Author: marc <marc>
Date:   Tue Jun 24 17:23:25 2008 +0000

    Fix non exit after option -h

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

commit 8a5a14a7a3543096d0e25e38bd24c4d0599a20b5
Author: marc <marc>
Date:   Thu Jun 19 08:40:02 2008 +0000

    *** empty log message ***

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

commit 697c9e7ab01502a232e6693fa81497d05940f86c
Author: marc <marc>
Date:   Thu Jun 19 07:50:28 2008 +0000

    Not significative changes

 doc/Doxyfile   |   73 ++++++++-----------------------------------------------
 src/qtbqsa.cpp |    3 +-
 2 files changed, 12 insertions(+), 64 deletions(-)

commit 911c3508b44003870e98bd68ae29af24e765a4da
Author: marc <marc>
Date:   Tue Jun 17 18:22:31 2008 +0000

    Bug introduced by recent change from std::exit() to exit(). In QtbApplication constructor, this exit() has no meaning. Replaced by ::exit().

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

commit d12353d035a238eaa98a1796440d0351b4b02637
Author: marc <marc>
Date:   Mon Jun 16 14:16:35 2008 +0000

    Version 1.9.0

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

commit fb8c8f47bd3484983b29a895c9a888df7eaa08e1
Author: marc <marc>
Date:   Mon Jun 16 14:11:00 2008 +0000

    Replace all std::exit() by simply exit(), bug reported with gcc 4.3

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

commit b9bb59b4c9c0046abb91e9886b3af055a044d48c
Author: marc <marc>
Date:   Tue Jun 10 19:20:36 2008 +0000

    Remove interfaced object and widget no longer used

 src/qtbinterfaced.cpp |   11 ----------
 src/qtbinterfaced.h   |   50 -------------------------------------------------
 2 files changed, 0 insertions(+), 61 deletions(-)

commit c55f36e4cc4b04f0c552e316edb4139697da5f0a
Author: marc <marc>
Date:   Tue Jun 10 17:31:53 2008 +0000

    Allow add properties dynamically (not only by protected function addProperty) by setValue().

 src/qtbpropertyvalue.cpp  |    4 +++-
 src/qtbpropertyvalue.h    |    3 ++-
 src/qtbpropertywidget.cpp |   23 +++++++++++++++++++----
 src/qtbpropertywidget.h   |   14 ++++++++------
 4 files changed, 32 insertions(+), 12 deletions(-)

commit acfe8df05af2d9fc3085e6bb7ce62db12e549c2c
Author: marc <marc>
Date:   Fri Jun 6 16:05:16 2008 +0000

    Support HTML in message boxes
    Bug fixed for "move down" property widget

 src/qtbbugreport.cpp       |   14 +++++---
 src/qtbexpandtabwidget.cpp |   11 +++++-
 src/qtbmessagebox.cpp      |   12 ++++++-
 src/qtbmessagebox.h        |    4 +-
 src/qtbmessagebox.ui       |   73 +++++++++++++++++++++++++++++++++----------
 5 files changed, 86 insertions(+), 28 deletions(-)

commit df9bac4a5d58e0dba781ea35d821035b6651ff4b
Author: marc <marc>
Date:   Tue Jun 3 17:30:40 2008 +0000

    Add attachment temporarly disabled

 src/qtbbugreport.ui |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

commit cdd7b8dd6f3e36ccd9561ae659b918ef9525f6cb
Author: marc <marc>
Date:   Tue Jun 3 17:18:57 2008 +0000

    Force user to set a correct email

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

commit 5fad333669987ffcdd18d5f4a64f2c5f25f18325
Author: marc <marc>
Date:   Sun May 25 20:25:38 2008 +0000

    Preliminary code for link between property widget

 src/qtbpropertyproxy.cpp  |    8 +++++++-
 src/qtbpropertyproxy.h    |    3 ++-
 src/qtbpropertywidget.cpp |   11 ++++++++++-
 src/qtbpropertywidget.h   |    5 ++++-
 4 files changed, 23 insertions(+), 4 deletions(-)

commit 88be1dbfe779b979e0840f5d307f62961159de9d
Author: marc <marc>
Date:   Thu May 22 22:44:07 2008 +0000

    Not significative changes

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

commit 7de587e51359efc2831d2ac6be4514a2972ca9c1
Author: marc <marc>
Date:   Fri May 16 20:04:31 2008 +0000

    Version 1.8.2

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

commit 601772150326d712f7fbb8bdf271303b3ee60e08
Author: marc <marc>
Date:   Wed May 14 08:22:10 2008 +0000

    Change the order bteween standard and custom property type in initial determination: priority must be given to custom to be able to supersede standard behaviour.

 src/qtbpropertywidget.cpp |   25 +++++++++++++++----------
 1 files changed, 15 insertions(+), 10 deletions(-)

commit d54b72730cf7baa3a81acddb5beeaab6a76c2e0d
Author: marc <marc>
Date:   Mon May 12 23:08:32 2008 +0000

    New customWidget virtual functions in QtbPropertyWidget

 src/qtbcolorpalette.cpp   |    6 +-
 src/qtbpropertywidget.cpp |  138 +++++++++++++++++++++------------------------
 src/qtbpropertywidget.h   |   23 +++++---
 3 files changed, 81 insertions(+), 86 deletions(-)

commit 90aac950f113ae3d986f69b6696c5b03390030da
Author: marc <marc>
Date:   Sun May 11 19:32:11 2008 +0000

    Version 1.8.1

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

commit ebb5f698683890c71c3f4406e5d2e79d9d5d46a6
Author: marc <marc>
Date:   Sun May 11 18:29:58 2008 +0000

    New feature in property dialog: resize of individual widgets
    New format for save/restore state of QtbExpandTabWidget: QByteArray with height of widget added
    Bug fixed on closing a property context: save state and clean widgets, no longer needed to perform this clean in individual widgets (see scifigs)

 src/qtbbugreport.cpp                |    4 +-
 src/qtbexpandtabtitle.cpp           |   10 +++-
 src/qtbexpandtabtitle.h             |    4 +-
 src/qtbexpandtabwidget.cpp          |   94 +++++++++++++++++++++++++----------
 src/qtbexpandtabwidget.h            |    7 ++-
 src/qtbpropertycategorysettings.cpp |   23 ++++++---
 src/qtbpropertycategorysettings.h   |   10 ++--
 src/qtbpropertyeditor.cpp           |   10 ++--
 src/qtbpropertyeditor.h             |    4 +-
 src/qtbpropertyproxy.cpp            |    6 ++-
 src/qtbpropertytabsettings.h        |    8 ++--
 11 files changed, 121 insertions(+), 59 deletions(-)

commit 5636727702c2f52f8ced39715d24b3965b5ca6fb
Author: marc <marc>
Date:   Sat May 10 10:39:28 2008 +0000

    Bug fixed for http access (early clear induced a crash)

 src/qtbhttpaccess.cpp |    3 ++-
 src/qtbupdateicon.cpp |   25 ++++++++++---------------
 src/qtbupdateicon.h   |    5 +++--
 3 files changed, 15 insertions(+), 18 deletions(-)

commit ed94c3b5888d383998c247e8008e49817d996702
Author: marc <marc>
Date:   Fri May 9 22:22:04 2008 +0000

    Version 1.8.0

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

commit a4e25f1bb18d2d8385761d11343e67d4d9efad2b
Author: marc <marc>
Date:   Fri May 9 15:26:14 2008 +0000

    Not significative changes

 src/qtbpropertyeditor.cpp |    5 ++++-
 src/qtbpropertyeditor.h   |    7 +++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

commit ab90c577be32840bcef68b15885ffdab9e6f0ec8
Author: marc <marc>
Date:   Fri May 9 12:55:38 2008 +0000

    *** empty log message ***

 src/qtbcategoryarea.cpp   |   64 ----------
 src/qtbcategoryarea.h     |   31 -----
 src/qtbcategorywidget.cpp |  289 ---------------------------------------------
 src/qtbcategorywidget.h   |   78 ------------
 src/qtbpropertyarea.cpp   |   64 ++++++++++
 src/qtbpropertyarea.h     |   29 +++++
 6 files changed, 93 insertions(+), 462 deletions(-)

commit 567f9a04452fcd52e74c04912c00e95e7fc47699
Author: marc <marc>
Date:   Fri May 9 12:54:50 2008 +0000

    Replace category (icon+name) with a more compact disply: tab widget

 src/qtbpropertyeditor.cpp |  160 ++++++++++++++++++++++++++++++---------------
 src/qtbpropertyeditor.h   |   20 ++++--
 src/qtbpropertyproxy.cpp  |   12 +--
 3 files changed, 127 insertions(+), 65 deletions(-)

commit 2d6fcc84d4ab91c2776034459cd13d2b94760a70
Author: marc <marc>
Date:   Sat Apr 26 06:50:40 2008 +0000

    *** empty log message ***

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

commit 90aeffcb9af3e58c3338199b0817f795b7be4bba
Author: marc <marc>
Date:   Fri Apr 25 18:45:25 2008 +0000

    Version 1.7.0

 admin/info                        |    2 +-
 src/qtbcategorywidget.cpp         |    5 ++++-
 src/qtbcategorywidget.h           |    3 ++-
 src/qtbexpandtabtitle.cpp         |    8 +++++++-
 src/qtbexpandtabtitle.h           |    4 +++-
 src/qtbexpandtabwidget.cpp        |    6 +++++-
 src/qtbexpandtabwidget.h          |    3 ++-
 src/qtbguitoolsversion.h          |    4 ++--
 src/qtbpropertycategory.h         |    5 ++++-
 src/qtbpropertycategorysettings.h |    5 ++++-
 src/qtbpropertycontext.cpp        |    4 +++-
 src/qtbpropertycontext.h          |    3 ++-
 src/qtbpropertyitem.h             |    4 +++-
 src/qtbpropertyproxy.h            |    4 +++-
 src/qtbpropertytab.h              |    3 ++-
 src/qtbpropertytabsettings.h      |    4 +++-
 src/qtbpropertyvalue.cpp          |    6 ++++--
 src/qtbpropertyvalue.h            |    3 ++-
 18 files changed, 56 insertions(+), 20 deletions(-)

commit aaf0ebc3a8efab5f3684747b635c499ac00e72f4
Author: marc <marc>
Date:   Fri Apr 25 13:40:09 2008 +0000

    Various bug fixes to increase speed and debug under multi contexts

 src/qtbcategorywidget.cpp           |    8 +-
 src/qtbcategorywidget.h             |   11 ++-
 src/qtbexpandtabwidget.cpp          |   14 ++--
 src/qtbpropertycategory.cpp         |   25 ++++--
 src/qtbpropertycategory.h           |   17 ++--
 src/qtbpropertycategorysettings.cpp |   57 ++++++++++++--
 src/qtbpropertycategorysettings.h   |   13 +++-
 src/qtbpropertycontext.cpp          |   19 ++++-
 src/qtbpropertycontext.h            |    3 +-
 src/qtbpropertyeditor.cpp           |  147 ++++++++++++++++++++++++++---------
 src/qtbpropertyeditor.h             |   11 ++-
 src/qtbpropertyitem.h               |    4 +-
 src/qtbpropertyproxy.cpp            |  108 ++++++++++++++++++-------
 src/qtbpropertyproxy.h              |   28 +++++--
 src/qtbpropertytab.cpp              |   12 +---
 src/qtbpropertytab.h                |    8 +-
 src/qtbpropertytabsettings.h        |   12 ++--
 src/qtbpropertywidget.cpp           |   10 +-
 src/qtbpropertywidget.h             |   22 +++---
 19 files changed, 371 insertions(+), 158 deletions(-)

commit 085abdd53d237777a2b9d249f71033e5756db951
Author: marc <marc>
Date:   Wed Apr 9 01:11:58 2008 +0000

    New framework for properties (still under development)
    Number format removed from palette

 src/qtbcategoryarea.cpp             |   64 +++++++
 src/qtbcategoryarea.h               |   31 ++++
 src/qtbcategorywidget.cpp           |  284 ++++++++++++++++++++++++++++++++
 src/qtbcategorywidget.h             |   76 +++++++++
 src/qtbcolorpalette.cpp             |   39 ++---
 src/qtbcolorpalette.h               |   12 +-
 src/qtbcolorpalettedata.cpp         |    8 +-
 src/qtbcolorpalettedata.h           |   12 +-
 src/qtbdialogproperties.cpp         |  309 -----------------------------------
 src/qtbdialogproperties.h           |   80 ---------
 src/qtbdoublespinbox.cpp            |   19 ++-
 src/qtbdoublespinbox.h              |    5 +-
 src/qtbexpandtabtitle.cpp           |  220 +++++++++++++++++++++++++
 src/qtbexpandtabtitle.h             |   73 ++++++++
 src/qtbexpandtabwidget.cpp          |  295 +++++++++++++++++++++++++++++++++
 src/qtbexpandtabwidget.h            |   57 +++++++
 src/qtbpropertycategory.cpp         |   88 ++++++++++
 src/qtbpropertycategory.h           |   49 ++++++
 src/qtbpropertycategorysettings.cpp |   78 +++++++++
 src/qtbpropertycategorysettings.h   |   35 ++++
 src/qtbpropertycontext.cpp          |   50 ++++++
 src/qtbpropertycontext.h            |   31 ++++
 src/qtbpropertyeditor.cpp           |  159 ++++++++++++++++++
 src/qtbpropertyeditor.h             |   44 +++++
 src/qtbpropertyitem.cpp             |   18 ++
 src/qtbpropertyitem.h               |   29 ++++
 src/qtbpropertyproxy.cpp            |  151 +++++++++++++++++
 src/qtbpropertyproxy.h              |   51 ++++++
 src/qtbpropertytab.cpp              |  107 ++++++++++++
 src/qtbpropertytab.h                |   49 ++++++
 src/qtbpropertytabsettings.cpp      |   23 +++
 src/qtbpropertytabsettings.h        |   33 ++++
 src/qtbpropertyvalue.cpp            |   90 ++++++++++
 src/qtbpropertyvalue.h              |   64 +++++++
 src/qtbpropertywidget.cpp           |  234 ++++++++++++++++++++++++++
 src/qtbpropertywidget.h             |   58 +++++++
 src/qtbsettings.cpp                 |   73 +--------
 37 files changed, 2591 insertions(+), 507 deletions(-)

commit 01e03d96d01f1ba3042b552149ba589de5d41080
Author: marc <marc>
Date:   Wed Mar 5 07:25:09 2008 +0000

    Version 1.6.0

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

commit cbfea4837eaf6a2895207b9cedaaf55e03049fec
Author: marc <marc>
Date:   Mon Mar 3 09:07:19 2008 +0000

    Not significative changes

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

commit bdfba42279c8aedfc794ea30293fb1010a4650dc
Author: marc <marc>
Date:   Sun Mar 2 16:41:26 2008 +0000

    Not significative changes

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

commit 606f1c13354bf34ee34e96ae2facf073721f6bd0
Author: marc <marc>
Date:   Sun Mar 2 16:28:44 2008 +0000

    Bug fixed for color palette in multi-thread: copy constructor required

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

commit 2f70fb814ae2f64e74def57e6533c4d3b0ed121a
Author: marc <marc>
Date:   Sun Mar 2 15:01:09 2008 +0000

    Color palette transformed into an implicitely shared object: solve multi-thread problems of linked palette (can be modified by a third party object not aware of layer painting states)

 src/qtbcolorpalette.cpp     |  322 ++++---------------------------------------
 src/qtbcolorpalette.h       |  125 +++++++++++------
 src/qtbcolorpalettedata.cpp |  288 ++++++++++++++++++++++++++++++++++++++
 src/qtbcolorpalettedata.h   |   63 +++++++++
 4 files changed, 461 insertions(+), 337 deletions(-)

commit 0c30c68fb4694707dbb7bbc1c4aad19ea68175c8
Author: marc <marc>
Date:   Sun Mar 2 11:23:55 2008 +0000

    Not significative changes

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

commit af5feee5d0394530e0a4ffcb85267a9d510f06c1
Author: marc <marc>
Date:   Fri Feb 29 00:14:29 2008 +0000

    Not significative changes

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

commit 0dda2b80abefcac7dc47764c1d3125e2bbd2f576
Author: marc <marc>
Date:   Wed Feb 6 18:31:14 2008 +0000

    Bug fixed for bug report (no more pre-send which blocked the whole process)

 src/qtbbugreport.cpp |   94 +++++++++++++++++++++++++++-----------------------
 src/qtbbugreport.h   |    7 ++--
 2 files changed, 55 insertions(+), 46 deletions(-)

commit d76e56bf96d978b147f7522e771abfe2dccd6731
Author: marc <marc>
Date:   Fri Jan 18 14:46:08 2008 +0000

    Version 1.5.0

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

commit c1fce50fc116c250fadf130d3536f4c11eafd27e
Author: marc <marc>
Date:   Fri Jan 18 13:54:39 2008 +0000

    Not significative changes

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

commit 57ede8b56d5c537c054768c377bcdcfae3f2f7c9
Author: marc <marc>
Date:   Fri Jan 18 10:41:03 2008 +0000

    Not significative changes

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

commit b710fa2fb860cbc48efe24246351ff32bb550366
Author: marc <marc>
Date:   Fri Jan 18 10:25:58 2008 +0000

    Mac settings grab implemented

 src/qtbhttpaccess.cpp |  170 ++++++++++++++++---------------------------------
 src/qtbhttpaccess.h   |    3 +-
 2 files changed, 57 insertions(+), 116 deletions(-)

commit 78007d78c673c24260cd61b0a569c4477e9f4772
Author: marc <marc>
Date:   Thu Jan 17 21:50:48 2008 +0000

    Not significative changes

 src/qtbhttpaccess.cpp |  131 +++++++++++++++++++++++++++++++++++++++++++++----
 src/qtbhttpaccess.h   |   12 +++--
 2 files changed, 128 insertions(+), 15 deletions(-)

commit 15432f90110d54f3c050d966ec220e9182543f1b
Author: marc <marc>
Date:   Thu Jan 17 16:55:30 2008 +0000

    *** empty log message ***

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

commit b21126841ab74855eec03fdcb123c29a33261e61
Author: marc <marc>
Date:   Thu Jan 17 16:42:22 2008 +0000

    *** empty log message ***

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

commit 12a8cb9ffd488ec8c1cb9f50ecc8693dbeef216a
Author: marc <marc>
Date:   Thu Jan 17 15:00:27 2008 +0000

    *** empty log message ***

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

commit cc20cad6f9210370901f49fa76856edefe2ffcda
Author: marc <marc>
Date:   Mon Jan 14 13:46:16 2008 +0000

    Parse KDE settings and IE registry

 src/qtbhttpaccess.cpp |  268 ++++++++++++++++++++++++++++++++++++++++++-------
 src/qtbhttpaccess.h   |   10 ++-
 src/qtbupdateicon.cpp |   33 ++++---
 src/qtbupdateicon.h   |    4 +-
 4 files changed, 259 insertions(+), 56 deletions(-)

commit e6988d0d350ca00b55a278f6d615fc35ce5de7b1
Author: marc <marc>
Date:   Fri Jan 11 13:19:45 2008 +0000

    Store default settings for proxy in QtbHttpAccess
    First try default setting, and then in case of failure try to grab

 src/qtbapplication.cpp     |   12 +++-
 src/qtbapplication.h       |    4 +-
 src/qtbbugreport.cpp       |   66 +++++++-------
 src/qtbbugreport.h         |    9 ++-
 src/qtbconnectionparam.cpp |   78 +++++++++++++++++
 src/qtbconnectionparam.h   |   30 +++++++
 src/qtbconnectionparam.ui  |  187 ++++++++++++++++++++++++++++++++++++++++
 src/qtbhttpaccess.cpp      |  100 +++++++++++++++++++---
 src/qtbhttpaccess.h        |   26 ++++--
 src/qtbpluginapplication.h |    3 +-
 src/qtbupdateicon.cpp      |   60 ++++++-------
 src/qtbupdateicon.h        |    6 +-
 src/qtbupdateparam.cpp     |   83 ------------------
 src/qtbupdateparam.h       |   30 -------
 src/qtbupdateparam.ui      |  204 --------------------------------------------
 15 files changed, 487 insertions(+), 411 deletions(-)

commit aca3886713d4652c1210dc35edd53a62537c5f0e
Author: marc <marc>
Date:   Mon Jan 7 20:17:16 2008 +0000

    New bug report dialog box to exchange with new bug database

 src/qtbbugreport.cpp  |  151 +++++++++++++++++++++++++---------
 src/qtbbugreport.h    |   20 +++--
 src/qtbbugreport.ui   |  222 +++++++++++++++++++------------------------------
 src/qtbhttpaccess.cpp |   44 +++++++---
 src/qtbhttpaccess.h   |    7 ++-
 src/qtbupdateicon.cpp |   15 ++--
 6 files changed, 260 insertions(+), 199 deletions(-)

commit 7b56c8f0f224834834238dcbe6a28fc2a7ee8499
Author: marc <marc>
Date:   Sat Jan 5 16:28:22 2008 +0000

    Correction to fix registry errors while loading user preference for internet connection.

 src/qtbhttpaccess.cpp |   24 +++++++++++++++++++++++-
 src/qtbhttpaccess.h   |    7 ++++---
 src/qtbupdateicon.cpp |   33 +++++++++++----------------------
 3 files changed, 38 insertions(+), 26 deletions(-)

commit b0f68108b37abc1c35359ddf2d3969b7f159211b
Author: marc <marc>
Date:   Thu Jan 3 00:37:40 2008 +0000

    Version 1.4.0

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

commit 812397332037302d916078a70555d6d21cc18c91
Author: marc <marc>
Date:   Thu Jan 3 00:31:30 2008 +0000

    Not significative changes

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

commit 261cde01097b7e0e3791ce86e682a14ba88de47e
Author: marc <marc>
Date:   Wed Jan 2 23:40:33 2008 +0000

    Improved the proxy detector: look into Firefox configuration files, missing code for internet explorer, Safari and PAC file analysis.

 src/qtbhttpaccess.cpp |  340 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbhttpaccess.h   |   70 ++++++++++
 src/qtbupdateicon.cpp |   84 +++++--------
 src/qtbupdateicon.h   |    5 +-
 4 files changed, 444 insertions(+), 55 deletions(-)

commit bb1e181334947a3616155bc1057743b364a31ebf
Author: marc <marc>
Date:   Thu Dec 27 17:45:16 2007 +0000

    Use desktop services from Qt rather than home made start of browser.

 src/qtbattachments.cpp        |    8 +-
 src/qtbbugreport.cpp          |   11 ++-
 src/qtbcolorbutton.cpp        |    6 +-
 src/qtbcolorbutton.h          |    3 +-
 src/qtbcolorhistogram.cpp     |    8 +-
 src/qtbcolorhistogram.h       |    3 +-
 src/qtbcolorpalette.cpp       |   21 +++-
 src/qtbdialog.cpp             |    8 +-
 src/qtbdialog.h               |    3 +-
 src/qtbdialogproperties.cpp   |   16 +++-
 src/qtbdialogproperties.h     |    3 +-
 src/qtbdockwidget.h           |    4 +-
 src/qtbdoublespinbox.cpp      |    5 +-
 src/qtbdoublespinbox.h        |    4 +-
 src/qtbguimessage.cpp         |   22 +++-
 src/qtbguitools.cpp           |    4 +-
 src/qtbguitools.h             |    3 +-
 src/qtblogview.cpp            |    6 +-
 src/qtblogwidget.cpp          |   10 ++-
 src/qtblogwidget.h            |    3 +-
 src/qtbmessagebox.cpp         |    9 ++-
 src/qtbmessagebox.h           |    5 +-
 src/qtbpluginapplication.cpp  |    4 +-
 src/qtbprintdialogwrapper.cpp |    4 +-
 src/qtbprintdialogwrapper.h   |    4 +-
 src/qtbprintparametersint.cpp |  260 +++++++++++++++++++++--------------------
 src/qtbprintparametersint.h   |    4 +-
 src/qtbprogressbar.cpp        |    6 +-
 src/qtbprogressbar.h          |    3 +-
 src/qtbqsa.cpp                |   49 +++++++-
 src/qtbsamplingwidget.cpp     |   13 ++-
 src/qtbsamplingwidget.h       |    3 +-
 src/qtbsendmail.cpp           |   11 ++-
 src/qtbsendmail.h             |    3 +-
 src/qtbsettings.cpp           |   37 ++++++-
 src/qtbsettings.h             |    6 +-
 src/qtbsmoothingwidget.cpp    |   10 ++-
 src/qtbupdateicon.cpp         |   16 ++-
 src/qtbupdateicon.h           |    3 +-
 src/qtbupdateparam.cpp        |    6 +-
 src/qtbxmleditor.cpp          |   15 +++-
 src/qtbxmleditor.h            |    3 +-
 src/qtbxmlitem.cpp            |   18 +++-
 43 files changed, 459 insertions(+), 184 deletions(-)

commit bda9c6d04500dd56955d2121ac20c72231bd0571
Author: marc <marc>
Date:   Mon Dec 10 16:13:16 2007 +0000

    New option to switch log view to debug mode (output to console)

 src/qtblogwidget.cpp |   21 ++++++++++-----------
 src/qtblogwidget.h   |    5 ++++-
 2 files changed, 14 insertions(+), 12 deletions(-)

commit eac40e3330030c29bf0ffa8112006dadcac65502
Author: marc <marc>
Date:   Thu Dec 6 13:48:32 2007 +0000

    Version 1.3.1

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

commit 4ecdebc1bbfcacf3a3ba0049adc4045dddc16aad
Author: marc <marc>
Date:   Thu Dec 6 13:31:42 2007 +0000

    Not significative changes

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

commit 95d91bbd29046c0c26c35b828230a7fddb367b2d
Author: marc <marc>
Date:   Fri Nov 30 15:14:32 2007 +0000

    Version 1.3.0

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

commit c482213e45a9d69e490b460e35987fdb1cc5efb8
Author: marc <marc>
Date:   Fri Nov 30 13:46:18 2007 +0000

    Splitter are never restored with 0 size (QtbSetting)
    Logging tab use scroll button (explicit set, needed for Mac)
    New XML editor widget (based on QtbXMLGenericItem)

 src/qtblogwidget.cpp |    3 +-
 src/qtbsettings.cpp  |    8 ++-
 src/qtbxmleditor.cpp |  142 +++++++++++++++++++++++++++++++++++
 src/qtbxmleditor.h   |   58 ++++++++++++++
 src/qtbxmlitem.cpp   |  204 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbxmlitem.h     |   51 +++++++++++++
 6 files changed, 463 insertions(+), 3 deletions(-)

commit c6c1f86a3306b51a3d5a2d3ad13f6251b881fb5e
Author: marc <marc>
Date:   Mon Nov 19 23:19:49 2007 +0000

    Version 1.2.2

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

commit 614558b31480fe593f904ee255dde5999d0b35d3
Author: marc <marc>
Date:   Thu Nov 15 12:10:00 2007 +0000

    New function increaseValue()

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

commit 5fce37b26495657cdba6324ce01c48ec3763931f
Author: marc <marc>
Date:   Wed Oct 24 19:17:31 2007 +0000

    Version 1.2.1

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

commit 6d5a42ecba805769f3515bc77d7df17794de061b
Author: marc <marc>
Date:   Thu Oct 18 16:40:52 2007 +0000

    Version 1.2.0

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

commit 515eed54148113decde3cf51a51dd3454cac01bc
Author: marc <marc>
Date:   Thu Oct 18 15:32:12 2007 +0000

    Not significative changes

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

commit 88ce5aee0c333fae6d4758506217ba9d22bbeba7
Author: marc <marc>
Date:   Fri Oct 12 09:15:13 2007 +0000

    Not significative changes

 src/qtbapplication.cpp |    5 ++++-
 src/qtbbugreport.cpp   |    3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)

commit f50e3c0c6e3ac85b99bf9656e4395a8da9611266
Author: marc <marc>
Date:   Fri Oct 5 09:15:36 2007 +0000

    Not significative changes

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

commit 5dae967043690eb7962a77b4f7e1818093abc838
Author: marc <marc>
Date:   Fri Oct 5 07:17:49 2007 +0000

    Not significative changes

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

commit 2e94ca8f506a62955bafca5f52b80fcd9df6e67f
Author: marc <marc>
Date:   Thu Oct 4 14:42:54 2007 +0000

    Recover after errors generated by the server renewal

 src/qtbcolorbutton.cpp |   34 ++++++++++++++++++++++++++++++++++
 src/qtbcolorbutton.h   |   39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 73 insertions(+), 0 deletions(-)

commit e4c646cdf210dd6905796efa1e906e02ceb415b7
Author: marc <marc>
Date:   Thu Oct 4 13:36:22 2007 +0000

    HSV interpolation

 src/qtbcolorpalette.cpp |   73 ++++++++++++++++++++++++++++++++++++-----------
 src/qtbcolorpalette.h   |   11 ++++--
 2 files changed, 63 insertions(+), 21 deletions(-)

commit 790cd18344b0bf723d7fff738fd0c9ac5f912426
Author: marc <marc>
Date:   Mon Sep 10 13:38:51 2007 +0000

    Translation files updated

 lang/qtbguitools.de.ts |  142 ++++++++++++++++++++++--------------------------
 lang/qtbguitools.es.ts |  142 ++++++++++++++++++++++--------------------------
 lang/qtbguitools.fr.ts |  142 ++++++++++++++++++++++--------------------------
 lang/qtbguitools.it.ts |  142 ++++++++++++++++++++++--------------------------
 4 files changed, 264 insertions(+), 304 deletions(-)

commit c98f29f165165152224311fdb9469ea1938812dc
Author: marc <marc>
Date:   Fri Aug 24 12:15:15 2007 +0000

    Version 1.1.0

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

commit 1a077598fa16884544d371a2dc2a693b5e19635e
Author: marc <marc>
Date:   Fri Aug 24 10:28:37 2007 +0000

    QtbSmoothingWidget re-arranged
    qtbinterfaced.h nearly removed (forecast for next scifigs version), features moved to QtbXMLClass

 admin/info                 |    2 +-
 src/qtbguitoolsversion.h   |    6 ++--
 src/qtbinterfaced.cpp      |   54 +----------------------------------------
 src/qtbinterfaced.h        |   58 +++----------------------------------------
 src/qtblogview.cpp         |    4 ++-
 src/qtbsmoothingwidget.cpp |   11 +++++---
 src/qtbsmoothingwidget.ui  |   35 ++++++++++++++++++--------
 7 files changed, 43 insertions(+), 127 deletions(-)

commit efa86844a9cada4467cbb50369dfa04556468974
Author: marc <marc>
Date:   Fri Aug 10 13:14:26 2007 +0000

    Version 1.0.1-snapshot-20070810

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

commit 359b4f353a5b272287b116ea13e9c8c0ab49dc75
Author: marc <marc>
Date:   Fri Aug 3 19:39:40 2007 +0000

    Version 1.0.1-snapshot-20070803

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

commit 9c01a603a7cc5453dba4374318fdc32777bed5d1
Author: marc <marc>
Date:   Wed Aug 1 15:58:26 2007 +0000

    Version 1.0.1-snapshot-20070801

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

commit 37f413d84a4652ecff2348b31f0d2b1c12b07156
Author: marc <marc>
Date:   Tue Jul 31 17:26:33 2007 +0000

    Not significative changes

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

commit b8b1e120e44463f5b38192dd8698e0d6fc8c4208
Author: marc <marc>
Date:   Mon Jul 23 12:53:47 2007 +0000

    Version 1.0.1-snapshot-20070723a

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

commit 043234a841ac1410a69fbc494cf1dbbc51fef8c1
Author: marc <marc>
Date:   Mon Jul 23 10:17:29 2007 +0000

    Version 1.0.1-snapshot-20070723

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

commit c9965598abbb99807b75add5204d59cb333605c0
Author: marc <marc>
Date:   Sun Jul 22 10:16:02 2007 +0000

    Version 1.0.1-snapshot-20070722

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

commit 9043985a4467f2c9ceb387744b011dd9e7d2ba1f
Author: marc <marc>
Date:   Sun Jul 22 08:40:29 2007 +0000

    Not significative changes

 src/qtbapplication.cpp   |   58 +++++++++++++++++++++++----------------------
 src/qtbapplication.h     |    7 +++--
 src/qtbguitoolsversion.h |    2 +-
 3 files changed, 35 insertions(+), 32 deletions(-)

commit d331ad205b7fdaaa50356e00918887a9c1f03f60
Author: marc <marc>
Date:   Wed Jul 18 09:16:57 2007 +0000

    Version 1.0.1-snapshot-20070718

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

commit f34a59625729558fe161951efe53551e5d499196
Author: marc <marc>
Date:   Tue Jul 17 16:29:45 2007 +0000

    Version 1.0.1-snapshot-20070717

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

commit 2eabb278e5fa957bb8b53f104193ba1f34e70cb4
Author: marc <marc>
Date:   Tue Jul 17 01:56:18 2007 +0000

    Version 1.0.1-snapshot-20070717

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

commit bfaeff459b23643c4672ec8c95ff250d05b43718
Author: marc <marc>
Date:   Tue Jul 17 01:43:47 2007 +0000

    *** empty log message ***

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

commit 3bf2a00e1857be813240fed6aa73015df7a20cce
Author: marc <marc>
Date:   Fri Jul 13 17:53:14 2007 +0000

    Version 1.0.1-snapshot-20070713

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

commit e3cde735e8ed8be9e483e34af3c1262100c6109c
Author: marc <marc>
Date:   Fri Jul 13 17:32:45 2007 +0000

    New directory history: 3 lines for all filter paths and 17 lines for history of each filter

 src/qtbdialogproperties.h |    9 +++++----
 src/qtbguitoolsversion.h  |    2 +-
 src/qtbsettings.cpp       |   21 ++++++++++++++++-----
 src/qtbsettings.h         |    4 ++--
 4 files changed, 24 insertions(+), 12 deletions(-)

commit 2e896d7f12e50b5b1db73766d838951447f95b3f
Author: marc <marc>
Date:   Fri Jul 6 14:56:42 2007 +0000

    Translation files updated

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

commit a7897d68c16c63ea581751dd5327b2fa4bfd8228
Author: marc <marc>
Date:   Fri Jul 6 14:55:46 2007 +0000

    Error parsing proxy from $http_proxy (linux)

 src/qtbguitoolsversion.h |    2 +-
 src/qtbupdateicon.cpp    |    7 +++++--
 src/qtbupdateparam.cpp   |    4 ++--
 3 files changed, 8 insertions(+), 5 deletions(-)

commit d72aa0056f5d38e28b1ffa3b6f7b959f4dae1557
Author: marc <marc>
Date:   Fri Jul 6 11:42:31 2007 +0000

    Translation files updated

 lang/qtbguitools.de.ts | 1694 ++++++++++++++++++++++++------------------------
 lang/qtbguitools.es.ts | 1694 ++++++++++++++++++++++++------------------------
 lang/qtbguitools.fr.ts | 1694 ++++++++++++++++++++++++------------------------
 lang/qtbguitools.it.ts | 1694 ++++++++++++++++++++++++------------------------
 4 files changed, 3388 insertions(+), 3388 deletions(-)

commit 755eb498853511c14cda5d92b96086419e765e8c
Author: marc <marc>
Date:   Fri Jul 6 09:28:34 2007 +0000

    Slight improvement of live update: default connection parameters grabbed for all users who did not touch the connection parameter with the dialog box

 src/qtbguitoolsversion.h |    2 +-
 src/qtbupdateicon.cpp    |   28 +++++++++++++++++++++++-----
 src/qtbupdateparam.cpp   |    3 ++-
 3 files changed, 26 insertions(+), 7 deletions(-)

commit 5cc0ec25ef644a4260400080c26b4ece041cf353
Author: marc <marc>
Date:   Thu Jul 5 16:32:14 2007 +0000

    Version 1.0.1-snapshot-20070705

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

commit 1b790d8fca3fe3f5451e4ba832cd628f198cc50d
Author: marc <marc>
Date:   Thu Jul 5 16:22:03 2007 +0000

    *** empty log message ***

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

commit d697e0d04f4681707dc595eeada1cac5c89c55f0
Author: marc <marc>
Date:   Thu Jul 5 13:55:35 2007 +0000

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

 src/qtbqsa.cpp        |    4 ++--
 src/qtbsettings.cpp   |   11 ++++++-----
 src/qtbupdateicon.cpp |    5 +++--
 3 files changed, 11 insertions(+), 9 deletions(-)

commit 0bbe8c394442bba5297cb052656337708b7e682b
Author: marc <marc>
Date:   Thu Jul 5 09:40:40 2007 +0000

    *** empty log message ***

 lang/qtbguitools.de.ts   | 1694 +++++++++++++++++++++++-----------------------
 lang/qtbguitools.es.ts   | 1694 +++++++++++++++++++++++-----------------------
 lang/qtbguitools.fr.ts   | 1694 +++++++++++++++++++++++-----------------------
 lang/qtbguitools.it.ts   | 1694 +++++++++++++++++++++++-----------------------
 src/qtbdoublespinbox.cpp |    3 +-
 src/qtbguitoolsversion.h |    2 +-
 6 files changed, 3391 insertions(+), 3390 deletions(-)

commit 1b8379142e6693976ebfcb60b2678cf0b7b94e43
Author: marc <marc>
Date:   Tue Jul 3 18:21:11 2007 +0000

    New QtbDoubleSpinBox with wheel event for changing precision and step

 src/qtbdoublespinbox.cpp  |   53 +++++++++++++++++++++++++++++++++++++++++++++
 src/qtbdoublespinbox.h    |   26 ++++++++++++++++++++++
 src/qtbguitoolsversion.h  |    2 +-
 src/qtbsamplingwidget.ui  |    4 +-
 src/qtbsettings.cpp       |   29 ++++++++++++++++++++++--
 src/qtbsmoothingwidget.ui |    2 +-
 6 files changed, 109 insertions(+), 7 deletions(-)

commit efb6aaa71bf6e701e400ffe0532426ae5a30da4a
Author: marc <marc>
Date:   Thu Jun 28 10:53:19 2007 +0000

    Version 1.0.1-snapshot-20070628

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

commit 5df77808112dd79d9a3818c4e633556c46d570f2
Author: marc <marc>
Date:   Tue Jun 26 12:19:57 2007 +0000

    Version 1.0.1-snapshot-20070626

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

commit f225b2748efbe6859fbcb0e0042d27d4c79edb4e
Author: marc <marc>
Date:   Fri Jun 22 17:34:46 2007 +0000

    Version 1.0.1-snapshot-20070622

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

commit f0ac8355fed5e9e7ee828ab7344366a109f466b4
Author: marc <marc>
Date:   Fri Jun 22 13:05:00 2007 +0000

    Bug fixed is number of steps is less than 32

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

commit 3f1e2fe6fc4e60d0373ef74ad253e521c8a9c91e
Author: marc <marc>
Date:   Fri Jun 22 13:04:29 2007 +0000

    *** empty log message ***

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

commit 8f540336241cd22989aeb5609559a576d4ca4b7c
Author: marc <marc>
Date:   Fri Jun 15 17:31:21 2007 +0000

    Version 1.0.1-snapshot-20070615

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

commit 27f476217767609ac19d7ffa7155cb9c697e7de2
Author: marc <marc>
Date:   Fri Jun 15 17:10:33 2007 +0000

    Bug fixed: now switched on by default
    Grab proxy from environment under X11

 src/qtbguitoolsversion.h |    2 +-
 src/qtbupdateicon.cpp    |   52 +++++++++++++++++++++++++++++++--------------
 2 files changed, 37 insertions(+), 17 deletions(-)

commit af52435ea18de0f530b02ccd06b3d5396eeccdd4
Author: marc <marc>
Date:   Tue Jun 12 16:37:21 2007 +0000

    Version 1.0.1-snapshot-20070612

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

commit ed07a33267c80fba9ae9584a537f6acbdfd38cfb
Author: marc <marc>
Date:   Tue Jun 5 08:43:09 2007 +0000

    Version 1.0.1-snapshot-20070605

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

commit ca9f53996a641ecdec07164f5aa79f67d2fa69ee
Author: marc <marc>
Date:   Sun Jun 3 18:27:35 2007 +0000

    Version 1.0.1-snapshot-20070603

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

commit 20b3fa7aa899aefbc081c390473feaba21ef125e
Author: marc <marc>
Date:   Sun Jun 3 08:21:39 2007 +0000

    Migration to Qt 4.3, file dialog works better, no lnger necessary to force mode QFileDialog::Detail.

 src/qtbguimessage.cpp    |    8 ++------
 src/qtbguitoolsversion.h |    2 +-
 2 files changed, 3 insertions(+), 7 deletions(-)

commit 2d3a00246aa2206cb6fb68478cb07b91fffec1e2
Author: marc <marc>
Date:   Thu May 31 14:51:50 2007 +0000

    Version 1.0.1-snapshot-20070531

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

commit 166f779176bd98766256dd4386db9da4860aa8a8
Author: marc <marc>
Date:   Wed May 30 17:35:23 2007 +0000

    Fix of assert and option -nobugreport (see qtbtools)

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

commit 14de454c674c98d352c05ec778680914e821610e
Author: marc <marc>
Date:   Tue May 29 22:12:36 2007 +0000

    Version 1.0.1-snapshot-20070529

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

commit e42540072352542370235a6b0db83e5df9c0fc84
Author: marc <marc>
Date:   Tue May 29 16:26:36 2007 +0000

    Version 1.0.1-snapshot-20070529

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

commit 5480f7a5751113ecb11f85eafd0b5bd090a41472
Author: marc <marc>
Date:   Tue May 29 16:05:57 2007 +0000

    save file dialog: automatic suffix only if no suffix

 src/qtbguimessage.cpp    |   18 ++++++++++--------
 src/qtbguitoolsversion.h |    2 +-
 2 files changed, 11 insertions(+), 9 deletions(-)

commit 18da2a565ee5c4dd911a97ee25c09da36863553f
Author: marc <marc>
Date:   Thu May 24 22:30:01 2007 +0000

    Version 1.0.1-snapshot-20070524

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

commit 26f5bf5b197c832e61c30b4bb00df04677aa51e4
Author: marc <marc>
Date:   Wed May 16 19:45:46 2007 +0000

    Version 1.0.1-snapshot-20070516

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

commit 87f875b53e5497b23426b485d0850241d9303d7f
Author: marc <marc>
Date:   Tue May 15 17:35:40 2007 +0000

    Version 1.0.1-snapshot-20070515

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

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

    Bug fixed for instance in dialog box for setting QtbLegend (for all usage of QtbDialog::setMainWidget())

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

commit 231cda756a22e7ecb766581c450fbc009522c64e
Author: marc <marc>
Date:   Fri May 4 21:36:12 2007 +0000

    Version 1.0.1-snapshot-20070504

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

commit e810ac69e4df8c733022543c9b0db1a5e47fad28
Author: marc <marc>
Date:   Thu May 3 18:28:18 2007 +0000

    Version 1.0.1-snapshot-20070503

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

commit 7c87e57fa8f7b20f5c83ec5f7b114f71a6d59867
Author: marc <marc>
Date:   Wed May 2 17:08:47 2007 +0000

    Version 1.0.1-snapshot-20070502

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

commit a7363cdabebc98d0c19cec9b70f71dc1d12322c0
Author: marc <marc>
Date:   Tue May 1 23:42:44 2007 +0000

    Version 1.0.1-snapshot-20070501

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

commit daf73aa56876d7609259b25992ba74e3a1bd1d77
Author: marc <marc>
Date:   Tue May 1 20:36:40 2007 +0000

    *** empty log message ***

 lang/qtbguitools.de.ts   |    6 +++---
 lang/qtbguitools.es.ts   |    6 +++---
 lang/qtbguitools.fr.ts   |    6 +++---
 lang/qtbguitools.it.ts   |    6 +++---
 src/qtbdialog.cpp        |    7 ++++++-
 src/qtbguitoolsversion.h |    2 +-
 6 files changed, 19 insertions(+), 14 deletions(-)

commit 9f5c2de9212475801e5623a0615ade1f87e2d0d1
Author: marc <marc>
Date:   Mon Apr 30 19:58:40 2007 +0000

    Column width for QTreeView

 src/qtbguitoolsversion.h |    2 +-
 src/qtbsettings.cpp      |   37 ++++++++++++++++++++++++++++++++++++-
 src/qtbsettings.h        |    6 +++++-
 3 files changed, 42 insertions(+), 3 deletions(-)

commit 4afe760d1462afbf2a920da3d849dcce27b8bd63
Author: marc <marc>
Date:   Fri Apr 27 17:50:26 2007 +0000

    Version 1.0.1-snapshot-20070427

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

commit c9fe40fddb2a3aef13a02e750325b91f30219732
Author: marc <marc>
Date:   Fri Apr 27 17:38:22 2007 +0000

    QtbDialog accept direct embedding of a wigdget for quick dialog building
    getExtiingDirectory show files

 src/qtbdialog.cpp        |   46 +++++++++++++++++++++++++++++++++++++++++++++-
 src/qtbdialog.h          |    4 +++-
 src/qtbguimessage.cpp    |   12 ++++++++----
 src/qtbguitoolsversion.h |    2 +-
 4 files changed, 57 insertions(+), 7 deletions(-)

commit 564bb90040343cfd279bb35ea8e1a853601f3d2b
Author: marc <marc>
Date:   Tue Apr 24 09:24:34 2007 +0000

    Version 1.0.1-snapshot-20070424

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

commit 551b2496f3b4df63036c4e1c57b36867407c5645
Author: marc <marc>
Date:   Tue Apr 24 09:12:37 2007 +0000

    Security check in QtbUpdateIcon

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

commit 29691f304990a245e31683b650884e8bc57bd8f8
Author: marc <marc>
Date:   Wed Apr 11 16:57:08 2007 +0000

    Version 1.0.1-snapshot-20070411

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

commit 1e0b65b7fc3a7f11c6a205207cd9999df5a5fbb5
Author: marc <marc>
Date:   Wed Apr 11 15:20:33 2007 +0000

    Version 1.0.1-snapshot-20070411

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

commit 4d423c26ea17b07e1ff882621fdf8ca30cb6b3cd
Author: marc <marc>
Date:   Wed Apr 11 13:38:14 2007 +0000

    *** empty log message ***

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

commit ee7c2d28477c1bbd54e6604ce271c7b906a482c2
Author: marc <marc>
Date:   Mon Apr 2 20:12:33 2007 +0000

    Version 1.0.1-snapshot-20070402

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

commit d3f494835bebe28c9dc36c3739c5f21d90c0a6d4
Author: marc <marc>
Date:   Mon Apr 2 19:17:47 2007 +0000

    *** empty log message ***

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

commit 0c43b16c365710467625b58a7159b622f2677f1d
Author: marc <marc>
Date:   Mon Apr 2 10:52:32 2007 +0000

    Removed the cancel button of bug report dialog, replaced by "save"

 src/qtbattachments.cpp   |    4 ++--
 src/qtbbugreport.cpp     |   17 ++++++++++++++---
 src/qtbbugreport.h       |    4 ++--
 src/qtbbugreport.ui      |   22 +++++++++++-----------
 src/qtbguitoolsversion.h |    2 +-
 5 files changed, 30 insertions(+), 19 deletions(-)

commit 5ff9a067a701818652ec0dfc24d9fbd1efc7c282
Author: marc <marc>
Date:   Mon Apr 2 10:51:44 2007 +0000

    *** empty log message ***

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

commit a75c4adb00fa7d452e911bcf3f1dc689abd9af0c
Author: marc <marc>
Date:   Mon Apr 2 00:24:59 2007 +0000

    Inversed more integrated in QtbSamplingWidget (todo more)

 src/qtbguitoolsversion.h  |    2 +-
 src/qtbsamplingwidget.cpp |   21 +++++++++++++++------
 src/qtbsamplingwidget.h   |    7 +++++--
 3 files changed, 21 insertions(+), 9 deletions(-)

commit a388b663a25adc4d326956fdbbce4819f72189c3
Author: marc <marc>
Date:   Sun Apr 1 10:56:03 2007 +0000

    New interface for obtaining curreent release

 src/qtbguitoolsversion.h |    2 +-
 src/qtbupdateicon.cpp    |   49 +++++++++++++++++++++++++++++----------------
 2 files changed, 32 insertions(+), 19 deletions(-)

commit 10a438c6026634f4d1c41d862027bafed42437da
Author: marc <marc>
Date:   Sun Apr 1 09:45:11 2007 +0000

    *** empty log message ***

 lang/qtbguitools.de.ts |   90 ++++++++++++++++++++++++------------------------
 lang/qtbguitools.es.ts |   90 ++++++++++++++++++++++++------------------------
 lang/qtbguitools.fr.ts |   90 ++++++++++++++++++++++++------------------------
 lang/qtbguitools.it.ts |   90 ++++++++++++++++++++++++------------------------
 4 files changed, 180 insertions(+), 180 deletions(-)

commit 21fed4ab3dee2d5572033d651a909f865de41874
Author: marc <marc>
Date:   Sun Apr 1 09:36:41 2007 +0000

    Bug under windows with QList<Variant> ... replaced by QStringList (splitter and columnWidth settings)

 src/qtbguitoolsversion.h |    2 +-
 src/qtbsettings.cpp      |   24 +++++++++++++-----------
 2 files changed, 14 insertions(+), 12 deletions(-)

commit 9896a1725c2d554dc983c04a8be963ca4c1d44b1
Author: marc <marc>
Date:   Sat Mar 31 21:14:44 2007 +0000

    *** empty log message ***

 src/qtbapplication.cpp       |    5 +++--
 src/qtbguitoolsversion.h     |    2 +-
 src/qtbpluginapplication.cpp |    8 +++++++-
 src/qtbpluginapplication.h   |    3 ++-
 4 files changed, 13 insertions(+), 5 deletions(-)

commit 6c76335b4d8dc17e20a8eb00ebf90a9ec04db2e2
Author: marc <marc>
Date:   Fri Mar 30 19:46:59 2007 +0000

    *** empty log message ***

 lang/qtbguitools.de.ts   |    6 +++---
 lang/qtbguitools.es.ts   |    6 +++---
 lang/qtbguitools.fr.ts   |    6 +++---
 lang/qtbguitools.it.ts   |    6 +++---
 src/qtbguitoolsversion.h |    2 +-
 src/qtbsamplingwidget.h  |    6 +++---
 6 files changed, 16 insertions(+), 16 deletions(-)

commit 11b6ba48efb78e810d8ace971fe6eefc6c26951e
Author: marc <marc>
Date:   Fri Mar 30 16:45:27 2007 +0000

    Version 1.0.1-snapshot-20070330

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

commit b6d43b09cc3d894933448d2776368fdde2e9123f
Author: marc <marc>
Date:   Fri Mar 30 15:17:22 2007 +0000

    Version 1.0.1-snapshot-20070330

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

commit 825e5188b82ae827774567510e3ebecb16e969c8
Author: marc <marc>
Date:   Fri Mar 30 11:48:23 2007 +0000

    *** empty log message ***

 lang/qtbguitools.de.ts   |    6 +++---
 lang/qtbguitools.es.ts   |    6 +++---
 lang/qtbguitools.fr.ts   |    6 +++---
 lang/qtbguitools.it.ts   |    6 +++---
 src/qtbguitoolsversion.h |    2 +-
 src/qtbsettings.cpp      |    3 ++-
 6 files changed, 15 insertions(+), 14 deletions(-)

commit ccc081d53c23cd854976c478bce4e7b90dc8fe8b
Author: marc <marc>
Date:   Fri Mar 30 00:09:30 2007 +0000

    Version 1.0.1-snapshot-20070330

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

commit 2db61ef86396094beacab4109889da42fd6479f0
Author: marc <marc>
Date:   Thu Mar 29 23:44:33 2007 +0000

    Fix for capital extension in QtbGuiMessage (file dialog)
    Support for checkable group box in QtbSettings
    New functions getHistory and setHistory to store editable combox box contents

 src/qtbbugreport.ui          |   14 ++--
 src/qtbguimessage.cpp        |   13 ++--
 src/qtbguitoolsversion.h     |    2 +-
 src/qtbpluginapplication.cpp |    7 ++-
 src/qtbsamplingwidget.cpp    |  139 +++++++++++++++++++++++++++++++++++++
 src/qtbsamplingwidget.h      |   51 ++++++++++++++
 src/qtbsamplingwidget.ui     |  156 ++++++++++++++++++++++++++++++++++++++++++
 src/qtbsettings.cpp          |   57 ++++++++++++---
 src/qtbsettings.h            |    5 +-
 9 files changed, 416 insertions(+), 28 deletions(-)

commit bf27aa626b0ea826cee1b66e71496a0c3334a106
Author: marc <marc>
Date:   Thu Mar 29 23:42:43 2007 +0000

    *** empty log message ***

 lang/qtbguitools.de.ts |   81 +++++++++++++++++++++++++++++++++++++++--------
 lang/qtbguitools.es.ts |   81 +++++++++++++++++++++++++++++++++++++++--------
 lang/qtbguitools.fr.ts |   81 +++++++++++++++++++++++++++++++++++++++--------
 lang/qtbguitools.it.ts |   81 +++++++++++++++++++++++++++++++++++++++--------
 4 files changed, 268 insertions(+), 56 deletions(-)

commit db3ee26614ce5fec9e9cfa38339a692a8335c5da
Author: marc <marc>
Date:   Fri Mar 23 00:04:47 2007 +0000

    Porting to Mac

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

commit 4f35b3a300936bb7bc2619b912ae798d05147c9d
Author: marc <marc>
Date:   Wed Mar 21 23:07:40 2007 +0000

    Version 1.0.1-snapshot-20070321

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

commit 06c68868f0103b86444643ff5fde9e2cd5b67abd
Author: marc <marc>
Date:   Wed Mar 21 22:56:19 2007 +0000

    Porting to windows

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

commit 50e322a9f2851ccd188a40c7be79c2edfe1c92ae
Author: marc <marc>
Date:   Wed Mar 21 22:55:49 2007 +0000

    *** empty log message ***

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

commit 1324a6f448f99f5a1edbe3827ed351a918a712ac
Author: marc <marc>
Date:   Wed Mar 21 19:23:24 2007 +0000

    Version 1.0.1-snapshot-20070321

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

commit 1ef7bbcf00c6ef74bb91eae5585a7029342c50cd
Author: marc <marc>
Date:   Wed Mar 21 19:12:51 2007 +0000

    New function to save/restore QSliptter sizes, Active tab and column widths

 src/qtbguimessage.cpp    |    3 +-
 src/qtbguitoolsversion.h |    2 +-
 src/qtbsettings.cpp      |   95 ++++++++++++++++++++++++++++++++++++++++------
 src/qtbsettings.h        |   13 +++++-
 4 files changed, 96 insertions(+), 17 deletions(-)

commit d85f17759192565876eb6bb4268e74856bb0546d
Author: marc <marc>
Date:   Tue Mar 20 18:35:11 2007 +0000

    Porting to Windows

 admin/makeconfig           |    2 +-
 src/qtbbugreport.cpp       |    3 ++-
 src/qtbguimessage.cpp      |    3 ++-
 src/qtbguitoolsversion.h   |    2 +-
 src/qtbinterfaced.h        |    8 ++++----
 src/qtbpluginapplication.h |    6 +++---
 src/qtbupdateicon.cpp      |    9 ++++++++-
 7 files changed, 21 insertions(+), 12 deletions(-)

commit 9497afb493b180ff1a429f27d85e30f727e665fd
Author: marc <marc>
Date:   Tue Mar 20 18:34:56 2007 +0000

    *** empty log message ***

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

commit 95dda906deeac24b96c54c4a1757733020e84341
Author: marc <marc>
Date:   Mon Mar 19 08:38:22 2007 +0000

    Version 1.0.1-snapshot-20070319

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

commit 088eab1d41d7d5d4e98b717d230a0d24adc51d65
Author: marc <marc>
Date:   Mon Mar 19 07:42:12 2007 +0000

    Bug fixed for selecting file to print to

 src/qtbguitoolsversion.h      |    2 +-
 src/qtblogview.cpp            |    3 ++-
 src/qtbprintdialogwrapper.cpp |    4 ++--
 src/qtbupdateicon.h           |    5 +++--
 4 files changed, 8 insertions(+), 6 deletions(-)

commit af0fcb6e17172f5c0b0b9aafd318ca382c6ef809
Author: marc <marc>
Date:   Mon Mar 19 07:41:43 2007 +0000

    *** empty log message ***

 lang/qtbguitools.de.ts |   90 ++++++++++++++++++++++++------------------------
 lang/qtbguitools.es.ts |   90 ++++++++++++++++++++++++------------------------
 lang/qtbguitools.fr.ts |   90 ++++++++++++++++++++++++------------------------
 lang/qtbguitools.it.ts |   90 ++++++++++++++++++++++++------------------------
 4 files changed, 180 insertions(+), 180 deletions(-)

commit dc4232b423c4d738fb2980375479bebae8f6482f
Author: marc <marc>
Date:   Fri Mar 9 22:03:20 2007 +0000

    Version 1.0.1-snapshot-20070309

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

commit f4c72a03a87dfccf13559c5566891bfd22f9ba77
Author: marc <marc>
Date:   Fri Mar 9 21:57:00 2007 +0000

    Bug fixed for initialization of translations

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

commit 80f288f4d3b6587c3ce4959f528e5dbe3850a34e
Author: marc <marc>
Date:   Fri Mar 9 20:49:22 2007 +0000

    Remove qtbQSA, directly integrated in qtbApp
    Settings saved according to widget tree
    New application object for plugin in non qtb applications

 src/qtbapplication.h         |   10 +++-
 src/qtbguitoolsversion.h     |    2 +-
 src/qtbpluginapplication.cpp |   28 ++++++++++
 src/qtbpluginapplication.h   |   28 ++++++++++
 src/qtbqsa.cpp               |   10 +---
 src/qtbqsa.h                 |    4 +-
 src/qtbsettings.cpp          |  114 +++++++++++++++++++++++++----------------
 src/qtbsettings.h            |   49 ++++++++++--------
 8 files changed, 165 insertions(+), 80 deletions(-)

commit 1179bf1f4d74b010bafa86664ec12cd7481f5a17
Author: marc <marc>
Date:   Fri Mar 9 19:31:57 2007 +0000

    *** empty log message ***

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

commit 6ae08ded27b671695ee1c5ffe34cb942a7ba5c36
Author: marc <marc>
Date:   Mon Mar 5 18:08:17 2007 +0000

    Support options - or -- equally in QtbApplication

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

commit 23fb5a7a2441895127d36acaac27d99c263e9874
Author: marc <marc>
Date:   Tue Feb 27 22:15:15 2007 +0000

    Version 1.0.1-snapshot-20070227

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

commit 41374995a4348839f5fcef64460cf56619df5ae4
Author: marc <marc>
Date:   Tue Feb 27 20:14:43 2007 +0000

    Version 1.0.1-snapshot-20070227

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

commit 60a4dcb15bc470e0c6cfe7177d69780ec51ab407
Author: marc <marc>
Date:   Tue Feb 27 20:14:41 2007 +0000

    Version 1.0.1-snapshot-20070227

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

commit 3d8c0fc3839d7fe8cf213e9e5ea7f0fbc5d692b3
Author: marc <marc>
Date:   Tue Feb 27 19:51:43 2007 +0000

    New widget for smoothing parameters
    QtbApplication quit on last window close

 src/qtbapplication.cpp     |    3 +-
 src/qtbguitoolsversion.h   |    2 +-
 src/qtbsmoothingwidget.cpp |   91 ++++++++++++++++++++++++++++++++++++++++++++
 src/qtbsmoothingwidget.h   |   39 +++++++++++++++++++
 src/qtbsmoothingwidget.ui  |   71 ++++++++++++++++++++++++++++++++++
 5 files changed, 204 insertions(+), 2 deletions(-)

commit 3c7cdd3b9d7f576e46e3fbb3aabb00a91646ef65
Author: marc <marc>
Date:   Tue Feb 27 19:50:35 2007 +0000

    *** empty log message ***

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

commit 083d7628cf9dfabc6cbaec59ed15864c0e1c6615
Author: marc <marc>
Date:   Wed Feb 21 18:06:01 2007 +0000

    Possible to switch on/off gui messaging
    Qt Options moved to QtbApplication

 src/qtbapplication.cpp   |   57 +++++++++++++++++++++++++++++++++++++++++++--
 src/qtbapplication.h     |    3 +-
 src/qtbguitoolsversion.h |    2 +-
 3 files changed, 57 insertions(+), 5 deletions(-)

commit 1d0137d1b1520d13abdf139a58acc99821a1612c
Author: marc <marc>
Date:   Wed Feb 21 18:05:18 2007 +0000

    *** empty log message ***

 lang/qtbguitools.de.ts |  220 ++++++++++++++++++++++++++++++++++++++++++++++++
 lang/qtbguitools.es.ts |  220 ++++++++++++++++++++++++++++++++++++++++++++++++
 lang/qtbguitools.fr.ts |  220 ++++++++++++++++++++++++++++++++++++++++++++++++
 lang/qtbguitools.it.ts |  220 ++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 880 insertions(+), 0 deletions(-)

commit 62464a1f524ca862f7b4e52429abecb1c5466bd4
Author: marc <marc>
Date:   Mon Feb 19 18:33:38 2007 +0000

    *** empty log message ***

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

commit 437562fe08fb2616c58fde0667ae6d59b0e0c60f
Author: marc <marc>
Date:   Mon Feb 19 17:24:34 2007 +0000

    Switch signal handling on only after parsing all application options

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

commit 53b175aff3c9cff0738663e4d2c00b7a54902202
Author: marc <marc>
Date:   Sun Feb 18 12:17:14 2007 +0000

    Report bug piped

 src/qtbapplication.cpp   |   14 ++++++++++----
 src/qtbapplication.h     |    4 +++-
 src/qtbguitoolsversion.h |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)

commit 878c2d23b17c84a27cdb489e6d0d9b77e525184a
Author: marc <marc>
Date:   Fri Feb 9 18:59:01 2007 +0000

    Argument for QSA include in QtbApplication

 src/qtbapplication.cpp   |   24 ++++++++++++++++--------
 src/qtbapplication.h     |    4 +++-
 src/qtbguitoolsversion.h |    2 +-
 src/qtbqsa.cpp           |   34 +++++++---------------------------
 src/qtbqsa.h             |    6 +++---
 5 files changed, 30 insertions(+), 40 deletions(-)

commit 979c805e9dc8a12795cf0bd704fe5fb7b0281beb
Author: marc <marc>
Date:   Fri Feb 9 18:58:26 2007 +0000

    *** empty log message ***

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

commit 3740d25e62d1df32bbe25679e7266ddfd2d93831
Author: marc <marc>
Date:   Fri Feb 9 16:47:41 2007 +0000

    *** empty log message ***

 lang/qtbguitools.de.ts        |   40 +++++++++++-----------
 lang/qtbguitools.es.ts        |   40 +++++++++++-----------
 lang/qtbguitools.fr.ts        |   40 +++++++++++-----------
 lang/qtbguitools.it.ts        |   40 +++++++++++-----------
 src/qtbapplication.cpp        |   73 +++++++++++++++++++++++++++++++++++++++++
 src/qtbapplication.h          |   31 +++++++++++++++++
 src/qtbattachments.cpp        |    4 +-
 src/qtbbugreport.cpp          |    6 ++--
 src/qtbclassfactory.cpp       |   14 ++++----
 src/qtbcolorpalette.cpp       |    8 ++--
 src/qtbdialogproperties.cpp   |   10 +++---
 src/qtbguimessage.cpp         |   37 ++++++--------------
 src/qtbguimessage.h           |   33 ++++++++----------
 src/qtbguitools.cpp           |   11 ++----
 src/qtbguitools.h             |    7 +---
 src/qtbguitoolsversion.h      |    2 +-
 src/qtbinterfaced.cpp         |    9 +++--
 src/qtblogview.h              |    4 +-
 src/qtblogwidget.cpp          |   14 ++++----
 src/qtbprintdialogwrapper.cpp |    4 +-
 src/qtbqsa.cpp                |   18 +++++-----
 src/qtbsendmail.cpp           |   14 ++++----
 src/qtbsettings.cpp           |   10 +++---
 23 files changed, 273 insertions(+), 196 deletions(-)

commit fc375a40393cb4df4da479375ea2a87408ed1664
Author: marc <marc>
Date:   Wed Feb 7 17:06:37 2007 +0000

    Version 1.0.1-snapshot-20070207

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

commit 09effaa407b857b1963ac9a2389a914695838dc5
Author: marc <marc>
Date:   Wed Feb 7 15:38:00 2007 +0000

    Version 1.0.1-snapshot-20070207

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

commit 8c673b572ecd3a87a8ec624e39f29ce48eed5fb1
Author: marc <marc>
Date:   Wed Feb 7 15:14:48 2007 +0000

    Version 1.0.1-snapshot-20070207

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

commit b6af4f1d7ce0f0bd440af5b06b3dfa4f43830da4
Author: marc <marc>
Date:   Wed Feb 7 11:12:59 2007 +0000

    Bug report facility under revision to link with an external call to the application itself

 src/qtbbugreport.cpp     |   29 ++++++++++++++++++++++++++++-
 src/qtbbugreport.h       |    3 ++-
 src/qtbguimessage.cpp    |   39 +--------------------------------------
 src/qtbguimessage.h      |    6 +-----
 src/qtbguitoolsversion.h |    2 +-
 5 files changed, 33 insertions(+), 46 deletions(-)

commit b31b1b74638abe4b0e9254295ddb5fdd4baa1a99
Author: marc <marc>
Date:   Tue Feb 6 00:01:10 2007 +0000

    Moved qtbQSA into a pointer

 src/qtbguimessage.cpp    |    6 ++++-
 src/qtbguitoolsversion.h |    2 +-
 src/qtbqsa.cpp           |   50 +++++++++++++++++----------------------------
 src/qtbqsa.h             |    5 +--
 4 files changed, 27 insertions(+), 36 deletions(-)

commit c4e846e04066d8cbadbd372c68150f4dd763b753
Author: marc <marc>
Date:   Tue Feb 6 00:00:43 2007 +0000

    *** empty log message ***

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

commit d78c935838b0b9e065d32a53ef19f157adb3d2a6
Author: marc <marc>
Date:   Mon Feb 5 17:00:09 2007 +0000

    QtbBugReport is now thread safe, in case of crash in a secondary thread the backtrace is provided for the crash thread and dialog box is defered to main thread through asynchroneous signal-slot

 admin/info                    |    4 +-
 src/qtbattachments.cpp        |    7 +-
 src/qtbbugreport.cpp          |   87 +-----------
 src/qtbbugreport.h            |    5 +-
 src/qtbcolorhistogram.cpp     |    4 +-
 src/qtbcolorpalette.cpp       |    4 +-
 src/qtbdialog.h               |   21 ++-
 src/qtbguimessage.cpp         |  300 +++++++++++++++++++++++++++++------------
 src/qtbguimessage.h           |   38 +++++-
 src/qtbguitoolsversion.h      |    2 +-
 src/qtbprintparametersint.cpp |    4 +-
 src/qtbqsa.cpp                |    4 +-
 src/qtbsettings.cpp           |    8 +-
 src/qtbsettings.h             |    4 +-
 src/qtbupdateicon.cpp         |   29 +++--
 src/qtbupdateicon.h           |    4 +-
 src/qtbupdateparam.cpp        |   36 +++---
 17 files changed, 328 insertions(+), 233 deletions(-)

commit e0df0abcbab6ab9443f412aeab0b7874475c1f95
Author: marc <marc>
Date:   Mon Feb 5 16:57:30 2007 +0000

    *** empty log message ***

 lang/qtbguitools.de.ts |   14 +++++++-------
 lang/qtbguitools.es.ts |   14 +++++++-------
 lang/qtbguitools.fr.ts |   14 +++++++-------
 lang/qtbguitools.it.ts |   14 +++++++-------
 4 files changed, 28 insertions(+), 28 deletions(-)

commit f462ad87238ab6bc16257d15128a26662429a586
Author: marc <marc>
Date:   Fri Jan 19 23:09:52 2007 +0000

    Removed commented code for manual inspection of backtrace

 src/qtbbugreport.cpp     |   44 +-------------------------------------------
 src/qtbguitoolsversion.h |    2 +-
 src/qtbupdateicon.cpp    |    4 ++--
 3 files changed, 4 insertions(+), 46 deletions(-)

commit ea3076212c7ff5799b8da4513daa89658266f770
Author: marc <marc>
Date:   Fri Jan 19 23:08:58 2007 +0000

    *** empty log message ***

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

commit c1a3b5189ef9914e52233741257302d2c08b1522
Author: marc <marc>
Date:   Thu Jan 18 17:31:24 2007 +0000

    New auto report for bugs

 admin/makepro                     |    1 +
 src/images/update_available.png   |  Bin 0 -> 1129 bytes
 src/images/update_error.png       |  Bin 0 -> 1142 bytes
 src/images/update_unavailable.png |  Bin 0 -> 174 bytes
 src/qtbattachments.cpp            |   62 +++++++++
 src/qtbattachments.h              |   31 +++++
 src/qtbattachments.ui             |  157 ++++++++++++++++++++++
 src/qtbbugreport.cpp              |  236 +++++++++++++++++++++++++++++++++
 src/qtbbugreport.h                |   39 ++++++
 src/qtbbugreport.ui               |  259 +++++++++++++++++++++++++++++++++++++
 src/qtbguimessage.cpp             |   14 ++-
 src/qtbguimessage.h               |    4 +-
 src/qtbguitools.cpp               |    5 +-
 src/qtbguitools.h                 |    5 +-
 src/qtbguitoolsversion.h          |    2 +-
 src/qtbmessagebox.cpp             |    3 +-
 src/qtbsendmail.cpp               |  229 ++++++++++++++++++++++++++++++++
 src/qtbsendmail.h                 |   69 ++++++++++
 src/qtbupdateicon.cpp             |  184 ++++++++++++++++++++++++++
 src/qtbupdateicon.h               |   52 ++++++++
 src/qtbupdateparam.cpp            |   80 ++++++++++++
 src/qtbupdateparam.h              |   30 +++++
 src/qtbupdateparam.ui             |  204 +++++++++++++++++++++++++++++
 23 files changed, 1658 insertions(+), 8 deletions(-)

commit a80303441f0a41204e6edef31c08eccb84db689b
Author: marc <marc>
Date:   Thu Jan 18 17:24:46 2007 +0000

    *** empty log message ***

 lang/qtbguitools.de.ts |  303 +++++++++++++++++++++++++++++++++++++++++++++++-
 lang/qtbguitools.es.ts |  303 +++++++++++++++++++++++++++++++++++++++++++++++-
 lang/qtbguitools.fr.ts |  303 +++++++++++++++++++++++++++++++++++++++++++++++-
 lang/qtbguitools.it.ts |  303 +++++++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 1208 insertions(+), 4 deletions(-)

commit 7c8164f258e18f49563c5da24f07bd055c3a2ab8
Author: marc <marc>
Date:   Thu Dec 14 16:31:27 2006 +0000

    *** empty log message ***

 lang/qtbguitools.de.ts   |   19 ++++++++++++++++---
 lang/qtbguitools.es.ts   |   19 ++++++++++++++++---
 lang/qtbguitools.fr.ts   |   19 ++++++++++++++++---
 lang/qtbguitools.it.ts   |   19 ++++++++++++++++---
 src/qtbguitoolsversion.h |    2 +-
 src/qtbqsa.cpp           |   10 +++++-----
 6 files changed, 70 insertions(+), 18 deletions(-)

commit a6e02ab456944caf36447702944cf719ced89cb3
Author: marc <marc>
Date:   Thu Dec 14 11:25:47 2006 +0000

    Cycling view buffer for qtblogview
    Wrapper for print dialog

 lang/qtbguitools.de.ts        |    6 ++--
 lang/qtbguitools.es.ts        |    6 ++--
 lang/qtbguitools.fr.ts        |    6 ++--
 lang/qtbguitools.it.ts        |    6 ++--
 src/qtbguimessage.cpp         |   12 +++++++-
 src/qtbguimessage.h           |    3 +-
 src/qtbguitoolsversion.h      |    2 +-
 src/qtblogview.cpp            |   12 ++++----
 src/qtblogview.h              |    6 +++-
 src/qtblogwidget.cpp          |   14 +++++++++-
 src/qtblogwidget.h            |    3 +-
 src/qtbprintdialogwrapper.cpp |   59 +++++++++++++++++++++++++++++++++++++++++
 src/qtbprintdialogwrapper.h   |   37 +++++++++++++++++++++++++
 src/qtbqsa.h                  |    7 +++--
 src/qtbsettings.cpp           |   22 ++++++++++-----
 15 files changed, 166 insertions(+), 35 deletions(-)

commit 697a038799aaf8e06cec605efdd53829d8f31de9
Author: marc <marc>
Date:   Fri Dec 1 17:28:57 2006 +0000

    Control of path history for file dialog box (max 10 most used paths)

 lang/qtbguitools.de.ts   |    6 +++---
 lang/qtbguitools.es.ts   |    6 +++---
 lang/qtbguitools.fr.ts   |    6 +++---
 lang/qtbguitools.it.ts   |    6 +++---
 src/qtbguitoolsversion.h |    2 +-
 src/qtbprogressbar.h     |    4 ++--
 src/qtbqsa.cpp           |    4 ++--
 src/qtbsettings.cpp      |   16 ++++++++++------
 8 files changed, 27 insertions(+), 23 deletions(-)

commit 1f1b1cbcd85476de5a2cecb406e0a76c79da4289
Author: marc <marc>
Date:   Fri Nov 17 16:24:22 2006 +0000

    Note for changing the default browser link (new in Qt 4.2)

 lang/qtbguitools.de.ts   |   43 ++++++++++++++++++++++++++++++++++++++++++-
 lang/qtbguitools.es.ts   |   43 ++++++++++++++++++++++++++++++++++++++++++-
 lang/qtbguitools.fr.ts   |   43 ++++++++++++++++++++++++++++++++++++++++++-
 lang/qtbguitools.it.ts   |   43 ++++++++++++++++++++++++++++++++++++++++++-
 src/qtbguitools.cpp      |    4 ++--
 src/qtbguitoolsversion.h |    2 +-
 src/qtbsettings.cpp      |    6 ++++--
 7 files changed, 175 insertions(+), 9 deletions(-)

commit 4b80df35095957e945c0d93c2e07b3dc881e3628
Author: marc <marc>
Date:   Fri Nov 17 12:15:00 2006 +0000

    Various fixes needed for distribution on non pch compiler (gcc 3.3.5) and without a Qt patched
    for scriptability

 admin/makeconfig         |    2 +-
 src/qtbcolorpalette.cpp  |   14 +++++++-------
 src/qtbcolorpalette.h    |    3 ++-
 src/qtbguitoolsversion.h |    2 +-
 src/qtbinterfaced.cpp    |    6 +++---
 src/qtbinterfaced.h      |    8 ++++----
 src/qtbqsa.cpp           |   14 +++++++++++---
 7 files changed, 29 insertions(+), 20 deletions(-)

commit c89ff1eac6a0b7ee02aed80fbcf29e8d406cf8f5
Author: marc <marc>
Date:   Fri Nov 17 10:45:39 2006 +0000

    Version 1.0.1-snapshot-20061116

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

commit 8c9569957fb2a5e2430da3e730af7df8ea461167
Author: marc <marc>
Date:   Fri Nov 3 17:13:50 2006 +0000

    *** empty log message ***

 lang/qtbguitools.de.ts   |    7 ++++---
 lang/qtbguitools.es.ts   |    7 ++++---
 lang/qtbguitools.fr.ts   |    7 ++++---
 lang/qtbguitools.it.ts   |    7 ++++---
 src/qtbguitoolsversion.h |    2 ++
 src/qtbqsa.cpp           |    6 +++---
 6 files changed, 21 insertions(+), 15 deletions(-)

commit 7c97710069358d4c1c16ac8b4e4961537b4ba836
Author: marc <marc>
Date:   Mon Oct 30 13:49:52 2006 +0000

    QtbErrorHandling removed and replaced by QtbMessage functions (see qtbtools)

 lang/qtbguitools.de.ts   |    8 --
 lang/qtbguitools.es.ts   |    8 --
 lang/qtbguitools.fr.ts   |    8 --
 lang/qtbguitools.it.ts   |    8 --
 src/qtbcolorpalette.cpp  |   25 +++---
 src/qtbcolorpalette.h    |    3 +-
 src/qtberrorhandling.cpp |  204 ----------------------------------------------
 src/qtberrorhandling.h   |   63 --------------
 src/qtberrorreport.cpp   |   35 --------
 src/qtberrorreport.h     |   28 ------
 src/qtberrorreport.ui    |   54 ------------
 src/qtbqsa.cpp           |    6 +-
 12 files changed, 18 insertions(+), 432 deletions(-)

commit 1f2a235c80888979c805b66771c8730bb16f464d
Author: marc <marc>
Date:   Mon Oct 2 16:24:08 2006 +0000

    New automatic license header
    QtbTableWidget was a patch for early Qt4 releases no longer necessary

 admin/info                    |    1 -
 src/qtbcast.cpp               |   28 ++++---------------
 src/qtbcast.h                 |   28 ++++---------------
 src/qtbclassfactory.cpp       |   28 ++++---------------
 src/qtbclassfactory.h         |   28 ++++---------------
 src/qtbcolorhistogram.cpp     |   28 ++++---------------
 src/qtbcolorhistogram.h       |   28 ++++---------------
 src/qtbcolorpalette.cpp       |   28 ++++---------------
 src/qtbcolorpalette.h         |   28 ++++---------------
 src/qtbdialog.cpp             |   23 ++-------------
 src/qtbdialog.h               |   23 ++-------------
 src/qtbdialogproperties.cpp   |   32 +++++----------------
 src/qtbdialogproperties.h     |   40 ++++++++-------------------
 src/qtbdockwidget.cpp         |   21 +-------------
 src/qtbdockwidget.h           |   21 +-------------
 src/qtberrorhandling.cpp      |   28 ++++---------------
 src/qtberrorhandling.h        |   28 ++++---------------
 src/qtberrorreport.cpp        |   28 ++++---------------
 src/qtberrorreport.h          |   28 ++++---------------
 src/qtbguimessage.cpp         |   21 +-------------
 src/qtbguimessage.h           |   21 +-------------
 src/qtbguitools.cpp           |   28 ++++---------------
 src/qtbguitools.h             |   28 ++++---------------
 src/qtbguitoolsdllexport.h    |   28 ++++---------------
 src/qtbinterfaced.cpp         |   21 +-------------
 src/qtbinterfaced.h           |   21 +-------------
 src/qtblogview.cpp            |   30 +++++---------------
 src/qtblogview.h              |   28 ++++---------------
 src/qtblogwidget.cpp          |   18 +-----------
 src/qtblogwidget.h            |   18 +-----------
 src/qtbmessagebox.cpp         |   21 +-------------
 src/qtbmessagebox.h           |   21 +-------------
 src/qtbprintparametersint.cpp |   28 ++++---------------
 src/qtbprintparametersint.h   |   28 ++++---------------
 src/qtbprogressbar.cpp        |   21 +-------------
 src/qtbprogressbar.h          |   21 +-------------
 src/qtbqsa.cpp                |   28 ++++---------------
 src/qtbqsa.h                  |   28 ++++---------------
 src/qtbsettings.cpp           |   30 +++++---------------
 src/qtbsettings.h             |   30 +++++---------------
 src/qtbtablewidget.cpp        |   60 -----------------------------------------
 src/qtbtablewidget.h          |   44 ------------------------------
 42 files changed, 191 insertions(+), 928 deletions(-)

commit 5ef46cf2b968e0380d6e6b793833e340de84d8aa
Author: marc <marc>
Date:   Mon Sep 4 14:59:39 2006 +0000

    Improvement of printer dialog, implementation  of all QPrinter options
    New option for getOpenFileName(s): initial directory can be forced.,

 src/qtbguimessage.cpp |   13 ++++++----
 src/qtbguimessage.h   |    6 ++--
 src/qtbsettings.cpp   |   63 ++++++++++++++++++++++++++++++++++++------------
 src/qtbsettings.h     |    4 +-
 4 files changed, 60 insertions(+), 26 deletions(-)

commit 0dc84bdf0c18495f181b96b3670601bcecb35141
Author: marc <marc>
Date:   Fri Aug 18 10:21:14 2006 +0000

    Force rebuild of qtbqsa.cpp after configure

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

commit 24bf8be159c9a70d8aa8b1777febc0ce973e6d0f
Author: marc <marc>
Date:   Fri Aug 18 10:12:10 2006 +0000

    Removed manual option for QSA and replaced by automatic check for availability

 admin/makeconfig       |   60 +++++++++++++++++++++++++++++++----------------
 lang/qtbguitools.de.ts |   16 ++++++++++++
 lang/qtbguitools.es.ts |   16 ++++++++++++
 lang/qtbguitools.fr.ts |   16 ++++++++++++
 lang/qtbguitools.it.ts |   16 ++++++++++++
 5 files changed, 103 insertions(+), 21 deletions(-)

commit 00518c9a2136a71b5f1ab2367312cb7d191bfad8
Author: marc <marc>
Date:   Fri Aug 18 08:41:02 2006 +0000

    Integration of qsa option into configure script

 admin/info       |    4 ++--
 admin/makeconfig |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 admin/makepro    |   23 ++++++++++++-----------
 src/qtbqsa.cpp   |   32 +++++++++++++++++++++++++-------
 4 files changed, 87 insertions(+), 20 deletions(-)

commit d695173d5b3d31e7f2698b7b4cb4d1d03f42b37c
Author: marc <marc>
Date:   Fri Aug 18 08:38:06 2006 +0000

    Initial revision

 src/images/qsaexecute.png   |  Bin 0 -> 1253 bytes
 src/images/qsaopen4.png     |  Bin 0 -> 2629 bytes
 src/images/qsasave4.png     |  Bin 0 -> 2261 bytes
 src/images/qsaworkbench.png |  Bin 0 -> 1315 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

commit 0327439b11a679d555b8b6cd162662ce1a86f83b
Author: marc <marc>
Date:   Wed Aug 16 12:11:34 2006 +0000

    Merging sesarray-2_0_0-beta-patch branch

 admin/info              |    4 +-
 admin/makepro           |   17 ++
 lang/qtbguitools.de.ts  |   57 ++++-
 lang/qtbguitools.es.ts  |   57 ++++-
 lang/qtbguitools.fr.ts  |   57 ++++-
 lang/qtbguitools.it.ts  |   57 ++++-
 src/qtbcolorpalette.cpp |    4 +-
 src/qtbcolorpalette.h   |    9 +-
 src/qtbdialog.cpp       |   10 +-
 src/qtbguimessage.cpp   |    4 +-
 src/qtbinterfaced.cpp   |   79 ++++++
 src/qtbinterfaced.h     |  117 +++++++++
 src/qtbmessagebox.cpp   |    4 +-
 src/qtbmessagebox.h     |    6 +-
 src/qtbprogressbar.cpp  |   66 +++++
 src/qtbprogressbar.h    |   53 ++++
 src/qtbqsa.cpp          |  619 ++++++++++++++++++++++++++++++++++-------------
 src/qtbqsa.h            |   51 +++-
 src/qtbsettings.cpp     |   26 ++-
 19 files changed, 1073 insertions(+), 224 deletions(-)

commit ee2d04fb40b46e40a44f26a147fcdabde80970a2
Author: marc <marc>
Date:   Thu Jun 15 16:51:00 2006 +0000

    Version 1.0.1-beta

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

commit c49e97ca7b57173cef51ab5b8079c4b5b782d727
Author: marc <marc>
Date:   Wed Jun 14 13:57:30 2006 +0000

    Version 1.0.1-snapshot-20060614

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

commit 51e579db8b63f05eaa255d65bcc5bd0dd3fc05bd
Author: marc <marc>
Date:   Tue Jun 13 16:57:57 2006 +0000

    Bug fixed when file filter cantains various pattern , the first one is taken as default

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

commit ff7efbf639542a35f275ee7a1e60ca166b305c0a
Author: marc <marc>
Date:   Sun Jun 4 21:30:18 2006 +0000

    Version 1.0.1-snapshot-20060604

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

commit 60e67a8247fd43731b25337ecc41f4bce491af1b
Author: marc <marc>
Date:   Sat May 27 04:01:33 2006 +0000

    Version 1.0.1-snapshot-20060527

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

commit 2a098786f02da368a8fd634351863982e9d24fda
Author: marc <marc>
Date:   Sat May 20 04:02:33 2006 +0000

    Version 1.0.1-snapshot-20060520

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

commit 07cec02c0eb837305bda1eab81fab4f56157d467
Author: marc <marc>
Date:   Sat May 13 04:01:32 2006 +0000

    Version 1.0.1-snapshot-20060513

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

commit 049d40c3b0895881c4348ea015d1c19f1b558b75
Author: marc <marc>
Date:   Wed May 10 16:42:39 2006 +0000

    Version 1.0.1-snapshot-20060510

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

commit 42614c99b1c3636505e0e9ea8f4efe799437c95a
Author: marc <marc>
Date:   Tue May 9 15:58:53 2006 +0000

    Version 1.0.1-snapshot-20060509

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

commit d72950e8bb5db1fdd2decc5a14acf0f82a6df590
Author: marc <marc>
Date:   Sat May 6 04:02:18 2006 +0000

    Version 1.0.1-snapshot-20060506

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

commit 77e0b43caca08ba2603420b186c8865221ca7744
Author: marc <marc>
Date:   Fri May 5 17:38:00 2006 +0000

    Version 1.0.1-snapshot-20060505

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

commit 2e5319799b066bc195772191c481b93492505053
Author: marc <marc>
Date:   Wed May 3 13:35:53 2006 +0000

    Missing windows export

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

commit 47274b3e500fb1de7d8b224b91e634ae2724d48e
Author: marc <marc>
Date:   Tue May 2 15:08:15 2006 +0000

    Version 1.0.1-snapshot-20060502

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

commit 3025e93b71f4ecc1c4c90c4374b43c17ec90f3a9
Author: marc <marc>
Date:   Sat Apr 29 04:02:26 2006 +0000

    Version 1.0.1-snapshot-20060429

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

commit e55efa477fe1d56b1361405fd866e64c8018c98c
Author: marc <marc>
Date:   Fri Apr 28 15:21:20 2006 +0000

    QtbColorPalette handles transparency

 src/qtbcolorpalette.cpp |  499 +++++++++++++++++++++++------------------------
 src/qtbcolorpalette.h   |   14 +-
 2 files changed, 257 insertions(+), 256 deletions(-)

commit 53dbad0d818ad4a2789ec3d72e09b3af58263bd1
Author: marc <marc>
Date:   Sat Apr 22 04:02:08 2006 +0000

    Version 1.0.1-snapshot-20060422

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

commit eb2e4fc5ef9b4dc2e21b05be390116797770651d
Author: marc <marc>
Date:   Sat Apr 15 04:02:06 2006 +0000

    Version 1.0.1-snapshot-20060415

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

commit 7915c6a43e2db2e928d64efac2fa9cb26884afa6
Author: marc <marc>
Date:   Mon Apr 10 15:56:46 2006 +0000

    Version 1.0.1-snapshot-20060410

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

commit b679dff0593d01d8001c268ff66bd536ee55a012
Author: marc <marc>
Date:   Fri Apr 7 08:51:33 2006 +0000

    Version 1.0.1-snapshot-20060407

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

commit a8a7848785e0b7283be70717eba3948d15a054a2
Author: marc <marc>
Date:   Wed Apr 5 13:16:38 2006 +0000

    Version 1.0.1-snapshot-20060405

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

commit 37018634f0dc248806b61a7707e774b69f6b9876
Author: marc <marc>
Date:   Tue Apr 4 17:43:21 2006 +0000

    Version 1.0.1-snapshot-20060404

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

commit c9de74be5abd5731a6458ec7dac7064f94a3e489
Author: marc <marc>
Date:   Tue Apr 4 17:34:35 2006 +0000

    New system for messaging (including "show again option")
    New dock widget with signals on closing

 lang/qtbguitools.de.ts |   27 +++++++++
 lang/qtbguitools.es.ts |   27 +++++++++
 lang/qtbguitools.fr.ts |   27 +++++++++
 lang/qtbguitools.it.ts |   27 +++++++++
 src/qtbdockwidget.cpp  |   35 ++++++++++++
 src/qtbdockwidget.h    |   52 ++++++++++++++++++
 src/qtbguimessage.cpp  |   70 +++++++++---------------
 src/qtbguimessage.h    |   33 ++++--------
 src/qtbmessagebox.cpp  |   94 ++++++++++++++++++++++++++++++++
 src/qtbmessagebox.h    |   90 ++++++++++++++++++++++++++++++
 src/qtbmessagebox.ui   |  142 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbqsa.cpp         |    9 ++--
 src/qtbsettings.cpp    |    6 +-
 src/qtbtablewidget.cpp |   10 ++--
 14 files changed, 568 insertions(+), 81 deletions(-)

commit 8233063d4d17dc85d2b5cf97b42470041cd23427
Author: marc <marc>
Date:   Mon Apr 3 06:32:32 2006 +0000

    Version 1.0.1-snapshot-20060403

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

commit 6b8a454e0d85d64bba26cea924d7b8bfb2f8c509
Author: marc <marc>
Date:   Sun Apr 2 16:29:32 2006 +0000

    Version 1.0.1-snapshot-20060402

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

commit b5bdeabe9780f09d7cd1456b1b41942caefc10a4
Author: marc <marc>
Date:   Sun Apr 2 15:30:08 2006 +0000

    New feature to remove a stream

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

commit 593bad897fbbfc64fa49becf37956c9530c524d2
Author: marc <marc>
Date:   Sat Apr 1 04:03:16 2006 +0000

    Version 1.0.1-snapshot-20060401

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

commit 7dbb4f9a75e8f1ea541038116f43144109342de1
Author: marc <marc>
Date:   Thu Mar 30 10:58:20 2006 +0000

    New feature to avoid overflow of the view buffer (if rate > 20 kb/s, it blocks gui)

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

commit 5ed3b71eca930e8b5d714017e42083ddf11f16c9
Author: marc <marc>
Date:   Mon Mar 27 17:58:25 2006 +0000

    Version 1.0.1-snapshot-20060327

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

commit a7fbd8247c978f158ff360e3c4f38a69a74619f7
Author: marc <marc>
Date:   Sat Mar 25 04:01:48 2006 +0000

    Version 1.0.1-snapshot-20060325

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

commit 2755b77eb1079c8900e900a9a9b55d2957a35175
Author: marc <marc>
Date:   Sat Mar 18 03:02:18 2006 +0000

    Version 1.0.1-snapshot-20060318

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

commit e77ec89a0aac810a790afa3c9d06cbe25c058562
Author: marc <marc>
Date:   Fri Mar 17 17:59:27 2006 +0000

    Obsolete link to Qt3Support

 src/qtberrorreport.ui |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit ba4baed8526fcaaa7ba898b22f74bd71fa3c576d
Author: marc <marc>
Date:   Tue Mar 14 20:37:23 2006 +0000

    Version 1.0.1-snapshot-20060314

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

commit a0863fe2427a1a10664e515008f5e60ed33d04b0
Author: marc <marc>
Date:   Tue Mar 14 20:02:16 2006 +0000

    Bug fixed for const char * streamed to logview (missing overloaded virtual function)

 src/qtblogview.cpp   |   80 +++++++++++++++++++++++++-------------------------
 src/qtblogview.h     |    3 +-
 src/qtblogwidget.cpp |    3 +-
 3 files changed, 43 insertions(+), 43 deletions(-)

commit 537b0d77e4c8f0ffbcbce7e5913187cb19184889
Author: marc <marc>
Date:   Mon Mar 13 12:34:38 2006 +0000

    Version 1.0.1-snapshot-20060313

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

commit de49a5df25329b60c423b0a191b1e87bf24dd169
Author: marc <marc>
Date:   Sat Mar 11 03:02:18 2006 +0000

    Version 1.0.1-snapshot-20060311

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

commit 6c3853ce216461b9b0d8f2df177ac7fd9fb80f94
Author: marc <marc>
Date:   Sat Mar 4 03:01:26 2006 +0000

    Version 1.0.1-snapshot-20060304

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

commit ccb13fb9e4fa66d74c0fde1913288f1180e19887
Author: marc <marc>
Date:   Sat Feb 25 03:02:04 2006 +0000

    Version 1.0.1-snapshot-20060225

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

commit 4369f59f3841452dfb43d6658d97d56c192f6491
Author: marc <marc>
Date:   Sat Feb 18 03:01:38 2006 +0000

    Version 1.0.1-snapshot-20060218

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

commit 390e1b07b7cf1ed25dcc56c1e38b18422cd92cdc
Author: marc <marc>
Date:   Sat Feb 11 03:02:04 2006 +0000

    Version 1.0.1-snapshot-20060211

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

commit 2e115ea4e952c36b0a197e5b4e8149703d722982
Author: marc <marc>
Date:   Sat Feb 4 03:02:03 2006 +0000

    Version 1.0.1-snapshot-20060204

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

commit 7451da7f137d5d3e8b58a7e8537702d1a7ef3ce1
Author: marc <marc>
Date:   Wed Feb 1 22:29:42 2006 +0000

    Version 1.0.1-snapshot-20060201

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

commit f0dd62c353569f497ca8ef4722c49baf9ce289b4
Author: marc <marc>
Date:   Tue Jan 31 10:02:04 2006 +0000

    Rearrangment of QtbDebugMem to make it work under Windows

 admin/info                |    4 ++--
 src/qtbcolorhistogram.cpp |    5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 2b1762532b7d7a028ab7d07b9bbe7cde42542223
Author: marc <marc>
Date:   Sat Jan 28 03:01:35 2006 +0000

    Version 1.0.1-snapshot-20060128

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

commit 33d083fe1c559a601fa27c3e082e734b26a71636
Author: marc <marc>
Date:   Sat Jan 21 03:01:19 2006 +0000

    Version 1.0.1-snapshot-20060121

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

commit 9a4be87e236b1eb94bb6a40ae3a21a876d3271a3
Author: marc <marc>
Date:   Mon Jan 16 17:34:54 2006 +0000

    Version 1.0.1-snapshot-20060116

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

commit df19a84e5ce6e7a6e7ce429e3438c5cbd3c50832
Author: marc <marc>
Date:   Sat Jan 14 03:01:17 2006 +0000

    Version 1.0.1-snapshot-20060114

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

commit b159a01b5242449f681961624366c453b06edd49
Author: marc <marc>
Date:   Fri Jan 13 15:12:29 2006 +0000

    Version 1.0.1-snapshot-20060113

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

commit 5161155b2922cca2dfd52744798b0a72860b8d9f
Author: marc <marc>
Date:   Fri Jan 13 15:07:54 2006 +0000

    Missing DLL export for windows

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

commit bfacb451f70466ddfbca1b4980f1ab60d66271e8
Author: marc <marc>
Date:   Thu Jan 12 15:53:28 2006 +0000

    Uniform headers
    Bug fixed for saving/restoring rectangle of dialog box with introduction of QtbDialog and QtbFileDialog
    Additionnaly saves the state of a Window if maximized

 src/qtbcast.cpp               |    6 +-
 src/qtbcast.h                 |    6 +-
 src/qtbclassfactory.cpp       |    6 +-
 src/qtbclassfactory.h         |    6 +-
 src/qtbcolorhistogram.cpp     |    6 +-
 src/qtbcolorhistogram.h       |    6 +-
 src/qtbcolorpalette.cpp       |    6 +-
 src/qtbcolorpalette.h         |    6 +-
 src/qtbdialog.cpp             |   74 +++++++++++++++++++++++++++++++++++
 src/qtbdialog.h               |   86 +++++++++++++++++++++++++++++++++++++++++
 src/qtbdialogproperties.cpp   |    6 +-
 src/qtbdialogproperties.h     |    6 +-
 src/qtberrorhandling.cpp      |    6 +-
 src/qtberrorhandling.h        |    6 +-
 src/qtberrorreport.cpp        |    8 ++--
 src/qtberrorreport.h          |    9 ++--
 src/qtbguimessage.cpp         |   31 ++++++++-------
 src/qtbguimessage.h           |    6 +-
 src/qtbguitools.cpp           |    6 +-
 src/qtbguitools.h             |    6 +-
 src/qtbguitoolsdllexport.h    |    6 +-
 src/qtblogview.cpp            |    6 +-
 src/qtblogview.h              |    6 +-
 src/qtblogwidget.cpp          |    6 +-
 src/qtblogwidget.h            |    6 +-
 src/qtbprintparametersint.cpp |    6 +-
 src/qtbprintparametersint.h   |    6 +-
 src/qtbqsa.cpp                |    6 +-
 src/qtbqsa.h                  |    6 +-
 src/qtbsettings.cpp           |   39 ++++++++++++------
 src/qtbsettings.h             |    4 +-
 src/qtbtablewidget.cpp        |    4 +-
 src/qtbtablewidget.h          |    4 +-
 33 files changed, 289 insertions(+), 114 deletions(-)

commit bf4666673ba34e13387970303a9a567d336d3ad7
Author: marc <marc>
Date:   Sat Jan 7 03:01:14 2006 +0000

    Version 1.0.1-snapshot-20060107

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

commit 127b678283b99e03c4afe8eff54cbca96cd37669
Author: marc <marc>
Date:   Thu Jan 5 23:21:31 2006 +0000

    Version 1.0.1-snapshot-20060106

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

commit 97c36397d1b4d9e543036e3c0a8dd15db4b208d1
Author: marc <marc>
Date:   Wed Jan 4 11:01:34 2006 +0000

    Lang files updated

 lang/qtbguitools.de.ts |   28 ++++++++++++++++++++++++++++
 lang/qtbguitools.es.ts |   28 ++++++++++++++++++++++++++++
 lang/qtbguitools.fr.ts |   28 ++++++++++++++++++++++++++++
 lang/qtbguitools.it.ts |   28 ++++++++++++++++++++++++++++
 4 files changed, 112 insertions(+), 0 deletions(-)

commit b23abf1ad1ea992b5398be2164aa4fe9b3b37f66
Author: marc <marc>
Date:   Sat Dec 31 03:01:14 2005 +0000

    Version 1.0.1-snapshot-20051231

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

commit 7b80304eaebdcf713f98c123ad01af44ca76402a
Author: marc <marc>
Date:   Sat Dec 24 03:01:31 2005 +0000

    Version 1.0.1-snapshot-20051224

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

commit ee2d6f29c2eb90bdeab4dc421d68e85b03518e04
Author: marc <marc>
Date:   Wed Dec 21 08:53:00 2005 +0000

    New virtual interface to identify the type of log stream (id)
    New function to change the logView name

 src/qtblogview.h     |    3 ++-
 src/qtblogwidget.cpp |   15 ++++++++++++++-
 src/qtblogwidget.h   |    3 ++-
 3 files changed, 18 insertions(+), 3 deletions(-)

commit ae7f047bbdd5cb8ade3811ce13e32d121cbd239b
Author: marc <marc>
Date:   Mon Dec 19 17:25:39 2005 +0000

    Version 1.0.1-snapshot-20051219

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

commit fc47c854b389e7943918894fe9dd14bd435e6770
Author: marc <marc>
Date:   Sat Dec 17 03:01:15 2005 +0000

    Version 1.0.1-snapshot-20051217

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

commit a1759169586d48202bdbff629940277302a0e3dd
Author: marc <marc>
Date:   Wed Dec 14 10:54:19 2005 +0000

    Version 1.0.1-snapshot-20051214

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

commit 0efcd5d47f9d196983b83b179466f7cc01b62f82
Author: marc <marc>
Date:   Tue Dec 13 17:59:09 2005 +0000

    Tipo error and firefox becomes the default browser for Windows

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

commit 0743e933c8c2be8b48271ae0d6c1de27c175f82e
Author: marc <marc>
Date:   Tue Dec 13 12:39:41 2005 +0000

    Bug fixed under Mac: use of function "open", interative set of current browser no longer available for Mac

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

commit 610a9f10d41b4021c8c31dfb65fb659e5fca2cc3
Author: marc <marc>
Date:   Tue Dec 13 08:42:29 2005 +0000

    dll export for Windaub

 src/qtblogwidget.h   |    6 ++++--
 src/qtbtablewidget.h |    6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

commit 0f26bc6625dd2c4b8be0881bb5a5439eecfc2d2e
Author: marc <marc>
Date:   Tue Dec 13 03:01:15 2005 +0000

    Version 1.0.1-snapshot-20051213

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

commit 39940fd759c0cc80431dff8dacaa1054a1ccf0c8
Author: marc <marc>
Date:   Mon Dec 12 03:01:12 2005 +0000

    Version 1.0.1-snapshot-20051212

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

commit 648146659282a494ea653768eb16346c42e41b54
Author: marc <marc>
Date:   Sun Dec 11 03:01:11 2005 +0000

    Version 1.0.1-snapshot-20051211

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

commit be578d9161cb27d0eee75949e67b0b205774233d
Author: marc <marc>
Date:   Sat Dec 10 03:01:15 2005 +0000

    Version 1.0.1-snapshot-20051210

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

commit c7dcca95024c6033fc100fc35e416fe328739661
Author: marc <marc>
Date:   Fri Dec 9 08:23:35 2005 +0000

    Version 1.0.1-snapshot-20051209

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

commit 5563dc2222bbb6317687bfede7ce4b51afc17da0
Author: marc <marc>
Date:   Wed Dec 7 08:55:23 2005 +0000

    Version 2.0.0-snapshot-20051207

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

commit f55f4d2b960de3e08e3adbf169c4d1febce0bc13
Author: marc <marc>
Date:   Tue Dec 6 13:50:30 2005 +0000

    Version 1.0.1-snapshot-20051206

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

commit 9e701230e740ec8768dbcd58179b7dbec67da632
Author: marc <marc>
Date:   Fri Dec 2 18:32:20 2005 +0000

    INSTALL updated

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

commit 57108d919775d3c6d491d5ed120097fccd854ea6
Author: marc <marc>
Date:   Sun Nov 20 20:34:56 2005 +0000

    New sub class of QTableWidget to patch temporarely a Qt bug

 src/qtbtablewidget.cpp |   60 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbtablewidget.h   |   42 +++++++++++++++++++++++++++++++++
 2 files changed, 102 insertions(+), 0 deletions(-)

commit f3ebbad34f102d725a1b234154f041d500595c63
Author: marc <marc>
Date:   Fri Nov 18 00:42:40 2005 +0000

    Add comment to switch to console output

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

commit 8217b0221cff9ad2e05b8bf4e0b17ac73ea47239
Author: marc <marc>
Date:   Thu Nov 17 23:19:20 2005 +0000

    Add includes

 src/qtbguimessage.cpp    |    3 ++-
 src/qtbguitoolsversion.h |    2 +-
 src/qtbsettings.h        |    3 ++-
 3 files changed, 5 insertions(+), 3 deletions(-)

commit 04c634b20ab2a387eb0800cbe619d79abf050e99
Author: marc <marc>
Date:   Wed Nov 16 00:09:12 2005 +0000

    Partial line support implemented for QtbLogView
    Bug fixed for saving and restoring QTextEdit (use plainText rather than html)

 src/qtbguitoolsversion.h |    2 +-
 src/qtblogview.cpp       |   23 ++++++++++-------
 src/qtblogwidget.cpp     |   59 ++++++++++++++++++++++++++++++++++++++++++++++
 src/qtblogwidget.h       |   47 ++++++++++++++++++++++++++++++++++++
 src/qtbsettings.cpp      |    6 ++--
 5 files changed, 123 insertions(+), 14 deletions(-)

commit 3f8a6c2dd1114f24ef9a81af797a8b48bff9b74f
Author: marc <marc>
Date:   Mon Nov 14 17:28:29 2005 +0000

    setAcceptRichText postponed to Qt 4.1
    uint converted to int

 src/qtbcolorpalette.cpp  |   30 +++++++++++++++---------------
 src/qtbcolorpalette.h    |   10 +++++-----
 src/qtbguitoolsversion.h |    2 +-
 src/qtblogview.cpp       |    4 ++--
 4 files changed, 23 insertions(+), 23 deletions(-)

commit 853860d3d1d13636b15ce77e46696b3012b86993
Author: marc <marc>
Date:   Mon Nov 7 15:50:00 2005 +0000

    New feature to access a default browser
    Bug fixed for Log view in context of multi threading (use of QMutex)

 src/qtbguitoolsversion.h |    2 +-
 src/qtblogview.cpp       |   31 ++++++++++++++++++----
 src/qtblogview.h         |   62 ++++++++++++++++++++++++---------------------
 src/qtbsettings.cpp      |   61 ++++++++++++++++++++++++++++++++++++++++++++-
 src/qtbsettings.h        |    6 +++-
 5 files changed, 124 insertions(+), 38 deletions(-)

commit 4b6917c37d2fe2b2df6ae9165df7a91e05d2cafe
Author: marc <marc>
Date:   Thu Nov 3 21:29:40 2005 +0000

    *** empty log message ***

 src/qtbclassfactory.cpp  |    8 +-------
 src/qtbguitoolsversion.h |    2 +-
 2 files changed, 2 insertions(+), 8 deletions(-)

commit 4a5a3ca5223c73b476cc1e879ce73f03378cc590
Author: marc <marc>
Date:   Mon Oct 24 23:04:41 2005 +0000

    QDoubleSpinBox added to QtbDialogProperties
    setChangedByUser(bool c) accept a bool to set or reset properties

 src/qtbdialogproperties.cpp |   57 ++++++++++++++++++++++++++++++++++++++++--
 src/qtbdialogproperties.h   |    6 +++-
 src/qtbguitoolsversion.h    |    2 +-
 3 files changed, 59 insertions(+), 6 deletions(-)

commit be58c43d1685f0d87fcd81e1255a0b25b262d3b7
Author: marc <marc>
Date:   Fri Oct 21 16:44:41 2005 +0000

    Bug fixed for QtbColorPalette, in case of uninitialized palette with less than 2 items

 src/qtbcast.h             |    4 ++--
 src/qtbcolorhistogram.h   |    4 ++--
 src/qtbcolorpalette.cpp   |    6 +++++-
 src/qtbcolorpalette.h     |    4 ++--
 src/qtbdialogproperties.h |    4 ++--
 src/qtbguimessage.h       |    8 ++++----
 src/qtbguitools.h         |    8 ++++----
 src/qtbguitoolsversion.h  |    2 +-
 src/qtblogview.h          |    4 ++--
 9 files changed, 24 insertions(+), 20 deletions(-)

commit 6c9bd8cf9c4ff68ed684a789220ec6eac788376f
Author: marc <marc>
Date:   Tue Oct 18 12:10:28 2005 +0000

    Version 1.0.1

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

commit d6251d404eee17f171f514c6f09b960031808835
Author: marc <marc>
Date:   Mon Oct 17 15:26:58 2005 +0000

    Window portage finished

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

commit ad4b36a9353ee85769a6130d8956a30907263b02
Author: marc <marc>
Date:   Fri Oct 14 17:48:20 2005 +0000

    No reload of widget rectangles of the key does not exist, avoid fake rectangles
    for widgets
    Bug fixed for QDoubleSpinBox

 src/qtbguitoolsversion.h |    2 +-
 src/qtbsettings.cpp      |   60 ++++++++++++++++++++++++---------------------
 2 files changed, 33 insertions(+), 29 deletions(-)

commit 517841306d1f0b0944b23c698108299a2c050f6e
Author: marc <marc>
Date:   Fri Oct 7 00:45:45 2005 +0000

    Custom strings for messages

 src/qtbguimessage.cpp    |   26 +++++++++++++++++++++++++-
 src/qtbguimessage.h      |   15 ++++++++++++++-
 src/qtbguitoolsversion.h |    2 +-
 3 files changed, 40 insertions(+), 3 deletions(-)

commit 0e1505e7a6dd8bdbf152de44ebbad68f253b9509
Author: marc <marc>
Date:   Thu Oct 6 19:33:30 2005 +0000

    Do not reload preceding values for the editor of a Spin box

 src/qtbguimessage.cpp    |  171 ++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbguimessage.h      |   67 ++++++++++++++++++
 src/qtbguitoolsversion.h |    2 +-
 src/qtbsettings.cpp      |    5 +-
 4 files changed, 242 insertions(+), 3 deletions(-)

commit 2cacf837b100f6b1b8c1f06e9574900a575135b7
Author: marc <marc>
Date:   Tue Oct 4 19:49:45 2005 +0000

    New QtbMessage system, gui implementation.
    Functions getOpenFileName, getSaveFileName, getOpenFileNames and getExistingDirectory
    moved to QtbGuiMessage and QtbMessage (virtual). Offers access to these function to non gui functions. The non implementation of these function is still to be done.

 src/qtbclassfactory.h    |    5 +-
 src/qtbguitoolsversion.h |    2 +-
 src/qtbqsa.cpp           |    8 ++--
 src/qtbsettings.cpp      |  111 +---------------------------------------------
 src/qtbsettings.h        |   16 +------
 5 files changed, 12 insertions(+), 130 deletions(-)

commit 3baa4cdae33db449232062292c416ac838b50a39
Author: marc <marc>
Date:   Thu Sep 29 17:38:09 2005 +0000

    Uniformisation between QTB_INSTALL_DIR_DECL and QTB_INSTALL_DIR_IMPL

 src/qtbguitools.h        |    4 ++--
 src/qtbguitoolsversion.h |    2 +-
 src/qtbsettings.cpp      |   10 +++++-----
 3 files changed, 8 insertions(+), 8 deletions(-)

commit de2311d0ed0a501c9a48ee5a9cfb1c4eb2b96193
Author: marc <marc>
Date:   Mon Sep 26 16:20:55 2005 +0000

    Version computed correctly

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

commit 78fbe046e145b0a398d5e00a9d26689f608279ef
Author: marc <marc>
Date:   Mon Sep 26 07:21:55 2005 +0000

    New functions getCustomWidget and setCustomWidget to save and restore custom widgets
    registered in QtbClassFactory

 src/qtbclassfactory.cpp  |   16 ++++++-
 src/qtbclassfactory.h    |   70 +++++++++++++++++++++--------
 src/qtbguitoolsversion.h |    2 +-
 src/qtbsettings.cpp      |  110 ++++++++++++++++++++++++++++++++++++----------
 src/qtbsettings.h        |   13 +++--
 5 files changed, 160 insertions(+), 51 deletions(-)

commit 1dff036b9e73944b74a7ea130344d8dce38e3b1b
Author: marc <marc>
Date:   Sat Sep 24 16:21:41 2005 +0000

    Centralization of background color of Widget (setWidgetColor() and widgetColor())

 src/qtbcolorpalette.cpp  |    3 ++-
 src/qtbguitools.cpp      |   17 ++++++++++++++++-
 src/qtbguitools.h        |   11 +++++++++--
 src/qtbguitoolsversion.h |    2 +-
 4 files changed, 28 insertions(+), 5 deletions(-)

commit 0b2be8e93f460a6a0ecb3ee01acfdd58f814bba8
Author: marc <marc>
Date:   Wed Sep 21 22:51:08 2005 +0000

    INSTALL instructions updated
    Version 1.0.0

 INSTALL                  |   66 +++++++++++++++++++++++++++++----------------
 admin/info               |    4 +-
 src/qtbguitoolsversion.h |    2 +-
 src/qtbsettings.cpp      |    8 +++---
 4 files changed, 49 insertions(+), 31 deletions(-)

commit 3b3969eeca564703d703ac64246225f466c6e051
Author: marc <marc>
Date:   Wed Sep 21 13:27:08 2005 +0000

    Wrong name for organizationDomain used only under MAC

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

commit 21d8bec3a78eea6a610373d12c4b4f66937281d6
Author: marc <marc>
Date:   Tue Sep 20 23:36:47 2005 +0000

    Bug fixed for restoring QListWidget

 src/qtbguitoolsversion.h |    2 +-
 src/qtbsettings.cpp      |    8 ++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

commit f8cce0bd40bfbaa67f892da3f14074f9ff851593
Author: marc <marc>
Date:   Wed Aug 24 07:51:38 2005 +0000

    Warnings removed

 src/qtbcolorhistogram.cpp |    5 ++---
 src/qtbcolorhistogram.h   |    5 ++---
 src/qtberrorhandling.cpp  |    4 ++--
 src/qtbguitoolsversion.h  |    2 +-
 4 files changed, 7 insertions(+), 9 deletions(-)

commit 42f37f295f95a2e070531b365f272e6689eddd56
Author: marc <marc>
Date:   Tue Aug 23 13:53:54 2005 +0000

    Organisation name added

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

commit b76ad763ed7f77735b05943601ff0c8457813e85
Author: marc <marc>
Date:   Mon Aug 22 17:20:38 2005 +0000

    Translation files

 lang/qtbguitools.de.ts |   81 ++++++++++++++++++++++++++++++++++++++++++++++++
 lang/qtbguitools.es.ts |   81 ++++++++++++++++++++++++++++++++++++++++++++++++
 lang/qtbguitools.fr.ts |   81 ++++++++++++++++++++++++++++++++++++++++++++++++
 lang/qtbguitools.it.ts |   81 ++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 324 insertions(+), 0 deletions(-)

commit 3587c456fa8ba88305380b0e34d622e437976347
Author: marc <marc>
Date:   Mon Aug 22 17:15:06 2005 +0000

    Support for multi language and uniformization of macro names

 admin/info                    |    3 +-
 src/qtbcast.h                 |    6 ++--
 src/qtbclassfactory.h         |   53 +++++++++++++++++++++--------------------
 src/qtbcolorhistogram.h       |    8 +++---
 src/qtbcolorpalette.cpp       |   23 ++++++++++-------
 src/qtbcolorpalette.h         |   12 ++++----
 src/qtbdialogproperties.h     |   10 ++++----
 src/qtberrorhandling.cpp      |   16 ++++++------
 src/qtberrorhandling.h        |   20 +++++++-------
 src/qtberrorreport.h          |    8 +++---
 src/qtbguitools.cpp           |    6 ++++-
 src/qtbguitools.h             |   10 ++++---
 src/qtbguitoolsdllexport.h    |   12 ++++----
 src/qtbguitoolsversion.h      |    2 +-
 src/qtblogview.h              |    8 +++---
 src/qtbprintparametersint.cpp |    4 +-
 src/qtbprintparametersint.h   |    4 +-
 src/qtbqsa.h                  |   10 ++++----
 src/qtbsettings.cpp           |    3 +-
 src/qtbsettings.h             |   40 +++++++++++++++---------------
 20 files changed, 135 insertions(+), 123 deletions(-)

commit 2f85fd0ca95d217c3dad87a518cc1350a16654f3
Author: marc <marc>
Date:   Mon Aug 15 23:26:53 2005 +0000

    Bug fixed: no more crash when no file is selected

 src/qtbcolorpalette.cpp  |    4 ++--
 src/qtbguitoolsversion.h |    2 +-
 src/qtbsettings.cpp      |   12 ++++++------
 3 files changed, 9 insertions(+), 9 deletions(-)

commit 401b538d62534206e6a0a818d0e8ec3d71bfac60
Author: marc <marc>
Date:   Thu Aug 11 19:22:08 2005 +0000

    Removed debug message

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

commit 2b208b4cb3abdff89be10afc39bed495fd3623a7
Author: marc <marc>
Date:   Wed Aug 10 14:46:07 2005 +0000

    key is now generated from filter string, generating a qHash value

 src/qtbguitoolsversion.h |    2 +-
 src/qtbsettings.cpp      |   27 ++++-----------------------
 src/qtbsettings.h        |    4 +---
 3 files changed, 6 insertions(+), 27 deletions(-)

commit e5443928006c85a53665c6c1516b69bd4ce1865e
Author: marc <marc>
Date:   Tue Aug 9 17:20:41 2005 +0000

    Bug fix:
    
      QtbColorPalette
    
     new copy constructor (else default copy constructor copy pointer value only)
     color(double val) removed and inlined
     _numType not correctly exported as XML property
    
      QtbSettings
    
     if rect not initialized, rect is not restored avoiding stupid small rects
     filter, dir history and paths are now moved to organisation settings (geopsy)
     The key is the filter for these three values, hence one settings per file type

 src/qtbcolorpalette.cpp     |   37 +++-----
 src/qtbcolorpalette.h       |   18 +---
 src/qtbdialogproperties.cpp |    3 +-
 src/qtbguitoolsversion.h    |    2 +-
 src/qtbsettings.cpp         |  194 +++++++++++++++++++++++++++----------------
 src/qtbsettings.h           |   22 +----
 6 files changed, 146 insertions(+), 130 deletions(-)

commit 7cfb4f63fc7f1be1d19336c9161e50e0071811ed
Author: marc <marc>
Date:   Fri Aug 5 16:39:17 2005 +0000

    FALSE and TRUE replaced by false and true, respectively

 src/qtbclassfactory.h    |    6 +++---
 src/qtbcolorpalette.cpp  |   28 ++++++++++++++--------------
 src/qtbguitoolsversion.h |    2 +-
 src/qtblogview.h         |    4 ++--
 src/qtbqsa.cpp           |   30 +++++++++++++++---------------
 src/qtbqsa.h             |    4 ++--
 src/qtbsettings.cpp      |   30 +++++++++++++++---------------
 src/qtbsettings.h        |   10 +++++-----
 8 files changed, 57 insertions(+), 57 deletions(-)

commit 99bf0b130226c3913ecd0857022d6bb6c7221b47
Author: marc <marc>
Date:   Tue Aug 2 16:02:54 2005 +0000

    WIN_* specific defines and libraries added to admin/info
    QtbGUITOOLS_EXPORT removed from QtbCast, because template classes are not directly
    instancied
    QtbGUITOOLS_EXPORT for QtbDialogProperty, QtbLogView

 admin/info                |    3 +++
 src/qtbcast.h             |    8 +++-----
 src/qtbdialogproperties.h |    8 +++++---
 src/qtblogview.h          |    5 +++--
 4 files changed, 14 insertions(+), 10 deletions(-)

commit dc050da4dffab18c2c03d7fcfe3f1393640883c8
Author: marc <marc>
Date:   Tue Aug 2 13:40:11 2005 +0000

    Bug fixed for xml_tagName, now return reference
    Support for checkable groupbox in QtbDialogProperties
    Bug fixed for save dialog box: Qt4 now handle the warning for existing files

 src/qtbcolorpalette.h       |    4 ++--
 src/qtbdialogproperties.cpp |   19 ++++++++++++++++++-
 src/qtbdialogproperties.h   |    4 ++--
 src/qtbguitoolsversion.h    |    2 +-
 src/qtbsettings.cpp         |   18 ++----------------
 5 files changed, 25 insertions(+), 22 deletions(-)

commit 70f9e32849647eb320a188ba4f516a75791d8884
Author: marc <marc>
Date:   Mon Aug 1 16:19:22 2005 +0000

    Add support for QAbstract slider
    Bug fixed in checkValue() (_value was not correctly initialized)
    Bug fixed in getValue() (propertyType mismatch in switch)

 src/qtbdialogproperties.cpp |   36 +++++++++++++++++++++++-------------
 src/qtbguitoolsversion.h    |    2 +-
 2 files changed, 24 insertions(+), 14 deletions(-)

commit 6f52ba6c589ebfc37ddfceb5ab2aa33ee6839da7
Author: marc <marc>
Date:   Fri Jul 29 16:59:59 2005 +0000

    New class to handle properties of dialog boxes

 admin/info                  |    2 +-
 src/qtbdialogproperties.cpp |  233 +++++++++++++++++++++++++++++++++++++++++++
 src/qtbdialogproperties.h   |   90 +++++++++++++++++
 3 files changed, 324 insertions(+), 1 deletions(-)

commit b911a8ea5a16918d039201b000946fa1e7590f65
Author: marc <marc>
Date:   Fri Jul 29 02:29:51 2005 +0000

    Indent

 src/qtbcast.h            |   60 +++++++++++++++++++++++-----------------------
 src/qtbguitoolsversion.h |    2 +-
 2 files changed, 31 insertions(+), 31 deletions(-)

commit 44fba183725c8222abb0416525a9f62dbe35d166
Author: marc <marc>
Date:   Thu Jul 28 15:21:26 2005 +0000

    Qt headers with capital letters
    New inherits() in QtbClassCreator (transfered from QtbClassFactory)
                   --> cache for already tested inheritClasses
    Bug fixed: userName, menuTitle, shortcut, toolTip are directly passed as string in MACRO
    No more warning in QtbSettings when the class is not restored

 src/qtbclassfactory.cpp     |  102 +++++++++++++++++++++++--------------------
 src/qtbclassfactory.h       |   16 ++++---
 src/qtbcolorhistogram.h     |    4 +-
 src/qtberrorhandling.h      |    8 ++--
 src/qtbguitoolsversion.h    |    2 +-
 src/qtbprintparametersint.h |    6 +-
 src/qtbqsa.cpp              |    8 ++--
 src/qtbqsa.h                |    4 +-
 src/qtbsettings.cpp         |    6 +--
 9 files changed, 81 insertions(+), 75 deletions(-)

commit 621173ef0a5c6f78bf61f9d580a749eecde59996
Author: marc <marc>
Date:   Wed Jul 27 16:29:17 2005 +0000

    QtbClassCreator now contains information about user name, menu title, tool tip, ...
    to be used automatically in figue
    New function to find a class of type T1 and inheriting another class T2

 src/qtbclassfactory.cpp  |  143 ++++++++++++++++++++++++++++-----------------
 src/qtbclassfactory.h    |   30 ++++++----
 src/qtbguitoolsversion.h |    2 +-
 3 files changed, 108 insertions(+), 67 deletions(-)

commit 52db3d16f07186e7ed89a4b3a0bd002cbe31baf0
Author: marc <marc>
Date:   Wed Jul 27 08:07:06 2005 +0000

    Add QtbCast namespace: various functions to cast (e.g. get first element of type T1
    in a list of type T2, T1 inherits T2)

 src/qtbcast.cpp |   41 ++++++++++++++++++++++++++++++++++++
 src/qtbcast.h   |   62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 103 insertions(+), 0 deletions(-)

commit a991f7cfd92423c2a9d4244eed97ea5f2111a331
Author: marc <marc>
Date:   Tue Jul 26 15:46:28 2005 +0000

    Replacements of old expressions
    New operator != for QtbColorPalette

 src/qtbcolorhistogram.cpp |    4 ++--
 src/qtbcolorhistogram.h   |    4 ++--
 src/qtbcolorpalette.h     |    3 ++-
 src/qtbguitoolsversion.h  |    2 +-
 src/qtbqsa.cpp            |    6 +++---
 5 files changed, 10 insertions(+), 9 deletions(-)

commit d5bc20ab7a9eed634216f8189462ba6f22325e7b
Author: marc <marc>
Date:   Mon Jul 25 08:08:42 2005 +0000

    Minor error during compilation (PrintRange)

 src/qtbclassfactory.cpp  |    7 +++----
 src/qtbguitoolsversion.h |    2 +-
 src/qtbsettings.cpp      |    5 ++---
 src/qtbsettings.h        |    5 +++--
 4 files changed, 9 insertions(+), 10 deletions(-)

commit 87b4c8de0943cec84b360a37e6e421660cc22b4a
Author: marc <marc>
Date:   Sun Jul 24 21:23:16 2005 +0000

    Bug fixed for unnamed object in set/getWidget()

 src/qtbguitoolsversion.h |    2 +-
 src/qtbsettings.cpp      |  648 +++++++++++++++++++++++-----------------------
 2 files changed, 327 insertions(+), 323 deletions(-)

commit 32f2eca13217732ae33c12bdde13deceb7e8fd71
Author: marc <marc>
Date:   Wed Jul 20 08:06:03 2005 +0000

    old qtbdialog removed from repository and replaced by sub classed object
    QtbLogView was removed by mistake

 src/qtbdialogerrorreport.ui   |   87 -----------------------------------------
 src/qtbdialogerrorreport.ui.h |   25 ------------
 src/qtberrorreport.cpp        |   51 ++++++++++++++++++++++++
 src/qtberrorreport.h          |   43 ++++++++++++++++++++
 src/qtberrorreport.ui         |   55 ++++++++++++++++++++++++++
 src/qtblogview.cpp            |   60 ++++++++++++++++++++++++++++
 src/qtblogview.h              |   53 +++++++++++++++++++++++++
 7 files changed, 262 insertions(+), 112 deletions(-)

commit 49893270761c498554368f381d0d84ba1f240f13
Author: marc <marc>
Date:   Wed Jul 20 08:02:40 2005 +0000

    Class QtbColorHistogram tranfered from scifigs

 src/qtbcolorhistogram.cpp |   99 +++++++++++++++++++++++++++++++++++++++++++++
 src/qtbcolorhistogram.h   |   58 ++++++++++++++++++++++++++
 2 files changed, 157 insertions(+), 0 deletions(-)

commit c167d858250a67239859f12336369405ac3e8066
Author: marc <marc>
Date:   Wed Jul 20 08:00:19 2005 +0000

    Classes move to qtbtools because they use only QtCore

 src/qtbcmdlinefilefilter.cpp |   67 ---
 src/qtbcmdlinefilefilter.h   |   35 --
 src/qtbdatapoint.cpp         |  128 -----
 src/qtbdatapoint.h           |  139 -----
 src/qtbfunction.cpp          |  874 -------------------------------
 src/qtbfunction.h            |  155 ------
 src/qtbfunctionlist.cpp      |  233 ---------
 src/qtbfunctionlist.h        |   70 ---
 src/qtbgrid2d.cpp            |  282 ----------
 src/qtbgrid2d.h              |   69 ---
 src/qtbirregulargrid2d.cpp   | 1181 ------------------------------------------
 src/qtbirregulargrid2d.h     |  153 ------
 src/qtbpointlist.cpp         |  203 --------
 src/qtbpointlist.h           |   64 ---
 src/qtbthreadtimer.cpp       |   53 --
 src/qtbthreadtimer.h         |   68 ---
 src/qtbtime.cpp              |  121 -----
 src/qtbtime.h                |   59 ---
 18 files changed, 0 insertions(+), 3954 deletions(-)

commit 8a01593bd73f14af5d526469e0cb68c7e306c550
Author: marc <marc>
Date:   Wed Jul 20 07:56:02 2005 +0000

    Portage to Qt4

 admin/info                    |    5 +-
 src/qtbclassfactory.cpp       |   40 +--
 src/qtbclassfactory.h         |   50 ++--
 src/qtbcolorpalette.cpp       |   48 ++--
 src/qtbcolorpalette.h         |   22 +-
 src/qtbdialogsettings.cpp     |  680 -----------------------------------------
 src/qtbdialogsettings.h       |  108 -------
 src/qtbdoublelist.cpp         |   82 -----
 src/qtbdoublelist.h           |   47 ---
 src/qtberrorhandling.cpp      |  160 +++++-----
 src/qtberrorhandling.h        |    7 +-
 src/qtbguitoolsversion.h      |    2 +-
 src/qtblogviewerwidget.cpp    |  103 -------
 src/qtblogviewerwidget.h      |   60 ----
 src/qtbmemorystate.cpp        |  115 -------
 src/qtbmemorystate.h          |   46 ---
 src/qtbpoint2dlist.cpp        |   87 ------
 src/qtbpoint2dlist.h          |   51 ---
 src/qtbprintparametersint.cpp |   12 +-
 src/qtbqsa.cpp                |   71 +++--
 src/qtbsettings.cpp           |  593 +++++++++++++++++++++++++++++++++++
 src/qtbsettings.h             |  101 ++++++
 src/qtbtableintdouble.cpp     |   68 ----
 src/qtbtableintdouble.h       |   56 ----
 24 files changed, 911 insertions(+), 1703 deletions(-)

commit cafb38794d679fc1a11c1e3c5e157e15030cec34
Author: marc <marc>
Date:   Tue Jun 28 13:31:50 2005 +0000

    New structure for QtbClassCreator based on pure virtual functions
    More information in QtbClassCreator (icon, name)
    New function query to get a list of available classes
    New QtbXMLClass based on QtbStream

 src/qtbclassfactory.cpp    |   42 ++++++++++++++++++++++++++++++++++++------
 src/qtbclassfactory.h      |   26 +++++++++++++++-----------
 src/qtbcolorpalette.cpp    |   18 +++++++++---------
 src/qtbcolorpalette.h      |    4 ++--
 src/qtbdatapoint.cpp       |   18 +++++++++---------
 src/qtbdatapoint.h         |    8 ++++----
 src/qtbgrid2d.cpp          |   14 +++++++-------
 src/qtbgrid2d.h            |    4 ++--
 src/qtbguitoolsversion.h   |    2 +-
 src/qtbirregulargrid2d.cpp |   10 +++++-----
 src/qtbirregulargrid2d.h   |    4 ++--
 11 files changed, 92 insertions(+), 58 deletions(-)

commit acb08e5ccb2f53960f9fabd0be04ca72ae57f8fe
Author: marc <marc>
Date:   Tue Jun 21 19:23:29 2005 +0000

    qtbversion.h replaced by ${PACKAGE}version.h

 src/qtbguitools.cpp      |    4 ++--
 src/qtbguitoolsversion.h |    3 +++
 src/qtbversion.h         |    3 ---
 3 files changed, 5 insertions(+), 5 deletions(-)

commit 02736668df171acb8977154c67cafc254be619cc
Author: marc <marc>
Date:   Mon Jun 20 17:33:11 2005 +0000

    Coma for separating EXTLIBS
    No more pro file

 admin/info          |    3 +-
 src/qtbguitools.pro |   64 ---------------------------------------------------
 src/qtbversion.h    |    2 +-
 3 files changed, 3 insertions(+), 66 deletions(-)

commit f0998ee90737b15a4918ce3e1094543701b6d6d2
Author: marc <marc>
Date:   Mon May 30 12:53:19 2005 +0000

    QSA support switched on

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

commit 95e66afe758d37575ef5d28fcba59a8a494fb36c
Author: marc <marc>
Date:   Tue May 24 21:25:22 2005 +0000

    *** empty log message ***

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

commit b5531d552eef14ce3df951c16bc254f1ef0f12c7
Author: marc <marc>
Date:   Mon May 23 17:34:02 2005 +0000

    QtbGuiInstallPaths removed

 src/qtbguiinstallpaths.cpp |   45 --------------------------------------------
 src/qtbguiinstallpaths.h   |   40 ---------------------------------------
 src/qtbguitools.pro        |    6 +---
 3 files changed, 2 insertions(+), 89 deletions(-)

commit 8304e274848608a8163125f0b8924185c1468b9a
Author: marc <marc>
Date:   Mon May 23 09:38:37 2005 +0000

    New object QtbGuiInstallPaths to manage path stored in registry

 src/qtbguiinstallpaths.cpp |   45 ++++++++++++++++++++++++++++++++++++++++++++
 src/qtbguiinstallpaths.h   |   40 +++++++++++++++++++++++++++++++++++++++
 src/qtbguitools.pro        |    6 +++-
 src/qtbversion.h           |    2 +-
 4 files changed, 90 insertions(+), 3 deletions(-)

commit 8f8982dbca367fd1513350cb50996ef03a30f412
Author: marc <marc>
Date:   Thu May 19 09:45:41 2005 +0000

    Nothing changed

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

commit 5013220a2ba98e31709472ac19f3cfd1613938ad
Author: marc <marc>
Date:   Thu Apr 28 15:32:42 2005 +0000

    *** empty log message ***

 src/qtbgrid2d.h          |  138 +++++++++++-----------
 src/qtbguitools.cpp      |   74 ++++++------
 src/qtbguitools.h        |   68 +++++-----
 src/qtbguitools.pro      |  128 ++++++++++----------
 src/qtbirregulargrid2d.h |  306 +++++++++++++++++++++++-----------------------
 src/qtbpoint2dlist.h     |  102 ++++++++--------
 src/qtbpointlist.h       |  128 ++++++++++----------
 src/qtbthreadtimer.h     |   90 +++++++-------
 8 files changed, 517 insertions(+), 517 deletions(-)

commit 31bcbb7cd74c5bbe998448845262b32631649ee5
Author: marc <marc>
Date:   Wed Apr 27 08:03:32 2005 +0000

    libqtbguitoolsVersion(), QtbPoint2DList, QtbPointList exported in DLL

 src/qtbguitools.cpp  |   74 +++++++++++++++---------------
 src/qtbguitools.h    |   66 +++++++++++++-------------
 src/qtbguitools.pro  |    2 +-
 src/qtbpoint2dlist.h |  101 ++++++++++++++++++++--------------------
 src/qtbpointlist.h   |  127 +++++++++++++++++++++++++-------------------------
 5 files changed, 187 insertions(+), 183 deletions(-)

commit b988fed117d45ee7107052830bbdacf92bad06c0
Author: marc <marc>
Date:   Fri Apr 22 19:27:13 2005 +0000

    *** empty log message ***

 src/qtbguitools.pro |    2 +-
 src/qtbversion.h    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit fd524b2529f8b22f8bd60ae56ccc08f1a39734f4
Author: marc <marc>
Date:   Fri Apr 22 17:27:21 2005 +0000

    Add the export dll tag

 src/qtbgrid2d.h          |  137 +++++++++++----------
 src/qtbguitools.pro      |  128 ++++++++++----------
 src/qtbirregulargrid2d.h |  306 +++++++++++++++++++++++-----------------------
 3 files changed, 286 insertions(+), 285 deletions(-)

commit a9960d3977e3d5691cc1974f63811f5cd8ecd66b
Author: marc <marc>
Date:   Fri Apr 22 17:27:05 2005 +0000

    Remove useless MAKE_*_DLL define

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

commit 22bc7a519ab3ca01bc3d84385d758443cf36c5e3
Author: marc <marc>
Date:   Fri Apr 22 10:25:12 2005 +0000

    Removed warning with Borland

 src/qtbqsa.cpp   |    9 ++++++---
 src/qtbversion.h |    2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

commit e4d508c646037fc5d51e6d43b9f755722680943e
Author: marc <marc>
Date:   Fri Apr 22 10:23:12 2005 +0000

    DEFLIBTYPE changed to LIBTYPE

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

commit 847c9764a205ba653a32e45cde560734276e3121
Author: marc <marc>
Date:   Fri Apr 22 08:37:56 2005 +0000

    ENUM(...); was not accepted by Borland (remove ';')
    qtbunistd.h has been replaced by qtbgetopt.h

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

commit a7c706ac361ccbe2e34572e8b8676125aced6922
Author: marc <marc>
Date:   Sun Apr 17 11:10:21 2005 +0000

    Forgot to add this file to CVS

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

commit 3926abc2e410cd0401fc6d397b1fd85142aebcd8
Author: marc <marc>
Date:   Fri Apr 15 14:55:48 2005 +0000

    Conformed to new qtbmake and qtbconfigure

 admin/info                   |    5 +++--
 src/qtbcmdlinefilefilter.cpp |    4 ++--
 src/qtbcolorpalette.cpp      |    6 +++---
 src/qtbcolorpalette.h        |    6 +++---
 src/qtbdatapoint.cpp         |   16 ++++++++--------
 src/qtbdatapoint.h           |   10 +++++-----
 src/qtbdialogerrorreport.ui  |    4 ++--
 src/qtberrorhandling.cpp     |    4 ++--
 src/qtbgrid2d.cpp            |    9 ++++-----
 src/qtbgrid2d.h              |    6 +++---
 src/qtbirregulargrid2d.cpp   |    6 +++---
 src/qtbirregulargrid2d.h     |    6 +++---
 src/qtbpoint2dlist.cpp       |   30 +++++++++++++++++++++++++++++-
 src/qtbpoint2dlist.h         |   30 +-----------------------------
 14 files changed, 71 insertions(+), 71 deletions(-)

commit fbcb9785b03e2edad817a7c628349ffc34765b06
Author: marc <marc>
Date:   Wed Mar 23 23:44:45 2005 +0000

    QtbPoint is not accepting QString anymore

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

commit a388131468d7b7ad17090e1d65f6ee96dae01162
Author: marc <marc>
Date:   Wed Mar 23 23:39:46 2005 +0000

    New GPL headers
    
    Minor modifications

 src/qtbclassfactory.cpp       |   42 +-
 src/qtbclassfactory.h         |   50 +-
 src/qtbcmdlinefilefilter.cpp  |  103 ++--
 src/qtbcmdlinefilefilter.h    |   52 +-
 src/qtbcolorpalette.cpp       |   53 +-
 src/qtbcolorpalette.h         |   54 +-
 src/qtbdatapoint.cpp          |   60 ++--
 src/qtbdatapoint.h            |   59 ++--
 src/qtbdialogsettings.cpp     |   46 +-
 src/qtbdialogsettings.h       |   48 +-
 src/qtbdoublelist.cpp         |   42 +-
 src/qtbdoublelist.h           |   52 +-
 src/qtberrorhandling.cpp      |   48 +-
 src/qtberrorhandling.h        |   48 +-
 src/qtbfunction.cpp           |   48 +-
 src/qtbfunction.h             |   46 +-
 src/qtbfunctionlist.cpp       |   58 ++--
 src/qtbfunctionlist.h         |   48 +-
 src/qtbgrid2d.cpp             |   46 +-
 src/qtbgrid2d.h               |   50 +-
 src/qtbguitools.cpp           |    2 +-
 src/qtbguitools.h             |    2 +-
 src/qtbguitoolsdllexport.h    |    2 +-
 src/qtbirregulargrid2d.cpp    | 1114 ++++++++++++++++++++++-------------------
 src/qtbirregulargrid2d.h      |   56 ++-
 src/qtblogviewerwidget.cpp    |   42 +-
 src/qtblogviewerwidget.h      |   53 +-
 src/qtbmemorystate.cpp        |   42 +-
 src/qtbmemorystate.h          |   52 +-
 src/qtbpoint2dlist.cpp        |    2 +-
 src/qtbpoint2dlist.h          |    2 +-
 src/qtbpointlist.cpp          |    2 +-
 src/qtbpointlist.h            |    2 +-
 src/qtbprintparametersint.cpp |   42 +-
 src/qtbprintparametersint.h   |   42 +-
 src/qtbqsa.cpp                |  345 +++++++-------
 src/qtbqsa.h                  |   48 +-
 src/qtbtableintdouble.cpp     |   42 +-
 src/qtbtableintdouble.h       |   46 +-
 src/qtbthreadtimer.cpp        |   48 +-
 src/qtbthreadtimer.h          |  126 +++---
 src/qtbtime.cpp               |   42 +-
 src/qtbtime.h                 |   52 +-
 43 files changed, 1673 insertions(+), 1586 deletions(-)

commit e84bbd194f25681a5eba984867199055625e0894
Author: marc <marc>
Date:   Wed Mar 23 20:57:34 2005 +0000

    Initial revision

 INSTALL                    |   33 +++++
 LICENSE.GPL                |  341 ++++++++++++++++++++++++++++++++++++++++++++
 admin/info                 |   15 ++
 doc/Doxyfile               |  259 +++++++++++++++++++++++++++++++++
 src/qtbguitools.cpp        |   37 +++++
 src/qtbguitools.h          |   32 ++++
 src/qtbguitools.pro        |   64 ++++++++
 src/qtbguitoolsdllexport.h |   45 ++++++
 src/qtbpoint2dlist.cpp     |   59 ++++++++
 src/qtbpoint2dlist.h       |   78 ++++++++++
 src/qtbpointlist.cpp       |  203 ++++++++++++++++++++++++++
 src/qtbpointlist.h         |   63 ++++++++
 12 files changed, 1229 insertions(+), 0 deletions(-)

commit fd23a49706260fcf9791cffaa76a0cebe82b663c
Author: marc <marc>
Date:   Sun Dec 5 14:36:35 2004 +0000

    Bug fixed for filters at the very first use

 src/qtbdialogsettings.cpp |  877 +++++++++++++++++++++++----------------------
 1 files changed, 440 insertions(+), 437 deletions(-)

commit d72830f7d6cbab5992e8a85d1301de42e935120d
Author: marc <marc>
Date:   Sun Dec 5 14:36:16 2004 +0000

    *** empty log message ***

 src/qtbdatapoint.h      |    2 ++
 src/qtbfunctionlist.cpp |   34 +++++++++++++++++-----------------
 src/qtbfunctionlist.h   |    6 ++++--
 3 files changed, 23 insertions(+), 19 deletions(-)

commit 5b2c1a4aa26a82fc7f1cc5276cf7a2900a90e7c8
Author: marc <marc>
Date:   Sun Dec 5 14:35:58 2004 +0000

    XML support

 src/qtbcolorpalette.h      |   25 ++--
 src/qtbgrid2d.cpp          |  356 ++++++++++++++++++++++++-------------------
 src/qtbgrid2d.h            |   30 +++--
 src/qtbirregulargrid2d.cpp |  270 ++++++++++++++++++++--------------
 src/qtbirregulargrid2d.h   |   57 ++++---
 5 files changed, 424 insertions(+), 314 deletions(-)

commit a37fb4e859a126163248c1d8aea5b00b16bec3a4
Author: marc <marc>
Date:   Sun Dec 5 14:35:28 2004 +0000

    New naming conventions: prefix=Qtb
    XML support

 src/qtbcolorpalette.cpp |  508 ++++++++++++++++++++++++++---------------------
 1 files changed, 283 insertions(+), 225 deletions(-)

commit 566bf02e9981bf333e9a1d01ba8c920e6ca3a851
Author: marc <marc>
Date:   Tue Nov 30 23:23:15 2004 +0000

    Qtb prefix
    Moved to QtbUtil

 src/qtbcolorpalette.cpp |  543 ++++++++++++++++++++++++-----------------------
 src/qtbcolorpalette.h   |  110 +++++-----
 2 files changed, 329 insertions(+), 324 deletions(-)

commit 93c6d9b0e03228ce4da5750c0e5264edf51ad720
Author: marc <marc>
Date:   Tue Nov 30 23:18:52 2004 +0000

    Change its name from Batch to DialogSettings
    Qtb Prefix

 src/qtbdialogsettings.h |   66 ++++++++++++++++++++++++----------------------
 1 files changed, 34 insertions(+), 32 deletions(-)

commit dfd9507104f215d28b2e67a51f0b6c6deca5a49f
Author: marc <marc>
Date:   Tue Nov 30 23:18:18 2004 +0000

    QtbPrefix
    New XML api

 src/qtbdatapoint.h |   56 +++++++++++++++++++++++++++------------------------
 1 files changed, 30 insertions(+), 26 deletions(-)

commit 1e94ba21b18478ac86a9e55dc67573946f68d16f
Author: marc <marc>
Date:   Tue Nov 30 23:17:51 2004 +0000

    Qtb prefix
    New XML api

 src/qtbdatapoint.cpp |   98 +++++++++++++++++++++++++++-----------------------
 1 files changed, 53 insertions(+), 45 deletions(-)

commit b6c381da687d9ef24d7f345a1322e6c921c3b913
Author: marc <marc>
Date:   Tue Nov 30 23:16:36 2004 +0000

    Qtb prefix

 src/qtbcmdlinefilefilter.cpp  |   16 ++--
 src/qtbcmdlinefilefilter.h    |   20 +++---
 src/qtbdialogerrorreport.ui   |   10 +-
 src/qtbdialogerrorreport.ui.h |   14 ++--
 src/qtbdialogsettings.cpp     |   75 ++++++++++---------
 src/qtbdoublelist.cpp         |   28 ++++----
 src/qtbdoublelist.h           |   22 +++---
 src/qtberrorhandling.cpp      |  162 +++++++++++++++++++---------------------
 src/qtberrorhandling.h        |   57 +++++++--------
 src/qtbfunction.cpp           |  114 ++++++++++++++--------------
 src/qtbfunction.h             |   36 +++++-----
 src/qtbfunctionlist.cpp       |   90 +++++++++++-----------
 src/qtbfunctionlist.h         |   42 +++++-----
 src/qtbgrid2d.cpp             |   74 +++++++++---------
 src/qtbgrid2d.h               |   40 +++++-----
 src/qtbirregulargrid2d.cpp    |  160 ++++++++++++++++++++--------------------
 src/qtbirregulargrid2d.h      |  104 +++++++++++++-------------
 src/qtblogviewerwidget.cpp    |   32 ++++----
 src/qtblogviewerwidget.h      |   40 +++++-----
 src/qtbmemorystate.cpp        |   26 +++---
 src/qtbmemorystate.h          |   24 +++---
 src/qtbprintparametersint.cpp |  110 ++++++++++++++--------------
 src/qtbprintparametersint.h   |  114 ++++++++++++++--------------
 src/qtbqsa.cpp                |   64 ++++++++--------
 src/qtbqsa.h                  |   76 ++++++++++----------
 src/qtbtableintdouble.cpp     |   42 +++++-----
 src/qtbtableintdouble.h       |   24 +++---
 src/qtbthreadtimer.cpp        |   20 +++---
 src/qtbthreadtimer.h          |   28 ++++----
 src/qtbtime.cpp               |   30 ++++----
 src/qtbtime.h                 |   24 +++---
 31 files changed, 853 insertions(+), 865 deletions(-)

commit ce234287669fd1c941d27a0a539da9b8f905060c
Author: marc <marc>
Date:   Tue Nov 30 23:15:48 2004 +0000

    Initial revision

 src/qtbclassfactory.cpp |  123 +++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbclassfactory.h   |   77 +++++++++++++++++++++++++++++
 2 files changed, 200 insertions(+), 0 deletions(-)

commit 868d867629dad7d42d16e4e1d94e53c7136213de
Author: marc <marc>
Date:   Sun Nov 14 01:06:12 2004 +0000

    Initial revision

 src/qtbdatapoint.cpp       |  120 ++++++++++++++++++++++++++++++++++++++++
 src/qtbdatapoint.h         |  132 ++++++++++++++++++++++++++++++++++++++++++++
 src/qtblogviewerwidget.cpp |  103 ++++++++++++++++++++++++++++++++++
 src/qtblogviewerwidget.h   |   59 ++++++++++++++++++++
 src/qtbthreadtimer.cpp     |   53 ++++++++++++++++++
 src/qtbthreadtimer.h       |   66 ++++++++++++++++++++++
 6 files changed, 533 insertions(+), 0 deletions(-)

commit 8456041454fd9317491828c7b2b0ff4d2cbec5c6
Author: marc <marc>
Date:   Sun Nov 14 01:04:35 2004 +0000

    *** empty log message ***

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

commit 419fdf68529708f305ee3b8858a8c1d1536127b9
Author: marc <marc>
Date:   Sun Nov 14 01:02:34 2004 +0000

    Better restore of Mac windows

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

commit 331ce98fd9ddc8e661c032d933f4db259a664f37
Author: marc <marc>
Date:   Sat Oct 2 08:32:32 2004 +0000

    bug fixed for ellipticities with null stddev

 src/qtbfunctionlist.cpp |   56 +++++++++++++++++++++++-----------------------
 1 files changed, 28 insertions(+), 28 deletions(-)

commit 7884a2407a2543d530e0a021f7876af775d54cb3
Author: marc <marc>
Date:   Tue Sep 28 19:45:07 2004 +0000

    *** empty log message ***

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

commit ff7d44b230283861a1a4ff72930a53b7d8a9c588
Author: marc <marc>
Date:   Tue Sep 28 19:42:20 2004 +0000

    New function to get the mean, uniq and add a constant to all

 src/qtbdoublelist.cpp |   39 ++++++++++++++++++++++++++++++++++++++-
 1 files changed, 38 insertions(+), 1 deletions(-)

commit db1911b051db33dc9ce76fdb741ffa1ad96d12e8
Author: marc <marc>
Date:   Wed Sep 15 19:15:39 2004 +0000

    DLL export for Windows and eventually Mac OS X

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

commit 741fd87c4d399934685260c75ff5f63902aa6daa
Author: marc <marc>
Date:   Wed Sep 15 18:48:54 2004 +0000

    DLL export for Windows and eventually Mac OS X

 src/qtbcmdlinefilefilter.h |    3 ++-
 src/qtbdialogsettings.h    |    6 +++---
 src/qtbdoublelist.h        |    7 ++-----
 src/qtberrorhandling.h     |   15 +++++++--------
 src/qtbfunction.h          |   15 +++++++++------
 src/qtbfunctionlist.h      |    3 ++-
 src/qtbgrid2d.h            |    6 +++---
 src/qtbirregulargrid2d.h   |    7 ++++---
 src/qtbmemorystate.h       |    4 +++-
 src/qtbqsa.h               |    7 ++++---
 src/qtbtableintdouble.h    |   17 +++--------------
 src/qtbtime.h              |    3 ++-
 12 files changed, 44 insertions(+), 49 deletions(-)

commit f80236ea4f11859d73cceb3849e67ec63a771155
Author: marc <marc>
Date:   Wed Sep 15 18:43:46 2004 +0000

    Security check when adding a null object

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

commit 9d5d551f3af15dd361fa749d406a0118a5b29f8f
Author: marc <marc>
Date:   Wed Sep 15 18:43:10 2004 +0000

    Can parse seconds or s. in a numerical expression

 src/qtbtime.cpp |  147 ++++++++++++++++++++++++++++---------------------------
 1 files changed, 74 insertions(+), 73 deletions(-)

commit 9df5d8b69376caf8efd8d453b455c135709ce077
Author: marc <marc>
Date:   Wed Sep 15 18:42:01 2004 +0000

    New function sum and rationalisation of functions average and variance

 src/qtbirregulargrid2d.cpp |  909 ++++++++++++++++++++++----------------------
 1 files changed, 457 insertions(+), 452 deletions(-)

commit 1e4303aee814d42290c5af553b88817698b2fcfb
Author: marc <marc>
Date:   Wed Sep 15 18:39:09 2004 +0000

    Average and stddev function with random variable as X (for probability partition
    functions) --> finally those functions are not in use (best to use MW_IrregularGrid2D
    for current cases)

 src/qtbfunction.cpp |  525 +++++++++++++++++++++++++++------------------------
 1 files changed, 274 insertions(+), 251 deletions(-)

commit 17a5b9cf7dd91a4b6fda5a30ac3f9e5d2a292297
Author: marc <marc>
Date:   Wed Sep 15 18:36:37 2004 +0000

    Window rect moved 20 pixel upwards for Win32
    Windows variable declaration in 'for'

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

commit 32e9d18e541afa3d09357552c32071696c8a9548
Author: marc <marc>
Date:   Wed Sep 1 11:18:20 2004 +0000

    New function to see if script is running

 src/qtbqsa.h |   46 ++++++++++++++++++++++++----------------------
 1 files changed, 24 insertions(+), 22 deletions(-)

commit ba6fe534eba4b0c519d10abe7737da849f5d1926
Author: marc <marc>
Date:   Wed Sep 1 11:18:04 2004 +0000

    see .cpp

 src/qtbdialogsettings.h  |   37 +++++++++++++++++++------------------
 src/qtbirregulargrid2d.h |    6 ++++--
 2 files changed, 23 insertions(+), 20 deletions(-)

commit 2b7035c1973e0ab3bbbb3083c2c82e8be8451a56
Author: marc <marc>
Date:   Wed Sep 1 11:17:46 2004 +0000

    Avoid warning in Qt 3.3.3

 src/qtbqsa.cpp |  266 +++++++++++++++++++++++++++++--------------------------
 1 files changed, 140 insertions(+), 126 deletions(-)

commit f370c2d60b6b379c566618bdbebb069f23fdba1f
Author: marc <marc>
Date:   Wed Sep 1 11:17:20 2004 +0000

    operator= from a gridSearch object (usually for debug)

 src/qtbirregulargrid2d.cpp |   83 ++++++++++++++++++++++++++-----------------
 1 files changed, 50 insertions(+), 33 deletions(-)

commit 82ced583bd3a8fef96aff92a3d634a733019f477
Author: marc <marc>
Date:   Wed Sep 1 11:15:54 2004 +0000

    initialization of QSA auto in initBatch
    Clean auto path names

 src/qtbdialogsettings.cpp |   68 ++++++++++++++++++++++++++++++++------------
 1 files changed, 49 insertions(+), 19 deletions(-)

commit f32dbec157c23d233210cf3659730b0ef42dc099
Author: marc <marc>
Date:   Wed Sep 1 10:53:44 2004 +0000

    Initial revision

 src/qtbcmdlinefilefilter.cpp |   65 ++++++++++++++++++++++++++++++++++++++++++
 src/qtbcmdlinefilefilter.h   |   34 ++++++++++++++++++++++
 2 files changed, 99 insertions(+), 0 deletions(-)

commit aa94ae87f5f9b45961c44c54dd362fcfcc1c4b45
Author: marc <marc>
Date:   Thu Jul 15 08:14:34 2004 +0000

    *** empty log message ***

 src/qtbtime.h |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

commit 6f9990eb1ebac9d1f7ad10602b9e31181cdb565e
Author: marc <marc>
Date:   Thu Jul 15 08:14:25 2004 +0000

    see .cpp

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

commit 1f7ee5360b1272039c11c76829a68c5ad001e59e
Author: marc <marc>
Date:   Thu Jul 15 08:13:34 2004 +0000

    New history for directories

 src/qtbdialogsettings.cpp |   92 ++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 86 insertions(+), 6 deletions(-)

commit 47997d48f3309eb53c823705bdf39a65b53319e3
Author: marc <marc>
Date:   Mon Jun 14 14:48:19 2004 +0000

    see .cpp

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

commit c8eb776c0203b158b85e9f8f963825f91287ae47
Author: marc <marc>
Date:   Mon Jun 14 14:46:26 2004 +0000

    Bug fixed, for spac_forward, os_forward, report_viewer,... with QSA, not starting correctly
    QSA project and so on must be directly initialized in the constructor and not in setMainWidget
    The function uniqueRootName is using the project and can be called before setMainWidget

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

commit c34db98aa2572c730ef1f1b20c7bad2e662c6b20
Author: marc <marc>
Date:   Mon Jun 14 14:45:54 2004 +0000

    New option to accept or to reject samples with invalid value

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

commit 18594ced61843c3e83df1c55a89469705f8b8538
Author: marc <marc>
Date:   Mon Jun 14 14:45:17 2004 +0000

    The specific name for saving and restoring dialog's options was not handled correctly

 src/qtbdialogsettings.cpp |   20 ++++++++------------
 1 files changed, 8 insertions(+), 12 deletions(-)

commit 25c40b43b4eff341edabca8c553eb04700e91dc9
Author: marc <marc>
Date:   Fri Jun 11 17:05:30 2004 +0000

    see .cpp

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

commit 28aa7425bf7b71ce36ee3551a8a76544b43cc26d
Author: marc <marc>
Date:   Fri Jun 11 17:03:32 2004 +0000

    New function to sum two grids of the same size
    Export format for grid is changed to binary is n cells is > 100
    (in order to speed up the loading and saving times

 src/qtbirregulargrid2d.cpp |   49 ++++++++++++++++++++++++++++++++-----------
 1 files changed, 36 insertions(+), 13 deletions(-)

commit 21542db9e47ef794ccc7a29c3ffc5b3d98df9761
Author: marc <marc>
Date:   Fri Jun 11 17:00:19 2004 +0000

    Bug fixed in case of deleteVectors and then re-use of the function

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

commit 6940638a7a324d1afdeb745a589ab4210c453e54
Author: marc <marc>
Date:   Thu Jun 3 09:21:33 2004 +0000

    Bug reported by Heloise: when saving only one curve with weights set to 1, the standard deviation
    was not correct.

 src/qtbfunctionlist.cpp |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

commit 57ae1ba14bd600b91092221bfc82030f0a48da7c
Author: marc <marc>
Date:   Wed Jun 2 16:44:32 2004 +0000

    Bug corrected to compile under gcc 2.95

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

commit a434648c7f5dcf86095c64192b98d99f1bc75ee4
Author: marc <marc>
Date:   Wed Jun 2 14:21:04 2004 +0000

    see .cpp

 src/qtbfunction.h        |   11 +++++------
 src/qtbfunctionlist.h    |    3 ++-
 src/qtbirregulargrid2d.h |   11 ++++++++---
 3 files changed, 15 insertions(+), 10 deletions(-)

commit a09bb51b69a9d53108d7334f9c4d6bbfdcd46e10
Author: marc <marc>
Date:   Wed Jun 2 14:19:11 2004 +0000

    New function multiply, operator= and crossSection

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

commit ff8d9245c8177b9d339a031e5972627d170d9dd9
Author: marc <marc>
Date:   Wed Jun 2 14:18:46 2004 +0000

    Correct merging of curves using their respective weights

 src/qtbfunctionlist.cpp |   45 ++++++++++++++++++++++++++++++++++++---------
 1 files changed, 36 insertions(+), 9 deletions(-)

commit 8725b30734b648dd62ebf7d6253e9be5a95c1e53
Author: marc <marc>
Date:   Wed Jun 2 14:16:11 2004 +0000

    Introduction of the weight vector to allow statistal curves merging

 src/qtbfunction.cpp |  246 +++++++++++++++++++++++++++++++-------------------
 1 files changed, 152 insertions(+), 94 deletions(-)

commit 04db703243ee345ac56cc497c9b15c6beaf4a649
Author: marc <marc>
Date:   Mon May 24 08:03:49 2004 +0000

    see .cpp

 src/qtbfunction.h        |   17 +++--------------
 src/qtbirregulargrid2d.h |   26 ++++++++++++++++----------
 2 files changed, 19 insertions(+), 24 deletions(-)

commit c3421a0c681fd3dc496b0587d1999b22511f0c47
Author: marc <marc>
Date:   Mon May 24 08:00:06 2004 +0000

    setGeometry is changed to setLog
    New function getIntFunction to get the integral function along an axis
    right, left, top, bottom, width and height function are now grouped
    normalize() uses widthOrHeight() rather than "home" computing of the cell size
    New function to inverse a X coordinate

 src/qtbirregulargrid2d.cpp |  140 ++++++++++++++++++++++++++------------------
 1 files changed, 83 insertions(+), 57 deletions(-)

commit 59deec8fbd579b43d6a847e58896820c2e2b3798
Author: marc <marc>
Date:   Mon May 24 07:59:15 2004 +0000

    Function to compute the average value if function is a partition function.

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

commit 61f63f0a8a4f679ddbe7753b8304258ecccdcd0e
Author: marc <marc>
Date:   Mon May 10 14:34:43 2004 +0000

    *** empty log message ***

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

commit 6cea5cd9a9d7b5ce706683fe6c960a9fef8f1da3
Author: marc <marc>
Date:   Wed Apr 28 17:06:05 2004 +0000

    GPL Header

 src/qtbcolorpalette.cpp       |   21 +++++++++++++++------
 src/qtbcolorpalette.h         |   21 +++++++++++++++------
 src/qtbdialogsettings.cpp     |   25 +++++++++++++++++++++++++
 src/qtbdialogsettings.h       |   25 +++++++++++++++++++++++++
 src/qtbdoublelist.cpp         |   21 +++++++++++++++------
 src/qtbdoublelist.h           |   21 +++++++++++++++------
 src/qtberrorhandling.cpp      |   21 +++++++++++++++------
 src/qtberrorhandling.h        |   21 +++++++++++++++------
 src/qtbfunction.cpp           |   21 +++++++++++++++------
 src/qtbfunction.h             |   21 +++++++++++++++------
 src/qtbfunctionlist.cpp       |   21 +++++++++++++++------
 src/qtbfunctionlist.h         |   21 +++++++++++++++------
 src/qtbgrid2d.cpp             |   25 +++++++++++++++++--------
 src/qtbgrid2d.h               |   25 +++++++++++++++++++++++++
 src/qtbirregulargrid2d.cpp    |   21 +++++++++++++++------
 src/qtbirregulargrid2d.h      |   21 +++++++++++++++------
 src/qtbmemorystate.cpp        |   21 +++++++++++++++------
 src/qtbmemorystate.h          |   21 +++++++++++++++------
 src/qtbprintparametersint.cpp |   21 +++++++++++++++------
 src/qtbprintparametersint.h   |   21 +++++++++++++++------
 src/qtbqsa.cpp                |   21 +++++++++++++++------
 src/qtbqsa.h                  |   21 +++++++++++++++------
 src/qtbtableintdouble.cpp     |   21 +++++++++++++++------
 src/qtbtableintdouble.h       |   21 +++++++++++++++------
 src/qtbtime.cpp               |   21 +++++++++++++++------
 src/qtbtime.h                 |   21 +++++++++++++++------
 26 files changed, 422 insertions(+), 140 deletions(-)

commit 4f5132a039e07161fa74f3104f8c26102134779a
Author: marc <marc>
Date:   Wed Apr 28 12:31:17 2004 +0000

    *** empty log message ***

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

commit a2c63823825fd15915eeebe9353f81a4199a9e73
Author: marc <marc>
Date:   Wed Apr 28 08:04:28 2004 +0000

    see .cpp

 src/qtbdialogsettings.h |    4 ++--
 src/qtbfunction.h       |    7 +++++++
 src/qtbqsa.h            |   12 ++----------
 3 files changed, 11 insertions(+), 12 deletions(-)

commit c7038fe5a408d703c0d885e82bf3786b152667ab
Author: marc <marc>
Date:   Wed Apr 28 08:03:40 2004 +0000

    QSA_INSTALLED is only located in the cpp file, to ease the switching to both configurations

 src/qtbqsa.cpp |   65 ++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 40 insertions(+), 25 deletions(-)

commit 02dd60a719661f84b094eb87aa627b61b04ac669
Author: marc <marc>
Date:   Wed Apr 28 08:02:53 2004 +0000

    New initialization from a vector of DD_Point and resampling from a DD_Point vector

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

commit 4fb28f027f1aab0363fbefa35ad6c5670bad166b
Author: marc <marc>
Date:   Wed Apr 28 08:01:08 2004 +0000

    Save and restore now accept an optional parameter to specify the name of the dialog box
    This is added for the graphcontent properties in order to have special settings for Signal display
    different from other classical types of graphs

 src/qtbdialogsettings.cpp |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

commit 8f6ded46d3bc0e026d7c4ea4bd00941d634f15bc
Author: marc <marc>
Date:   Fri Apr 16 17:42:25 2004 +0000

    Bug corrected for left and bottom evaluation of cells

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

commit 7317221b85267c2639f8e844abf23e854201ae80
Author: marc <marc>
Date:   Mon Apr 5 07:15:07 2004 +0000

    Data member was not initialized, probably the cause of the Mac OS X bug with na_viewer

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

commit 7e3bd2ae35ce8769df27ffce299c322186f73189
Author: marc <marc>
Date:   Mon Mar 29 13:07:35 2004 +0000

    see .cpp

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

commit e2053d6837630cb147d426227850fcd7e59eef70
Author: marc <marc>
Date:   Mon Mar 29 13:04:54 2004 +0000

    Output format for grid values changed, no influence for existing files
    Allows a better identification of value in the grid
    New function maxValue()

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

commit e230d7dbe2b3fa235e03ad5fc68570a89a5d76cb
Author: marc <marc>
Date:   Fri Mar 19 13:12:34 2004 +0000

    Functions setX and setY are no longer inline

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

commit b39c06e2ef8097e16121debaaf2758380b03ae9c
Author: marc <marc>
Date:   Fri Mar 19 13:12:14 2004 +0000

    init is now virtual for MW_FDTravelTimeGrid2D

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

commit be8e95f8ebdc06eaba1dcdbd880c8fd5dace51db
Author: marc <marc>
Date:   Fri Mar 19 13:10:16 2004 +0000

    Memory leak corrected

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

commit 09bf09557fb6f376eb78ae58827e4b5463333376
Author: marc <marc>
Date:   Thu Mar 18 16:13:22 2004 +0000

    No more warning with gcc

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

commit 68d61108221b57270fa34fc393ccd1a4d9d67369
Author: marc <marc>
Date:   Thu Mar 18 16:11:51 2004 +0000

    Export format changed for grid (ix and iy columns added), no problem for backwards compatibility

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

commit 8a322f1bb8beeda2d549790adb86cab7429266d5
Author: marc <marc>
Date:   Tue Mar 16 20:45:32 2004 +0000

    see .cpp

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

commit adeb6b3e642f3aeee81751a1f301b89955c371a0
Author: marc <marc>
Date:   Tue Mar 16 20:44:51 2004 +0000

    Remove dangerous function value(const DD_Point2D& p,bool polar)
    New function to return the geometries of cells

 src/qtbirregulargrid2d.cpp |   71 ++++++++++++++++++++++++++------------------
 1 files changed, 42 insertions(+), 29 deletions(-)

commit c62afbbd263bf9d2bdc217e59ac35bc6fc7ff959
Author: marc <marc>
Date:   Tue Mar 16 20:44:24 2004 +0000

    Remove dangerous function value(const DD_Point2D& p,bool polar)

 src/qtbgrid2d.cpp |   32 --------------------------------
 src/qtbgrid2d.h   |   14 --------------
 2 files changed, 0 insertions(+), 46 deletions(-)

commit 1af69aa9ce9def0c7b135a2acf98fddcd5d8d547
Author: marc <marc>
Date:   Tue Mar 16 20:12:21 2004 +0000

    see .cpp

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

commit 7b54e2ba536c3da1fac223552e8f5ffe250776db
Author: marc <marc>
Date:   Tue Mar 16 20:10:12 2004 +0000

    New function to handle wrong format errors with files opened with FILE *

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

commit a6708acb74d162b2c04cfff1db6ec8779692c366
Author: marc <marc>
Date:   Sun Mar 7 10:52:52 2004 +0000

    default palette color is now of HSV type

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

commit 9b61e38d87c98f1f5c6c6c8ef69aa05226831199
Author: marc <marc>
Date:   Sun Mar 7 10:44:45 2004 +0000

    DefaultColor is now DefaultRGBColors, the default is now handled by defaultColors()
    Defined in .h file.

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

commit 45413358d3ee21b1c74d5114ae53725682000db5
Author: marc <marc>
Date:   Sun Mar 7 10:34:22 2004 +0000

    see .cpp

 src/qtbfunctionlist.h |   51 ++++++++++++++++++++----------------------------
 src/qtbqsa.h          |    1 +
 2 files changed, 22 insertions(+), 30 deletions(-)

commit fbbee55923aca2d4a5b30cb2a7eb29f62b56c16a
Author: marc <marc>
Date:   Sun Mar 7 10:32:57 2004 +0000

    One new function to test if the current QSA project contains an interface object

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

commit d8dacc26e8e05dad8d3b090d0ce7bf5940f29e3d
Author: marc <marc>
Date:   Sun Mar 7 10:29:00 2004 +0000

    _selected is no longer a QPtrVector but a QPtrList
    Mode identification has been changed to fit with simultaneous Love and Rayleigh storage
    Now the dispersion curve are stored in the same object for both types of waves.
    The Love mode are just after Rayleigh modes. The startAt argument of modesCount()
    function is set to 0 for Rayleigh and to nRayleighModes for Love.

 src/qtbfunctionlist.cpp |  100 ++++++++++++++++++++++-------------------------
 1 files changed, 47 insertions(+), 53 deletions(-)

commit 11a555aa46a8e76d52aa04fb9ca63b0650ba74c3
Author: marc <marc>
Date:   Sun Mar 7 10:24:11 2004 +0000

    In case of wrong ascii format, the error message is changed, only the surrounding line
    are shown (usefull for long files), the position of the error in line is also specified
    In the future it should be interesting to add an argument to specify which column is
    wrong (when reading one complete line and getting values with section())

 src/qtberrorhandling.cpp |   37 ++++++++++++++++++++++++++-----------
 1 files changed, 26 insertions(+), 11 deletions(-)

commit 3fd629d964ca93972fc813166e8121afc6db8537
Author: marc <marc>
Date:   Sun Mar 7 10:23:48 2004 +0000

    Warning message if file already exist when saving

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

commit bace213c377907ac1500f98fba099907d29df820
Author: marc <marc>
Date:   Thu Feb 12 16:24:45 2004 +0000

    Reset the file pointer to its original position in case of bad ascii format
    Memory leak removed

 src/qtberrorhandling.cpp |   56 ++++++++++++++++++++++-----------------------
 1 files changed, 27 insertions(+), 29 deletions(-)

commit 30918c4e06be2cea3ae38c7e0a9cc2626e2af66b
Author: marc <marc>
Date:   Tue Feb 10 18:05:58 2004 +0000

    just indented

 src/qtbirregulargrid2d.cpp |  804 ++++++++++++++++++++++----------------------
 1 files changed, 402 insertions(+), 402 deletions(-)

commit b2bd79d67257e669e461ffa333979196e7d3e396
Author: marc <marc>
Date:   Tue Feb 10 18:04:21 2004 +0000

    the string name may be longer than the basename, nevertheless include it

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

commit 233d6a912d2fea438b2c739472dca55eea47399a
Author: marc <marc>
Date:   Fri Jan 30 19:19:10 2004 +0000

    Stupidely forgotten after bug found under MAC

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

commit 0e952feb9bdc84e08387c19979b9e7474120fa42
Author: marc <marc>
Date:   Fri Jan 30 15:15:18 2004 +0000

    Bug under MAC: '-' in time labels on axis

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

commit 06ef57d3dc7cd59aa482d92f7b838b2b1e9720bf
Author: marc <marc>
Date:   Thu Jan 29 11:12:47 2004 +0000

    Change HSV palette to avoid double red color

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

commit 55f60af0fcc8e4be9e3d49db2b1f849424170563
Author: marc <marc>
Date:   Wed Jan 21 15:33:45 2004 +0000

    Indented

 src/qtbfunctionlist.cpp |  212 +++++++++++++++++++++++-----------------------
 1 files changed, 106 insertions(+), 106 deletions(-)

commit 23395a9757b0bdfab98457e844b45ad1516247b4
Author: marc <marc>
Date:   Fri Jan 16 11:43:05 2004 +0000

    debug_mem detected the undeleted _printInfo, now corrected

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

commit c97dd4554bcdc9c70cb5dd8c3b0d99824debf1f6
Author: marc <marc>
Date:   Thu Jan 15 16:15:33 2004 +0000

    Add a destructor in cpp file (hence no more inline destructor)

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

commit 93b5f6d97055223aab6f0194221087ab8fc0c144
Author: marc <marc>
Date:   Thu Jan 15 16:14:46 2004 +0000

    project was not delete by destructor

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

commit 7206cd536b193bbd9eb5ef43544117f9b1c741f6
Author: marc <marc>
Date:   Wed Jan 14 08:41:38 2004 +0000

    Returns the physical memory in bytes but with double type

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

commit fe00b08add925040a0cb738ae59ab3eaec671e3e
Author: marc <marc>
Date:   Tue Jan 13 12:39:12 2004 +0000

    Version 1.5.3 build f, strange error with file geopsy.cpp, bug corrected in SAF import format

 src/qtbcolorpalette.cpp       |    1 +
 src/qtbdialogerrorreport.ui.h |    1 +
 src/qtbdialogsettings.cpp     |    1 +
 src/qtbdoublelist.cpp         |    1 +
 src/qtberrorhandling.cpp      |    1 +
 src/qtbfunction.cpp           |    1 +
 src/qtbfunctionlist.cpp       |    1 +
 src/qtbgrid2d.cpp             |    1 +
 src/qtbirregulargrid2d.cpp    |    1 +
 src/qtbmemorystate.cpp        |    1 +
 src/qtbprintparametersint.cpp |    1 +
 src/qtbqsa.cpp                |    1 +
 src/qtbtableintdouble.cpp     |    1 +
 src/qtbtime.cpp               |    1 +
 14 files changed, 14 insertions(+), 0 deletions(-)

commit 7753d396c04bdaff57431810df95744ef75dd100
Author: marc <marc>
Date:   Fri Jan 9 19:23:18 2004 +0000

    Version 1.5.3 build b, bugs fixed under linux and windows, new function to substract signals

 src/qtbmemorystate.cpp |   43 +++++++++++++++----------------------------
 1 files changed, 15 insertions(+), 28 deletions(-)

commit 3f74fb1f9f9d64bae1771cd3528ea90a5129ed29
Author: marc <marc>
Date:   Wed Dec 17 18:26:54 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/qtbcolorpalette.cpp    |  479 ++++++++++++++++++++++----------------------
 src/qtbcolorpalette.h      |  105 ++++------
 src/qtbdialogsettings.cpp  |   74 ++++---
 src/qtbdialogsettings.h    |    9 +-
 src/qtbfunction.cpp        |    3 +-
 src/qtbirregulargrid2d.cpp |   11 +-
 src/qtbirregulargrid2d.h   |    1 +
 7 files changed, 338 insertions(+), 344 deletions(-)

commit f5f9a5458aed63b777c248264c667459b8b463e8
Author: marc <marc>
Date:   Thu Dec 4 11:31:50 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/qtbmemorystate.h |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

commit ba172a1b98115e6cbea96885113c7c7fd1a8f989
Author: marc <marc>
Date:   Thu Dec 4 11:26:07 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/qtbdialogsettings.cpp |    2 +-
 src/qtbmemorystate.cpp    |  118 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 119 insertions(+), 1 deletions(-)

commit 705d53af6d258590bad0ce5990f272cb8d5f0650
Author: marc <marc>
Date:   Sat Nov 22 11:54:23 2003 +0000

    Version 1.4.9 build b, bug correction for reverting in case of various signal in subpool and city files, interpret_hv little bugs corrected around replacement of existing log files, bug corrected in mw_batch for getExistingDirectory.

 src/qtbdialogsettings.cpp |   32 ++++++++++++++++++++++++++++++--
 src/qtbdialogsettings.h   |    1 +
 2 files changed, 31 insertions(+), 2 deletions(-)

commit 0f69c0ca75fc39c93ca1fd6e485c0868a1bc9757
Author: marc <marc>
Date:   Thu Nov 20 17:39:38 2003 +0000

    Version 1.4.8 build c, bug correction

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

commit 97385c6459548460b9c25e951b5e0ae47b75b471
Author: marc <marc>
Date:   Thu Nov 20 13:54:07 2003 +0000

    Version 1.4.8 build b, further improvement of the sardine HV module and corrections of old bugs in mw_axiswindow

 src/qtbdialogsettings.cpp |   17 +++++++++++++----
 src/qtbtime.cpp           |    2 +-
 2 files changed, 14 insertions(+), 5 deletions(-)

commit 5e7366be117872168cf068d1c33200be13508cbd
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/qtbdialogsettings.cpp  | 1780 +++++++++-----------------------------------
 src/qtbdialogsettings.h    |  230 +------
 src/qtbfunctionlist.cpp    |    2 +-
 src/qtbgrid2d.cpp          |  348 +++++----
 src/qtbirregulargrid2d.cpp |    2 +-
 src/qtbqsa.cpp             |  141 ++--
 src/qtbqsa.h               |   52 +-
 7 files changed, 664 insertions(+), 1891 deletions(-)

commit ac2544eb0faea469409173ca1bf74d21b6b45fdb
Author: marc <marc>
Date:   Thu Nov 6 14:52:37 2003 +0000

    Version 1.4.7 beta1, installation on mac corrected and sardine script interface under construction.

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

commit 08eb183e3f5ab7dae7c7125b9fe843e4e705231e
Author: marc <marc>
Date:   Mon Nov 3 15:51:33 2003 +0000

    Version 1.4.7 alpha, many things have changed ... among them the axis scales and the picking of curves.

 src/qtbfunction.cpp        | 1039 +++++++++++++++++++++++---------------------
 src/qtbfunction.h          |    2 +
 src/qtbirregulargrid2d.cpp |   24 +-
 src/qtbqsa.cpp             |  196 +++++----
 src/qtbtime.cpp            |   68 ++--
 src/qtbtime.h              |    2 +-
 6 files changed, 691 insertions(+), 640 deletions(-)

commit f6688538c4f93f097c41f9fb190afb3fead1c052
Author: marc <marc>
Date:   Fri Oct 10 12:52:40 2003 +0000

    Version 1.4.6e, in fkax goal, even if there is no more that one value for a particular frequency, the variance computation returns a consistant value. If there's no value available for this frequency, a uniform distribution is set in the fk max grid histogram.

 src/qtbirregulargrid2d.cpp |  295 ++++++++++++++++++++++++--------------------
 1 files changed, 161 insertions(+), 134 deletions(-)

commit 93861d719657f9990ea25d83afb8e1da6f6bffdb
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/qtbdialogsettings.cpp |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

commit 266973f3ac89a5c3a58d2e2104a33cd3b9936bfd
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/qtbdialogsettings.cpp  |    2 +
 src/qtbgrid2d.cpp          |    2 -
 src/qtbirregulargrid2d.cpp |  258 +++++++++++++++++++++++++++++++++++++++-----
 src/qtbirregulargrid2d.h   |   10 ++-
 4 files changed, 241 insertions(+), 31 deletions(-)

commit 91f4667e82168ba0e13284b88fc32b1c2dfddaa2
Author: marc <marc>
Date:   Fri Sep 19 13:50:08 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/qtbqsa.cpp |    4 ++--
 src/qtbqsa.h   |    2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 5155504611019f2dec1eca4eb8f4275eab194b52
Author: marc <marc>
Date:   Fri Sep 12 18:07:36 2003 +0000

    Version 1.4.2, Export to image is now corrected

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

commit d0abcd9db29ed78317beb8e1f52a2425fd76866c
Author: marc <marc>
Date:   Thu Sep 11 13:21:40 2003 +0000

    Version 1.4.1, Inversion of HV frequency.

 src/qtbcolorpalette.cpp    |    2 +-
 src/qtbcolorpalette.h      |    2 -
 src/qtberrorhandling.cpp   |   15 +++++++++++
 src/qtberrorhandling.h     |    3 ++
 src/qtbgrid2d.cpp          |   38 +++++++++++++++++++++++----
 src/qtbirregulargrid2d.cpp |   61 ++++++++++++++++++++++++++++++++++++++++++++
 src/qtbirregulargrid2d.h   |   50 +++++++++++-------------------------
 7 files changed, 127 insertions(+), 44 deletions(-)

commit 4f2a39a789615123c14358d22ed0ff9e2581b9fc
Author: marc <marc>
Date:   Mon Sep 1 15:16:43 2003 +0000

    Version 1.0.4e, refreshing of osmodelviewer is now bug free.

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

commit a721d7cbee8169907076533c38e37ebf5bc6390d
Author: marc <marc>
Date:   Mon Sep 1 12:30:06 2003 +0000

    Version 1.0.4b, comiling bug in mw_qsa.cpp, now fixed even without QT Script.

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

commit fb1fe150c0c6c1b48ff35d95f20c7ac236de51b0
Author: marc <marc>
Date:   Mon Sep 1 10:10:17 2003 +0000

    Version 1.0.4a, preceding version was not working under Qt without Qt script.

 src/qtbqsa.cpp |   28 +++++++++++++++++-----------
 src/qtbqsa.h   |    4 ++--
 2 files changed, 19 insertions(+), 13 deletions(-)

commit 965df389c1dd42ebc57ba3c128fc0873a73a67e3
Author: marc <marc>
Date:   Fri Aug 29 16:39:47 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/qtbcolorpalette.cpp       |   45 ++++----
 src/qtbcolorpalette.h         |    2 +-
 src/qtbdialogsettings.cpp     |   92 +++++++++-------
 src/qtbdialogsettings.h       |    1 +
 src/qtbgrid2d.cpp             |  104 ++++++++++++++++++
 src/qtbgrid2d.h               |    6 +
 src/qtbprintparametersint.cpp |  183 +++++++++++++++++++++++++++++++
 src/qtbprintparametersint.h   |   76 +++++++++++++
 src/qtbqsa.cpp                |  241 +++++++++++++++++++++++++++++++++++++++++
 src/qtbqsa.h                  |   63 +++++++++++
 10 files changed, 751 insertions(+), 62 deletions(-)

commit ba7f1ade9cb55da8a9f9b765ecaaba68d06f1088
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/qtbdialogsettings.cpp |  253 ++++++++++++++++++++++++++++++++-------------
 src/qtbdialogsettings.h   |    8 ++
 2 files changed, 190 insertions(+), 71 deletions(-)

commit 4b6c4e554032bcbb2efea7f7b1d62ab787cef07c
Author: marc <marc>
Date:   Tue Jul 29 10:39:32 2003 +0000

    QLineEdit is now handled like QTextEdit by the save/restore mechanism

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

commit 550d4d6eda11fcc7c4d26723dd9d0ae88954cbd6
Author: marc <marc>
Date:   Tue Jul 22 16:33:31 2003 +0000

    Version

 src/qtbcolorpalette.h     |   25 +++++++++++++++++++++++++
 src/qtbdialogsettings.cpp |   21 +++++++++++++--------
 src/qtbdialogsettings.h   |   11 +++++++++++
 src/qtbdoublelist.h       |    4 ++++
 src/qtberrorhandling.h    |    6 ++++++
 src/qtbfunction.h         |   21 +++++++++++++++++++++
 src/qtbfunctionlist.h     |   12 +++++++++++-
 src/qtbgrid2d.h           |   12 ++++++++++++
 src/qtbirregulargrid2d.h  |   31 +++++++++++++++++++++++++++++--
 src/qtbtableintdouble.h   |   12 ++++++++++++
 src/qtbtime.h             |   11 ++++++++---
 11 files changed, 152 insertions(+), 14 deletions(-)

commit 0aeb9bdbe5d5843b6d072e8b060e3cad45df3410
Author: marc <marc>
Date:   Tue Jul 15 17:19:57 2003 +0000

    *** empty log message ***

 src/qtbdialogsettings.cpp  |  482 +++++++++++++++++++++++++++-----------------
 src/qtbdialogsettings.h    |   23 ++-
 src/qtbirregulargrid2d.cpp |   40 ++--
 3 files changed, 333 insertions(+), 212 deletions(-)

commit afbc444d4ad5cc51521a21c137b3ff508ab9c933
Author: marc <marc>
Date:   Thu Jun 19 13:05:24 2003 +0000

    *** empty log message ***

 src/qtbfunction.cpp        |   18 +++-
 src/qtbfunction.h          |    1 +
 src/qtbirregulargrid2d.cpp |  227 ++++++++++++++++++++++++++++++++++++--------
 src/qtbirregulargrid2d.h   |   30 +++++-
 4 files changed, 229 insertions(+), 47 deletions(-)

commit 63322521b3d1f2bfdf40c618b16333f511d14487
Author: marc <marc>
Date:   Fri Jun 13 16:40:41 2003 +0000

    Initial revision

 src/qtbfunctionlist.cpp |  188 +++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbfunctionlist.h   |   56 ++++++++++++++
 2 files changed, 244 insertions(+), 0 deletions(-)

commit 4e98ff7b4ad921a6e5e566d4ffe72fc396207405
Author: marc <marc>
Date:   Fri Jun 13 16:40:40 2003 +0000

    *** empty log message ***

 src/qtbfunction.cpp |  198 +++++++++++++++++++++++++++-----------------------
 src/qtbfunction.h   |   12 ++-
 2 files changed, 115 insertions(+), 95 deletions(-)

commit 959c99195d008ef266de0873f3fb159004771fdd
Author: marc <marc>
Date:   Tue May 13 15:38:00 2003 +0000

    *** empty log message ***

 src/qtbcolorpalette.h      |   39 +---------
 src/qtbdialogsettings.cpp  |    1 +
 src/qtbirregulargrid2d.cpp |  179 ++++++++++++++++++++++++++++++++------------
 src/qtbirregulargrid2d.h   |   10 +++
 4 files changed, 144 insertions(+), 85 deletions(-)

commit 8826cd1cf8966364d2b96549af179531458ed970
Author: marc <marc>
Date:   Tue May 13 15:34:55 2003 +0000

    No longer a QWidget but only data

 src/qtbcolorpalette.cpp |  227 ++++------------------------------------------
 1 files changed, 20 insertions(+), 207 deletions(-)

commit 1715f67a55d8fffe4aae9c4e04d420a3c8645f6f
Author: marc <marc>
Date:   Thu Apr 24 16:06:24 2003 +0000

    Changes made after first runtime debug on Windows

 src/qtbcolorpalette.cpp   |   19 ++++++++++++-------
 src/qtbcolorpalette.h     |    2 +-
 src/qtbdialogsettings.cpp |    4 ++++
 3 files changed, 17 insertions(+), 8 deletions(-)

commit 3127c5d51e27a808f5cfa47c168f6774ec25d190
Author: marc <marc>
Date:   Tue Apr 22 16:33:37 2003 +0000

    Windows correction updated

 src/qtbcolorpalette.cpp |   11 +++++----
 src/qtberrorhandling.h  |    1 +
 src/qtbfunction.cpp     |   48 ++++++++++++++++++++++++++--------------------
 3 files changed, 34 insertions(+), 26 deletions(-)

commit 134216571fdd72e943138d40c2513b2e10ffd183
Author: marc <marc>
Date:   Mon Apr 7 15:49:13 2003 +0000

    *** empty log message ***

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

commit ec1a28b54650664e1cbc4a929bf74c42f15844a0
Author: marc <marc>
Date:   Mon Apr 7 15:48:09 2003 +0000

    resample() has one more optional argument to set an invalid value other than 0

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

commit 7ef30577a23ce1bdd6aebfce6214c948b0b03f82
Author: marc <marc>
Date:   Mon Apr 7 15:46:01 2003 +0000

    see .cpp

 src/qtbcolorpalette.h |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

commit a3fd363342382eabc19468b195d7ee25235c98a5
Author: marc <marc>
Date:   Mon Apr 7 15:39:35 2003 +0000

    Save and restore font size (see mw_axiswindow.cpp)
    Correct save and restore to stream (with correct position in a MW_GraphicSheet

 src/qtbcolorpalette.cpp |   27 +++++++++++++++++++++------
 1 files changed, 21 insertions(+), 6 deletions(-)

commit 6defd3821026df897de2d9323e7333f73bc0d970
Author: marc <marc>
Date:   Wed Mar 26 16:45:32 2003 +0000

    see .cpp

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

commit ba697a1a512de1f9e36fe7c5291ea9d73ccb840e
Author: marc <marc>
Date:   Wed Mar 26 16:44:06 2003 +0000

    New function maxYAt() like minYAt()
    resize() can reduce the number of point by either removing last points
    or first points (optional parameter)

 src/qtbfunction.cpp |   40 +++++++++++++++++++++++++++++++++++-----
 1 files changed, 35 insertions(+), 5 deletions(-)

commit 1b001a9a35b83d80214bf79062cf37acd04d4613
Author: marc <marc>
Date:   Wed Mar 26 16:43:45 2003 +0000

    Restore and save implemented for getText function

 src/qtbdialogsettings.cpp |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

commit 86c70705adcb852f4512760259c72e690afc0a2c
Author: marc <marc>
Date:   Mon Mar 24 18:32:11 2003 +0000

    see .cpp

 src/qtbcolorpalette.h |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

commit f33670faaaa6b9155911343a98102f524b0a7b3a
Author: marc <marc>
Date:   Mon Mar 24 18:27:31 2003 +0000

    New menu and double click to set properties
    Bugs in printing corrected
    Printing of labels follows a more logic rule

 src/qtbcolorpalette.cpp |   42 ++++++++++++++++++++++++++++++------------
 1 files changed, 30 insertions(+), 12 deletions(-)

commit 0ab253ba2dd1e6b5bb8cf011759f797dfc9d33dc
Author: marc <marc>
Date:   Fri Mar 7 17:22:45 2003 +0000

    see .cpp

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

commit 8d19751ac147bc181c61455765c9e531764b30a6
Author: marc <marc>
Date:   Fri Mar 7 17:22:15 2003 +0000

    new function to return a string after adding some seconds (double) to a QDateTime

 src/qtbtime.cpp |  104 ++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 61 insertions(+), 43 deletions(-)

commit 88aeb5ffba2a31d3943e310509c9597776658c46
Author: marc <marc>
Date:   Wed Mar 5 16:40:52 2003 +0000

    see .cpp

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

commit bdbbde8eac1d91becfd178cac617912a590c3d09
Author: marc <marc>
Date:   Wed Mar 5 16:35:02 2003 +0000

    inverse() changed to inverseX()
    New constructor directly with the vectors
    Invalid value is not used only when outside of min and max in resample() but also to test values of the function
    new functions inverseY and inverseYErr()

 src/qtbfunction.cpp |   47 ++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 40 insertions(+), 7 deletions(-)

commit 77f3264bf11b73f500bdac0ab1a520b2dff00a61
Author: marc <marc>
Date:   Wed Mar 5 16:34:37 2003 +0000

    noting inmportant

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

commit c65fba0fa71018a0ef19ef8a427af25e411b8f59
Author: marc <marc>
Date:   Wed Mar 5 16:33:55 2003 +0000

    nothing important

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

commit cf9e6e3ed2c17be9d7eda06928d8e0cbc386ca69
Author: marc <marc>
Date:   Wed Mar 5 16:32:55 2003 +0000

    New function appName to get the application name

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

commit 2275b5c51523615e1f2b80b261d17a416dc4c7d1
Author: marc <marc>
Date:   Mon Feb 17 14:12:29 2003 +0000

    Potsdam meeting february 2003

 src/qtbcolorpalette.cpp       |  173 ++++++++++++++++++++-
 src/qtbcolorpalette.h         |   24 +++-
 src/qtbdialogerrorreport.ui   |   87 ++++++++++
 src/qtbdialogerrorreport.ui.h |   24 +++
 src/qtbdialogsettings.cpp     |  232 ++++++++++++++++++++-------
 src/qtbdialogsettings.h       |   18 ++
 src/qtbfunction.cpp           |  348 ++++++++++++++++++++++++++++++-----------
 src/qtbfunction.h             |   10 +-
 src/qtbgrid2d.cpp             |   42 +++++
 src/qtbgrid2d.h               |    5 +
 src/qtbirregulargrid2d.cpp    |  201 ++++++++++++++++++++++++
 src/qtbirregulargrid2d.h      |   64 ++++++++
 12 files changed, 1073 insertions(+), 155 deletions(-)

commit bfcee12ffd2433c19a180129f8ac7c38f43a3305
Author: marc <marc>
Date:   Fri Dec 6 17:26:02 2002 +0000

    Send an error to stderr when the developper forget to sort the vectors before operating on them

 src/qtbfunction.cpp |   52 +++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 44 insertions(+), 8 deletions(-)

commit cdfdcbe96d4980747ca8d4137e88928ff64369a8
Author: marc <marc>
Date:   Wed Oct 30 10:54:49 2002 +0000

    see ".h"
    Color and Index function use now dichotomy that speeds up the saerch if the number of element is more than 12
    Below the time consumption is slightly greater than exhaustive search (not much)

 src/qtbcolorpalette.cpp |  161 ++++++++++++++++++++++++++++++-----------------
 1 files changed, 102 insertions(+), 59 deletions(-)

commit 103624b67e4cef113ee44720f11273fd4a9c9cc1
Author: marc <marc>
Date:   Wed Oct 30 09:58:46 2002 +0000

    Does not use QValueVector any more
    New members _n and _n2 to store the size of the palette and minimum power of 2 greater then _n
    New function index to return the color index of particular value

 src/qtbcolorpalette.h |   25 +++++++++++++++++--------
 1 files changed, 17 insertions(+), 8 deletions(-)

commit ad1454b7e59639d0164b58d3b00e50743c1674d2
Author: marc <marc>
Date:   Wed Oct 30 09:28:58 2002 +0000

    Includes has been cleared up to be compiled with g++ 3.2 and 2.95-96

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

commit 5a675f13b6cdbb8554c9fd169f9934bc2a880ad1
Author: marc <marc>
Date:   Wed Oct 30 09:27:22 2002 +0000

    New function to set the sort key manually

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

commit 0320de7b904cfccae0c667b596c109b066ee72c5
Author: marc <marc>
Date:   Wed Oct 30 09:26:17 2002 +0000

    Initial revision

 src/qtbdoublelist.cpp |   35 +++++++++++++++++++
 src/qtbdoublelist.h   |   31 +++++++++++++++++
 src/qtbgrid2d.cpp     |   65 ++++++++++++++++++++++++++++++++++++
 src/qtbgrid2d.h       |   27 +++++++++++++++
 src/qtbtime.cpp       |   87 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbtime.h         |   48 +++++++++++++++++++++++++++
 6 files changed, 293 insertions(+), 0 deletions(-)

commit 72206105572a849b6767c2152729e950eec774c6
Author: marc <marc>
Date:   Wed Oct 30 09:25:30 2002 +0000

    Use of menu title in command name
    Can handle spinboxes and datetimeedit in dialog boxes
    In addCommand() test to avoid a connection to batch menu and dupplication of connection if called various times
    Remember of num copies in print function is removed

 src/qtbdialogsettings.cpp |  151 +++++++++++++++++++++++++++++++++++----------
 1 files changed, 117 insertions(+), 34 deletions(-)

commit 9c7ddb65c4cf78c33996ee8ace77f780fa4cbf19
Author: marc <marc>
Date:   Wed Oct 30 09:08:30 2002 +0000

    Initial revision

 src/qtbfunction.cpp |  372 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbfunction.h   |  107 +++++++++++++++
 2 files changed, 479 insertions(+), 0 deletions(-)

commit 1cd75ac866119a758570842a51cfd165d51b3e77
Author: marc <marc>
Date:   Mon Sep 9 09:43:53 2002 +0000

    Forgot outputFileName ...

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

commit 045f1b0257ff0328c9d2a40fc02445f2a6fd0004
Author: marc <marc>
Date:   Mon Sep 9 09:36:06 2002 +0000

    Same type of correction, now it is almost ok

 src/qtbdialogsettings.h |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

commit 1aa5de39b56e5accd7b263a532e5bc8bcde8b242
Author: marc <marc>
Date:   Mon Sep 9 09:27:23 2002 +0000

    Same type of corrections

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

commit 237b7cd87ad7209d4d7b3564152f04c95a70cd6e
Author: marc <marc>
Date:   Mon Sep 9 09:22:54 2002 +0000

    Error in comments corrected for doc++

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

commit 78a65b76639e7fe9b182a9ed1bd2e99015be24d1
Author: marc <marc>
Date:   Mon Sep 9 09:20:07 2002 +0000

    New function setup(QPrinter&)

 src/qtbdialogsettings.h |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

commit 5e3ba47c34905d4cf1d782c27148586232b88912
Author: marc <marc>
Date:   Mon Sep 9 09:19:32 2002 +0000

    Bug corrected concerning the argument of the first command of a recorded file. _args was not cleared
    New function setup(QPrinter&) to serialize printer options

 src/qtbdialogsettings.cpp |  154 ++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 151 insertions(+), 3 deletions(-)

commit 403e226c75978670d02703b8676a50878c81fd84
Author: marc <marc>
Date:   Fri Sep 6 16:51:33 2002 +0000

    Initial revision

 src/qtbdialogsettings.cpp |  915 +++++++++++++++++++++++++++++++++++++++++++++
 src/qtbdialogsettings.h   |  188 ++++++++++
 2 files changed, 1103 insertions(+), 0 deletions(-)

commit a84a7a0d490a8cc89642e8f24adfa5e5f7e9506f
Author: marc <marc>
Date:   Fri Aug 30 12:08:33 2002 +0000

    see ".h"

 src/qtbcolorpalette.cpp |   57 ++++++++++++++++++++++++-----------------------
 1 files changed, 29 insertions(+), 28 deletions(-)

commit f8f913ae017086eb4cde7d846a2b9ce54160f022
Author: marc <marc>
Date:   Fri Aug 30 12:07:48 2002 +0000

    Operator<< and >> are replaced by more conventional global functions

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

commit 9943bbfd8ac07631982bdd062532863a53018129
Author: marc <marc>
Date:   Fri Aug 30 08:50:09 2002 +0000

    New macro to call error from global functions

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

commit a351dfc3a158e30fc9f32e88ad08f39f273428fe
Author: marc <marc>
Date:   Mon Jul 29 15:11:28 2002 +0000

    See ".h"

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

commit 504cc7046917fe3316f5df4e002b954361f7732e
Author: marc <marc>
Date:   Mon Jul 29 15:11:03 2002 +0000

    New copy operator

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

commit 4fd8be1886d35246fd894ea7321a9b967e35316e
Author: marc <marc>
Date:   Tue Jul 2 17:09:41 2002 +0000

    Last bugs in textFile_WrongFormat corrected

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

commit 4860475a2b33997c5dffb1e840b46f14ff44ce33
Author: marc <marc>
Date:   Tue Jul 2 17:07:44 2002 +0000

    New functions
    TODO: doc ++

 src/qtbcolorpalette.h |   21 +++++++++++++--------
 1 files changed, 13 insertions(+), 8 deletions(-)

commit 82ee186e6a081dc7573bf1c8ff03486057a90c70
Author: marc <marc>
Date:   Tue Jul 2 17:07:16 2002 +0000

    ColorInterpole ok
    load and save corrected
    setVLog ok

 src/qtbcolorpalette.cpp |   88 ++++++++++++++++++++++++++++++++++------------
 1 files changed, 65 insertions(+), 23 deletions(-)

commit 036b877b612f8f96ee44de91dee1eda21539c453
Author: marc <marc>
Date:   Tue Jul 2 16:39:33 2002 +0000

    Bug corrected to get all lines separated in dialog

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

commit 2e77a9470dcd358119c63b88bfe041880612c8fb
Author: marc <marc>
Date:   Tue Jul 2 15:56:00 2002 +0000

    Minor change in argument of function textFile_WrongFormat

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

commit ec508991d7f1f72679aefcbed97ab68e0214970c
Author: marc <marc>
Date:   Tue Jul 2 15:55:23 2002 +0000

    Minor change in arguments

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

commit 2db4107bd1c76754a60c45f94d36acd1a3f9dc53
Author: marc <marc>
Date:   Wed Jun 26 13:53:49 2002 +0000

    TODO: interpolate between colors

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

commit 59c542dfad2a9dfd2c6c226aaed7182ca7581ebe
Author: marc <marc>
Date:   Wed Jun 26 13:47:47 2002 +0000

    Handles those errors:
    
    textFile_WrongFormat
    binaryFile_WrongTag
    binaryFile_BadBlockType
    notEnoughMemory
    fileNotFound

 src/qtberrorhandling.cpp |   94 ++++++++++++++++++++++++++++++++++++---------
 1 files changed, 75 insertions(+), 19 deletions(-)

commit d5879a9404659f97f28ac90397978b5ee024b8a2
Author: marc <marc>
Date:   Wed Jun 26 13:38:22 2002 +0000

    Initial revision

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

commit bf48ad0c52456c9647a7240612af1cb091bd95d7
Author: marc <marc>
Date:   Wed Jun 26 13:24:21 2002 +0000

    TODO:
    
    Comments for doc ++

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

commit 7196a0b4a68bddf9f3c4587ea66852d72dec9626
Author: marc <marc>
Date:   Wed Jun 26 13:19:02 2002 +0000

    Handles those errors:
    
    textFile_WrongFormat
    binaryFile_WrongTag
    binaryFile_BadBlockType
    notEnoughMemory
    fileNotFound
    
    Comments for doc++ ok

 src/qtberrorhandling.h |   30 +++++++++++++++++++++++++-----
 1 files changed, 25 insertions(+), 5 deletions(-)

commit a0563751cf3e9dceea588f382e2034e6896b4ebb
Author: marc <marc>
Date:   Wed Jun 26 10:55:57 2002 +0000

    Initial revision

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

commit 67151300bd2dbbc3a85f7ecf8ce10ce2ab49b512
Author: marc <marc>
Date:   Mon May 27 09:01:40 2002 +0000

    Initial revision

 src/qtberrorhandling.cpp |   80 ++++++++++++++++++++++++++++++++++++++++++++++
 src/qtberrorhandling.h   |   43 ++++++++++++++++++++++++
 2 files changed, 123 insertions(+), 0 deletions(-)

commit ae30245ab3a23e1feaea5921acaeda9bed8eca80
Author: marc <marc>
Date:   Fri May 24 16:18:43 2002 +0000

    Initial revision

 src/qtbcolorpalette.cpp |   27 +++++++++++++++++++++++++++
 src/qtbcolorpalette.h   |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+), 0 deletions(-)
