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

    Version 0.1.1

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

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

    Follow API change in core libraries

 src/DimensionItem.cpp |    2 +-
 src/DrawScene.cpp     |   26 ++++++++++++++------------
 2 files changed, 15 insertions(+), 13 deletions(-)

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

    Set release version

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

commit f57e8943e48dbdfcfe42c9e0cd03df9c52283f27
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jan 3 16:54:14 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 0624b040179cf674b17f77765c8889c4e60e96fe
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Nov 19 18:41:56 2010 +0100

    Version 0.1.0-snapshot-20101119

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

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

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

 src/DrawConsole.cpp     |    4 ++--
 src/MainEnvironment.cpp |    9 +++++++++
 src/MainEnvironment.h   |    1 +
 src/MainWindow.cpp      |    3 +--
 src/main.cpp            |    1 +
 5 files changed, 14 insertions(+), 4 deletions(-)

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

    Version 0.1.0-snapshot-20101117

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

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

    Version 0.1.0-snapshot-20101115

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

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

    Version 0.1.0-snapshot-20101007

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

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

    Version 0.1.0-snapshot-20100914

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

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

    Version 0.1.0-snapshot-20100806

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

commit 9855f4d0270ef95fde27d96900eb5a6c9c333528
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jul 22 15:16:07 2010 +0200

    Fix include

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

commit 1d55d96b9d0b452d8ece1f5cf0e1fd98c4424db5
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jul 22 14:00:15 2010 +0200

    Multidocument under development

 src/MainEnvironment.cpp |  129 +++++++++++++++++++++++++++++++++++++++++++++++
 src/MainEnvironment.h   |   51 +++++++++++++++++++
 src/MainWindow.cpp      |    5 +-
 src/MainWindow.h        |    4 ++
 4 files changed, 187 insertions(+), 2 deletions(-)

commit 74c829501e133d62b1687c288d265a206bb39eb4
Author: Marc Wathelet <marc@geopsy.org>
Date:   Thu Jul 22 13:46:28 2010 +0200

    Multidocument under development

 src/MainWindow.cpp |   87 +++++++++++++++++-----------------------------------
 src/MainWindow.h   |   12 ++------
 src/main.cpp       |   14 +++------
 3 files changed, 35 insertions(+), 78 deletions(-)

commit 9d5e730cf3f0699acbb5eba6951562b6802cbf74
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jun 30 15:53:55 2010 +0200

    Use new MultiDocument interface

 src/DrawConsole.cpp  |   15 ++++++++
 src/DrawConsole.h    |    1 +
 src/DrawView.cpp     |    3 ++
 src/MainWindow.cpp   |   94 ++++++++++++++++++++++++++++++--------------------
 src/MainWindow.h     |    8 +++--
 src/MapProject.cpp   |   37 +++++++++++++++++---
 src/MapProject.h     |   10 +++---
 src/MapView.cpp      |   69 ++++++++++++++++++------------------
 src/MapView.h        |    9 +++--
 src/SceneContext.cpp |    5 +--
 10 files changed, 157 insertions(+), 94 deletions(-)

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

    Version 0.1.0-snapshot-20100616

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

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

    Version 0.1.0-snapshot-20100525

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

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

    Version 0.1.0-snapshot-20100507

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

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

    Version 0.1.0-snapshot-20100506

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

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

    Version 0.1.0-snapshot-20100504

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

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

    Version 0.1.0-snapshot-20100416

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

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

    Version 0.1.0-snapshot-20100324

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

commit 5a7546475415ee4d24e06d721f274f391cfb791d
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Feb 26 19:44:59 2010 +0100

    Version 0.1.0-snapshot-20100226

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

commit 5a4b70d2aea11d0e0e871b605ab197a4b4b2542b
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Feb 22 18:58:54 2010 +0100

    Version 0.1.0-snapshot-20100222

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

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

    Version 0.1.0-snapshot-20100221

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

commit 96319e673691b41571d804d07d344d0afbe163b7
Author: Marc Wathelet <marc@geopsy.org>
Date:   Sun Feb 21 20:34:46 2010 +0100

    Minor edit

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

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

    Version 0.1.0-snapshot-20100220

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

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

    Version 0.1.0-snapshot-20100219

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

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

    Version 0.1.0-snapshot-20100218

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

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

    Version 0.1.0-snapshot-20100217

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

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

    Version 0.1.0-snapshot-20100212

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

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

    Version 0.1.0-snapshot-20100209

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

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

    Version 0.1.0-snapshot-20100206

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

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

    Version 0.1.0-snapshot-20100130

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

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

    Version 0.1.0-snapshot-20100128

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

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

    Version 0.1.0-snapshot-20100127

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

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

    Version 0.1.0-snapshot-20100126

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

