peter1138 [Wed, 27 Sep 2006 11:45:26 +0000] rev 4647
(svn r6523) - 'Feature'/'Fix': Add tooltips to the new company colour window
bjarni [Wed, 27 Sep 2006 11:34:27 +0000] rev 4646
(svn r6522) -Feature: [depot window] the buttons are now "scaled" resized
This means that "Build vehicle", "Clone vehicle" and "Location" will always fill the space from the left window border to the resize button and they are equal in size
The sell button will also use all the space between the start/stop buttons and the resize button and for trains, the sell button is split into two buttons in equal sizes
This will prevent the issue where a small window is resized into a large one and the buttons remains pretty small
-Codechange: [depot window] The enum with widget names is now changed into automatic numbering so all lines will not have to be changed each time a new widget is added
miham [Wed, 27 Sep 2006 11:30:18 +0000] rev 4645
(svn r6521) WebTranslator2 update to 2006-09-27 13:29:33
catalan - 4 fixed by arnaullv (4)
czech - 4 fixed by Hadez (4)
dutch - 4 fixed by habell (4)
french - 4 fixed by glx (4)
hungarian - 4 fixed by miham (4)
italian - 4 fixed by sidew (4)
spanish - 4 fixed by eusebio (4)
swedish - 38 fixed, 78 changed by cjw (116)
bjarni [Wed, 27 Sep 2006 08:45:22 +0000] rev 4644
(svn r6520) -Fix r6515: "start all" and "stop all" buttons in depot windows are now disabled if you do not own the depot
bjarni [Wed, 27 Sep 2006 08:06:40 +0000] rev 4643
(svn r6519) -Code cleanup r6518: changed a line to apply to the coding style
bjarni [Wed, 27 Sep 2006 07:23:38 +0000] rev 4642
(svn r6518) -Codechange: unified the vehicle refit windows
This was requested by peter1138
bjarni [Wed, 27 Sep 2006 00:25:27 +0000] rev 4641
(svn r6516) -Fix r6513: killed warnings about two variables being used uninitialized
This is not even correct since it's set in if (a) and later used in another if (a), but GCC didn't detect that
bjarni [Tue, 26 Sep 2006 19:20:35 +0000] rev 4640
(svn r6515) -Feature: added "start all" and "stop all" buttons to the depot windows
miham [Tue, 26 Sep 2006 19:07:28 +0000] rev 4639
(svn r6514) WebTranslator2 update to 2006-09-26 21:05:50
estonian - 40 fixed by t2t2 (40)
swedish - 34 fixed, 3 deleted, 49 changed by cjw (86)
bjarni [Tue, 26 Sep 2006 16:47:51 +0000] rev 4638
(svn r6513) -Codechange: unified the code to draw depot windows
This change is intended to make it easier to make depot behaviour consistent
and faster to code when adding more features in the future
The user interface should hopefully not be affected by this