Commit Graph

58 Commits (master)

Author SHA1 Message Date
Alexandre Julliard 6d582ed530 winecfg: Get rid of drive autodetection.
The dynamic device support works well enough now.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-17 13:57:35 +02:00
Michael Stefaniuc f051aa6774 winecfg: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-10-30 00:10:14 +01:00
Michael Stefaniuc 7fdb828abf winecfg: Use the available ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-18 11:20:43 +02:00
Francois Gouget fac36c55e9 Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
Alexandre Julliard edf44bfb1e winecfg: Avoid Unicode macros. 2012-01-20 12:44:04 +01:00
Austin English c3d28bae6d winecfg: Fix a compiler warning on PowerPC. 2011-01-13 15:22:00 +01:00
Alexandre Julliard c8920482bd winecfg: Remove the unimplemented device autodetect radio buttons. 2010-06-09 14:34:36 +02:00
Gerald Pfeifer cd958391e6 winecfg: Remove variable drive which is not really used from DriveDlgProc. 2010-05-10 10:17:04 +02:00
Rein Klazes 9d6d3b3b3c winecfg: Let the user specify the drive letter of a to be added drive. 2009-08-17 16:43:15 +02:00
Michael Stefaniuc e09fc21576 winecfg: Use ULONG for a bitmask variable. 2009-04-02 16:28:30 +02:00
David Hedberg 0b3064215b winecfg: Fix for paths containing utf-8. 2009-02-09 17:17:09 +01:00
Jörg Höhle cda8e4410a winecfg: Prevent crash when clearing volume serial number input. 2008-12-18 14:53:55 +01:00
Alexandre Julliard 6ccf01fe8a winecfg: Display an nicer error when the mount manager cannot be accessed. 2008-11-03 13:34:12 +01:00
Alexandre Julliard 18b66912b7 winecfg: Store the Unix device if any in the drive configuration. 2008-10-24 14:24:58 +02:00
Alexandre Julliard f410cf7c98 winecfg: Update the drives only when they have changed, instead of trying to compare with the current setup. 2008-10-23 12:15:43 +02:00
Alexandre Julliard f150ddc3ed winecfg: Store the drive label as Unicode. 2008-10-17 14:11:56 +02:00
Alexandre Julliard 6483f2f201 winecfg: Store the drive serial number as a number instead of a string. 2008-10-17 13:37:04 +02:00
Michael Stefaniuc 2daee2e4a2 winecfg: Use FAILED instead of !SUCCEEDED. 2008-10-08 13:43:13 +02:00
Michael Stefaniuc 618709d21d winecfg: Transform the set_advanced() driveui function to unicode. 2008-04-28 15:43:25 +02:00
Alexandre Julliard 6b42c054c1 winecfg: Don't allow editing the configuration of the C drive. 2008-04-21 20:29:34 +02:00
Dmitry Timoshkov 2ae3945d3d winecfg: Don't mix the strings in unix and windows locales. 2008-01-04 11:55:59 +01:00
Tom Spear 621eceb633 winecfg: Change WINE_ERR to WINE_TRACE since there is no real error. 2007-04-25 11:49:45 +02:00
Vitaliy Margolen 8b7661bdd8 winecfg: Remove some old dead code and associated language resources. 2006-11-21 12:38:52 +01:00
Francois Gouget 82babbee0b Add missing '\n's to Wine traces. 2006-10-05 17:46:48 +02:00
Francois Gouget 2d9b68ee8e winecfg: Remove unneeded memset() calls. 2006-10-05 17:44:48 +02:00
Paul Vriens a53ee521d0 winecfg: Wrong text in messagebox. 2006-08-23 12:00:47 +02:00
Frank Richter a121ac5d71 winecfg: driveui: Load UI strings from resources. 2006-08-21 12:29:57 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Michael Jung 51a3198748 winecfg: Support for setting symlinks for 'Desktop' and 'My Stuff' shell folders. 2006-02-14 13:09:30 +01:00
Mike McCormack 55303936b6 winecfg: Tidy up included headers.
Get rid of the barely used properties.c.
2006-01-19 11:55:01 +01:00
Vitaliy Margolen dc6ca17838 winecfg: Simplify code a bit.
Enable apply button when needed and don't enable when nothing
changed.
2006-01-11 21:12:14 +01:00
Vitaliy Margolen 96dc70a9f8 Create new drives with autodetect type. 2005-11-21 11:58:29 +00:00
Vitaliy Margolen eb2924dba6 Set list view's text directly - don't use fill_drives_list for that.
Enable "Apply" button when text changes.
2005-10-29 10:29:47 +00:00
Alexandre Julliard 018fe31c4f Get rid of the show dir symlink option. 2005-10-27 11:24:02 +00:00
Alexandre Julliard c02356b835 Added "autodetect" drive type option. 2005-10-20 13:16:46 +00:00
Alexandre Julliard e595ff24c7 Enable the apply button when changing drive type. 2005-10-20 11:39:12 +00:00
Vitaliy Margolen 658a5420b5 Use correct notification for drive selection change. 2005-10-19 19:21:48 +00:00
Ivan Leo Puoti fc94b1c72c Make drive type an advanced option. 2005-10-18 12:02:51 +00:00
Alexandre Julliard 7f67b35a0d Replace a few more direct lpVtbl accesses by the proper macros. 2005-09-07 13:28:25 +00:00
Michael Jung 3bbb7fd243 Made the registry cache more general. 2005-06-23 11:42:54 +00:00
Alexandre Julliard 0d3bddc57c Updated paths of ShowDirSymlinks, ShowDotFiles and Version options. 2005-06-17 21:09:07 +00:00
Paul Vriens ce8b469246 Hide <-> Show Advanced. 2005-06-16 20:39:19 +00:00
Alexandre Julliard 6e92d382a3 Changed registry access functions to use more meaningful names. 2005-06-13 18:49:23 +00:00
Mike McCormack ae51135ed9 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. 2005-06-02 15:11:32 +00:00
James Hawkins 5211e49e29 Load Show/Hide Advanced strings from resources. 2005-05-19 11:14:52 +00:00
James Hawkins 0a308f2d70 Add handling for drive options. 2005-05-18 09:48:47 +00:00
James Hawkins e2c5359e8b - Remove useless LVN_ITEMACTIVATE notification handling.
- Update controls in response to a NM_CLICK notification.
2005-05-10 13:14:49 +00:00
James Hawkins bf1061bfc6 Remove old listbox code from driveui. 2005-05-10 08:29:17 +00:00
James Hawkins d6eb30d289 Use a listview instead of a listbox for drives list. 2005-05-09 14:34:56 +00:00
Michael Jung e52296ccb8 The unixfs extension doesn't have a distinguished '/' node anymore.
Moved UI string into the resources.
2005-05-07 14:50:16 +00:00