commit 245574a1a8eea99e37e94e541993cbe20b0370be
Author: Marc Wathelet <marc@geopsy.org>
Date:   Wed Jan 13 11:26:35 2010 +0100

    Version 0.1.0-snapshot-20100113

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

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

    Strict namespace for libraries

 src/DrawItemDelegate.h    |    5 +----
 src/DrawView.h            |    2 +-
 src/EllipseItemDelegate.h |    4 ++--
 src/MainWindow.h          |    1 -
 src/MapView.h             |    3 +--
 src/main.cpp              |    2 +-
 6 files changed, 6 insertions(+), 11 deletions(-)

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

    Replace copyright by list of authors

 src/DimensionItem.cpp         |    5 +++--
 src/DimensionItem.h           |    5 +++--
 src/DimensionItemDelegate.cpp |    5 +++--
 src/DimensionItemDelegate.h   |    5 +++--
 src/DrawConsole.cpp           |    5 +++--
 src/DrawConsole.h             |    5 +++--
 src/DrawItemDelegate.cpp      |    5 +++--
 src/DrawItemDelegate.h        |    5 +++--
 src/DrawScene.cpp             |    5 +++--
 src/DrawScene.h               |    5 +++--
 src/DrawView.cpp              |    5 +++--
 src/DrawView.h                |    5 +++--
 src/EllipseItemDelegate.cpp   |    5 +++--
 src/EllipseItemDelegate.h     |    5 +++--
 src/LineItemDelegate.cpp      |    5 +++--
 src/LineItemDelegate.h        |    5 +++--
 src/MainWindow.cpp            |    5 +++--
 src/MainWindow.h              |    5 +++--
 src/MapProject.cpp            |    5 +++--
 src/MapProject.h              |    5 +++--
 src/MapView.cpp               |    5 +++--
 src/MapView.h                 |    5 +++--
 src/RectItemDelegate.cpp      |    5 +++--
 src/RectItemDelegate.h        |    5 +++--
 src/SceneContext.cpp          |    5 +++--
 src/SceneContext.h            |    5 +++--
 src/TextItemDelegate.cpp      |    5 +++--
 src/TextItemDelegate.h        |    5 +++--
 src/main.cpp                  |    5 +++--
 29 files changed, 87 insertions(+), 58 deletions(-)

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

    Version 0.1.0-snapshot-20091214

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

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

    Version 0.1.0-snapshot-20091201

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

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

    Version 0.1.0-snapshot-20091120

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

