Commit Graph

13455 Commits

Author SHA1 Message Date
frosch 828729344d (svn r17974) -Fix (r17926)[FS#3300]: C != T 2009-11-05 16:56:53 +00:00
rubidium 8678730ce3 (svn r17973) -Fix: 'save' toolbar button didn't change when clicking it
-Fix: wrong widgets (e.g. finances and company) could be visually disabled, based on the state of the zoom in/out buttons. However, they were still clickable
-Codechange: make the main toolbar a nested window
2009-11-04 20:02:14 +00:00
translators 3fea4e9352 (svn r17972) -Update from WebTranslator v3.0:
simplified_chinese - 2 changes by Gavin
2009-11-04 18:45:06 +00:00
rubidium 32b568a7e9 (svn r17971) -Codechange: make the code of the toolbar more uniform; give the switch bar a tooltip and unify the naming of sprites. 2009-11-04 18:28:59 +00:00
rubidium b2946819e4 (svn r17970) -Codechange: some coding style / improvement of constant usage 2009-11-04 15:50:14 +00:00
rubidium fd29b7b526 (svn r17969) -Codechange: use the toolbar switch button lowered state as a way to tell which of the configurations it's showing 2009-11-04 15:49:27 +00:00
alberth e6a164de09 (svn r17967) -Codechange: Specify that the buttons of the query string window should be equal in size. 2009-11-03 20:25:19 +00:00
alberth 076d6e696b (svn r17966) -Fix (r17965): The Default button should be disabled in some cases rather than the Ok button. 2009-11-03 20:21:49 +00:00
alberth 7a0814c6cc (svn r17965) -Codechange: query string window uses pure nested widgets. 2009-11-03 20:04:05 +00:00
translators ad51f663f2 (svn r17964) -Update from WebTranslator v3.0:
estonian - 27 changes by KSiimson
greek - 1 changes by fumantsu
2009-11-03 18:45:09 +00:00
rubidium d79439fb3c (svn r17963) -Codechange: some documentation style 2009-11-03 17:30:08 +00:00
rubidium b211e0d5f5 (svn r17962) -Fix: some spelling 2009-11-03 16:08:18 +00:00
rubidium 5033cca3ee (svn r17961) -Document: also document the hanging of SDL on quiting if it 'talks' to PulseAudio via its virtual ALSA device 2009-11-03 09:52:19 +00:00
rubidium a782ccd40d (svn r17960) -Change: plural type of greek 2009-11-02 21:23:54 +00:00
rubidium 9d573be6d8 (svn r17959) -Cleanup: remove unused function 2009-11-02 20:12:47 +00:00
rubidium 9976da168e (svn r17958) -Codechange: make the join progress window nested 2009-11-02 19:42:09 +00:00
translators cb7f365014 (svn r17957) -Update from WebTranslator v3.0:
greek - 5 changes by fumantsu
norwegian_nynorsk - 21 changes by Utvik
spanish - 2 changes by Terkhen
2009-11-02 17:45:15 +00:00
rubidium 5f00c26f23 (svn r17956) -Document: CPU usage issues with SDL-ALSA-PulseAudo 2009-11-02 17:04:21 +00:00
rubidium 56611d13db (svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/ 2009-11-02 16:07:09 +00:00
rubidium 8382b41420 (svn r17954) -Codechange: make the network client list nested 2009-11-02 16:03:17 +00:00
rubidium e1f0d0476e (svn r17953) -Fix: when you start giving money (input window for amount), then get moved to spectators and you click 'Ok' a crash would occur 2009-11-02 15:39:03 +00:00
rubidium 27218dff08 (svn r17952) -Codechange: make the network client list popup nested 2009-11-02 15:37:54 +00:00
rubidium b1f906e819 (svn r17951) -Codechange: simplify making the popup list, remove arbirary limitations and unused code/strings. 2009-11-02 15:27:05 +00:00
smatz da54a01114 (svn r17950) -Fix (r17776): _draw_mutex was never destroyed, _draw_thread was never joined 2009-11-02 13:36:17 +00:00
smatz dc4b251dbd (svn r17949) -Fix (r17776): unlock mutex before deleting it when creating drawing thread failed 2009-11-02 12:12:13 +00:00
rubidium 44013ba889 (svn r17948) -Codechange: remove some magic numbers from the network client list GUIs / use ResizeWindow instead of custom resize code. 2009-11-02 10:52:57 +00:00
rubidium 4a970202a9 (svn r17947) -Codechange: make the statusbar, chat input and news window know of eachothers size so they don't get overlapped and don't get invisible (bottoms) of windows when a larger font is used 2009-11-02 10:15:48 +00:00
rubidium 148d9b8e38 (svn r17946) -Codechange: move the widget definition of the client list closer to the window 2009-11-02 09:58:08 +00:00
alberth cb7c9b09ff (svn r17945) -Fix (r17940): Absence of main toolbar and/or status bar should not be fatal. 2009-11-02 05:12:58 +00:00
alberth 726edbf3c0 (svn r17944) -Codechange (r11848): Removed the second counter variable that ran in sync with the first one. 2009-11-01 21:05:48 +00:00
smatz a30633341c (svn r17943) -Change: use 24bpp BMP format instead of 32bpp for screenshots. Saves space and is supported by more image viewers 2009-11-01 20:54:21 +00:00
alberth bd5fd95e5c (svn r17942) -Documentation: Add a few doxygen comments to the dropdown code. 2009-11-01 20:50:00 +00:00
smatz d87c032e52 (svn r17941) -Fix: close BMP file when making screenshot fails 2009-11-01 20:40:36 +00:00
alberth df8c655ee6 (svn r17940) -Codechange: Use real y position of the main toolbar and status bar instead of hardcoded sizes for tooltip and for error message windows. 2009-11-01 19:19:14 +00:00
smatz 492a32d31c (svn r17939) -Fix (r17938): debug code sneaked in 2009-11-01 18:17:01 +00:00
smatz 090c762921 (svn r17938) -Feature: non-automatic screenshot name can be entered in console 2009-11-01 18:15:35 +00:00
smatz be446d6f54 (svn r17937) -Codechange: rename current_screenshot_type to _screenshot_type 2009-11-01 18:08:58 +00:00
smatz b577595d12 (svn r17936) -Fix: deadlock when trying to create screenshot with too long name (including path) 2009-11-01 17:49:23 +00:00
alberth 2211e3faad (svn r17935) -Fix (r17933): Compensate for being inside a class. 2009-11-01 17:45:24 +00:00
translators cad9bb883f (svn r17934) -Update from WebTranslator v3.0:
traditional_chinese - 1 changes by josesun
german - 2 changes by planetmaker
greek - 125 changes by fumantsu
hungarian - 1 changes by Petert
spanish - 3 changes by Terkhen
2009-11-01 17:45:20 +00:00
alberth f3d53d3c28 (svn r17933) -Codechange: Move position calculation of error message window into the class. 2009-11-01 17:38:14 +00:00
alberth d213ffe3ca (svn r17932) -Fix: Don't let the tooltip go under the status bar. 2009-11-01 17:20:28 +00:00
alberth 898f20ce56 (svn r17931) -Codechange: Error message window uses pure nested widgets. 2009-11-01 14:28:53 +00:00
frosch 3a95e115fc (svn r17930) -Fix (r17926): Aircraft were not carrying mail anymore, when CB15 was in use. 2009-11-01 08:48:16 +00:00
alberth 2d5aebb1f1 (svn r17929) -Fix (r2391): STR_NULL does not seem very useful as file save error summary. 2009-10-31 20:09:37 +00:00
alberth 44aacfc59f (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string.
Gentlemen, swap your string parameters.
2009-10-31 19:46:51 +00:00
alberth 4ce1f5f0a0 (svn r17927) -Codechange: Rename error message string variables. 2009-10-31 18:22:39 +00:00
frosch 67cae40ec1 (svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail consistent. Now always the cargo class decides. 2009-10-31 17:48:09 +00:00
translators 4ee589d86d (svn r17925) -Update from WebTranslator v3.0:
finnish - 2 changes by jpx_
greek - 6 changes by fumantsu
slovak - 3 changes by JamesSVK
2009-10-31 17:45:14 +00:00
alberth bd8d70e012 (svn r17924) -Codechange: Replace y array with two area rectangles in the error message window. 2009-10-31 15:47:22 +00:00