[sweethome3d] 06/19: Merge tag 'upstream/5.2+dfsg'

Markus Koschany apo at moszumanska.debian.org
Wed Oct 12 14:06:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository sweethome3d.

commit 90f60bb81d353284821a8c97834a5acc315de3b7
Merge: 58f7fda b4836b6
Author: Markus Koschany <apo at debian.org>
Date:   Wed Oct 12 14:01:04 2016 +0200

    Merge tag 'upstream/5.2+dfsg'
    
    Upstream version 5.2+dfsg
    
    # gpg: Signatur vom Mi 12 Okt 2016 14:01:03 CEST
    # gpg:                mittels RSA-Schlüssel D9AD14B9513B51E4
    # gpg: Korrekte Signatur von "Markus Koschany <apo at gambaru.de>" [ultimativ]
    # gpg:                     alias "Markus Koschany <markus at koschany.net>" [ultimativ]
    # gpg:                     alias "Markus Koschany <apo at debian.org>" [ultimativ]

 ChangeLog                                          |  151 +-
 LICENSE.TXT                                        |    2 +-
 README.TXT                                         |   10 +-
 THIRDPARTY-LICENSE-ITEXT.TXT                       |    2 +-
 THIRDPARTY-LICENSE-JAVA3D.TXT                      |    2 +-
 build.xml                                          |  167 +-
 deploy/SweetHome3DIcon.gif                         |  Bin 7691 -> 10947 bytes
 deploy/SweetHome3DIcon32x32.png                    |  Bin 2336 -> 1870 bytes
 deploy/SweetHome3DIcon48x48.png                    |  Bin 2566 -> 2529 bytes
 deploy/SweetHome3DSplashScreen.jpg                 |  Bin 29820 -> 32040 bytes
 install/macosx/Sweet Home 3D/Contents/Info.plist   |    8 +-
 .../Contents/Resources/SweetHome3D.icns            |  Bin 265083 -> 581846 bytes
 .../Contents/Resources/SweetHome3DDocument.icns    |  Bin 40381 -> 42433 bytes
 .../Contents/Resources/SweetHome3DPlugin.icns      |  Bin 49082 -> 54060 bytes
 .../Sweet Home 3D/Contents => portable}/Info.plist |   34 +-
 install/portable/README.TXT                        |   57 +
 install/portable/SweetHome3D-linux-x64             |   11 +
 install/portable/SweetHome3D-linux-x86             |   11 +
 .../SweetHome3D-windows-x64.xml}                   |   45 +-
 .../SweetHome3D-windows-x86.xml}                   |   43 +-
 install/viewer/README.TXT                          |  114 ++
 install/windows/SweetHome3D.ico                    |  Bin 60594 -> 108469 bytes
 install/windows/installerInnoSetup.iss             |   42 +-
 ...allerLaunch4j.xml => installerLaunch4j-x64.xml} |   29 +-
 ...allerLaunch4j.xml => installerLaunch4j-x86.xml} |   25 +-
 install/windows/signedInstallerInnoSetup.iss       |   40 +-
 src/com/eteks/sweethome3d/HomeFramePane.java       |   62 +-
 src/com/eteks/sweethome3d/MacOSXConfiguration.java |  106 +-
 src/com/eteks/sweethome3d/SweetHome3D.java         |   22 +-
 .../sweethome3d/applet/AppletApplication.java      |    1 +
 .../sweethome3d/applet/AppletUserPreferences.java  |   11 +
 .../sweethome3d/applet/HomeAppletController.java   |   50 +-
 .../sweethome3d/applet/SweetHome3DViewer.java      |    1 -
 src/com/eteks/sweethome3d/applet/ViewerHelper.java |    3 +-
 .../eteks/sweethome3d/applet/package.properties    |    2 +-
 .../eteks/sweethome3d/applet/package_nl.properties |  105 ++
 .../sweethome3d/applet/package_zh_TW.properties    |   71 +
 src/com/eteks/sweethome3d/io/Base64.java           |    2 +-
 .../eteks/sweethome3d/io/ContentDigestManager.java |    2 +
 .../io/ContributedFurnitureCatalog.properties      |    7 +-
 .../io/ContributedFurnitureCatalog_bg.properties   |    4 +-
 .../io/ContributedFurnitureCatalog_cs.properties   |    4 +-
 .../io/ContributedFurnitureCatalog_de.properties   |    4 +-
 .../io/ContributedFurnitureCatalog_el.properties   |    4 +-
 .../io/ContributedFurnitureCatalog_es.properties   |   26 +-
 .../io/ContributedFurnitureCatalog_fr.properties   |    4 +-
 .../io/ContributedFurnitureCatalog_hu.properties   |    4 +-
 .../io/ContributedFurnitureCatalog_it.properties   |    4 +-
 .../io/ContributedFurnitureCatalog_ja.properties   |    4 +-
 .../io/ContributedFurnitureCatalog_nl.properties   |  119 ++
 .../io/ContributedFurnitureCatalog_pl.properties   |    4 +-
 .../io/ContributedFurnitureCatalog_pt.properties   |    4 +-
 .../io/ContributedFurnitureCatalog_ru.properties   |    6 +-
 .../io/ContributedFurnitureCatalog_sv.properties   |    4 +-
 .../io/ContributedFurnitureCatalog_vi.properties   |    4 +-
 .../ContributedFurnitureCatalog_zh_CN.properties   |    4 +-
 .../ContributedFurnitureCatalog_zh_TW.properties   |  122 ++
 .../io/DefaultFurnitureCatalog.properties          |    8 +-
 .../io/DefaultFurnitureCatalog_bg.properties       |    6 +-
 .../io/DefaultFurnitureCatalog_cs.properties       |    6 +-
 .../io/DefaultFurnitureCatalog_de.properties       |    6 +-
 .../io/DefaultFurnitureCatalog_el.properties       |    6 +-
 .../io/DefaultFurnitureCatalog_es.properties       |   76 +-
 .../io/DefaultFurnitureCatalog_fr.properties       |    8 +-
 .../io/DefaultFurnitureCatalog_hu.properties       |    8 +-
 .../io/DefaultFurnitureCatalog_it.properties       |    8 +-
 .../io/DefaultFurnitureCatalog_ja.properties       |    6 +-
 .../io/DefaultFurnitureCatalog_nl.properties       |  299 ++++
 .../io/DefaultFurnitureCatalog_pl.properties       |    6 +-
 .../io/DefaultFurnitureCatalog_pt.properties       |   44 +-
 .../io/DefaultFurnitureCatalog_ru.properties       |    6 +-
 .../io/DefaultFurnitureCatalog_sv.properties       |    6 +-
 .../io/DefaultFurnitureCatalog_vi.properties       |    6 +-
 .../io/DefaultFurnitureCatalog_zh_CN.properties    |    8 +-
 .../io/DefaultFurnitureCatalog_zh_TW.properties    |  300 ++++
 .../sweethome3d/io/DefaultHomeOutputStream.java    |    6 +-
 .../io/DefaultTexturesCatalog_nl.properties        |   97 ++
 .../io/DefaultTexturesCatalog_zh_TW.properties     |  100 ++
 .../sweethome3d/io/DefaultUserPreferences.java     |    2 +
 .../io/DefaultUserPreferences.properties           |    2 +
 .../io/DefaultUserPreferences_en_US.properties     |    4 +-
 .../DefaultUserPreferences_nl.properties}          |   41 +-
 ...ies => DefaultUserPreferences_zh_TW.properties} |   47 +-
 .../eteks/sweethome3d/io/FileUserPreferences.java  |  270 ++-
 .../eteks/sweethome3d/j3d/Component3DManager.java  |    4 +
 src/com/eteks/sweethome3d/j3d/DAELoader.java       |   84 +-
 src/com/eteks/sweethome3d/j3d/Ground3D.java        |   35 +-
 .../sweethome3d/j3d/HomePieceOfFurniture3D.java    |   92 +-
 src/com/eteks/sweethome3d/j3d/Label3D.java         |  217 +++
 src/com/eteks/sweethome3d/j3d/Max3DSLoader.java    |   51 +-
 src/com/eteks/sweethome3d/j3d/ModelManager.java    |   25 +-
 src/com/eteks/sweethome3d/j3d/OBJLoader.java       |   93 +-
 src/com/eteks/sweethome3d/j3d/OBJWriter.java       |   51 +-
 src/com/eteks/sweethome3d/j3d/Object3DBranch.java  |  117 +-
 .../sweethome3d/j3d/Object3DBranchFactory.java     |    7 +-
 src/com/eteks/sweethome3d/j3d/PhotoRenderer.java   |  175 +-
 .../eteks/sweethome3d/j3d/PhotoRenderer.properties |    9 +-
 src/com/eteks/sweethome3d/j3d/Room3D.java          |   83 +-
 src/com/eteks/sweethome3d/j3d/TextureManager.java  |   12 +-
 src/com/eteks/sweethome3d/j3d/Wall3D.java          |  415 +++--
 src/com/eteks/sweethome3d/model/Baseboard.java     |  150 ++
 .../sweethome3d/model/CatalogDoorOrWindow.java     |    2 +-
 src/com/eteks/sweethome3d/model/CatalogLight.java  |    2 +-
 .../sweethome3d/model/CollectionChangeSupport.java |    5 +-
 src/com/eteks/sweethome3d/model/DimensionLine.java |    9 +-
 src/com/eteks/sweethome3d/model/Home.java          |  584 +++++--
 .../eteks/sweethome3d/model/HomeEnvironment.java   |    4 +-
 .../sweethome3d/model/HomeFurnitureGroup.java      |  410 +++--
 .../sweethome3d/model/HomePieceOfFurniture.java    |   51 +-
 src/com/eteks/sweethome3d/model/Label.java         |  103 +-
 src/com/eteks/sweethome3d/model/LengthUnit.java    |   59 +-
 ...nguages.properties => LengthUnit_nl.properties} |   17 +-
 .../LengthUnit_zh_TW.properties}                   |   48 +-
 src/com/eteks/sweethome3d/model/Level.java         |   56 +-
 .../eteks/sweethome3d/model/ObserverCamera.java    |    8 +-
 src/com/eteks/sweethome3d/model/Polyline.java      |  620 +++++++
 src/com/eteks/sweethome3d/model/Room.java          |    8 +-
 .../model/SupportedLanguages.properties            |    2 +-
 src/com/eteks/sweethome3d/model/TextStyle.java     |   95 +-
 .../eteks/sweethome3d/model/UserPreferences.java   |   83 +-
 src/com/eteks/sweethome3d/model/Wall.java          |  423 +++--
 src/com/eteks/sweethome3d/package.properties       |    2 +-
 src/com/eteks/sweethome3d/package_nl.properties    |   45 +
 src/com/eteks/sweethome3d/package_zh_TW.properties |   41 +
 src/com/eteks/sweethome3d/resources/frameIcon.png  |  Bin 747 -> 958 bytes
 .../sweethome3d/resources/frameIcon128x128.png     |  Bin 7023 -> 7306 bytes
 .../eteks/sweethome3d/resources/frameIcon32x32.png |  Bin 2336 -> 2604 bytes
 .../eteks/sweethome3d/resources/splashScreen.jpg   |  Bin 29820 -> 32040 bytes
 .../swing/BackgroundImageWizardStepsPanel.java     |   98 +-
 .../swing/BaseboardChoiceComponent.java            |  331 ++++
 .../sweethome3d/swing/CatalogItemToolTip.java      |    4 +-
 src/com/eteks/sweethome3d/swing/ColorButton.java   |   22 +-
 .../sweethome3d/swing/FileContentManager.java      |    6 +-
 .../eteks/sweethome3d/swing/FontNameComboBox.java  |  120 ++
 .../swing/FurnitureCatalogListPanel.java           |   16 +-
 .../sweethome3d/swing/FurnitureCatalogTree.java    |   14 +-
 .../eteks/sweethome3d/swing/FurnitureTable.java    |  356 +++-
 .../swing/FurnitureTransferHandler.java            |    7 +-
 src/com/eteks/sweethome3d/swing/HelpPane.java      |   93 +-
 .../eteks/sweethome3d/swing/HomeComponent3D.java   |  214 ++-
 .../sweethome3d/swing/HomeFurniturePanel.java      |    6 +-
 src/com/eteks/sweethome3d/swing/HomePane.java      |  897 ++++++----
 .../sweethome3d/swing/HomePrintableComponent.java  |   59 +-
 .../swing/ImportedFurnitureWizardStepsPanel.java   |   65 +-
 .../swing/ImportedTextureWizardStepsPanel.java     |  137 +-
 src/com/eteks/sweethome3d/swing/LabelPanel.java    |  259 ++-
 src/com/eteks/sweethome3d/swing/LevelPanel.java    |  213 ++-
 .../sweethome3d/swing/ModelMaterialsComponent.java |  110 +-
 .../sweethome3d/swing/ModelPreviewComponent.java   |   23 +-
 .../sweethome3d/swing/MultipleLevelsPlanPanel.java |   21 +-
 .../eteks/sweethome3d/swing/NullableCheckBox.java  |   32 +-
 .../sweethome3d/swing/ObserverCameraPanel.java     |    2 +-
 .../eteks/sweethome3d/swing/PageSetupPanel.java    |    1 +
 src/com/eteks/sweethome3d/swing/PhotoPanel.java    |   39 +-
 src/com/eteks/sweethome3d/swing/PhotosPanel.java   |   29 +-
 src/com/eteks/sweethome3d/swing/PlanComponent.java |  818 ++++++---
 .../sweethome3d/swing/PlanTransferHandler.java     |    7 +-
 src/com/eteks/sweethome3d/swing/PolylinePanel.java |  495 ++++++
 .../eteks/sweethome3d/swing/ResourceAction.java    |    2 +-
 src/com/eteks/sweethome3d/swing/RoomPanel.java     |   26 +-
 .../sweethome3d/swing/ScaledImageComponent.java    |    8 +-
 src/com/eteks/sweethome3d/swing/SwingTools.java    |  192 ++-
 .../eteks/sweethome3d/swing/SwingViewFactory.java  |   22 +
 .../sweethome3d/swing/TextureChoiceComponent.java  |    2 +-
 .../sweethome3d/swing/UnfocusableToolBar.java      |    2 +-
 .../sweethome3d/swing/UserPreferencesPanel.java    |  187 +-
 src/com/eteks/sweethome3d/swing/VideoPanel.java    |   50 +-
 src/com/eteks/sweethome3d/swing/WallPanel.java     |  193 ++-
 src/com/eteks/sweethome3d/swing/WizardPane.java    |   22 +-
 src/com/eteks/sweethome3d/swing/package.properties |  210 ++-
 .../eteks/sweethome3d/swing/package_bg.properties  |  171 +-
 .../eteks/sweethome3d/swing/package_cs.properties  |  280 ++-
 .../eteks/sweethome3d/swing/package_de.properties  |  175 +-
 .../eteks/sweethome3d/swing/package_el.properties  |  160 +-
 .../eteks/sweethome3d/swing/package_es.properties  |  173 +-
 .../eteks/sweethome3d/swing/package_fr.properties  |  172 +-
 .../eteks/sweethome3d/swing/package_hu.properties  | 1796 +++++++++++---------
 .../eteks/sweethome3d/swing/package_it.properties  |  167 +-
 .../eteks/sweethome3d/swing/package_ja.properties  |  178 +-
 .../eteks/sweethome3d/swing/package_nl.properties  | 1759 +++++++++++++++++++
 .../eteks/sweethome3d/swing/package_pl.properties  |  171 +-
 .../eteks/sweethome3d/swing/package_pt.properties  |  161 +-
 .../eteks/sweethome3d/swing/package_ru.properties  |  173 +-
 .../eteks/sweethome3d/swing/package_sv.properties  |  163 +-
 .../eteks/sweethome3d/swing/package_vi.properties  |  177 +-
 .../sweethome3d/swing/package_zh_CN.properties     |  200 ++-
 .../sweethome3d/swing/package_zh_TW.properties     | 1750 +++++++++++++++++++
 .../sweethome3d/swing/resources/aboutIcon.png      |  Bin 20749 -> 29519 bytes
 .../swing/resources/icons/levelName.png            |  Bin 0 -> 549 bytes
 .../icons/tango/plan-create-polylines.png          |  Bin 0 -> 465 bytes
 .../sweethome3d/swing/resources/sameElevation.png  |  Bin 0 -> 298 bytes
 .../eteks/sweethome3d/tools/SimpleURLContent.java  |   35 +
 .../sweethome3d/tools/TemporaryURLContent.java     |    5 +-
 .../viewcontroller/AbstractPhotoController.java    |   11 +
 .../viewcontroller/BaseboardChoiceController.java  |  260 +++
 .../viewcontroller/FurnitureController.java        |  432 +++--
 .../sweethome3d/viewcontroller/HomeController.java |  466 ++++-
 .../viewcontroller/HomeController3D.java           |   73 +-
 .../viewcontroller/HomeFurnitureController.java    |  186 +-
 .../eteks/sweethome3d/viewcontroller/HomeView.java |   23 +-
 .../ImportedFurnitureWizardController.java         |    8 +-
 .../viewcontroller/LabelController.java            |  306 +++-
 .../viewcontroller/LevelController.java            |  280 ++-
 .../viewcontroller/ObserverCameraController.java   |    3 +-
 .../sweethome3d/viewcontroller/PlanController.java | 1766 ++++++++++++++++---
 .../viewcontroller/PolylineController.java         |  568 +++++++
 .../sweethome3d/viewcontroller/RoomController.java |  495 +++++-
 .../viewcontroller/UserPreferencesController.java  |   29 +-
 .../viewcontroller/VideoController.java            |   11 +
 .../sweethome3d/viewcontroller/ViewFactory.java    |   13 +
 .../viewcontroller/ViewFactoryAdapter.java         |   16 +
 .../sweethome3d/viewcontroller/WallController.java |  600 ++++++-
 .../sweethome3d/viewcontroller/package.properties  |   21 +
 .../viewcontroller/package_bg.properties           |   29 +-
 .../viewcontroller/package_cs.properties           |   37 +-
 .../viewcontroller/package_de.properties           |   29 +-
 .../viewcontroller/package_el.properties           |   23 +
 .../viewcontroller/package_es.properties           |   35 +-
 .../viewcontroller/package_fr.properties           |   36 +-
 .../viewcontroller/package_hu.properties           |  269 +--
 .../viewcontroller/package_it.properties           |   24 +-
 .../viewcontroller/package_ja.properties           |   21 +
 .../viewcontroller/package_nl.properties           |  254 +++
 .../viewcontroller/package_pl.properties           |   27 +-
 .../viewcontroller/package_pt.properties           |   25 +-
 .../viewcontroller/package_ru.properties           |   21 +
 .../viewcontroller/package_sv.properties           |   25 +-
 .../viewcontroller/package_vi.properties           |   23 +-
 .../viewcontroller/package_zh_CN.properties        |   21 +
 .../viewcontroller/package_zh_TW.properties        |  241 +++
 .../resources/help/bg/images/addingText.png        |  Bin 5197 -> 13331 bytes
 .../resources/help/bg/images/creatingPhotos.jpg    |  Bin 40044 -> 33325 bytes
 .../bg/images/creatingPhotosAtPointsOfView.png     |  Bin 17753 -> 19197 bytes
 .../resources/help/bg/images/creatingVideos.jpg    |  Bin 32290 -> 31029 bytes
 .../resources/help/bg/images/editing3DView.png     |  Bin 13770 -> 13885 bytes
 .../resources/help/bg/images/editingCompass.png    |  Bin 16475 -> 14087 bytes
 .../resources/help/bg/images/editingFurniture.png  |  Bin 24624 -> 23724 bytes
 .../resources/help/bg/images/editingLevels.png     |  Bin 14364 -> 14787 bytes
 .../resources/help/bg/images/editingMaterials.png  |  Bin 11523 -> 10943 bytes
 .../help/bg/images/editingPreferences.png          |  Bin 37032 -> 37570 bytes
 .../resources/help/bg/images/editingRooms.png      |  Bin 17544 -> 21182 bytes
 .../help/bg/images/editingVirtualVisitor.png       |  Bin 14891 -> 14398 bytes
 .../resources/help/bg/images/editingWalls.png      |  Bin 38293 -> 32921 bytes
 .../resources/help/bg/images/pageSetup.png         |  Bin 16182 -> 14448 bytes
 .../resources/help/bg/images/printPreview.png      |  Bin 18440 -> 17400 bytes
 .../viewcontroller/resources/help/bg/ui.html       |    4 +-
 .../resources/help/cs/creatingHome.html            |    2 +-
 .../resources/help/cs/drawingDimensions.html       |   78 +-
 .../resources/help/cs/editingDimensions.html       |   49 +-
 .../resources/help/cs/editingFurniture.html        |    5 +-
 .../resources/help/cs/editingWalls.html            |    5 +-
 .../resources/help/cs/images/editing3DView.png     |  Bin 12253 -> 12412 bytes
 .../resources/help/cs/images/editingFurniture.png  |  Bin 23864 -> 24238 bytes
 .../help/cs/images/editingPreferences.png          |  Bin 39263 -> 37326 bytes
 .../help/cs/images/editingVirtualVisitor.png       |  Bin 14113 -> 12861 bytes
 .../resources/help/cs/images/editingWalls.png      |  Bin 28920 -> 32613 bytes
 .../resources/help/cs/images/pageSetup.png         |  Bin 15379 -> 13490 bytes
 .../resources/help/cs/images/printPreview.png      |  Bin 18648 -> 18491 bytes
 .../resources/help/cs/importingBackground.html     |   12 +-
 .../resources/help/cs/importingFurniture.html      |    8 +-
 .../resources/help/cs/printingHome.html            |    2 +-
 .../resources/help/cs/tocCreating.html             |    2 +-
 .../resources/help/cs/tocEditing.html              |    2 +-
 .../viewcontroller/resources/help/cs/ui.html       |    2 +-
 .../resources/help/de/addingFurniture.html         |    4 +-
 .../resources/help/de/addingLevels.html            |   22 +-
 .../resources/help/de/addingTexts.html             |   35 +-
 .../resources/help/de/creatingHome.html            |   12 +-
 .../resources/help/de/drawingDimensions.html       |    4 +-
 .../resources/help/de/drawingPolylines.html        |  126 ++
 .../resources/help/de/drawingRooms.html            |    4 +-
 .../resources/help/de/editingLevels.html           |    6 +-
 .../resources/help/de/editingPolylines.html        |  115 ++
 .../resources/help/de/editingPreferences.html      |    3 +
 .../resources/help/de/editingRooms.html            |   30 +-
 .../resources/help/de/editingWalls.html            |    9 +-
 .../resources/help/de/images/addingText.png        |  Bin 4991 -> 14878 bytes
 .../resources/help/de/images/creatingPhotos.jpg    |  Bin 36813 -> 34572 bytes
 .../de/images/creatingPhotosAtPointsOfView.png     |  Bin 19309 -> 20969 bytes
 .../resources/help/de/images/creatingVideos.jpg    |  Bin 33590 -> 32349 bytes
 .../resources/help/de/images/editing3DView.png     |  Bin 13297 -> 13890 bytes
 .../resources/help/de/images/editingCompass.png    |  Bin 16275 -> 14464 bytes
 .../resources/help/de/images/editingFurniture.png  |  Bin 23711 -> 21902 bytes
 .../resources/help/de/images/editingLevels.png     |  Bin 14502 -> 15492 bytes
 .../resources/help/de/images/editingMaterials.png  |  Bin 11960 -> 11175 bytes
 .../resources/help/de/images/editingPolylines.png  |  Bin 0 -> 7649 bytes
 .../help/de/images/editingPreferences.png          |  Bin 36382 -> 37465 bytes
 .../resources/help/de/images/editingRooms.png      |  Bin 18655 -> 22345 bytes
 .../help/de/images/editingVirtualVisitor.png       |  Bin 12906 -> 12674 bytes
 .../resources/help/de/images/editingWalls.png      |  Bin 36910 -> 36443 bytes
 .../resources/help/de/images/pageSetup.png         |  Bin 15379 -> 14562 bytes
 .../resources/help/de/images/printPreview.png      |  Bin 18099 -> 18416 bytes
 .../resources/help/de/importingBackground.html     |   12 +-
 .../resources/help/de/importingFurniture.html      |    8 +-
 .../viewcontroller/resources/help/de/index.html    |    5 +-
 .../resources/help/de/printingHome.html            |    5 +-
 .../viewcontroller/resources/help/de/tips.html     |   13 +
 .../resources/help/de/tocCreating.html             |    3 +-
 .../resources/help/de/tocEditing.html              |    3 +-
 .../viewcontroller/resources/help/de/ui.html       |    4 +-
 .../resources/help/el/drawingDimensions.html       |    4 +-
 .../resources/help/el/drawingRooms.html            |    4 +-
 .../resources/help/el/images/addingText.png        |  Bin 5525 -> 15311 bytes
 .../resources/help/el/images/editing3DView.png     |  Bin 14020 -> 13799 bytes
 .../resources/help/el/images/editingFurniture.png  |  Bin 25784 -> 25479 bytes
 .../help/el/images/editingPreferences.png          |  Bin 40420 -> 43440 bytes
 .../resources/help/el/images/editingRooms.png      |  Bin 21586 -> 27634 bytes
 .../help/el/images/editingVirtualVisitor.png       |  Bin 15685 -> 14455 bytes
 .../resources/help/el/images/editingWalls.png      |  Bin 41564 -> 37542 bytes
 .../resources/help/el/images/pageSetup.png         |  Bin 18238 -> 16165 bytes
 .../resources/help/el/images/printPreview.png      |  Bin 18472 -> 19132 bytes
 .../resources/help/el/importingBackground.html     |   12 +-
 .../resources/help/el/importingFurniture.html      |    8 +-
 .../viewcontroller/resources/help/el/ui.html       |    2 +-
 .../resources/help/en/addingFurniture.html         |    5 +-
 .../resources/help/en/addingLevels.html            |    9 +-
 .../resources/help/en/addingTexts.html             |   36 +-
 .../resources/help/en/creatingHome.html            |    8 +-
 .../resources/help/en/drawingDimensions.html       |    4 +-
 .../resources/help/en/drawingPolylines.html        |  126 ++
 .../resources/help/en/drawingRooms.html            |    4 +-
 .../resources/help/en/editingDimensions.html       |    8 +-
 .../resources/help/en/editingFurniture.html        |    2 +-
 .../resources/help/en/editingLevels.html           |    8 +-
 .../resources/help/en/editingPolylines.html        |   91 +
 .../resources/help/en/editingPreferences.html      |   23 +-
 .../resources/help/en/editingRooms.html            |   39 +-
 .../resources/help/en/editingWalls.html            |   14 +-
 .../resources/help/en/images/addingText.png        |  Bin 4543 -> 12189 bytes
 .../resources/help/en/images/creatingPhotos.jpg    |  Bin 34760 -> 33450 bytes
 .../en/images/creatingPhotosAtPointsOfView.png     |  Bin 17630 -> 19192 bytes
 .../resources/help/en/images/creatingVideos.jpg    |  Bin 30917 -> 29499 bytes
 .../resources/help/en/images/editing3DView.png     |  Bin 12175 -> 12186 bytes
 .../resources/help/en/images/editingCompass.png    |  Bin 15464 -> 13792 bytes
 .../resources/help/en/images/editingFurniture.png  |  Bin 22738 -> 21121 bytes
 .../resources/help/en/images/editingLevels.png     |  Bin 13679 -> 13948 bytes
 .../resources/help/en/images/editingMaterials.png  |  Bin 12779 -> 10767 bytes
 .../resources/help/en/images/editingPolylines.png  |  Bin 0 -> 7468 bytes
 .../help/en/images/editingPreferences.png          |  Bin 33750 -> 34821 bytes
 .../resources/help/en/images/editingRooms.png      |  Bin 17775 -> 21329 bytes
 .../help/en/images/editingVirtualVisitor.png       |  Bin 13016 -> 12699 bytes
 .../resources/help/en/images/editingWalls.png      |  Bin 33492 -> 31758 bytes
 .../resources/help/en/images/pageSetup.png         |  Bin 13639 -> 12708 bytes
 .../resources/help/en/images/printPreview.png      |  Bin 17732 -> 18215 bytes
 .../resources/help/en/importingBackground.html     |   12 +-
 .../resources/help/en/importingFurniture.html      |    8 +-
 .../viewcontroller/resources/help/en/index.html    |    2 +-
 .../resources/help/en/printingHome.html            |    7 +-
 .../viewcontroller/resources/help/en/tips.html     |   14 +-
 .../resources/help/en/tocCreating.html             |    1 +
 .../resources/help/en/tocEditing.html              |    3 +-
 .../viewcontroller/resources/help/en/ui.html       |    4 +-
 .../resources/help/es/drawingDimensions.html       |    4 +-
 .../resources/help/es/drawingRooms.html            |    4 +-
 .../resources/help/es/editingFurniture.html        |    7 -
 .../resources/help/es/images/addingText.png        |  Bin 5078 -> 13031 bytes
 .../resources/help/es/images/creatingPhotos.jpg    |  Bin 37244 -> 35780 bytes
 .../es/images/creatingPhotosAtPointsOfView.png     |  Bin 17984 -> 20034 bytes
 .../resources/help/es/images/creatingVideos.jpg    |  Bin 32643 -> 31410 bytes
 .../resources/help/es/images/editing3DView.png     |  Bin 13082 -> 12902 bytes
 .../resources/help/es/images/editingCompass.png    |  Bin 15349 -> 14126 bytes
 .../resources/help/es/images/editingFurniture.png  |  Bin 23646 -> 22215 bytes
 .../resources/help/es/images/editingLevels.png     |  Bin 15100 -> 14697 bytes
 .../resources/help/es/images/editingMaterials.png  |  Bin 12053 -> 11196 bytes
 .../help/es/images/editingPreferences.png          |  Bin 41003 -> 40899 bytes
 .../resources/help/es/images/editingRooms.png      |  Bin 18581 -> 23477 bytes
 .../help/es/images/editingVirtualVisitor.png       |  Bin 14088 -> 14340 bytes
 .../resources/help/es/images/editingWalls.png      |  Bin 37597 -> 30827 bytes
 .../resources/help/es/images/pageSetup.png         |  Bin 15020 -> 13186 bytes
 .../resources/help/es/images/printPreview.png      |  Bin 18069 -> 18283 bytes
 .../resources/help/es/importingBackground.html     |   12 +-
 .../resources/help/es/importingFurniture.html      |    8 +-
 .../viewcontroller/resources/help/es/ui.html       |    4 +-
 .../resources/help/fr/addingFurniture.html         |    2 +-
 .../resources/help/fr/addingLevels.html            |    8 +-
 .../resources/help/fr/addingTexts.html             |   34 +-
 .../resources/help/fr/creatingHome.html            |    2 +-
 .../resources/help/fr/creatingPhotos.html          |    2 +-
 .../resources/help/fr/drawingDimensions.html       |    4 +-
 .../resources/help/fr/drawingPolylines.html        |  129 ++
 .../resources/help/fr/drawingRooms.html            |    9 +-
 .../resources/help/fr/editingDimensions.html       |    9 +-
 .../resources/help/fr/editingFurniture.html        |    2 +-
 .../resources/help/fr/editingLevels.html           |    4 +-
 .../resources/help/fr/editingPolylines.html        |  101 ++
 .../resources/help/fr/editingPreferences.html      |    3 +-
 .../resources/help/fr/editingRooms.html            |   36 +-
 .../resources/help/fr/editingWalls.html            |   24 +-
 .../resources/help/fr/images/addingText.png        |  Bin 4756 -> 12855 bytes
 .../resources/help/fr/images/creatingPhotos.jpg    |  Bin 39190 -> 36621 bytes
 .../fr/images/creatingPhotosAtPointsOfView.png     |  Bin 20472 -> 21548 bytes
 .../resources/help/fr/images/creatingVideos.jpg    |  Bin 32052 -> 30715 bytes
 .../resources/help/fr/images/editing3DView.png     |  Bin 12373 -> 12926 bytes
 .../resources/help/fr/images/editingCompass.png    |  Bin 15930 -> 13707 bytes
 .../resources/help/fr/images/editingFurniture.png  |  Bin 23443 -> 22560 bytes
 .../resources/help/fr/images/editingLevels.png     |  Bin 14068 -> 15197 bytes
 .../resources/help/fr/images/editingMaterials.png  |  Bin 11479 -> 11487 bytes
 .../resources/help/fr/images/editingPolylines.png  |  Bin 0 -> 7680 bytes
 .../help/fr/images/editingPreferences.png          |  Bin 42055 -> 40698 bytes
 .../resources/help/fr/images/editingRooms.png      |  Bin 16812 -> 24675 bytes
 .../help/fr/images/editingVirtualVisitor.png       |  Bin 14284 -> 14226 bytes
 .../resources/help/fr/images/editingWalls.png      |  Bin 35929 -> 32722 bytes
 .../resources/help/fr/images/pageSetup.png         |  Bin 14953 -> 13296 bytes
 .../resources/help/fr/images/printPreview.png      |  Bin 18891 -> 18653 bytes
 .../resources/help/fr/importingBackground.html     |   12 +-
 .../resources/help/fr/importingFurniture.html      |    8 +-
 .../resources/help/fr/printingHome.html            |    3 +-
 .../viewcontroller/resources/help/fr/tips.html     |   10 +
 .../resources/help/fr/tocCreating.html             |    5 +-
 .../resources/help/fr/tocEditing.html              |    8 +-
 .../viewcontroller/resources/help/fr/ui.html       |    4 +-
 .../resources/help/hu/drawingDimensions.html       |    4 +-
 .../resources/help/hu/drawingRooms.html            |    4 +-
 .../resources/help/hu/images/addingText.png        |  Bin 4784 -> 13464 bytes
 .../resources/help/hu/images/creatingPhotos.jpg    |  Bin 40231 -> 24750 bytes
 .../hu/images/creatingPhotosAtPointsOfView.png     |  Bin 22618 -> 22658 bytes
 .../resources/help/hu/images/creatingVideos.jpg    |  Bin 33095 -> 31194 bytes
 .../resources/help/hu/images/editing3DView.png     |  Bin 13084 -> 12518 bytes
 .../resources/help/hu/images/editingCompass.png    |  Bin 16368 -> 13666 bytes
 .../resources/help/hu/images/editingFurniture.png  |  Bin 21885 -> 22061 bytes
 .../resources/help/hu/images/editingLevels.png     |  Bin 12432 -> 12807 bytes
 .../resources/help/hu/images/editingMaterials.png  |  Bin 13111 -> 11558 bytes
 .../help/hu/images/editingPreferences.png          |  Bin 41902 -> 39497 bytes
 .../resources/help/hu/images/editingRooms.png      |  Bin 17934 -> 25374 bytes
 .../help/hu/images/editingVirtualVisitor.png       |  Bin 14740 -> 13570 bytes
 .../resources/help/hu/images/editingWalls.png      |  Bin 32658 -> 32183 bytes
 .../resources/help/hu/images/pageSetup.png         |  Bin 15313 -> 13690 bytes
 .../resources/help/hu/images/printPreview.png      |  Bin 18012 -> 18236 bytes
 .../resources/help/hu/importingBackground.html     |   12 +-
 .../resources/help/hu/importingFurniture.html      |    8 +-
 .../viewcontroller/resources/help/hu/ui.html       |    4 +-
 .../resources/help/images/addingLevel.png          |  Bin 15666 -> 5491 bytes
 .../resources/help/images/applicationIcon.png      |  Bin 20749 -> 29519 bytes
 .../resources/help/images/applicationIcon16.png    |  Bin 747 -> 958 bytes
 .../resources/help/images/applicationIcon32.png    |  Bin 2190 -> 2604 bytes
 .../resources/help/images/applicationPanes.png     |  Bin 75126 -> 64009 bytes
 .../help/images/applicationPanesVirtualVisit.png   |  Bin 57456 -> 60680 bytes
 .../resources/help/images/createPolylinesTool.png  |  Bin 0 -> 784 bytes
 .../resources/help/images/drawingDimensions.png    |  Bin 5916 -> 7374 bytes
 .../help/images/drawingExtensionLines.png          |  Bin 6381 -> 8057 bytes
 .../resources/help/images/drawingPolylines.png     |  Bin 0 -> 9035 bytes
 .../resources/help/images/drawingRooms1.png        |  Bin 10762 -> 16449 bytes
 .../resources/help/images/drawingRooms2.png        |  Bin 11064 -> 16161 bytes
 .../help/images/horizontalOrientation.jpg          |  Bin 0 -> 19796 bytes
 .../help/images/importingBackgroundStep1.png       |  Bin 7854 -> 9577 bytes
 .../help/images/importingBackgroundStep2.png       |  Bin 10866 -> 13930 bytes
 .../help/images/importingBackgroundStep3.png       |  Bin 12233 -> 14908 bytes
 .../help/images/importingBackgroundStep4.png       |  Bin 11495 -> 14062 bytes
 .../help/images/importingBackgroundStep5.png       |  Bin 25964 -> 28303 bytes
 .../help/images/importingBackgroundStep6.png       |  Bin 25259 -> 22813 bytes
 .../help/images/importingFurnitureStep1.png        |  Bin 8411 -> 7743 bytes
 .../help/images/importingFurnitureStep2.png        |  Bin 13331 -> 12419 bytes
 .../help/images/importingFurnitureStep3.png        |  Bin 12249 -> 10830 bytes
 .../help/images/importingFurnitureStep4.png        |  Bin 8687 -> 7759 bytes
 .../resources/help/images/level1WithHighWalls.png  |  Bin 14719 -> 6573 bytes
 .../resources/help/images/polylinePoints.png       |  Bin 0 -> 8332 bytes
 .../resources/help/images/verticalOrientation.jpg  |  Bin 0 -> 10529 bytes
 .../resources/help/it/images/addingText.png        |  Bin 5099 -> 12601 bytes
 .../resources/help/it/images/editing3DView.png     |  Bin 11926 -> 12707 bytes
 .../resources/help/it/images/editingFurniture.png  |  Bin 23523 -> 23203 bytes
 .../help/it/images/editingPreferences.png          |  Bin 38426 -> 35128 bytes
 .../resources/help/it/images/editingRooms.png      |  Bin 17719 -> 21092 bytes
 .../help/it/images/editingVirtualVisitor.png       |  Bin 12974 -> 13386 bytes
 .../resources/help/it/images/editingWalls.png      |  Bin 36780 -> 36541 bytes
 .../resources/help/it/images/pageSetup.png         |  Bin 15446 -> 13477 bytes
 .../resources/help/it/images/printPreview.png      |  Bin 17719 -> 18680 bytes
 .../viewcontroller/resources/help/it/ui.html       |    2 +-
 .../resources/help/ja/addingFurniture.html         |    2 +-
 .../resources/help/ja/addingLevels.html            |    2 +-
 .../resources/help/ja/addingTexts.html             |   36 +-
 .../resources/help/ja/creatingHome.html            |   13 +-
 .../resources/help/ja/drawingDimensions.html       |    4 +-
 .../resources/help/ja/drawingPolylines.html        |  118 ++
 .../resources/help/ja/drawingRooms.html            |    4 +-
 .../resources/help/ja/editingLevels.html           |    4 +-
 .../resources/help/ja/editingPolylines.html        |   86 +
 .../resources/help/ja/editingPreferences.html      |    3 +
 .../resources/help/ja/editingRooms.html            |   21 +-
 .../resources/help/ja/editingWalls.html            |   20 +-
 .../resources/help/ja/images/addingText.png        |  Bin 5685 -> 12071 bytes
 .../resources/help/ja/images/creatingPhotos.jpg    |  Bin 52417 -> 37964 bytes
 .../ja/images/creatingPhotosAtPointsOfView.png     |  Bin 17571 -> 16563 bytes
 .../resources/help/ja/images/creatingVideos.jpg    |  Bin 48433 -> 45032 bytes
 .../resources/help/ja/images/editing3DView.png     |  Bin 11257 -> 9777 bytes
 .../resources/help/ja/images/editingCompass.png    |  Bin 13777 -> 11900 bytes
 .../resources/help/ja/images/editingFurniture.png  |  Bin 20487 -> 18317 bytes
 .../resources/help/ja/images/editingLevels.png     |  Bin 12199 -> 12209 bytes
 .../resources/help/ja/images/editingPolylines.png  |  Bin 0 -> 7741 bytes
 .../help/ja/images/editingPreferences.png          |  Bin 29824 -> 30484 bytes
 .../resources/help/ja/images/editingRooms.png      |  Bin 14559 -> 17719 bytes
 .../help/ja/images/editingVirtualVisitor.png       |  Bin 12817 -> 11525 bytes
 .../resources/help/ja/images/editingWalls.png      |  Bin 27354 -> 25681 bytes
 .../resources/help/ja/images/pageSetup.png         |  Bin 12900 -> 11933 bytes
 .../resources/help/ja/images/printPreview.png      |  Bin 19612 -> 21268 bytes
 .../resources/help/ja/importingBackground.html     |   12 +-
 .../resources/help/ja/importingFurniture.html      |    8 +-
 .../resources/help/ja/printingHome.html            |    3 +-
 .../viewcontroller/resources/help/ja/tips.html     |   15 +-
 .../resources/help/ja/tocCreating.html             |    1 +
 .../resources/help/ja/tocEditing.html              |    1 +
 .../viewcontroller/resources/help/ja/ui.html       |    2 +-
 .../resources/help/nl/addingFurniture.html         |  104 ++
 .../resources/help/nl/addingLevels.html            |   97 ++
 .../resources/help/nl/addingTexts.html             |   71 +
 .../resources/help/nl/creatingHome.html            |   54 +
 .../resources/help/nl/creatingPhotos.html          |  152 ++
 .../resources/help/nl/creatingVideos.html          |   75 +
 .../resources/help/nl/drawingDimensions.html       |  113 ++
 .../resources/help/nl/drawingRooms.html            |  136 ++
 .../resources/help/nl/drawingWalls.html            |  118 ++
 .../resources/help/nl/editing3DView.html           |  155 ++
 .../resources/help/nl/editingCompass.html          |   91 +
 .../resources/help/nl/editingDimensions.html       |  112 ++
 .../resources/help/nl/editingFurniture.html        |  163 ++
 .../resources/help/nl/editingLevels.html           |   57 +
 .../resources/help/nl/editingPreferences.html      |  106 ++
 .../resources/help/nl/editingRooms.html            |  162 ++
 .../resources/help/nl/editingWalls.html            |  148 ++
 .../resources/help/nl/images/addingFurniture.png   |  Bin 0 -> 20650 bytes
 .../resources/help/nl/images/addingText.png        |  Bin 0 -> 13857 bytes
 .../resources/help/nl/images/creatingPhotos.jpg    |  Bin 0 -> 34724 bytes
 .../nl/images/creatingPhotosAtPointsOfView.png     |  Bin 0 -> 20495 bytes
 .../resources/help/nl/images/creatingVideos.jpg    |  Bin 0 -> 30311 bytes
 .../resources/help/nl/images/drawingWalls.png      |  Bin 0 -> 7918 bytes
 .../resources/help/nl/images/editing3DView.png     |  Bin 0 -> 13323 bytes
 .../resources/help/nl/images/editingCompass.png    |  Bin 0 -> 15076 bytes
 .../resources/help/nl/images/editingFurniture.png  |  Bin 0 -> 25030 bytes
 .../resources/help/nl/images/editingLevels.png     |  Bin 0 -> 15923 bytes
 .../resources/help/nl/images/editingMaterials.png  |  Bin 0 -> 11380 bytes
 .../help/nl/images/editingPreferences.png          |  Bin 0 -> 39756 bytes
 .../resources/help/nl/images/editingRooms.png      |  Bin 0 -> 22421 bytes
 .../help/nl/images/editingVirtualVisitor.png       |  Bin 0 -> 13265 bytes
 .../resources/help/nl/images/editingWalls.png      |  Bin 0 -> 32963 bytes
 .../resources/help/nl/images/pageSetup.png         |  Bin 0 -> 13728 bytes
 .../resources/help/nl/images/printPreview.png      |  Bin 0 -> 18569 bytes
 .../help/{en => nl}/importingBackground.html       |  288 ++--
 .../resources/help/nl/importingFurniture.html      |  167 ++
 .../viewcontroller/resources/help/nl/index.html    |   46 +
 .../resources/help/nl/printingHome.html            |  113 ++
 .../resources/help/nl/savingHome.html              |   69 +
 .../viewcontroller/resources/help/nl/tips.html     |  207 +++
 .../resources/help/nl/tocCreating.html             |   54 +
 .../resources/help/nl/tocCreatingPhotos.html       |   49 +
 .../resources/help/nl/tocEditing.html              |   55 +
 .../resources/help/nl/tocImporting.html            |   48 +
 .../viewcontroller/resources/help/nl/tocStart.html |   64 +
 .../viewcontroller/resources/help/nl/ui.html       |   83 +
 .../resources/help/pl/images/editing3DView.png     |  Bin 13167 -> 13803 bytes
 .../resources/help/pl/images/editingFurniture.png  |  Bin 25019 -> 24039 bytes
 .../resources/help/pl/images/editingMaterials.png  |  Bin 12723 -> 11422 bytes
 .../help/pl/images/editingPreferences.png          |  Bin 37534 -> 35949 bytes
 .../help/pl/images/editingVirtualVisitor.png       |  Bin 15272 -> 14027 bytes
 .../resources/help/pl/images/editingWalls.png      |  Bin 36731 -> 35078 bytes
 .../resources/help/pl/images/pageSetup.png         |  Bin 14995 -> 13864 bytes
 .../resources/help/pl/images/printPreview.png      |  Bin 18076 -> 18500 bytes
 .../viewcontroller/resources/help/pl/ui.html       |    2 +-
 .../resources/help/pt/addingFurniture.html         |    3 +-
 .../resources/help/pt/addingTexts.html             |   40 +-
 .../resources/help/pt/drawingDimensions.html       |    4 +-
 .../resources/help/pt/drawingRooms.html            |    4 +-
 .../resources/help/pt/editingPreferences.html      |    9 +-
 .../resources/help/pt/editingRooms.html            |   21 +-
 .../resources/help/pt/images/addingText.png        |  Bin 5304 -> 12819 bytes
 .../resources/help/pt/images/creatingPhotos.jpg    |  Bin 37219 -> 32867 bytes
 .../resources/help/pt/images/creatingVideos.jpg    |  Bin 32706 -> 31561 bytes
 .../resources/help/pt/images/editing3DView.png     |  Bin 11865 -> 12434 bytes
 .../resources/help/pt/images/editingCompass.png    |  Bin 15409 -> 13488 bytes
 .../resources/help/pt/images/editingFurniture.png  |  Bin 22609 -> 21226 bytes
 .../resources/help/pt/images/editingLevels.png     |  Bin 15542 -> 14287 bytes
 .../help/pt/images/editingPreferences.png          |  Bin 40964 -> 40992 bytes
 .../resources/help/pt/images/editingRooms.png      |  Bin 18306 -> 22345 bytes
 .../help/pt/images/editingVirtualVisitor.png       |  Bin 16167 -> 15275 bytes
 .../resources/help/pt/images/editingWalls.png      |  Bin 35256 -> 31049 bytes
 .../resources/help/pt/images/pageSetup.png         |  Bin 15559 -> 13955 bytes
 .../resources/help/pt/images/printPreview.png      |  Bin 17967 -> 18521 bytes
 .../resources/help/pt/importingBackground.html     |   12 +-
 .../resources/help/pt/importingFurniture.html      |    8 +-
 .../viewcontroller/resources/help/pt/ui.html       |    4 +-
 .../resources/help/ru/drawingRooms.html            |    4 +-
 .../resources/help/ru/images/addingText.png        |  Bin 4815 -> 14079 bytes
 .../resources/help/ru/images/creatingPhotos.jpg    |  Bin 41553 -> 39157 bytes
 .../ru/images/creatingPhotosAtPointsOfView.png     |  Bin 18439 -> 20024 bytes
 .../resources/help/ru/images/creatingVideos.jpg    |  Bin 35345 -> 33600 bytes
 .../resources/help/ru/images/editing3DView.png     |  Bin 13903 -> 14002 bytes
 .../resources/help/ru/images/editingCompass.png    |  Bin 17768 -> 16813 bytes
 .../resources/help/ru/images/editingFurniture.png  |  Bin 27480 -> 25776 bytes
 .../resources/help/ru/images/editingLevels.png     |  Bin 14904 -> 15678 bytes
 .../resources/help/ru/images/editingMaterials.png  |  Bin 11690 -> 11391 bytes
 .../help/ru/images/editingPreferences.png          |  Bin 41200 -> 41330 bytes
 .../resources/help/ru/images/editingRooms.png      |  Bin 20111 -> 23494 bytes
 .../help/ru/images/editingVirtualVisitor.png       |  Bin 13375 -> 13258 bytes
 .../resources/help/ru/images/editingWalls.png      |  Bin 36537 -> 35960 bytes
 .../resources/help/ru/images/pageSetup.png         |  Bin 17209 -> 14927 bytes
 .../resources/help/ru/images/printPreview.png      |  Bin 18176 -> 19108 bytes
 .../resources/help/ru/importingBackground.html     |   12 +-
 .../viewcontroller/resources/help/ru/ui.html       |    4 +-
 .../resources/help/sv/addingFurniture.html         |    4 +-
 .../resources/help/sv/addingLevels.html            |    5 +-
 .../resources/help/sv/addingTexts.html             |   40 +-
 .../resources/help/sv/creatingHome.html            |    6 +-
 .../resources/help/sv/drawingDimensions.html       |    4 +-
 .../resources/help/sv/drawingPolylines.html        |  109 ++
 .../resources/help/sv/drawingRooms.html            |    4 +-
 .../resources/help/sv/editingLevels.html           |    4 +-
 .../resources/help/sv/editingPolylines.html        |   79 +
 .../resources/help/sv/editingPreferences.html      |    3 +
 .../resources/help/sv/editingRooms.html            |   15 +-
 .../resources/help/sv/editingWalls.html            |    6 +-
 .../resources/help/sv/images/addingText.png        |  Bin 4841 -> 12376 bytes
 .../resources/help/sv/images/creatingPhotos.jpg    |  Bin 38290 -> 34080 bytes
 .../sv/images/creatingPhotosAtPointsOfView.png     |  Bin 18452 -> 18511 bytes
 .../resources/help/sv/images/creatingVideos.jpg    |  Bin 31306 -> 30079 bytes
 .../resources/help/sv/images/editing3DView.png     |  Bin 12498 -> 13018 bytes
 .../resources/help/sv/images/editingCompass.png    |  Bin 15697 -> 14041 bytes
 .../resources/help/sv/images/editingFurniture.png  |  Bin 22710 -> 21217 bytes
 .../resources/help/sv/images/editingLevels.png     |  Bin 14569 -> 15035 bytes
 .../resources/help/sv/images/editingMaterials.png  |  Bin 12989 -> 11374 bytes
 .../resources/help/sv/images/editingPolylines.png  |  Bin 0 -> 7297 bytes
 .../help/sv/images/editingPreferences.png          |  Bin 32422 -> 35034 bytes
 .../resources/help/sv/images/editingRooms.png      |  Bin 17073 -> 21282 bytes
 .../help/sv/images/editingVirtualVisitor.png       |  Bin 12727 -> 12073 bytes
 .../resources/help/sv/images/editingWalls.png      |  Bin 34583 -> 33575 bytes
 .../resources/help/sv/images/pageSetup.png         |  Bin 15428 -> 14680 bytes
 .../resources/help/sv/images/printPreview.png      |  Bin 18412 -> 18604 bytes
 .../resources/help/sv/importingBackground.html     |   12 +-
 .../resources/help/sv/importingFurniture.html      |    8 +-
 .../resources/help/sv/printingHome.html            |    3 +-
 .../viewcontroller/resources/help/sv/tips.html     |   15 +
 .../resources/help/sv/tocCreating.html             |    1 +
 .../resources/help/sv/tocEditing.html              |    1 +
 .../viewcontroller/resources/help/sv/ui.html       |    4 +-
 .../resources/help/zh_CN/addingFurniture.html      |   24 +-
 .../resources/help/zh_CN/addingLevels.html         |   99 ++
 .../resources/help/zh_CN/addingTexts.html          |   15 +-
 .../resources/help/zh_CN/creatingHome.html         |   13 +-
 .../resources/help/zh_CN/creatingPhotos.html       |  161 ++
 .../resources/help/zh_CN/creatingVideos.html       |   87 +
 .../resources/help/zh_CN/drawingDimensions.html    |    6 +-
 .../resources/help/zh_CN/drawingPolylines.html     |   99 ++
 .../resources/help/zh_CN/drawingRooms.html         |    4 +-
 .../resources/help/zh_CN/editing3DView.html        |  259 +--
 .../resources/help/zh_CN/editingCompass.html       |  100 ++
 .../resources/help/zh_CN/editingDimensions.html    |  243 +--
 .../resources/help/zh_CN/editingFurniture.html     |  329 ++--
 .../resources/help/zh_CN/editingLevels.html        |   62 +
 .../resources/help/zh_CN/editingPolylines.html     |   70 +
 .../resources/help/zh_CN/editingPreferences.html   |  156 +-
 .../resources/help/zh_CN/editingRooms.html         |  302 ++--
 .../resources/help/zh_CN/editingWalls.html         |    9 +-
 .../resources/help/zh_CN/images/addingText.png     |  Bin 5242 -> 11646 bytes
 .../resources/help/zh_CN/images/creatingPhotos.jpg |  Bin 0 -> 50482 bytes
 .../zh_CN/images/creatingPhotosAtPointsOfView.png  |  Bin 0 -> 15724 bytes
 .../resources/help/zh_CN/images/creatingVideos.jpg |  Bin 0 -> 46388 bytes
 .../resources/help/zh_CN/images/editing3DView.png  |  Bin 11393 -> 9975 bytes
 .../resources/help/zh_CN/images/editingCompass.png |  Bin 0 -> 11920 bytes
 .../help/zh_CN/images/editingFurniture.png         |  Bin 19798 -> 17893 bytes
 .../resources/help/zh_CN/images/editingLevels.png  |  Bin 0 -> 13642 bytes
 .../help/zh_CN/images/editingMaterials.png         |  Bin 0 -> 10606 bytes
 .../help/zh_CN/images/editingPolylines.png         |  Bin 0 -> 8177 bytes
 .../help/zh_CN/images/editingPreferences.png       |  Bin 30004 -> 29207 bytes
 .../resources/help/zh_CN/images/editingRooms.png   |  Bin 14616 -> 17132 bytes
 .../help/zh_CN/images/editingVirtualVisitor.png    |  Bin 12099 -> 11127 bytes
 .../resources/help/zh_CN/images/editingWalls.png   |  Bin 27855 -> 26297 bytes
 .../resources/help/zh_CN/images/pageSetup.png      |  Bin 13225 -> 12022 bytes
 .../resources/help/zh_CN/images/printPreview.png   |  Bin 19807 -> 21299 bytes
 .../resources/help/zh_CN/importingBackground.html  |   12 +-
 .../resources/help/zh_CN/importingFurniture.html   |  283 +--
 .../viewcontroller/resources/help/zh_CN/index.html |   91 +-
 .../resources/help/zh_CN/printingHome.html         |  199 +--
 .../viewcontroller/resources/help/zh_CN/tips.html  |  499 +++---
 .../resources/help/zh_CN/tocCreating.html          |   99 +-
 .../{tocImporting.html => tocCreatingPhotos.html}  |   92 +-
 .../resources/help/zh_CN/tocEditing.html           |   98 +-
 .../resources/help/zh_CN/tocImporting.html         |    3 +-
 .../resources/help/zh_CN/tocStart.html             |    3 +-
 .../viewcontroller/resources/help/zh_CN/ui.html    |    2 +-
 .../resources/help/zh_TW/addingFurniture.html      |  103 ++
 .../resources/help/zh_TW/addingLevels.html         |   97 ++
 .../resources/help/zh_TW/addingTexts.html          |   78 +
 .../resources/help/zh_TW/creatingHome.html         |   54 +
 .../resources/help/zh_TW/creatingPhotos.html       |  157 ++
 .../resources/help/zh_TW/creatingVideos.html       |   84 +
 .../resources/help/zh_TW/drawingDimensions.html    |  114 ++
 .../resources/help/zh_TW/drawingPolylines.html     |   96 ++
 .../resources/help/zh_TW/drawingRooms.html         |  135 ++
 .../resources/help/zh_TW/drawingWalls.html         |  115 ++
 .../resources/help/zh_TW/editing3DView.html        |  136 ++
 .../resources/help/zh_TW/editingCompass.html       |  100 ++
 .../resources/help/zh_TW/editingDimensions.html    |  124 ++
 .../resources/help/zh_TW/editingFurniture.html     |  188 ++
 .../resources/help/zh_TW/editingLevels.html        |   60 +
 .../resources/help/zh_TW/editingPolylines.html     |   70 +
 .../resources/help/zh_TW/editingPreferences.html   |   82 +
 .../resources/help/zh_TW/editingRooms.html         |  160 ++
 .../resources/help/zh_TW/editingWalls.html         |  140 ++
 .../help/zh_TW/images/addingFurniture.png          |  Bin 0 -> 13007 bytes
 .../resources/help/zh_TW/images/addingText.png     |  Bin 0 -> 11129 bytes
 .../resources/help/zh_TW/images/creatingPhotos.jpg |  Bin 0 -> 50658 bytes
 .../zh_TW/images/creatingPhotosAtPointsOfView.png  |  Bin 0 -> 15137 bytes
 .../resources/help/zh_TW/images/creatingVideos.jpg |  Bin 0 -> 46443 bytes
 .../resources/help/zh_TW/images/drawingWalls.png   |  Bin 0 -> 6010 bytes
 .../resources/help/zh_TW/images/editing3DView.png  |  Bin 0 -> 10077 bytes
 .../resources/help/zh_TW/images/editingCompass.png |  Bin 0 -> 12320 bytes
 .../help/zh_TW/images/editingFurniture.png         |  Bin 0 -> 18083 bytes
 .../resources/help/zh_TW/images/editingLevels.png  |  Bin 0 -> 12273 bytes
 .../help/zh_TW/images/editingMaterials.png         |  Bin 0 -> 10302 bytes
 .../help/zh_TW/images/editingPolylines.png         |  Bin 0 -> 7708 bytes
 .../help/zh_TW/images/editingPreferences.png       |  Bin 0 -> 29058 bytes
 .../resources/help/zh_TW/images/editingRooms.png   |  Bin 0 -> 17910 bytes
 .../help/zh_TW/images/editingVirtualVisitor.png    |  Bin 0 -> 11990 bytes
 .../resources/help/zh_TW/images/editingWalls.png   |  Bin 0 -> 25682 bytes
 .../resources/help/zh_TW/images/pageSetup.png      |  Bin 0 -> 11919 bytes
 .../resources/help/zh_TW/images/printPreview.png   |  Bin 0 -> 21539 bytes
 .../help/{zh_CN => zh_TW}/importingBackground.html |  272 +--
 .../resources/help/zh_TW/importingFurniture.html   |  147 ++
 .../viewcontroller/resources/help/zh_TW/index.html |   49 +
 .../resources/help/zh_TW/printingHome.html         |  102 ++
 .../resources/help/zh_TW/savingHome.html           |   73 +
 .../viewcontroller/resources/help/zh_TW/tips.html  |  266 +++
 .../resources/help/zh_TW/tocCreating.html          |   53 +
 .../resources/help/zh_TW/tocCreatingPhotos.html    |   48 +
 .../resources/help/zh_TW/tocEditing.html           |   52 +
 .../help/{zh_CN => zh_TW}/tocImporting.html        |   28 +-
 .../resources/help/{zh_CN => zh_TW}/tocStart.html  |   30 +-
 .../viewcontroller/resources/help/zh_TW/ui.html    |   75 +
 .../plaf/basic/resources/basic_cs.properties       |    8 +-
 .../plaf/basic/resources/basic_nl.properties       |  152 ++
 .../plaf/metal/resources/metal_nl.properties       |   76 +
 .../eteks/sweethome3d/junit/HomeCameraTest.java    |    2 +-
 .../junit/UserPreferencesPanelTest.java            |   39 +
 730 files changed, 33142 insertions(+), 6573 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sweethome3d.git



More information about the pkg-java-commits mailing list