commit 0fa626a4410352e4ab2dc0a7bc8b93b3c4ce430a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Nov 6 17:41:30 2009 +0100

    Add includes for -no-pch option

 src/LineItemDelegate.cpp |    3 ++-
 src/RectItemDelegate.cpp |    2 +-
 src/TextItemDelegate.cpp |    2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

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

    New header framwork: one big include per library

 admin/info                    |    2 +-
 src/DimensionItem.cpp         |    5 +----
 src/DimensionItemDelegate.cpp |    3 +--
 src/DrawConsole.cpp           |    2 --
 src/DrawItemDelegate.cpp      |    1 -
 src/DrawScene.cpp             |    7 ++-----
 src/DrawView.cpp              |    4 +---
 src/EllipseItemDelegate.cpp   |    3 +--
 src/LineItemDelegate.cpp      |    5 +----
 src/MainWindow.cpp            |    4 +---
 src/MainWindow.h              |    2 +-
 src/MapProject.cpp            |    6 ++----
 src/MapProject.h              |    2 +-
 src/MapView.cpp               |    2 --
 src/RectItemDelegate.cpp      |    5 +----
 src/SceneContext.cpp          |   30 ++++++++++++++----------------
 src/SceneContext.h            |    3 +--
 src/TextItemDelegate.cpp      |    5 +----
 src/main.cpp                  |   20 +++++++++-----------
 19 files changed, 39 insertions(+), 72 deletions(-)

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

    Drop Qtb prefix

 admin/info                       |    2 +-
 lang/fastmap.de.ts               |  312 ++++++++++++++++++++++-
 lang/fastmap.es.ts               |  312 ++++++++++++++++++++++-
 lang/fastmap.fr.ts               |  312 ++++++++++++++++++++++-
 lang/fastmap.it.ts               |  312 ++++++++++++++++++++++-
 src/DimensionItem.cpp            |  149 +++++++++++
 src/DimensionItem.h              |   54 ++++
 src/DimensionItemDelegate.cpp    |   50 ++++
 src/DimensionItemDelegate.h      |   37 +++
 src/DrawConsole.cpp              |   98 ++++++++
 src/DrawConsole.h                |   54 ++++
 src/DrawConsole.ui               |   26 ++
 src/DrawItemDelegate.cpp         |   34 +++
 src/DrawItemDelegate.h           |   43 ++++
 src/DrawScene.cpp                |  212 ++++++++++++++++
 src/DrawScene.h                  |   85 +++++++
 src/DrawView.cpp                 |  236 ++++++++++++++++++
 src/DrawView.h                   |   72 ++++++
 src/EllipseItemDelegate.cpp      |   63 +++++
 src/EllipseItemDelegate.h        |   41 +++
 src/LineItemDelegate.cpp         |   51 ++++
 src/LineItemDelegate.h           |   37 +++
 src/MainWindow.cpp               |  509 ++++++++++++++++++++++++++++++++++++++
 src/MainWindow.h                 |   87 +++++++
 src/MapProject.cpp               |  312 +++++++++++++++++++++++
 src/MapProject.h                 |  106 ++++++++
 src/MapView.cpp                  |  130 ++++++++++
 src/MapView.h                    |   68 +++++
 src/RectItemDelegate.cpp         |   53 ++++
 src/RectItemDelegate.h           |   37 +++
 src/SceneContext.cpp             |  243 ++++++++++++++++++
 src/SceneContext.h               |   46 ++++
 src/TextItemDelegate.cpp         |   49 ++++
 src/TextItemDelegate.h           |   37 +++
 src/main.cpp                     |   59 +++--
 src/qtbdimensionitem.cpp         |  132 ----------
 src/qtbdimensionitem.h           |   37 ---
 src/qtbdimensionitemdelegate.cpp |   33 ---
 src/qtbdimensionitemdelegate.h   |   20 --
 src/qtbdrawconsole.cpp           |   81 ------
 src/qtbdrawconsole.h             |   37 ---
 src/qtbdrawconsole.ui            |   26 --
 src/qtbdrawitemdelegate.cpp      |   17 --
 src/qtbdrawitemdelegate.h        |   26 --
 src/qtbdrawscene.cpp             |  195 ---------------
 src/qtbdrawscene.h               |   68 -----
 src/qtbdrawview.cpp              |  219 ----------------
 src/qtbdrawview.h                |   55 ----
 src/qtbellipseitemdelegate.cpp   |   46 ----
 src/qtbellipseitemdelegate.h     |   24 --
 src/qtblineitemdelegate.cpp      |   34 ---
 src/qtblineitemdelegate.h        |   20 --
 src/qtbmainwindow.cpp            |  492 ------------------------------------
 src/qtbmainwindow.h              |   70 ------
 src/qtbmapproject.cpp            |  295 ----------------------
 src/qtbmapproject.h              |   89 -------
 src/qtbmapview.cpp               |  113 ---------
 src/qtbmapview.h                 |   51 ----
 src/qtbrectitemdelegate.cpp      |   36 ---
 src/qtbrectitemdelegate.h        |   20 --
 src/qtbscenecontext.cpp          |  226 -----------------
 src/qtbscenecontext.h            |   29 ---
 src/qtbtextitemdelegate.cpp      |   32 ---
 src/qtbtextitemdelegate.h        |   20 --
 64 files changed, 4274 insertions(+), 2597 deletions(-)

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

    Version 0.1.0-snapshot-20090730

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

commit 10ab185fec068dbc5367cc8598c44e212f9a786a
Author: Marc Wathelet <marc@geopsy.org>
Date:   Fri Jul 10 18:52:17 2009 +0200

    Add includes for -no-pch

 src/qtbdimensionitem.h      |    2 ++
 src/qtbdrawitemdelegate.h   |    3 +++
 src/qtbmapproject.h         |    2 ++
 src/qtbtextitemdelegate.cpp |    2 ++
 4 files changed, 9 insertions(+)

commit 3015b24cb4d83640c6f577111abd47c1e85e0111
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jul 6 21:59:27 2009 +0200

    Add version for branch master

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

commit 8e29c8f034e7ac093d4a5aef72097bba04d06cdd
Author: Marc Wathelet <marc@geopsy.org>
Date:   Mon Jul 6 21:13:25 2009 +0200

    Add images, fonts, scales

 INSTALL                     |   51 -------
 LICENSE.GPL                 |  341 -------------------------------------------
 admin/info                  |    8 +-
 admin/version               |    5 -
 admin/version-2.1           |    5 +
 doc/Doxyfile                |  208 --------------------------
 images/snap.png             |  Bin 0 -> 588 bytes
 images/snapcontours.png     |  Bin 0 -> 887 bytes
 images/snapgrid.png         |  Bin 0 -> 538 bytes
 images/snapnodes.png        |  Bin 0 -> 613 bytes
 images/snapx.png            |  Bin 0 -> 661 bytes
 images/snapy.png            |  Bin 0 -> 629 bytes
 src/main.cpp                |    3 +
 src/qtbdimensionitem.cpp    |   18 ++-
 src/qtbdimensionitem.h      |    1 +
 src/qtbdrawscene.cpp        |   18 ++-
 src/qtbdrawscene.h          |    5 +-
 src/qtbmainwindow.cpp       |    9 +-
 src/qtbmapproject.cpp       |   43 +++++-
 src/qtbmapproject.h         |   16 +-
 src/qtbscenecontext.cpp     |   25 +++-
 src/qtbscenecontext.h       |    2 +-
 src/qtbtextitemdelegate.cpp |   30 ++++
 src/qtbtextitemdelegate.h   |   20 +++
 24 files changed, 177 insertions(+), 631 deletions(-)

