Skip to content

Commit 59f8bd2

Browse files
committed
- AppMan fix and new config with new groups and bundle selection links...
- Few year updates
1 parent f389fe2 commit 59f8bd2

File tree

6 files changed

+101
-69
lines changed

6 files changed

+101
-69
lines changed

External/Tools/AppMan/Bin/Release/Licence.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The awesome app icon is by Martz90:
22
http://martz90.deviantart.com/art/Hex-Icons-Pack-389706981
33

4-
Copyright (c) 2005-2014 Mika Palmu - FlashDevelop.org
4+
Copyright (c) 2005-2015 Mika Palmu - FlashDevelop.org
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
77
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,

External/Tools/AppMan/MainForm.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@ private void PopulateListView()
708708
/// </summary>
709709
private void GenerateBundleLinks()
710710
{
711+
LinkLabel prevLink = this.updateLinkLabel;
711712
List<String> bundleLinks = new List<String>();
712713
foreach (DepEntry entry in this.depEntries)
713714
{
@@ -717,13 +718,15 @@ private void GenerateBundleLinks()
717718
{
718719
LinkLabel linkLabel = new LinkLabel();
719720
linkLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
720-
linkLabel.Location = new Point(this.updateLinkLabel.Bounds.Right + 5, this.updateLinkLabel.Location.Y);
721721
linkLabel.LinkClicked += new LinkLabelLinkClickedEventHandler(this.BundleLinkLabelLinkClicked);
722-
linkLabel.Links[0].LinkData = bundle;
722+
linkLabel.Location = new Point(prevLink.Bounds.Right + 5, prevLink.Location.Y);
723+
linkLabel.Links[0].LinkData = bundle;
724+
linkLabel.LinkColor = Color.Green;
723725
linkLabel.AutoSize = true;
724726
linkLabel.Text = bundle;
725727
bundleLinks.Add(bundle);
726728
this.Controls.Add(linkLabel);
729+
prevLink = linkLabel;
727730
}
728731
}
729732
}

FlashDevelop/Bin/Debug/Docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h4>Components</h4>
5252
</ul>
5353

5454
<h4>Licence</h4>
55-
<p>Copyright (c) 2005-2014 Mika Palmu - FlashDevelop.org</p>
55+
<p>Copyright (c) 2005-2015 Mika Palmu - FlashDevelop.org</p>
5656
<p>Portions copyright Philippe Elsass and all helpful contributors.</p>
5757
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
5858
documentation files (the "Software"), to deal in the Software without restriction, including without limitation
0 Bytes
Binary file not shown.

FlashDevelop/Bin/Debug/Tools/appman/Licence.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The awesome app icon is by Martz90:
22
http://martz90.deviantart.com/art/Hex-Icons-Pack-389706981
33

4-
Copyright (c) 2005-2014 Mika Palmu - FlashDevelop.org
4+
Copyright (c) 2005-2015 Mika Palmu - FlashDevelop.org
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
77
to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,

appman.xml

