Commit graph

2123 commits

Author SHA1 Message Date
Timotei Dolean
c7d1f7586c eclipse plugin: Implement the download addon feature 2011-07-08 21:11:35 +00:00
Timotei Dolean
f8a903d4e4 eclipse plugin: Tweak a bit the layout and...
...the functionality of the addon manager
2011-07-08 21:11:26 +00:00
Timotei Dolean
4a84b4278d eclipse plugin: Implement the GUI + some logic for the Addons manager 2011-07-08 21:11:17 +00:00
Timotei Dolean
65f8ba2b56 eclipse plugin: Done some extra checks for the parameters 2011-07-08 21:11:08 +00:00
Timotei Dolean
9253682e33 eclipse plugin: Move the loading message to a better place 2011-07-08 21:10:59 +00:00
Timotei Dolean
19ca8740d7 eclipse plugin: missed the 'static' keyword for the wanted behavior 2011-07-08 21:10:50 +00:00
Timotei Dolean
12183364f7 eclipse plugin: Refactor the 'runWesnothAddonManager'...
...to support a broad more options
2011-07-08 21:10:41 +00:00
Timotei Dolean
3e5f78ec82 eclipse plugin: Refactor the hashtable into...
...a global one, to be used by other classes as well
2011-07-08 21:10:31 +00:00
Timotei Dolean
6de5e6c1e1 eclipse plugin: Refactor part of the addNode method...
...into its own method. Also add some todos and comments
2011-07-08 21:10:21 +00:00
Timotei Dolean
95ec2fd1ad eclipse plugin: Trim down the icon to 16x16 2011-07-08 21:10:12 +00:00
Timotei Dolean
40eebfb5d1 eclipse plugin: Add the initial Addons Management view 2011-07-08 21:10:03 +00:00
Timotei Dolean
b075c8cfc3 eclipse plugin: Some small fixes 2011-07-08 21:09:52 +00:00
Timotei Dolean
23454bc8de eclipse plugin: Implement part of the addNode to the PDT 2011-07-07 21:04:21 +00:00
Timotei Dolean
ebf99d9226 eclipse plugin: Move the WMLComparator to ResourceUtils...
...and refactor the filename comparison into its own method
2011-07-07 21:04:12 +00:00
Timotei Dolean
19e8596c29 eclipse plugin: Implement the incremental build 2011-07-07 21:04:03 +00:00
Timotei Dolean
d5b38b549d eclipse plugin: Add a TODO and refactor a bit the 'getConfig' method 2011-07-07 21:03:54 +00:00
Timotei Dolean
7851271c91 eclipse plugin: Add the final qualifier to some...
...cache instances
2011-07-07 21:03:44 +00:00
Timotei Dolean
926087291d eclipse plugin: Implement the removeNode functionality...
...and refactor the tree printing into the toString method
2011-07-07 21:03:35 +00:00
Timotei Dolean
17ca4bb7af eclipse plugin: Start working in the incrementalBuild - done some cleanup 2011-07-07 21:03:25 +00:00
Timotei Dolean
b4a4957213 eclipse plugin: Tweak a bit the building reports 2011-07-06 16:54:22 +00:00
Timotei Dolean
eef9435c8a eclipse plugin: Implement the new full build 2011-07-06 16:54:13 +00:00
Timotei Dolean
0132ad1555 eclipse plugin: Preserve the ProjectCache got first time...
...and use that in every other place needed instead of creating it
each time we need it
2011-07-06 16:54:03 +00:00
Timotei Dolean
2dd6b5647f eclipse plugin: Remove duplicate method and use...
...one already existing
2011-07-06 16:53:53 +00:00
Timotei Dolean
20d2ba9b41 eclipse plugin: Relax the Python path checking to...
...allow unix variants (e.g.: 'python' ) to be set as the path executable
2011-07-06 16:53:43 +00:00
Timotei Dolean
62b475b05c eclipse plugin: Cleanup a bit the project builder 2011-07-06 16:53:34 +00:00
Timotei Dolean
baef72e2ee eclipse plugin: Tweak a bit the setup workspace workflow 2011-07-06 16:53:24 +00:00
Timotei Dolean
3eb560cc83 eclipse plugin: Implement the map creation when...
...trying to open a non-existing map
2011-07-06 16:53:14 +00:00
Timotei Dolean
55e01b30e3 eclipse plugin: Remove a TODO by implementing the...
...toString method of the Define class
2011-07-06 16:53:04 +00:00
Timotei Dolean
e5f94b1cec eclipse plugin: Add the 'isConfigFile' method...
...to eliminante duplicate code
2011-07-06 16:52:55 +00:00
Timotei Dolean
547f8102dc eclipse plugin: Cleanup in the externalized strings 2011-07-06 16:52:41 +00:00
Timotei Dolean
de450a06ab eclipse plugin: Remove some old-schema leftovers 2011-07-06 16:52:29 +00:00
Timotei Dolean
f887602c68 eclipse plugin: Remove the now obsolete schema implementation 2011-07-06 16:52:18 +00:00
Timotei Dolean
63167eb0b2 eclipse plugin: Use int instead of byte 2011-07-06 16:52:08 +00:00
Timotei Dolean
6d3a55c2ee eclipse plugin: Refactor the WMLTools's methods 2011-07-06 16:51:57 +00:00
Timotei Dolean
d66e9837ef eclipse plugin: Uncomment main builder but comment...
...the resource visitors as we're gonna visit them
in our own order
2011-07-06 16:51:48 +00:00
Timotei Dolean
25d338b2db eclipse plugin: Use a LinkedHashSet instead of a HashSet...
...to maintain the order in which we add the tree nodes
2011-07-06 16:51:38 +00:00
Timotei Dolean
5ec29ba0f2 eclipse plugin: Remove the UTF-16 encoded loading...
...for the project cache file
2011-07-06 16:51:29 +00:00
Timotei Dolean
f649533361 eclipse plugin: Externalize some strings 2011-07-06 16:51:18 +00:00
Timotei Dolean
0f80beb9d7 eclipse plugin: Implement the persistance for the DependencyTreeBuilder 2011-07-06 16:51:07 +00:00
Timotei Dolean
f603b37661 eclipse plugin: remove preferences file 2011-07-06 16:50:56 +00:00
Timotei Dolean
bdd534a7ea eclipse plugin: Fix the grammar so the order...
...in the file of the WML expressions is maintained.
2011-07-06 16:50:39 +00:00
Timotei Dolean
0e8252819a eclipse plugin: Fix the order the macro calls are...
...parsed. The grammar still needs to be fixed to output the tokens in
the order in the file.
2011-07-05 18:57:11 +00:00
Timotei Dolean
e36f5f73c2 eclipse plugin: Update the dependency code to take into account...
...the _main.cfg contents
2011-07-05 18:57:01 +00:00
Timotei Dolean
e52b8e3efb eclipse plugin: Make the WMLValue and macro call parameters...
...to return Java String type
2011-07-05 18:56:47 +00:00
Timotei Dolean
d856f7e061 eclipse plugin: Update the dev manual to include information...
...regarding generating the WML Grammar
2011-07-05 08:55:27 +00:00
Timotei Dolean
6ecc25e078 eclipse plugin: update the files to reflect the new project organization 2011-07-05 08:55:18 +00:00
Timotei Dolean
832cd373d8 eclipse plugin: Remove old files and update the feature and product...
...to include the correct plugins
2011-07-05 08:55:00 +00:00
Timotei Dolean
a3613b9e11 eclipse plugin: Migrate 'org.wesnoth.wml.ui' project...
...to 'org.wesnoth.ui'
2011-07-05 08:54:46 +00:00
Timotei Dolean
be287286bd eclipse plugin: Migrate the org.wesnoth.wml project
to org.wesnoth.
2011-07-05 08:54:24 +00:00
Timotei Dolean
77b3e42c12 eclipse plugin: Refactor the IFile to WMLRoot...
...conversion to its own method
2011-07-05 08:54:09 +00:00