commit a1afcc14d9df3ad791be91ea5ce851f2bbdba099
Author: marc <marc>
Date:   Tue Sep 16 00:01:21 2008 +0000

    Command line option to open document
    Open/Save
    Text item
    Snap options (x or Y)

 src/main.cpp            |   10 ++-
 src/qtbdrawconsole.cpp  |    3 +
 src/qtbdrawscene.cpp    |    1 +
 src/qtbdrawscene.h      |    4 ++
 src/qtbdrawview.cpp     |   43 ++++++++-----
 src/qtbdrawview.h       |   16 +++--
 src/qtbmainwindow.cpp   |  158 ++++++++++++++++++++++++++++++++++++-----------
 src/qtbmainwindow.h     |   12 +++-
 src/qtbmapproject.cpp   |   97 ++++++++++++++++++++++++++++-
 src/qtbmapproject.h     |   32 +++++++++-
 src/qtbmapview.cpp      |    8 +++
 src/qtbmapview.h        |    9 ++-
 src/qtbscenecontext.cpp |   15 ++++-
 13 files changed, 342 insertions(+), 66 deletions(-)

commit 159e22f0cdc9eaa192ec05f7d8ceaa6d15a7de22
Author: marc <marc>
Date:   Mon Sep 15 08:38:48 2008 +0000

    First version of print and export facilities

 src/qtbmainwindow.cpp |   10 ++++--
 src/qtbmapproject.cpp |   91 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/qtbmapproject.h   |    9 +++++
 3 files changed, 108 insertions(+), 2 deletions(-)

commit 01c1ff7a24143b4a4de5c65daf02da8ae3039238
Author: marc <marc>
Date:   Sun Sep 14 23:26:50 2008 +0000

    Initial revision

 INSTALL                          |   51 +++++
 LICENSE.GPL                      |  341 +++++++++++++++++++++++++++++++++
 admin/info                       |   14 ++
 admin/version                    |    5 +
 doc/Doxyfile                     |  208 ++++++++++++++++++++
 lang/fastmap.de.ts               |   32 ++++
 lang/fastmap.es.ts               |   32 ++++
 lang/fastmap.fr.ts               |   32 ++++
 lang/fastmap.it.ts               |   32 ++++
 src/main.cpp                     |   66 +++++++
 src/qtbdimensionitem.cpp         |  128 +++++++++++++
 src/qtbdimensionitem.h           |   34 ++++
 src/qtbdimensionitemdelegate.cpp |   33 ++++
 src/qtbdimensionitemdelegate.h   |   20 ++
 src/qtbdrawconsole.cpp           |   78 ++++++++
 src/qtbdrawconsole.h             |   37 ++++
 src/qtbdrawconsole.ui            |   26 +++
 src/qtbdrawitemdelegate.cpp      |   17 ++
 src/qtbdrawitemdelegate.h        |   23 +++
 src/qtbdrawscene.cpp             |  178 +++++++++++++++++
 src/qtbdrawscene.h               |   61 ++++++
 src/qtbdrawview.cpp              |  208 ++++++++++++++++++++
 src/qtbdrawview.h                |   47 +++++
 src/qtbellipseitemdelegate.cpp   |   46 +++++
 src/qtbellipseitemdelegate.h     |   24 +++
 src/qtblineitemdelegate.cpp      |   34 ++++
 src/qtblineitemdelegate.h        |   20 ++
 src/qtbmainwindow.cpp            |  391 ++++++++++++++++++++++++++++++++++++++
 src/qtbmainwindow.h              |   64 +++++++
 src/qtbmapproject.cpp            |   74 ++++++++
 src/qtbmapproject.h              |   42 ++++
 src/qtbmapview.cpp               |  105 ++++++++++
 src/qtbmapview.h                 |   46 +++++
 src/qtbrectitemdelegate.cpp      |   36 ++++
 src/qtbrectitemdelegate.h        |   20 ++
 src/qtbscenecontext.cpp          |  194 +++++++++++++++++++
 src/qtbscenecontext.h            |   29 +++
 37 files changed, 2828 insertions(+)
