Commit graph

419 commits

Author SHA1 Message Date
Timotei Dolean
53402340cb eclipse plugin: On full build, clear all previously cached information. 2011-07-13 20:47:53 +00:00
Timotei Dolean
62a75d7a08 eclipse plugin: Fix a typo 2011-07-13 20:47:42 +00:00
Timotei Dolean
aee91eef23 eclipse plugin: Implement the CAC loading in the Templates Provider 2011-07-13 20:47:30 +00:00
Timotei Dolean
f1768f3fac eclipse plugin: Add the Events and Variables Content Assist Config files 2011-07-13 20:47:18 +00:00
Timotei Dolean
556a25124b eclipse plugin: Remove the forced return statement 2011-07-13 20:47:06 +00:00
Timotei Dolean
b64c329b2a eclipse plugin: Remove debug printing 2011-07-13 20:46:55 +00:00
Timotei Dolean
3f3b96668d eclipse plugin: Big commit. Further enhance the builder...
...so it can update modified files as well. It now works to change the
order of the includes
2011-07-13 20:46:43 +00:00
Timotei Dolean
b178c62a2d eclipse plugin: Create the tree cache if it's not existing 2011-07-13 20:46:31 +00:00
Timotei Dolean
6ee95923ee eclipse plugin: fix a possible out of bounds exception 2011-07-13 20:46:19 +00:00
Timotei Dolean
aae79a8237 eclipse plugin: Remove the 'removedDirectories' functionality...
...as it's not useful. Also tweak a bit the index when removing a node
2011-07-13 20:46:08 +00:00
Timotei Dolean
0f352f62b1 eclipse plugin: use file project relative path...
...to index in the config instead of just the fileName
2011-07-13 20:45:54 +00:00
Timotei Dolean
b1b2114546 eclipse plugin: When removing a _main.cfg, restore...
...the previous directories/entries
2011-07-10 20:48:32 +00:00
Timotei Dolean
789a29c07c eclipse plugin: Tweak the new node's index. If the...
...new index is greater than the previous + step, use the latter
2011-07-10 20:48:23 +00:00
Timotei Dolean
c446bfd401 eclipse plugin: take in account the special file...
...'_main.cfg' case when adding a new node to the list
2011-07-10 20:48:14 +00:00
Timotei Dolean
34614cb84e eclipse plugin: Use the parent's file path to match...
...the file in the directories list
2011-07-10 20:48:05 +00:00
Timotei Dolean
a2f08a41d8 eclipse plugin: Refactor and reorganize the whole list builder 2011-07-10 20:47:56 +00:00
Timotei Dolean
9969b98ad1 eclipse plugin: Tweak the internal_addNode function...
...to correctly set the new node's index and take in account all cases
when adding it to the list
2011-07-10 20:47:47 +00:00
Timotei Dolean
266d32cf58 eclipse plugin: Make the 'Tree' be 'List' 2011-07-10 20:47:37 +00:00
Timotei Dolean
c67dd24831 eclipse plugin: Update the changelog with info...
...about the new wesnoth addons view
2011-07-10 20:47:28 +00:00
Timotei Dolean
fa24e3bf54 eclipse plugin: Force focus the addons list after...
...selecting a server from the list, to prevent scrolling the combobox
instead of the addon list
2011-07-10 20:47:19 +00:00
Timotei Dolean
d6a3d068c4 eclipse plugin: Fix the visibility condition...
...for the container actions
2011-07-10 20:47:11 +00:00
Timotei Dolean
4433ec4111 eclipse plugin: Add a button for opening the Addon...
...Upload preferences page from within the Addons view
2011-07-10 20:47:02 +00:00
Timotei Dolean
8ba72f62e2 eclipse plugin: Use the password sent as parameter...
...not the one in the preferences
2011-07-10 20:46:52 +00:00
Nils Kneuper
a93ab50b2b applied utils/wesnoth-optipng
Overall statistics (only for files with a smaller recompressed size):
  Original size: 273 KiB on 62 files
 Optimized size: 238 KiB
   Total saving: 34 KiB = 12% decrease
2011-07-09 08:26:43 +00:00
Timotei Dolean
8abc24d539 eclipse plugin: Tweak the code and add a refresh button 2011-07-08 21:12:13 +00:00
Timotei Dolean
38743e3aef eclipse plugin: Create a project for downloaded addon...
...if the user wants
2011-07-08 21:12:04 +00:00
Timotei Dolean
551d1cc8c4 eclipse plugin: Remove unreachable catch exception blocks 2011-07-08 21:11:55 +00:00
Timotei Dolean
2351c76734 eclipse plugin: Simplify the project creation methods 2011-07-08 21:11:45 +00:00
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