View | Details | Raw Unified | Return to bug 182881
Collapse All | Expand All

(-)./Makefile (-6 / +2 lines)
Lines 1-8 Link Here
1
# Created by: Thomas Gellekum <tg@FreeBSD.org>
1
# Created by: Thomas Gellekum <tg@FreeBSD.org>
2
# $FreeBSD: cad/qcad/Makefile 329987 2013-10-10 12:47:00Z mr $
2
# $FreeBSD: head/cad/qcad/Makefile 329987 2013-10-10 12:47:00Z mr $
3
3
4
PORTNAME=	qcad
4
PORTNAME=	qcad
5
PORTVERSION=	3.2.1.0
5
PORTVERSION=	3.3.3.0
6
CATEGORIES=	cad
6
CATEGORIES=	cad
7
MASTER_SITES=	http://github.com/${PORTNAME}/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/	\
7
MASTER_SITES=	http://github.com/${PORTNAME}/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/	\
8
		https://github.com/${PORTNAME}/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/
8
		https://github.com/${PORTNAME}/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/
Lines 20-26 Link Here
20
20
21
FETCH_ARGS=	-Fpr
21
FETCH_ARGS=	-Fpr
22
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
22
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
23
MAKE_JOBS_UNSAFE=yes
24
23
25
USES=		gmake qmake
24
USES=		gmake qmake
26
USE_LDCONFIG=	yes
25
USE_LDCONFIG=	yes
Lines 52-60 Link Here
52
pre-configure:
51
pre-configure:
53
	${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|"	\
52
	${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|"	\
54
		${WRKSRC}/src/core/RSettings.cpp
53
		${WRKSRC}/src/core/RSettings.cpp
55
# 4.8.4 is the last supported Qt 4 version
56
	${REINPLACE_CMD} -e '/qt-labs-qtscriptgenerator/s,$$$${QT_VERSION},4.8.4,' \
57
		${WRKSRC}/src/3rdparty/3rdparty.pro
58
54
59
do-install:
55
do-install:
60
	${INSTALL_PROGRAM} ${RESDIR}/qcad-bin ${STAGEDIR}${PREFIX}/bin/
56
	${INSTALL_PROGRAM} ${RESDIR}/qcad-bin ${STAGEDIR}${PREFIX}/bin/
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (qcad/v3.2.1.0.tar.gz) = 1a33c5970ecb2ef08103288718a16843ce7e367c5329fbb2e346d5322b8a1d85
1
SHA256 (qcad/v3.3.3.0.tar.gz) = 8b6af29e7ecee105b6e3b08f677ac2eafb8d4c4e40a98ed1da80c73f499479d4
2
SIZE (qcad/v3.2.1.0.tar.gz) = 17739322
2
SIZE (qcad/v3.3.3.0.tar.gz) = 19805587
(-)./files/patch-src_core_RMetaTypes.h (-5 / +5 lines)
Lines 1-11 Link Here
1
--- src/core/RMetaTypes.h.orig	2013-08-06 17:32:09.000000000 +0200
1
--- src/core/RMetaTypes.h.orig	2013-10-07 15:13:12.654243671 +0300
2
+++ src/core/RMetaTypes.h	2013-08-08 10:41:01.000000000 +0200
2
+++ src/core/RMetaTypes.h	2013-10-07 15:13:24.530910626 +0300
3
@@ -121,7 +121,7 @@
3
@@ -125,7 +125,7 @@
4
 Q_DECLARE_METATYPE(unsigned int*)
4
 Q_DECLARE_METATYPE(unsigned int*)
5
 Q_DECLARE_METATYPE(qint64*)
5
 Q_DECLARE_METATYPE(qint64*)
6
 //Q_DECLARE_METATYPE(uint8_t*)
6
 
7
-#if !defined Q_OS_WIN32 && !defined Q_OS_LINUX
7
-#if !defined Q_OS_WIN32 && !defined Q_OS_LINUX
8
+#if !defined Q_OS_WIN32 && !defined Q_OS_LINUX && !defined Q_OS_FREEBSD
8
+#if !defined Q_OS_WIN32 && !defined Q_OS_LINUX && !defined Q_OS_FREEBSD
9
 Q_DECLARE_METATYPE(size_t*)
9
 Q_DECLARE_METATYPE(size_t*)
10
 #endif
10
 #endif
11
 Q_DECLARE_METATYPE(char*)
11
 
(-)./pkg-plist (-115 / +362 lines)
Lines 138-144 Link Here
138
%%DATADIR%%/libraries/default/misc/Bath plan.dxf
138
%%DATADIR%%/libraries/default/misc/Bath plan.dxf
139
%%DATADIR%%/libraries/default/misc/Window 900.dxf
139
%%DATADIR%%/libraries/default/misc/Window 900.dxf
140
%%DATADIR%%/libraries/default/misc/rect.dxf
140
%%DATADIR%%/libraries/default/misc/rect.dxf
141
%%DATADIR%%/libraries/default/misc/~Window 900.dxf
142
%%DATADIR%%/libraries/templates/_META/meta.rdf
141
%%DATADIR%%/libraries/templates/_META/meta.rdf
143
%%DATADIR%%/libraries/templates/empty.dxf
142
%%DATADIR%%/libraries/templates/empty.dxf
144
%%DATADIR%%/libraries/templates/imperial/_META/meta.rdf
143
%%DATADIR%%/libraries/templates/imperial/_META/meta.rdf
Lines 423-428 Link Here
423
%%DATADIR%%/scripts/Block/Block.pro
422
%%DATADIR%%/scripts/Block/Block.pro
424
%%DATADIR%%/scripts/Block/BlockDialog.js
423
%%DATADIR%%/scripts/Block/BlockDialog.js
425
%%DATADIR%%/scripts/Block/BlockDialog.ui
424
%%DATADIR%%/scripts/Block/BlockDialog.ui
425
%%DATADIR%%/scripts/Block/BlockInsert.js
426
%%DATADIR%%/scripts/Block/CreateBlock/CreateBlock.js
426
%%DATADIR%%/scripts/Block/CreateBlock/CreateBlock.js
427
%%DATADIR%%/scripts/Block/CreateBlock/CreateBlock.pro
427
%%DATADIR%%/scripts/Block/CreateBlock/CreateBlock.pro
428
%%DATADIR%%/scripts/Block/CreateBlock/CreateBlock.svg
428
%%DATADIR%%/scripts/Block/CreateBlock/CreateBlock.svg
Lines 493-498 Link Here
493
%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pl.ts
493
%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pl.ts
494
%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pt.qm
494
%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pt.qm
495
%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pt.ts
495
%%DATADIR%%/scripts/Block/CreateLibraryItem/ts/CreateLibraryItem_pt.ts
496
%%DATADIR%%/scripts/Block/DeselectBlockReferences/DeselectBlockReferences.js
497
%%DATADIR%%/scripts/Block/DeselectBlockReferences/DeselectBlockReferences.pro
498
%%DATADIR%%/scripts/Block/DeselectBlockReferences/DeselectBlockReferences.svg
499
%%DATADIR%%/scripts/Block/DeselectBlockReferences/DeselectBlockReferencesInit.js
500
%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_de.html
501
%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_de.html
502
%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_en.html
503
%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_es.html
504
%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_fr.html
505
%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_it.html
506
%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_ja.html
507
%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_desc_pt.html
508
%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_en.html
509
%%DATADIR%%/scripts/Block/DeselectBlockReferences/doc/DeselectBlockReferences_ja.html
510
%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_de.qm
511
%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_de.ts
512
%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_es.qm
513
%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_es.ts
514
%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_fr.qm
515
%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_fr.ts
516
%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_it.qm
517
%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_it.ts
518
%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_ja.qm
519
%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_ja.ts
520
%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_pl.qm
521
%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_pl.ts
522
%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_pt.qm
523
%%DATADIR%%/scripts/Block/DeselectBlockReferences/ts/DeselectBlockReferences_pt.ts
496
%%DATADIR%%/scripts/Block/EditBlock/EditBlock.js
524
%%DATADIR%%/scripts/Block/EditBlock/EditBlock.js
497
%%DATADIR%%/scripts/Block/EditBlock/EditBlock.pro
525
%%DATADIR%%/scripts/Block/EditBlock/EditBlock.pro
498
%%DATADIR%%/scripts/Block/EditBlock/EditBlock.svg
526
%%DATADIR%%/scripts/Block/EditBlock/EditBlock.svg
Lines 664-669 Link Here
664
%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pl.ts
692
%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pl.ts
665
%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pt.qm
693
%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pt.qm
666
%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pt.ts
694
%%DATADIR%%/scripts/Block/InsertBlock/ts/InsertBlock_pt.ts
695
%%DATADIR%%/scripts/Block/InsertBlockItem/FlipHorizontal.svg
696
%%DATADIR%%/scripts/Block/InsertBlockItem/FlipVertical.svg
697
%%DATADIR%%/scripts/Block/InsertBlockItem/InsertBlockItem.js
698
%%DATADIR%%/scripts/Block/InsertBlockItem/InsertBlockItem.pro
699
%%DATADIR%%/scripts/Block/InsertBlockItem/InsertBlockItem.svg
700
%%DATADIR%%/scripts/Block/InsertBlockItem/InsertBlockItem.ui
701
%%DATADIR%%/scripts/Block/InsertBlockItem/InsertBlockItemInit.js
702
%%DATADIR%%/scripts/Block/InsertBlockItem/doc/InsertBlockItem_desc_en.html
703
%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_de.qm
704
%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_de.ts
705
%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_es.qm
706
%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_es.ts
707
%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_fr.qm
708
%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_fr.ts
709
%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_it.qm
710
%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_it.ts
711
%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_ja.qm
712
%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_ja.ts
713
%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_pl.qm
714
%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_pl.ts
715
%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_pt.qm
716
%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlockItem_pt.ts
717
%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlock_de.ts
718
%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlock_es.ts
719
%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlock_fr.ts
720
%%DATADIR%%/scripts/Block/InsertBlockItem/ts/InsertBlock_it.ts
721
%%DATADIR%%/scripts/Block/InsertScriptItem/InsertScriptItem.js
722
%%DATADIR%%/scripts/Block/InsertScriptItem/InsertScriptItem.pro
723
%%DATADIR%%/scripts/Block/InsertScriptItem/InsertScriptItemInit.js
724
%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_de.qm
725
%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_de.ts
726
%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_es.qm
727
%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_es.ts
728
%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_fr.qm
729
%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_fr.ts
730
%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_it.qm
731
%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_it.ts
732
%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_ja.qm
733
%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_ja.ts
734
%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_pl.qm
735
%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_pl.ts
736
%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_pt.qm
737
%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScriptItem_pt.ts
738
%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScript_de.ts
739
%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScript_es.ts
740
%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScript_fr.ts
741
%%DATADIR%%/scripts/Block/InsertScriptItem/ts/InsertScript_it.ts
667
%%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlock.js
742
%%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlock.js
668
%%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlock.pro
743
%%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlock.pro
669
%%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlock.svg
744
%%DATADIR%%/scripts/Block/RemoveBlock/RemoveBlock.svg
Lines 728-733 Link Here
728
%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_pl.ts
803
%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_pl.ts
729
%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_pt.qm
804
%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_pt.qm
730
%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_pt.ts
805
%%DATADIR%%/scripts/Block/RenameBlock/ts/RenameBlock_pt.ts
806
%%DATADIR%%/scripts/Block/SelectBlockReferences/SelectBlockReferences.js
807
%%DATADIR%%/scripts/Block/SelectBlockReferences/SelectBlockReferences.pro
808
%%DATADIR%%/scripts/Block/SelectBlockReferences/SelectBlockReferences.svg
809
%%DATADIR%%/scripts/Block/SelectBlockReferences/SelectBlockReferencesInit.js
810
%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_de.html
811
%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_de.html
812
%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_en.html
813
%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_es.html
814
%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_fr.html
815
%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_it.html
816
%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_ja.html
817
%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_desc_pt.html
818
%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_en.html
819
%%DATADIR%%/scripts/Block/SelectBlockReferences/doc/SelectBlockReferences_ja.html
820
%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_de.qm
821
%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_de.ts
822
%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_es.qm
823
%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_es.ts
824
%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_fr.qm
825
%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_fr.ts
826
%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_it.qm
827
%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_it.ts
828
%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_ja.qm
829
%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_ja.ts
830
%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_pl.qm
831
%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_pl.ts
832
%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_pt.qm
833
%%DATADIR%%/scripts/Block/SelectBlockReferences/ts/SelectBlockReferences_pt.ts
731
%%DATADIR%%/scripts/Block/ShowAllBlocks/ShowAllBlocks.js
834
%%DATADIR%%/scripts/Block/ShowAllBlocks/ShowAllBlocks.js
732
%%DATADIR%%/scripts/Block/ShowAllBlocks/ShowAllBlocks.pro
835
%%DATADIR%%/scripts/Block/ShowAllBlocks/ShowAllBlocks.pro
733
%%DATADIR%%/scripts/Block/ShowAllBlocks/ShowAllBlocks.svg
836
%%DATADIR%%/scripts/Block/ShowAllBlocks/ShowAllBlocks.svg
Lines 3054-3060 Link Here
3054
%%DATADIR%%/scripts/Draw/Line/doc/Line_it.html
3157
%%DATADIR%%/scripts/Draw/Line/doc/Line_it.html
3055
%%DATADIR%%/scripts/Draw/Line/doc/Line_ja.html
3158
%%DATADIR%%/scripts/Draw/Line/doc/Line_ja.html
3056
%%DATADIR%%/scripts/Draw/Line/doc/Line_pt.html
3159
%%DATADIR%%/scripts/Draw/Line/doc/Line_pt.html
3057
%%DATADIR%%/scripts/Draw/Line/doit.sh
3058
%%DATADIR%%/scripts/Draw/Line/ts/Line_de.qm
3160
%%DATADIR%%/scripts/Draw/Line/ts/Line_de.qm
3059
%%DATADIR%%/scripts/Draw/Line/ts/Line_de.ts
3161
%%DATADIR%%/scripts/Draw/Line/ts/Line_de.ts
3060
%%DATADIR%%/scripts/Draw/Line/ts/Line_es.qm
3162
%%DATADIR%%/scripts/Draw/Line/ts/Line_es.qm
Lines 3283-3288 Link Here
3283
%%DATADIR%%/scripts/Draw/Text/Text.pro
3385
%%DATADIR%%/scripts/Draw/Text/Text.pro
3284
%%DATADIR%%/scripts/Draw/Text/Text.svg
3386
%%DATADIR%%/scripts/Draw/Text/Text.svg
3285
%%DATADIR%%/scripts/Draw/Text/Text.ui
3387
%%DATADIR%%/scripts/Draw/Text/Text.ui
3388
%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBaseCenter.svg
3389
%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBaseLeft.svg
3390
%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBaseRight.svg
3286
%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBottomCenter.svg
3391
%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBottomCenter.svg
3287
%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBottomLeft.svg
3392
%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBottomLeft.svg
3288
%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBottomRight.svg
3393
%%DATADIR%%/scripts/Draw/Text/TextDialog/AlignBottomRight.svg
Lines 3958-4010 Link Here
3958
%%DATADIR%%/scripts/Edit/Esc/ts/Esc_pt.qm
4063
%%DATADIR%%/scripts/Edit/Esc/ts/Esc_pt.qm
3959
%%DATADIR%%/scripts/Edit/Esc/ts/Esc_pt.ts
4064
%%DATADIR%%/scripts/Edit/Esc/ts/Esc_pt.ts
3960
%%DATADIR%%/scripts/Edit/Expand.svg
4065
%%DATADIR%%/scripts/Edit/Expand.svg
3961
%%DATADIR%%/scripts/Edit/InsertBlockItem/FlipHorizontal.svg
3962
%%DATADIR%%/scripts/Edit/InsertBlockItem/FlipVertical.svg
3963
%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItem.js
3964
%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItem.pro
3965
%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItem.svg
3966
%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItem.ui
3967
%%DATADIR%%/scripts/Edit/InsertBlockItem/InsertBlockItemInit.js
3968
%%DATADIR%%/scripts/Edit/InsertBlockItem/doc/InsertBlockItem_desc_en.html
3969
%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_de.qm
3970
%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_de.ts
3971
%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_es.qm
3972
%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_es.ts
3973
%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_fr.qm
3974
%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_fr.ts
3975
%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_it.qm
3976
%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_it.ts
3977
%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_ja.qm
3978
%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_ja.ts
3979
%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_pl.qm
3980
%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_pl.ts
3981
%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_pt.qm
3982
%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlockItem_pt.ts
3983
%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlock_de.ts
3984
%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlock_es.ts
3985
%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlock_fr.ts
3986
%%DATADIR%%/scripts/Edit/InsertBlockItem/ts/InsertBlock_it.ts
3987
%%DATADIR%%/scripts/Edit/InsertScriptItem/InsertScriptItem.js
3988
%%DATADIR%%/scripts/Edit/InsertScriptItem/InsertScriptItem.pro
3989
%%DATADIR%%/scripts/Edit/InsertScriptItem/InsertScriptItemInit.js
3990
%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_de.qm
3991
%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_de.ts
3992
%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_es.qm
3993
%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_es.ts
3994
%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_fr.qm
3995
%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_fr.ts
3996
%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_it.qm
3997
%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_it.ts
3998
%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_ja.qm
3999
%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_ja.ts
4000
%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_pl.qm
4001
%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_pl.ts
4002
%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_pt.qm
4003
%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScriptItem_pt.ts
4004
%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScript_de.ts
4005
%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScript_es.ts
4006
%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScript_fr.ts
4007
%%DATADIR%%/scripts/Edit/InsertScriptItem/ts/InsertScript_it.ts
4008
%%DATADIR%%/scripts/Edit/Paste/FlipHorizontal.svg
4066
%%DATADIR%%/scripts/Edit/Paste/FlipHorizontal.svg
4009
%%DATADIR%%/scripts/Edit/Paste/FlipVertical.svg
4067
%%DATADIR%%/scripts/Edit/Paste/FlipVertical.svg
4010
%%DATADIR%%/scripts/Edit/Paste/Paste.js
4068
%%DATADIR%%/scripts/Edit/Paste/Paste.js
Lines 4527-4532 Link Here
4527
%%DATADIR%%/scripts/File/SvgImport/SvgImport.js
4585
%%DATADIR%%/scripts/File/SvgImport/SvgImport.js
4528
%%DATADIR%%/scripts/File/SvgImport/SvgImport.pro
4586
%%DATADIR%%/scripts/File/SvgImport/SvgImport.pro
4529
%%DATADIR%%/scripts/File/SvgImport/SvgImport.svg
4587
%%DATADIR%%/scripts/File/SvgImport/SvgImport.svg
4588
%%DATADIR%%/scripts/File/SvgImport/SvgImportDialog.ui
4530
%%DATADIR%%/scripts/File/SvgImport/SvgImportInit.js
4589
%%DATADIR%%/scripts/File/SvgImport/SvgImportInit.js
4531
%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_de.html
4590
%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_de.html
4532
%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_de.html
4591
%%DATADIR%%/scripts/File/SvgImport/doc/SvgImport_desc_de.html
Lines 5007-5012 Link Here
5007
%%DATADIR%%/scripts/Information/InfoPosition/InfoPosition.svg
5066
%%DATADIR%%/scripts/Information/InfoPosition/InfoPosition.svg
5008
%%DATADIR%%/scripts/Information/InfoPosition/InfoPositionInit.js
5067
%%DATADIR%%/scripts/Information/InfoPosition/InfoPositionInit.js
5009
%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_de.html
5068
%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_de.html
5069
%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_de.html
5070
%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_en.html
5071
%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_es.html
5072
%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_fr.html
5073
%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_it.html
5074
%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_ja.html
5075
%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_desc_pt.html
5010
%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_en.html
5076
%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_en.html
5011
%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_es.html
5077
%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_es.html
5012
%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_fr.html
5078
%%DATADIR%%/scripts/Information/InfoPosition/doc/InfoPosition_fr.html
Lines 5027-5043 Link Here
5027
%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_pl.ts
5093
%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_pl.ts
5028
%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_pt.qm
5094
%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_pt.qm
5029
%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_pt.ts
5095
%%DATADIR%%/scripts/Information/InfoPosition/ts/InfoPosition_pt.ts
5096
%%DATADIR%%/scripts/Information/InfoPositionPol/InfoPositionPol.js
5097
%%DATADIR%%/scripts/Information/InfoPositionPol/InfoPositionPol.pro
5098
%%DATADIR%%/scripts/Information/InfoPositionPol/InfoPositionPol.svg
5099
%%DATADIR%%/scripts/Information/InfoPositionPol/InfoPositionPolInit.js
5100
%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_de.html
5101
%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_de.html
5102
%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_en.html
5103
%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_es.html
5104
%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_fr.html
5105
%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_it.html
5106
%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_ja.html
5107
%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_desc_pt.html
5108
%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_en.html
5109
%%DATADIR%%/scripts/Information/InfoPositionPol/doc/InfoPositionPol_ja.html
5110
%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_de.qm
5111
%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_de.ts
5112
%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_es.qm
5113
%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_es.ts
5114
%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_fr.qm
5115
%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_fr.ts
5116
%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_it.qm
5117
%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_it.ts
5118
%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_ja.qm
5119
%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_ja.ts
5120
%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_pl.qm
5121
%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_pl.ts
5122
%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_pt.qm
5123
%%DATADIR%%/scripts/Information/InfoPositionPol/ts/InfoPositionPol_pt.ts
5124
%%DATADIR%%/scripts/Information/InfoPositionPolRel/InfoPositionPolRel.js
5125
%%DATADIR%%/scripts/Information/InfoPositionPolRel/InfoPositionPolRel.pro
5126
%%DATADIR%%/scripts/Information/InfoPositionPolRel/InfoPositionPolRel.svg
5127
%%DATADIR%%/scripts/Information/InfoPositionPolRel/InfoPositionPolRelInit.js
5128
%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_de.html
5129
%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_de.html
5130
%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_en.html
5131
%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_es.html
5132
%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_fr.html
5133
%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_it.html
5134
%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_ja.html
5135
%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_desc_pt.html
5136
%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_en.html
5137
%%DATADIR%%/scripts/Information/InfoPositionPolRel/doc/InfoPositionPolRel_ja.html
5138
%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_de.qm
5139
%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_de.ts
5140
%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_es.qm
5141
%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_es.ts
5142
%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_fr.qm
5143
%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_fr.ts
5144
%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_it.qm
5145
%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_it.ts
5146
%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_ja.qm
5147
%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_ja.ts
5148
%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_pl.qm
5149
%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_pl.ts
5150
%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_pt.qm
5151
%%DATADIR%%/scripts/Information/InfoPositionPolRel/ts/InfoPositionPolRel_pt.ts
5030
%%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRel.js
5152
%%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRel.js
5031
%%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRel.pro
5153
%%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRel.pro
5032
%%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRel.svg
5154
%%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRel.svg
5033
%%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRelInit.js
5155
%%DATADIR%%/scripts/Information/InfoPositionRel/InfoPositionRelInit.js
5034
%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_de.html
5156
%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_de.html
5157
%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_de.html
5158
%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_en.html
5159
%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_es.html
5160
%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_fr.html
5161
%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_it.html
5162
%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_ja.html
5163
%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_desc_pt.html
5035
%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_en.html
5164
%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_en.html
5036
%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_es.html
5037
%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_fr.html
5038
%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_it.html
5039
%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_ja.html
5165
%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_ja.html
5040
%%DATADIR%%/scripts/Information/InfoPositionRel/doc/InfoPositionRel_pt.html
5041
%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_de.qm
5166
%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_de.qm
5042
%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_de.ts
5167
%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_de.ts
5043
%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_es.qm
5168
%%DATADIR%%/scripts/Information/InfoPositionRel/ts/InfoPositionRel_es.qm
Lines 5055-5061 Link Here
5055
%%DATADIR%%/scripts/Information/Information.js
5180
%%DATADIR%%/scripts/Information/Information.js
5056
%%DATADIR%%/scripts/Information/Information.pro
5181
%%DATADIR%%/scripts/Information/Information.pro
5057
%%DATADIR%%/scripts/Information/Information.svg
5182
%%DATADIR%%/scripts/Information/Information.svg
5183
%%DATADIR%%/scripts/Information/Information.ui
5058
%%DATADIR%%/scripts/Information/doc/Information_de.html
5184
%%DATADIR%%/scripts/Information/doc/Information_de.html
5185
%%DATADIR%%/scripts/Information/doc/Information_desc_de.html
5059
%%DATADIR%%/scripts/Information/doc/Information_desc_en.html
5186
%%DATADIR%%/scripts/Information/doc/Information_desc_en.html
5060
%%DATADIR%%/scripts/Information/doc/Information_en.html
5187
%%DATADIR%%/scripts/Information/doc/Information_en.html
5061
%%DATADIR%%/scripts/Information/doc/Information_es.html
5188
%%DATADIR%%/scripts/Information/doc/Information_es.html
Lines 5112-5117 Link Here
5112
%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_pl.ts
5239
%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_pl.ts
5113
%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_pt.qm
5240
%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_pt.qm
5114
%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_pt.ts
5241
%%DATADIR%%/scripts/Layer/AddLayer/ts/AddLayer_pt.ts
5242
%%DATADIR%%/scripts/Layer/DeselectLayer/DeselectLayer.js
5243
%%DATADIR%%/scripts/Layer/DeselectLayer/DeselectLayer.pro
5244
%%DATADIR%%/scripts/Layer/DeselectLayer/DeselectLayer.svg
5245
%%DATADIR%%/scripts/Layer/DeselectLayer/DeselectLayerInit.js
5246
%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_de.html
5247
%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_de.html
5248
%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_en.html
5249
%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_es.html
5250
%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_fr.html
5251
%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_it.html
5252
%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_ja.html
5253
%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_desc_pt.html
5254
%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_en.html
5255
%%DATADIR%%/scripts/Layer/DeselectLayer/doc/DeselectLayer_ja.html
5256
%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_de.qm
5257
%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_de.ts
5258
%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_es.qm
5259
%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_es.ts
5260
%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_fr.qm
5261
%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_fr.ts
5262
%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_it.qm
5263
%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_it.ts
5264
%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_ja.qm
5265
%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_ja.ts
5266
%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_pl.qm
5267
%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_pl.ts
5268
%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_pt.qm
5269
%%DATADIR%%/scripts/Layer/DeselectLayer/ts/DeselectLayer_pt.ts
5115
%%DATADIR%%/scripts/Layer/EditLayer/EditLayer.js
5270
%%DATADIR%%/scripts/Layer/EditLayer/EditLayer.js
5116
%%DATADIR%%/scripts/Layer/EditLayer/EditLayer.pro
5271
%%DATADIR%%/scripts/Layer/EditLayer/EditLayer.pro
5117
%%DATADIR%%/scripts/Layer/EditLayer/EditLayer.svg
5272
%%DATADIR%%/scripts/Layer/EditLayer/EditLayer.svg
Lines 5214-5219 Link Here
5214
%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_pt.ts
5369
%%DATADIR%%/scripts/Layer/RemoveLayer/ts/RemoveLayer_pt.ts
5215
%%DATADIR%%/scripts/Layer/RemoveLayer/ts/Remove_de.ts
5370
%%DATADIR%%/scripts/Layer/RemoveLayer/ts/Remove_de.ts
5216
%%DATADIR%%/scripts/Layer/RemoveLayer/ts/Remove_fr.ts
5371
%%DATADIR%%/scripts/Layer/RemoveLayer/ts/Remove_fr.ts
5372
%%DATADIR%%/scripts/Layer/SelectLayer/SelectLayer.js
5373
%%DATADIR%%/scripts/Layer/SelectLayer/SelectLayer.pro
5374
%%DATADIR%%/scripts/Layer/SelectLayer/SelectLayer.svg
5375
%%DATADIR%%/scripts/Layer/SelectLayer/SelectLayerInit.js
5376
%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_de.html
5377
%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_de.html
5378
%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_en.html
5379
%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_es.html
5380
%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_fr.html
5381
%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_it.html
5382
%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_ja.html
5383
%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_desc_pt.html
5384
%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_en.html
5385
%%DATADIR%%/scripts/Layer/SelectLayer/doc/SelectLayer_ja.html
5386
%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_de.qm
5387
%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_de.ts
5388
%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_es.qm
5389
%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_es.ts
5390
%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_fr.qm
5391
%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_fr.ts
5392
%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_it.qm
5393
%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_it.ts
5394
%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_ja.qm
5395
%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_ja.ts
5396
%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_pl.qm
5397
%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_pl.ts
5398
%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_pt.qm
5399
%%DATADIR%%/scripts/Layer/SelectLayer/ts/SelectLayer_pt.ts
5217
%%DATADIR%%/scripts/Layer/ShowActiveLayer/ShowActiveLayer.js
5400
%%DATADIR%%/scripts/Layer/ShowActiveLayer/ShowActiveLayer.js
5218
%%DATADIR%%/scripts/Layer/ShowActiveLayer/ShowActiveLayer.pro
5401
%%DATADIR%%/scripts/Layer/ShowActiveLayer/ShowActiveLayer.pro
5219
%%DATADIR%%/scripts/Layer/ShowActiveLayer/ShowActiveLayer.svg
5402
%%DATADIR%%/scripts/Layer/ShowActiveLayer/ShowActiveLayer.svg
Lines 5453-5458 Link Here
5453
%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_pt.qm
5636
%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_pt.qm
5454
%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_pt.ts
5637
%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/LayerExamples_pt.ts
5455
%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/ts.pro
5638
%%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts/ts.pro
5639
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ExTransactionListener/ExTransactionListener.js
5640
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ExTransactionListener/ExTransactionListener.pro
5641
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ListenerExamples.js
5642
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ListenerExamples.pro
5643
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_de.qm
5644
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_de.ts
5645
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_es.qm
5646
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_es.ts
5647
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_fr.qm
5648
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_fr.ts
5649
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_it.qm
5650
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_it.ts
5651
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_ja.qm
5652
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_ja.ts
5653
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_pl.qm
5654
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_pl.ts
5655
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_pt.qm
5656
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ListenerExamples_pt.ts
5657
%%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts/ts.pro
5456
%%DATADIR%%/scripts/Misc/Examples/MathExamples/ExMathSpiral/ExMathSpiral.js
5658
%%DATADIR%%/scripts/Misc/Examples/MathExamples/ExMathSpiral/ExMathSpiral.js
5457
%%DATADIR%%/scripts/Misc/Examples/MathExamples/ExMathSpiral/ExMathSpiral.pro
5659
%%DATADIR%%/scripts/Misc/Examples/MathExamples/ExMathSpiral/ExMathSpiral.pro
5458
%%DATADIR%%/scripts/Misc/Examples/MathExamples/MathExamples.js
5660
%%DATADIR%%/scripts/Misc/Examples/MathExamples/MathExamples.js
Lines 5491-5496 Link Here
5491
%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_pt.qm
5693
%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_pt.qm
5492
%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_pt.ts
5694
%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ModifyExamples_pt.ts
5493
%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ts.pro
5695
%%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts/ts.pro
5696
%%DATADIR%%/scripts/Misc/Examples/QtExamples/ExMainWindow/ExMainWindow.js
5697
%%DATADIR%%/scripts/Misc/Examples/QtExamples/ExMainWindow/ExMainWindow.pro
5698
%%DATADIR%%/scripts/Misc/Examples/QtExamples/ExMainWindow/MyAction.svg
5699
%%DATADIR%%/scripts/Misc/Examples/QtExamples/QtExamples.js
5700
%%DATADIR%%/scripts/Misc/Examples/QtExamples/QtExamples.pro
5701
%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_de.qm
5702
%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_de.ts
5703
%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_es.qm
5704
%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_es.ts
5705
%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_fr.qm
5706
%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_fr.ts
5707
%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_it.qm
5708
%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_it.ts
5709
%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_ja.qm
5710
%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_ja.ts
5711
%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_pl.qm
5712
%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_pl.ts
5713
%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_pt.qm
5714
%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/QtExamples_pt.ts
5715
%%DATADIR%%/scripts/Misc/Examples/QtExamples/ts/ts.pro
5494
%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ExDirListing/ExDirListing.js
5716
%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ExDirListing/ExDirListing.js
5495
%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ExDirListing/ExDirListing.pro
5717
%%DATADIR%%/scripts/Misc/Examples/SystemExamples/ExDirListing/ExDirListing.pro
5496
%%DATADIR%%/scripts/Misc/Examples/SystemExamples/SystemExamples.js
5718
%%DATADIR%%/scripts/Misc/Examples/SystemExamples/SystemExamples.js
Lines 5650-5669 Link Here
5650
%%DATADIR%%/scripts/Misc/doc/Examples_ja.html
5872
%%DATADIR%%/scripts/Misc/doc/Examples_ja.html
5651
%%DATADIR%%/scripts/Misc/doc/Misc_de.html
5873
%%DATADIR%%/scripts/Misc/doc/Misc_de.html
5652
%%DATADIR%%/scripts/Misc/doc/Misc_ja.html
5874
%%DATADIR%%/scripts/Misc/doc/Misc_ja.html
5653
%%DATADIR%%/scripts/Misc/ts/Examples_de.qm
5875
%%DATADIR%%/scripts/Misc/ts/Misc_de.qm
5654
%%DATADIR%%/scripts/Misc/ts/Examples_de.ts
5876
%%DATADIR%%/scripts/Misc/ts/Misc_de.ts
5655
%%DATADIR%%/scripts/Misc/ts/Examples_es.qm
5877
%%DATADIR%%/scripts/Misc/ts/Misc_es.qm
5656
%%DATADIR%%/scripts/Misc/ts/Examples_es.ts
5878
%%DATADIR%%/scripts/Misc/ts/Misc_es.ts
5657
%%DATADIR%%/scripts/Misc/ts/Examples_fr.qm
5879
%%DATADIR%%/scripts/Misc/ts/Misc_fr.qm
5658
%%DATADIR%%/scripts/Misc/ts/Examples_fr.ts
5880
%%DATADIR%%/scripts/Misc/ts/Misc_fr.ts
5659
%%DATADIR%%/scripts/Misc/ts/Examples_it.qm
5881
%%DATADIR%%/scripts/Misc/ts/Misc_it.qm
5660
%%DATADIR%%/scripts/Misc/ts/Examples_it.ts
5882
%%DATADIR%%/scripts/Misc/ts/Misc_it.ts
5661
%%DATADIR%%/scripts/Misc/ts/Examples_ja.qm
5883
%%DATADIR%%/scripts/Misc/ts/Misc_ja.qm
5662
%%DATADIR%%/scripts/Misc/ts/Examples_ja.ts
5884
%%DATADIR%%/scripts/Misc/ts/Misc_ja.ts
5663
%%DATADIR%%/scripts/Misc/ts/Examples_pl.qm
5885
%%DATADIR%%/scripts/Misc/ts/Misc_pl.qm
5664
%%DATADIR%%/scripts/Misc/ts/Examples_pl.ts
5886
%%DATADIR%%/scripts/Misc/ts/Misc_pl.ts
5665
%%DATADIR%%/scripts/Misc/ts/Examples_pt.qm
5887
%%DATADIR%%/scripts/Misc/ts/Misc_pt.qm
5666
%%DATADIR%%/scripts/Misc/ts/Examples_pt.ts
5888
%%DATADIR%%/scripts/Misc/ts/Misc_pt.ts
5667
%%DATADIR%%/scripts/Misc/ts/ts.pro
5889
%%DATADIR%%/scripts/Misc/ts/ts.pro
5668
%%DATADIR%%/scripts/Modify/AutoTrim/AutoTrim.js
5890
%%DATADIR%%/scripts/Modify/AutoTrim/AutoTrim.js
5669
%%DATADIR%%/scripts/Modify/AutoTrim/AutoTrim.pro
5891
%%DATADIR%%/scripts/Modify/AutoTrim/AutoTrim.pro
Lines 6978-7023 Link Here
6978
%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_pl.ts
7200
%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_pl.ts
6979
%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_pt.qm
7201
%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_pt.qm
6980
%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_pt.ts
7202
%%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts/SelectIntersectedEntities_pt.ts
6981
%%DATADIR%%/scripts/Select/SelectLayer/SelectLayer.js
7203
%%DATADIR%%/scripts/Select/SelectLayerByEntity/SelectLayerByEntity.js
6982
%%DATADIR%%/scripts/Select/SelectLayer/SelectLayer.pro
7204
%%DATADIR%%/scripts/Select/SelectLayerByEntity/SelectLayerByEntity.pro
6983
%%DATADIR%%/scripts/Select/SelectLayer/SelectLayer.svg
7205
%%DATADIR%%/scripts/Select/SelectLayerByEntity/SelectLayerByEntity.svg
6984
%%DATADIR%%/scripts/Select/SelectLayer/SelectLayer.ui
7206
%%DATADIR%%/scripts/Select/SelectLayerByEntity/SelectLayerByEntity.ui
6985
%%DATADIR%%/scripts/Select/SelectLayer/SelectLayerInit.js
7207
%%DATADIR%%/scripts/Select/SelectLayerByEntity/SelectLayerByEntityInit.js
6986
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_de.html
7208
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_de.html
6987
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_de.html
7209
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_de.html
6988
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_en.html
7210
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_en.html
6989
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_es.html
7211
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_es.html
6990
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_fr.html
7212
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_fr.html
6991
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_it.html
7213
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_it.html
6992
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_ja.html
7214
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_ja.html
6993
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_desc_pt.html
7215
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_desc_pt.html
6994
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_en.html
7216
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_en.html
6995
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_es.html
7217
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_es.html
6996
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_fr.html
7218
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_fr.html
6997
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_it.html
7219
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_it.html
6998
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_ja.html
7220
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_ja.html
6999
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_de.html
7221
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_de.html
7000
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_en.html
7222
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_en.html
7001
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_es.html
7223
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_es.html
7002
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_fr.html
7224
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_fr.html
7003
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_it.html
7225
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_it.html
7004
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_ja.html
7226
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_ja.html
7005
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_proc_pt.html
7227
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_proc_pt.html
7006
%%DATADIR%%/scripts/Select/SelectLayer/doc/SelectLayer_pt.html
7228
%%DATADIR%%/scripts/Select/SelectLayerByEntity/doc/SelectLayerByEntity_pt.html
7007
%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_de.qm
7229
%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_de.qm
7008
%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_de.ts
7230
%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_de.ts
7009
%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_es.qm
7231
%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_es.qm
7010
%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_es.ts
7232
%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_es.ts
7011
%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_fr.qm
7233
%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_fr.qm
7012
%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_fr.ts
7234
%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_fr.ts
7013
%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_it.qm
7235
%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_it.qm
7014
%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_it.ts
7236
%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_it.ts
7015
%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_ja.qm
7237
%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_ja.qm
7016
%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_ja.ts
7238
%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_ja.ts
7017
%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_pl.qm
7239
%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_pl.qm
7018
%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_pl.ts
7240
%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_pl.ts
7019
%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_pt.qm
7241
%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_pt.qm
7020
%%DATADIR%%/scripts/Select/SelectLayer/ts/SelectLayer_pt.ts
7242
%%DATADIR%%/scripts/Select/SelectLayerByEntity/ts/SelectLayerByEntity_pt.ts
7021
%%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangle.js
7243
%%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangle.js
7022
%%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangle.pro
7244
%%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangle.pro
7023
%%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangle.svg
7245
%%DATADIR%%/scripts/Select/SelectRectangle/SelectRectangle.svg
Lines 9269-9277 Link Here
9269
@dirrm %%DATADIR%%/scripts/Select/SelectRectangle/ts
9491
@dirrm %%DATADIR%%/scripts/Select/SelectRectangle/ts
9270
@dirrm %%DATADIR%%/scripts/Select/SelectRectangle/doc
9492
@dirrm %%DATADIR%%/scripts/Select/SelectRectangle/doc
9271
@dirrm %%DATADIR%%/scripts/Select/SelectRectangle
9493
@dirrm %%DATADIR%%/scripts/Select/SelectRectangle
9272
@dirrm %%DATADIR%%/scripts/Select/SelectLayer/ts
9494
@dirrm %%DATADIR%%/scripts/Select/SelectLayerByEntity/ts
9273
@dirrm %%DATADIR%%/scripts/Select/SelectLayer/doc
9495
@dirrm %%DATADIR%%/scripts/Select/SelectLayerByEntity/doc
9274
@dirrm %%DATADIR%%/scripts/Select/SelectLayer
9496
@dirrm %%DATADIR%%/scripts/Select/SelectLayerByEntity
9275
@dirrm %%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts
9497
@dirrm %%DATADIR%%/scripts/Select/SelectIntersectedEntities/ts
9276
@dirrm %%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc
9498
@dirrm %%DATADIR%%/scripts/Select/SelectIntersectedEntities/doc
9277
@dirrm %%DATADIR%%/scripts/Select/SelectIntersectedEntities
9499
@dirrm %%DATADIR%%/scripts/Select/SelectIntersectedEntities
Lines 9463-9474 Link Here
9463
@dirrm %%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts
9685
@dirrm %%DATADIR%%/scripts/Misc/Examples/SystemExamples/ts
9464
@dirrm %%DATADIR%%/scripts/Misc/Examples/SystemExamples/ExDirListing
9686
@dirrm %%DATADIR%%/scripts/Misc/Examples/SystemExamples/ExDirListing
9465
@dirrm %%DATADIR%%/scripts/Misc/Examples/SystemExamples
9687
@dirrm %%DATADIR%%/scripts/Misc/Examples/SystemExamples
9688
@dirrm %%DATADIR%%/scripts/Misc/Examples/QtExamples/ts
9689
@dirrm %%DATADIR%%/scripts/Misc/Examples/QtExamples/ExMainWindow
9690
@dirrm %%DATADIR%%/scripts/Misc/Examples/QtExamples
9466
@dirrm %%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts
9691
@dirrm %%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ts
9467
@dirrm %%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ExChangeFontToArial
9692
@dirrm %%DATADIR%%/scripts/Misc/Examples/ModifyExamples/ExChangeFontToArial
9468
@dirrm %%DATADIR%%/scripts/Misc/Examples/ModifyExamples
9693
@dirrm %%DATADIR%%/scripts/Misc/Examples/ModifyExamples
9469
@dirrm %%DATADIR%%/scripts/Misc/Examples/MathExamples/ts
9694
@dirrm %%DATADIR%%/scripts/Misc/Examples/MathExamples/ts
9470
@dirrm %%DATADIR%%/scripts/Misc/Examples/MathExamples/ExMathSpiral
9695
@dirrm %%DATADIR%%/scripts/Misc/Examples/MathExamples/ExMathSpiral
9471
@dirrm %%DATADIR%%/scripts/Misc/Examples/MathExamples
9696
@dirrm %%DATADIR%%/scripts/Misc/Examples/MathExamples
9697
@dirrm %%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ts
9698
@dirrm %%DATADIR%%/scripts/Misc/Examples/ListenerExamples/ExTransactionListener
9699
@dirrm %%DATADIR%%/scripts/Misc/Examples/ListenerExamples
9472
@dirrm %%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts
9700
@dirrm %%DATADIR%%/scripts/Misc/Examples/LayerExamples/ts
9473
@dirrm %%DATADIR%%/scripts/Misc/Examples/LayerExamples/ExLayerWhiteToBlack
9701
@dirrm %%DATADIR%%/scripts/Misc/Examples/LayerExamples/ExLayerWhiteToBlack
9474
@dirrm %%DATADIR%%/scripts/Misc/Examples/LayerExamples
9702
@dirrm %%DATADIR%%/scripts/Misc/Examples/LayerExamples
Lines 9504-9509 Link Here
9504
@dirrm %%DATADIR%%/scripts/Layer/ShowActiveLayer/ts
9732
@dirrm %%DATADIR%%/scripts/Layer/ShowActiveLayer/ts
9505
@dirrm %%DATADIR%%/scripts/Layer/ShowActiveLayer/doc
9733
@dirrm %%DATADIR%%/scripts/Layer/ShowActiveLayer/doc
9506
@dirrm %%DATADIR%%/scripts/Layer/ShowActiveLayer
9734
@dirrm %%DATADIR%%/scripts/Layer/ShowActiveLayer
9735
@dirrm %%DATADIR%%/scripts/Layer/SelectLayer/ts
9736
@dirrm %%DATADIR%%/scripts/Layer/SelectLayer/doc
9737
@dirrm %%DATADIR%%/scripts/Layer/SelectLayer
9507
@dirrm %%DATADIR%%/scripts/Layer/RemoveLayer/ts
9738
@dirrm %%DATADIR%%/scripts/Layer/RemoveLayer/ts
9508
@dirrm %%DATADIR%%/scripts/Layer/RemoveLayer/doc
9739
@dirrm %%DATADIR%%/scripts/Layer/RemoveLayer/doc
9509
@dirrm %%DATADIR%%/scripts/Layer/RemoveLayer
9740
@dirrm %%DATADIR%%/scripts/Layer/RemoveLayer
Lines 9513-9518 Link Here
9513
@dirrm %%DATADIR%%/scripts/Layer/EditLayer/ts
9744
@dirrm %%DATADIR%%/scripts/Layer/EditLayer/ts
9514
@dirrm %%DATADIR%%/scripts/Layer/EditLayer/doc
9745
@dirrm %%DATADIR%%/scripts/Layer/EditLayer/doc
9515
@dirrm %%DATADIR%%/scripts/Layer/EditLayer
9746
@dirrm %%DATADIR%%/scripts/Layer/EditLayer
9747
@dirrm %%DATADIR%%/scripts/Layer/DeselectLayer/ts
9748
@dirrm %%DATADIR%%/scripts/Layer/DeselectLayer/doc
9749
@dirrm %%DATADIR%%/scripts/Layer/DeselectLayer
9516
@dirrm %%DATADIR%%/scripts/Layer/AddLayer/ts
9750
@dirrm %%DATADIR%%/scripts/Layer/AddLayer/ts
9517
@dirrm %%DATADIR%%/scripts/Layer/AddLayer/doc
9751
@dirrm %%DATADIR%%/scripts/Layer/AddLayer/doc
9518
@dirrm %%DATADIR%%/scripts/Layer/AddLayer/Tests/required
9752
@dirrm %%DATADIR%%/scripts/Layer/AddLayer/Tests/required
Lines 9524-9529 Link Here
9524
@dirrm %%DATADIR%%/scripts/Information/InfoPositionRel/ts
9758
@dirrm %%DATADIR%%/scripts/Information/InfoPositionRel/ts
9525
@dirrm %%DATADIR%%/scripts/Information/InfoPositionRel/doc
9759
@dirrm %%DATADIR%%/scripts/Information/InfoPositionRel/doc
9526
@dirrm %%DATADIR%%/scripts/Information/InfoPositionRel
9760
@dirrm %%DATADIR%%/scripts/Information/InfoPositionRel
9761
@dirrm %%DATADIR%%/scripts/Information/InfoPositionPolRel/ts
9762
@dirrm %%DATADIR%%/scripts/Information/InfoPositionPolRel/doc
9763
@dirrm %%DATADIR%%/scripts/Information/InfoPositionPolRel
9764
@dirrm %%DATADIR%%/scripts/Information/InfoPositionPol/ts
9765
@dirrm %%DATADIR%%/scripts/Information/InfoPositionPol/doc
9766
@dirrm %%DATADIR%%/scripts/Information/InfoPositionPol
9527
@dirrm %%DATADIR%%/scripts/Information/InfoPosition/ts
9767
@dirrm %%DATADIR%%/scripts/Information/InfoPosition/ts
9528
@dirrm %%DATADIR%%/scripts/Information/InfoPosition/doc
9768
@dirrm %%DATADIR%%/scripts/Information/InfoPosition/doc
9529
@dirrm %%DATADIR%%/scripts/Information/InfoPosition
9769
@dirrm %%DATADIR%%/scripts/Information/InfoPosition
Lines 9626-9636 Link Here
9626
@dirrm %%DATADIR%%/scripts/Edit/Paste/ts
9866
@dirrm %%DATADIR%%/scripts/Edit/Paste/ts
9627
@dirrm %%DATADIR%%/scripts/Edit/Paste/doc
9867
@dirrm %%DATADIR%%/scripts/Edit/Paste/doc
9628
@dirrm %%DATADIR%%/scripts/Edit/Paste
9868
@dirrm %%DATADIR%%/scripts/Edit/Paste
9629
@dirrm %%DATADIR%%/scripts/Edit/InsertScriptItem/ts
9630
@dirrm %%DATADIR%%/scripts/Edit/InsertScriptItem
9631
@dirrm %%DATADIR%%/scripts/Edit/InsertBlockItem/ts
9632
@dirrm %%DATADIR%%/scripts/Edit/InsertBlockItem/doc
9633
@dirrm %%DATADIR%%/scripts/Edit/InsertBlockItem
9634
@dirrm %%DATADIR%%/scripts/Edit/Esc/ts
9869
@dirrm %%DATADIR%%/scripts/Edit/Esc/ts
9635
@dirrm %%DATADIR%%/scripts/Edit/Esc/doc
9870
@dirrm %%DATADIR%%/scripts/Edit/Esc/doc
9636
@dirrm %%DATADIR%%/scripts/Edit/Esc
9871
@dirrm %%DATADIR%%/scripts/Edit/Esc
Lines 10014-10025 Link Here
10014
@dirrm %%DATADIR%%/scripts/Block/ShowAllBlocks/ts
10249
@dirrm %%DATADIR%%/scripts/Block/ShowAllBlocks/ts
10015
@dirrm %%DATADIR%%/scripts/Block/ShowAllBlocks/doc
10250
@dirrm %%DATADIR%%/scripts/Block/ShowAllBlocks/doc
10016
@dirrm %%DATADIR%%/scripts/Block/ShowAllBlocks
10251
@dirrm %%DATADIR%%/scripts/Block/ShowAllBlocks
10252
@dirrm %%DATADIR%%/scripts/Block/SelectBlockReferences/ts
10253
@dirrm %%DATADIR%%/scripts/Block/SelectBlockReferences/doc
10254
@dirrm %%DATADIR%%/scripts/Block/SelectBlockReferences
10017
@dirrm %%DATADIR%%/scripts/Block/RenameBlock/ts
10255
@dirrm %%DATADIR%%/scripts/Block/RenameBlock/ts
10018
@dirrm %%DATADIR%%/scripts/Block/RenameBlock/doc
10256
@dirrm %%DATADIR%%/scripts/Block/RenameBlock/doc
10019
@dirrm %%DATADIR%%/scripts/Block/RenameBlock
10257
@dirrm %%DATADIR%%/scripts/Block/RenameBlock
10020
@dirrm %%DATADIR%%/scripts/Block/RemoveBlock/ts
10258
@dirrm %%DATADIR%%/scripts/Block/RemoveBlock/ts
10021
@dirrm %%DATADIR%%/scripts/Block/RemoveBlock/doc
10259
@dirrm %%DATADIR%%/scripts/Block/RemoveBlock/doc
10022
@dirrm %%DATADIR%%/scripts/Block/RemoveBlock
10260
@dirrm %%DATADIR%%/scripts/Block/RemoveBlock
10261
@dirrm %%DATADIR%%/scripts/Block/InsertScriptItem/ts
10262
@dirrm %%DATADIR%%/scripts/Block/InsertScriptItem
10263
@dirrm %%DATADIR%%/scripts/Block/InsertBlockItem/ts
10264
@dirrm %%DATADIR%%/scripts/Block/InsertBlockItem/doc
10265
@dirrm %%DATADIR%%/scripts/Block/InsertBlockItem
10023
@dirrm %%DATADIR%%/scripts/Block/InsertBlock/ts
10266
@dirrm %%DATADIR%%/scripts/Block/InsertBlock/ts
10024
@dirrm %%DATADIR%%/scripts/Block/InsertBlock/doc
10267
@dirrm %%DATADIR%%/scripts/Block/InsertBlock/doc
10025
@dirrm %%DATADIR%%/scripts/Block/InsertBlock
10268
@dirrm %%DATADIR%%/scripts/Block/InsertBlock
Lines 10035-10040 Link Here
10035
@dirrm %%DATADIR%%/scripts/Block/EditBlock/ts
10278
@dirrm %%DATADIR%%/scripts/Block/EditBlock/ts
10036
@dirrm %%DATADIR%%/scripts/Block/EditBlock/doc
10279
@dirrm %%DATADIR%%/scripts/Block/EditBlock/doc
10037
@dirrm %%DATADIR%%/scripts/Block/EditBlock
10280
@dirrm %%DATADIR%%/scripts/Block/EditBlock
10281
@dirrm %%DATADIR%%/scripts/Block/DeselectBlockReferences/ts
10282
@dirrm %%DATADIR%%/scripts/Block/DeselectBlockReferences/doc
10283
@dirrm %%DATADIR%%/scripts/Block/DeselectBlockReferences
10038
@dirrm %%DATADIR%%/scripts/Block/CreateLibraryItem/ts
10284
@dirrm %%DATADIR%%/scripts/Block/CreateLibraryItem/ts
10039
@dirrm %%DATADIR%%/scripts/Block/CreateLibraryItem/doc
10285
@dirrm %%DATADIR%%/scripts/Block/CreateLibraryItem/doc
10040
@dirrm %%DATADIR%%/scripts/Block/CreateLibraryItem
10286
@dirrm %%DATADIR%%/scripts/Block/CreateLibraryItem
Lines 10075-10077 Link Here
10075
@dirrm %%DATADIR%%/libraries/default
10321
@dirrm %%DATADIR%%/libraries/default
10076
@dirrm %%DATADIR%%/libraries
10322
@dirrm %%DATADIR%%/libraries
10077
@dirrm %%DATADIR%%/fonts
10323
@dirrm %%DATADIR%%/fonts
10324
@dirrm %%DATADIR%%

Return to bug 182881