Sat, 07 Oct 2006 09:02:48 +0000(svn r6678) -Code cleanup: [train build window] made an enum with widget names and fixed some incorrect indents
bjarni [Sat, 07 Oct 2006 09:02:48 +0000] rev 4764
(svn r6678) -Code cleanup: [train build window] made an enum with widget names and fixed some incorrect indents

Sat, 07 Oct 2006 08:39:34 +0000(svn r6677) -Codechange r6651: [depot window] disabled the check for the correct cache in the depot window
bjarni [Sat, 07 Oct 2006 08:39:34 +0000] rev 4763
(svn r6677) -Codechange r6651: [depot window] disabled the check for the correct cache in the depot window
Nobody had problems so far, so we can assume that InvalidateWindowData() is used everywhere where it's needed
The check is just disabled, not deleted so it's quick to reenable if we change some code and wants to check this again

Sat, 07 Oct 2006 08:24:11 +0000(svn r6676) -Fix: [vehicle list windows] mass start/stop now works correctly in shared orders and station lists
bjarni [Sat, 07 Oct 2006 08:24:11 +0000] rev 4762
(svn r6676) -Fix: [vehicle list windows] mass start/stop now works correctly in shared orders and station lists

Sat, 07 Oct 2006 07:24:45 +0000(svn r6675) WebTranslator2 update to 2006-10-07 09:24:13
miham [Sat, 07 Oct 2006 07:24:45 +0000] rev 4761
(svn r6675) WebTranslator2 update to 2006-10-07 09:24:13
bulgarian - 17 fixed by kokobongo (17)
norwegian - 76 fixed, 511 changed by jhsoby (587)
slovak - 46 fixed by lengyel (46)
spanish - 3 fixed by eusebio (3)

Fri, 06 Oct 2006 23:17:04 +0000(svn r6674) -Fix r6631: two loops had incorrect behaviour (out of bound access in widget arrays)
glx [Fri, 06 Oct 2006 23:17:04 +0000] rev 4760
(svn r6674) -Fix r6631: two loops had incorrect behaviour (out of bound access in widget arrays)

Fri, 06 Oct 2006 22:08:37 +0000(svn r6673) -Codechange: [depot window] replaced a piece of code to calculate max number of vehicles in a row with a simple read of the matrix grid
bjarni [Fri, 06 Oct 2006 22:08:37 +0000] rev 4759
(svn r6673) -Codechange: [depot window] replaced a piece of code to calculate max number of vehicles in a row with a simple read of the matrix grid

Fri, 06 Oct 2006 21:44:18 +0000(svn r6672) -Codechange: [depot & vehicle windows] applied SetWindowWidgetsDisabledState() and SetWindowWidgetsHiddenState() to depot and vehicle windows
bjarni [Fri, 06 Oct 2006 21:44:18 +0000] rev 4758
(svn r6672) -Codechange: [depot & vehicle windows] applied SetWindowWidgetsDisabledState() and SetWindowWidgetsHiddenState() to depot and vehicle windows

Fri, 06 Oct 2006 21:30:09 +0000(svn r6671) -Fix r6670: typo :P
glx [Fri, 06 Oct 2006 21:30:09 +0000] rev 4757
(svn r6671) -Fix r6670: typo :P

Fri, 06 Oct 2006 21:27:23 +0000(svn r6670) -Fix r6669: SetWindowWidgetsDisableState() should disable widgets, not hide them
glx [Fri, 06 Oct 2006 21:27:23 +0000] rev 4756
(svn r6670) -Fix r6669: SetWindowWidgetsDisableState() should disable widgets, not hide them

Fri, 06 Oct 2006 21:10:14 +0000(svn r6669) -Add: vararg functions to set hidden/disabled/lowered state of multiple widgets in one call
glx [Fri, 06 Oct 2006 21:10:14 +0000] rev 4755
(svn r6669) -Add: vararg functions to set hidden/disabled/lowered state of multiple widgets in one call