Lines changed: 93 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3+
<Entry>
4+
<Id>haxe3setup</Id>
5+
<Name>Haxe + Neko</Name>
6+
<Version>3.1.3</Version>
7+
<Build>1</Build>
8+
<Desc>Haxe 3 and Neko virtual machine installer</Desc>
9+
<Group>Compilers</Group>
10+
<Bundles>
11+
<Bundle>Haxe</Bundle>
12+
</Bundles>
13+
<Type>Executable</Type>
14+
<Info>http://www.haxe.org</Info>
15+
<Urls>
16+
<Url>http://haxe.org/file/haxe-3.1.3-win.exe</Url>
17+
</Urls>
18+
</Entry>
319
<Entry>
420
<Id>flexsdk</Id>
5-
<Name>Flex SDK</Name>
21+
<Name>Flex SDK (OLD)</Name>
622
<Version>4.6.0</Version>
723
<Build>23201B</Build>
8-
<Desc>Adobe Flex SDK</Desc>
9-
<Group>AS3</Group>
24+
<Desc>Adobe Flex SDK, includes AIR 3.1 SDK</Desc>
25+
<Group>Compilers</Group>
1026
<Info>http://www.adobe.com/devnet/flex.html</Info>
1127
<Urls>
1228
<Url>http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip</Url>
@@ -15,12 +31,15 @@
1531
</Entry>
1632
<Entry>
1733
<Id>flexairsdk</Id>
18-
<Name>Flex + AIR SDK</Name>
34+
<Name>Flex SDK + AIR SDK</Name>
1935
<Version>4.6.0+16.0.0</Version>
2036
<Build>23201B+272</Build>
2137
<Desc>Adobe Flex SDK merged with Adobe AIR SDK</Desc>
2238
<Info>http://www.adobe.com/devnet/air.html</Info>
23-
<Group>AS3</Group>
39+
<Group>Compilers</Group>
40+
<Bundles>
41+
<Bundle>AS3</Bundle>
42+
</Bundles>
2443
<Urls>
2544
<Url>http://fpdownload.adobe.com/pub/flex/sdk/builds/flex4.6/flex_sdk_4.6.0.23201B.zip</Url>
2645
<Url>http://airdownload.adobe.com/air/win/download/16.0/AdobeAIRSDK.zip</Url>
@@ -34,19 +53,68 @@
3453
<Build>272</Build>
3554
<Desc>Adobe AIR SDK with ASC 2.0</Desc>
3655
<Info>http://www.adobe.com/devnet/air.html</Info>
37-
<Group>AS3</Group>
56+
<Group>Compilers</Group>
57+
<Bundles>
58+
<Bundle>AIR</Bundle>
59+
</Bundles>
3860
<Urls>
3961
<Url>http://airdownload.adobe.com/air/win/download/16.0/AIRSDK_Compiler.zip</Url>
4062
<Url>http://www.flashdevelop.org/appman/frameworks_flexsdk_9-16.zip</Url>
4163
</Urls>
4264
</Entry>
65+
<Entry>
66+
<Id>aflexsdk</Id>
67+
<Name>Apache Flex SDK</Name>
68+
<Version>3.1.0</Version>
69+
<Build>1</Build>
70+
<Desc>Apache Flex SDK and dependencies installer</Desc>
71+
<Group>Compilers</Group>
72+
<Type>Executable</Type>
73+
<Info>http://flex.apache.org/index.html</Info>
74+
<Urls>
75+
<Url>http://mirror.netinch.com/pub/apache/flex/installer/3.1/binaries/apache-flex-sdk-installer-3.1.0-bin.exe</Url>
76+
</Urls>
77+
</Entry>
78+
<Entry>
79+
<Id>closure</Id>
80+
<Name>Closure Compiler</Name>
81+
<Version>1.0.0</Version>
82+
<Build>v20140110</Build>
83+
<Desc>Google Closure Compiler for JavaScript</Desc>
84+
<Group>Compilers</Group>
85+
<Info>https://developers.google.com/closure/compiler/</Info>
86+
<Urls>
87+
<Url>http://dl.google.com/closure-compiler/compiler-20140110.zip</Url>
88+
</Urls>
89+
</Entry>
90+
<Entry>
91+
<Id>airrt</Id>
92+
<Name>Adobe AIR</Name>
93+
<Version>16.0.0</Version>
94+
<Build>272</Build>
95+
<Desc>Adobe AIR for AIR applications installer</Desc>
96+
<Group>Runtimes</Group>
97+
<Bundles>
98+
<Bundle>AIR</Bundle>
99+
</Bundles>
100+
<Type>Executable</Type>
101+
<Info>http://www.adobe.com/products/air.html</Info>
102+
<Urls>
103+
<Url>http://airdownload.adobe.com/air/win/download/16.0/AdobeAIRInstaller.exe</Url>
104+
</Urls>
105+
</Entry>
43106
<Entry>
44107
<Id>flashsa</Id>
45108
<Name>Flash Player (SA)</Name>
46109
<Version>16.0.0</Version>
47110
<Build>257</Build>
48111
<Desc>Standalone debug Flash Player</Desc>
49-
<Group>AS3</Group>
112+
<Group>Runtimes</Group>
113+
<Bundles>
114+
<Bundle>Haxe</Bundle>
115+
<Bundle>AS3</Bundle>
116+
<Bundle>AIR</Bundle>
117+
</Bundles>
50118
<Info>http://www.adobe.com/support/flashplayer/downloads.html</Info>
51119
<Urls>
52120
<Url>http://download.macromedia.com/pub/flashplayer/updaters/16/flashplayer_16_sa_debug.exe</Url>
@@ -58,7 +126,7 @@
58126
<Version>16.0.0</Version>
59127
<Build>257</Build>
60128
<Desc>Debug Flash Player plugin for Netscape browsers</Desc>
61-
<Group>AS3</Group>
129+
<Group>Runtimes</Group>
62130
<Type>Executable</Type>
63131
<Info>http://www.adobe.com/support/flashplayer/downloads.html</Info>
64132
<Urls>
@@ -71,71 +139,23 @@
71139
<Version>16.0.0</Version>
72140
<Build>257</Build>
73141
<Desc>Debug Flash Player plugin for Internet Explorer</Desc>
74-
<Group>AS3</Group>
142+
<Group>Runtimes</Group>
75143
<Type>Executable</Type>
76144
<Info>http://www.adobe.com/support/flashplayer/downloads.html</Info>
77145
<Urls>
78146
<Url>http://download.macromedia.com/pub/flashplayer/updaters/16/flashplayer_16_ax_debug.exe</Url>
79147
</Urls>
80148
</Entry>
81-
<Entry>
82-
<Id>aflexsdk</Id>
83-
<Name>Apache Flex SDK</Name>
84-
<Version>3.1.0</Version>
85-
<Build>1</Build>
86-
<Desc>Apache Flex SDK and dependencies installer</Desc>
87-
<Group>AS3</Group>
88-
<Type>Executable</Type>
89-
<Info>http://flex.apache.org/index.html</Info>
90-
<Urls>
91-
<Url>http://mirror.netinch.com/pub/apache/flex/installer/3.1/binaries/apache-flex-sdk-installer-3.1.0-bin.exe</Url>
92-
</Urls>
93-
</Entry>
94-
<Entry>
95-
<Id>airrt</Id>
96-
<Name>Adobe AIR</Name>
97-
<Version>16.0.0</Version>
98-
<Build>272</Build>
99-
<Desc>Adobe AIR for AIR applications installer</Desc>
100-
<Group>AS3</Group>
101-
<Type>Executable</Type>
102-
<Info>http://www.adobe.com/products/air.html</Info>
103-
<Urls>
104-
<Url>http://airdownload.adobe.com/air/win/download/16.0/AdobeAIRInstaller.exe</Url>
105-
</Urls>
106-
</Entry>
107-
<Entry>
108-
<Id>haxe3setup</Id>
109-
<Name>Haxe 3</Name>
110-
<Version>3.1.3</Version>
111-
<Build>1</Build>
112-
<Desc>Haxe 3 and Neko virtual machine installer</Desc>
113-
<Group>Other</Group>
114-
<Type>Executable</Type>
115-
<Info>http://www.haxe.org</Info>
116-
<Urls>
117-
<Url>http://haxe.org/file/haxe-3.1.3-win.exe</Url>
118-
</Urls>
119-
</Entry>
120-
<Entry>
121-
<Id>closure</Id>
122-
<Name>Closure Compiler</Name>
123-
<Version>1.0.0</Version>
124-
<Build>v20140110</Build>
125-
<Desc>Google Closure Compiler for JavaScript</Desc>
126-
<Group>Other</Group>
127-
<Info>https://developers.google.com/closure/compiler/</Info>
128-
<Urls>
129-
<Url>http://dl.google.com/closure-compiler/compiler-20140110.zip</Url>
130-
</Urls>
131-
</Entry>
132149
<Entry>
133150
<Id>torgit</Id>
134151
<Name>TortoiseGit</Name>
135152
<Version>1.8.12</Version>
136153
<Build>1</Build>
137154
<Desc>Git client 32-bit installer</Desc>
138-
<Group>Other</Group>
155+
<Group>Source Control</Group>
156+
<Bundles>
157+
<Bundle>Git</Bundle>
158+
</Bundles>
139159
<Type>Executable</Type>
140160
<Info>https://code.google.com/p/tortoisegit/</Info>
141161
<Urls>
@@ -148,7 +168,10 @@
148168
<Version>1.9.5</Version>
149169
<Build>1</Build>
150170
<Desc>Git command line client 32-bit installer</Desc>
151-
<Group>Other</Group>
171+
<Group>Source Control</Group>
172+
<Bundles>
173+
<Bundle>Git</Bundle>
174+
</Bundles>
152175
<Type>Executable</Type>
153176
<Info>http://msysgit.github.io/</Info>
154177
<Urls>
@@ -161,7 +184,10 @@
161184
<Version>1.8.10</Version>
162185
<Build>1</Build>
163186
<Desc>Subversion client 32-bit installer</Desc>
164-
<Group>Other</Group>
187+
<Group>Source Control</Group>
188+
<Bundles>
189+
<Bundle>SVN</Bundle>
190+
</Bundles>
165191
<Type>Executable</Type>
166192
<Info>https://code.google.com/p/tortoisegit/</Info>
167193
<Urls>
@@ -174,7 +200,10 @@
174200
<Version>1.8.11</Version>
175201
<Build>1</Build>
176202
<Desc>Subversion command line client 32-bit installer</Desc>
177-
<Group>Other</Group>
203+
<Group>Source Control</Group>
204+
<Bundles>
205+
<Bundle>SVN</Bundle>
206+
</Bundles>
178207
<Type>Executable</Type>
179208
<Info>http://www.sliksvn.com/en/download/</Info>
180209
<Urls>

0 commit comments

Comments
 (0)