Commit Graph

106 Commits (620af69d888bc5d0fa2179f06423aa1fb290b11b)

Author SHA1 Message Date
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Alexandre Julliard 6164ce2d82 makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00
Vladimir Pankratov 4ec57efda9 serialui: Convert the Russian resources to UTF-8. 2009-08-03 14:57:06 +02:00
Michael Stefaniuc b291179282 serialui: Convert the German resources to UTF-8. 2009-07-09 15:22:41 +02:00
Frédéric Delanoy 8907860f3e serialui: Fix French translation & UI display. 2009-07-08 20:12:21 +02:00
Michael Stefaniuc a879e60ba3 serialui: Build language resource files separately.
Do not include them from an other rc file.
2009-07-02 13:18:03 +02:00
Aurimas Fišeras 77b457421b serialui: Add Lithuanian translation. 2009-06-22 11:28:20 +02:00
Francois Gouget c64428182d serialui/tests: Use win_skip() to skip over unimplemented functionality. 2009-02-23 12:21:26 +01:00
Dmitry Timoshkov 1fb2a50986 serialui: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:48 +01:00
ByeongSik Jeon 5f3287d79f *Ko.rc: Update Korean resource.
Fix the unnecessary SUBLANG_NATURAL.
Change the font size from 8 to 9.
2008-12-11 12:21:07 +01:00
ByeongSik Jeon 1b0297a7f9 *Zh.rc: Update the Chinese resource font name to "MS Shell Dlg". 2008-12-11 12:20:48 +01:00
Rok Mandeljc bc8a7f5eb6 serialui: Added Slovenian translation. 2008-12-08 12:01:13 +01:00
Muneyuki Noguchi 8d22dcfc87 serialui: Convert Japanese resource to UTF-8. 2008-10-13 11:41:15 +02:00
Muneyuki Noguchi 10c996acbf serialui: Use "MS Shell Dlg" 9 in Japanese resources. 2008-09-29 17:17:39 -05:00
Hongbo Ni 68aba12fb1 serialui: Add simplified and traditional Chinese resources. 2008-09-04 11:42:09 +02:00
Mikołaj Zalewski 14a42f802d Make Swedish use SUBLANG_NEUTRAL. 2008-05-19 16:09:13 +02:00
Jens Albretsen 367f978e37 serialui: Danish translation. 2008-05-07 12:10:54 +02:00
Austin English aab8fae59a Spelling fixes. 2008-04-21 14:25:05 +02:00
Rob Shearman 48000893f9 makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual 
DLL makefiles.
2008-03-04 20:55:01 +01:00
Daniel Nylander 05f2be8efc serialui: Add Swedish translation. 2007-10-16 12:40:25 +02:00
Detlef Riekenberg b89e36eb59 serialui/tests: Remove unused string. 2007-05-22 12:02:45 +02:00
Andrew Talbot 9890cb7884 serialui: Replace const pointer type with correct pointer to const. 2007-03-09 11:36:39 +01:00
Detlef Riekenberg 5365ce15e4 serialui/tests: Add some tests for CommConfigDialog. 2007-03-06 12:25:11 +01:00
Detlef Riekenberg 20a3298312 serialui: Fix return type for CommConfigDialog. 2007-03-06 12:25:06 +01:00
Detlef Riekenberg 9258c40181 serialui: Use RS232 as default ProviderSubType. 2007-02-27 12:23:54 +01:00
Detlef Riekenberg 8650c570a3 serialui/tests: Add initial tests. 2007-02-23 12:08:44 +01:00
Detlef Riekenberg 59e816d82c serialui: Fix return type for drvGetDefaultCommConfig. 2007-02-23 11:58:45 +01:00
Andrew Talbot 3399c81302 serialui: Constify a variable. 2007-02-22 11:26:55 +01:00
Andrew Talbot b618fc2ce9 serialui: Declare some items static. 2007-02-05 12:25:21 +01:00
Francois Gouget c66628b73f Consistently use SUBLANG_NEUTRAL for Italian resources. 2006-12-05 11:28:38 +01:00
Francois Gouget 4e2a8b5b66 serialui: Update the Portuguese translation (contributed by Americo Jose Melo). 2006-11-24 11:50:01 +01:00
Mikołaj Zalewski 58bd35c8c5 resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 17:45:51 +02:00
Mikołaj Zalewski e32aa55703 resources: Change German sublanguage code to SUBLANG_NEUTRAL. 2006-10-24 11:45:12 +02:00
Byeong-Sik Jeon e1fd734c97 Korean: Use SUBLANG_NEUTRAL in Korean resources. 2006-10-20 13:49:39 +02:00
Michael Stefaniuc 796a93ffc0 serialui: Win64 printf format warning fixes. 2006-10-07 17:47:35 +02:00
Michael Stefaniuc 85ce5117c5 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. 2006-09-29 16:08:30 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Alexandre Julliard eb8a40c368 libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
2006-07-11 19:33:22 +02:00
Alexandre Julliard 77dc0d9be5 .gitignore: Added wildcards to ignore generated resource files. 2006-07-10 21:39:00 +02:00
Alexandre Julliard 5258e061dc make_dlls: Ignore generated import libraries from the top-level .gitignore. 2006-07-10 20:55:58 +02:00
Alexandre Julliard cc2b3b48e6 Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
2006-07-10 20:47:54 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Antonio Codazzi 1347c1dfde serialui: Added Esperanto language. 2006-04-11 11:27:08 +02:00
András Kovács ed42a4c426 serialui: Added Hungarian translation. 2006-03-15 11:33:07 +01:00
Petr Tesarik bd69ea1a34 serialui: Czech language resources encoding fix. 2006-02-13 13:28:04 +01:00
Fatih Aşıcı c6f5659c7c serialui: Turkish translation. 2006-02-06 13:05:47 +01:00
Alexandre Julliard 0ec7e1a591 Renamed all .cvsignore files to .gitignore. 2005-11-26 13:10:33 +01:00
YunSong Hwang d442d298a0 Update Korean translations. 2005-11-18 12:07:42 +00:00
YunSong Hwang 6e20af5dac Add Korean translations. 2005-11-14 11:27:36 +00:00
Alexandre Julliard 7e22be4d84 We are no longer generating .dbg.c files. 2005-09-29 10:35:58 +00:00