Skip to content

Commit 73b9be5

Browse files
author
timlinux
committed
Fixed issue with default toolbar arrangement and loaded lugins list on first run (win only)
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@7012 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ab67ecb commit 73b9be5

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

win_build/qgis_window_geometry.nsh

+26-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,36 @@
77
# Please don't remove this header. #
88
################################################################################
99

10-
WriteRegBin HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Geometry" "state" 40004200790074006500410072007200610079002800000000000000ff000000000000000000fc000000000000000200000000000000020000000000000005000000000000001600000046000000690000006c00000065000000540000006f0000006f0000006c00000042000000610000007200010000000000000000000000000000001a00000000000000be00000000000000270000000000000000000000000000000000000000000000000000000000000000000000000000000800000048000000650000006c0000007000000000000000020027000000000000001a00ff00ff00ff00ff00ff00ff00ff00ff000000000000000000000000000000000000000000020027000000000000001a000000000000000e000000500000006c0000007500000067000000690000006e0000007300000000000000020026000000000000001a00ff00ff00ff00ff00ff00ff00ff00ff000000000000000000000000000000000000000000020026000000000000001a00000000000000180000004c00000061000000790000006500000072000000540000006f0000006f0000006c000000420000006100000072000100000000000000be000000000000001a000000000001009000000000000000270000000000000000000000000000000000000000000000000000000000000000000000000000000a00000047000000520000004100000053000000530001000000000002004e000000000000001a00000000000200b20000000000000027000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000003000000000000001c0000004d0000006100000070000000200000004e000000610000007600000069000000670000006100000074000000690000006f0000006e00010000000000000000000000000000004100000000000100270000000000000027000000000000000000000000000000000000000000000000000000000000000000000000000000140000004100000074000000740000007200000069000000620000007500000074000000650000007300010000000000010027000000000000004100000000000100040000000000000027000000000000000000000000000000000000000000000000000000000000000000000000000000140000004400000069000000670000006900000074000000690000007a000000690000006e000000670001000000000002002b000000000000004100000000000200d50000000000000027000000000000000000000000000000000000000000000000000000000000000000fd0000000000000000000000000005000000000000000200610000000000000004000000000000000400000000000000080000000000000008002900
10+
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS" "" ""
11+
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\qgis" "" ""
12+
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Composer" "" ""
13+
WriteRegDWORD HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Composer\geometry" "x" 0x154
14+
WriteRegDWORD HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Composer\geometry" "y" 0xc8
15+
WriteRegDWORD HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Composer\geometry" "w" 0x258
16+
WriteRegDWORD HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Composer\geometry" "h" 0x190
17+
WriteRegDWORD HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Composer\geometry" "wiev" 0xa
18+
WriteRegDWORD HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Composer\geometry" "options" 0x54
19+
WriteRegBin HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Geometry" "state" 40004200790074006500410072007200610079002800000000000000ff000000000000000000fd000000000000000000000000000500000000000000020061000000000000000400000000000000040000000000000008000000000000000800fc000000000000000200000000000000020000000000000004000000000000001600000046000000690000006c00000065000000540000006f0000006f0000006c0000004200000061000000720001000000000000000000000000000000be0000000000000000000000000000000000000000000000180000004c00000061000000790000006500000072000000540000006f0000006f0000006c000000420000006100000072000100000000000000be00000000000100900000000000000000000000000000000000000000000000140000004400000069000000670000006900000074000000690000007a000000690000006e000000670001000000000002004e00000000000200b200000000000000000000000000000000000000000000000800000048000000650000006c000000700000000000000004000100000000000000ff000000000000000000000000000000000000000000000002000000000000000400000000000000140000004100000074000000740000007200000069000000620000007500000074000000650000007300010000000000000000000000000001000400000000000000000000000000000000000000000000001c0000004d0000006100000070000000200000004e000000610000007600000069000000670000006100000074000000690000006f0000006e00010000000000010004000000000001002700000000000000000000000000000000000000000000000a00000047000000520000004100000053000000530001000000000002002b00000000000200d500000000000000000000000000000000000000000000000e000000500000006c0000007500000067000000690000006e000000730000000000000003009b000000000001006500000000000000000000000000000000002900
1120
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Geometry" "maximized" "false"
1221
WriteRegDWORD HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Geometry" "x" 0xfffffffc
1322
WriteRegDWORD HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Geometry" "y" 0xfffffffc
1423
WriteRegDWORD HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Geometry" "w" 0x500
1524
WriteRegDWORD HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Geometry" "h" 0x2e6
16-
WriteRegBin HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Geometry" "canvasSplitterState" 40004200790074006500410072007200610079002800000000000000ff00000000000000000000000000000002000000000001000900000000000300e10001000000000000000600010000000000000001002900
17-
WriteRegBin HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Geometry" "legendSplitterState" 40004200790074006500410072007200610079002800000000000000ff0000000000000000000000000000000200000000000100ed000000000000005e0001000000000000000600010000000000000002002900
25+
WriteRegBin HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Geometry" "canvasSplitterState" 40004200790074006500410072007200610079002800000000000000ff00000000000000000000000000000002000000000001001200000000000300d60001000000000000000600010000000000000001002900
26+
WriteRegBin HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Geometry" "legendSplitterState" 40004200790074006500410072007200610079002800000000000000ff0000000000000000000000000000000200000000000100eb000000000000005e0001000000000000000600010000000000000002002900
27+
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\qgis\GRASS" "gisbase" ""
28+
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Plugins" "Add Delimited Text Layer" "true"
29+
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Plugins" "CopyrightLabel" "true"
30+
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Plugins" "Georeferencer" "true"
31+
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Plugins" "GPS Tools" "true"
32+
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Plugins" "GRASS" "true"
33+
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Plugins" "Graticule Creator" "true"
34+
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Plugins" "Launcher" "true"
35+
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Plugins" "NorthArrow" "true"
36+
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Plugins" "PostgresSQL Geoprocessing" "true"
37+
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Plugins" "ScaleBar" "true"
38+
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Plugins" "SPIT" "true"
39+
WriteRegStr HKEY_CURRENT_USER "Software\QuantumGIS\qgis\Plugins" "WFS plugin" "true"
1840

1941
############################### reg2nsis end #################################
42+

0 commit comments

Comments
 (0)