Pete Batard
6e1b50b7a0
[loc] fix various localization issues
...
* MSG_092 is still being used
* Typo in MSG_245
* Add example in English translation for changing the About->OK button text
* Issues reported by Wayne Ying
* Also update copyright year
2014-01-02 00:20:48 +00:00
Pete Batard
0f02284164
[loc] fix crash when two Rufus applications are running
...
* Closes #261
* Also remove the need for a separate get_loc_data_file call to
initialize the en-US messages
* Also fix a possible issue with setLGP
2013-12-28 16:48:02 +00:00
Pete Batard
83a9ec472c
[core] fix slowdown when copying ISO files
...
* This slowdown was introduced in 897becd290
as the use of
SetThreadUILanguage apparently incurs a massive performance drawback.
* Closes #259
* Also fix a possible issue where the blocking operation message could appear twice
* Also improve the French translation
2013-12-28 01:27:09 +00:00
Pete Batard
92fd7636a7
[loc] fix multiple issues with the ISO progress dialog
...
* Fix language not being applied when switching locale
* Disable controls when scanning is in progress
* Fix Cancel button staying disabled
* Also fix trailing whitespaces and typo in loc file
* Closes #258
2013-12-27 16:06:59 +00:00
Pete Batard
d5a02c63f1
[loc] fix localization for notification dialog titles
...
* Also fix double columns from the update dialog
* Issues reported by Wayne Ying
2013-12-25 22:45:29 +00:00
Pete Batard
24e73c5e10
[efi] set UEFI mode when a pure EFI ISO is selected
...
* Closes #168
* Also fix various VS Code Analysis warnings
2013-12-22 20:48:57 +00:00
Pete Batard
63e1fe3d55
[loc] persits the user-selected locale
...
* ...since it seems this is what most Rufus users want.
* Also fix a typo in the Malay translation (reported by hyxer)
* Closes #250
2013-12-22 18:28:38 +00:00
Pete Batard
36693d2144
[core] detect memory cards in card readers
...
* Also remove drives with no media from the list
* Closes #18
2013-12-20 18:32:10 +00:00
Pete Batard
897becd290
[loc] set chkdsk and format output to use English locale
...
* Also fix percentage not being displayed when using slow format
* Also use GetUserDefaultUILanguage() rather than GetUserDefaultLCID()
to get the user preferred locale.
* Closes #189
2013-12-20 03:20:07 +00:00
Pete Batard
18c9df18b5
[loc] set log messages to use English locale
...
* This is done to ensure I can understand logs that are sent to me,
even when a non English locale is used.
* Closes #188 .
2013-12-19 23:56:40 +00:00
Pete Batard
f3cf32f8d8
[loc] use a direct table for the messages
...
* More efficient and also the first step for addressing #188
2013-12-18 01:20:44 +00:00
Pete Batard
c9d44a5303
[core] HDD vs UFD improvements
...
* This should address the improperly listed UFDs from #242
2013-12-15 21:58:33 +00:00
Pete Batard
7c35343da7
[loc] add support for Locale registry setting
...
* Closes #246
* Also bump version
2013-12-15 21:27:25 +00:00
Muhammad Aman
1f5fc8ab33
[loc] add Malay translation
2013-12-13 01:45:23 +00:00
Кирилл Иванов
675c423f75
[loc] update Russian translation
2013-12-11 19:05:20 +00:00
Pete Batard
d2b623fbfa
[efi] add NTFS support
...
* As reported at http://www.eightforums.com/tutorials/15458-uefi-bootable-usb-flash-drive-create-windows-27.html#post309665
and http://forums.mydigitallife.info/threads/46981-Install-Win8-Windows-8-1-UEFI-With-a-Over-sized%28over-4GB%29-install-wim
it is actually possible to boot and install an EFI system from an NTFS drive
* Closes #228
2013-12-11 19:00:57 +00:00
Pete Batard
e899fc0e61
[core] fix a conflict with Windows automount drive letter assignation
...
* Closes #239
2013-12-10 19:30:12 +00:00
Pete Batard
56c6b15feb
[core] (re)add a retry when writing ISO files
...
* Fixes the issue that caused a revert of 0206e2036e
(in c93798b877
). The issue was that an active index
was being reused and modified, for ISO9660 images, which could wreck havoc when
writing the data blocks.
* Closes #176 (again)
2013-12-06 23:31:41 +00:00
Pete Batard
34f467a26e
[format] only clear the extra 1MB for large FAT32
...
* Clearing that extra MB can take a long time on slow drives
2013-12-06 23:07:30 +00:00
Pete Batard
77234442f7
v1.4.1 (build 348)
2013-12-05 12:26:21 +00:00
Pete Batard
e0fb91cabb
[loc] add a validity check for the loc file (DOS mode, no BOM)
...
* Closes #238
2013-12-05 12:24:20 +00:00
Pete Batard
c93798b877
[oops] revert write retry as it breaks Syslinux
...
* This reverts 0206e2036e
* Closes #240
2013-12-05 11:43:49 +00:00
Matej Horvat
858f141d56
[loc] add Slovenian translation
...
* Closes #214
2013-12-04 22:04:42 +00:00
Pete Batard
abb180c2c4
[core] layout buffer is to small for drives with weird partitioning
...
* If you have a bunch of extended partitions, 1024 may not be enough
* Issue reported by Bart Zorn
* Also fix a ChangeLog typo
2013-12-03 23:56:43 +00:00
Pete Batard
054035fea8
v1.4.0 - TAKE THREE (build 343)
2013-12-02 21:16:18 +00:00
Pete Batard
c4b2c4815f
[loc] reflect the last fix with a version bump
2013-12-02 20:54:54 +00:00
Pete Batard
0b9f20898f
v1.4.0 - TAKE TWO (build 341)
...
* Of course, it's right after the release that you notice
the BIOS/UEFI/GPT/MBR messages were out of order...
2013-12-02 20:04:56 +00:00
Pete Batard
504c356f4e
v1.4.0 (build 340)
2013-12-02 18:54:47 +00:00
Pete Batard
cb3de685ee
[misc] fix MinGW and Clang warnings
...
* Also fix "MSG_176 UNTRANSLATED" for English and Chinese
2013-12-02 18:24:54 +00:00
Kostantinos Margaritis
acac7504f3
[loc] add Greek translation
...
* Closes #203
* Closes #233
2013-12-01 20:43:37 +00:00
Piotr Halama
8e7ee1c9c1
[loc] add Polish translation
...
* Closes #208
* Closes #232
2013-12-01 20:06:18 +00:00
Roberto Pino
28d3423c5c
[loc] add Dutch translation
...
* Closes #201
2013-12-01 00:02:08 +00:00
佚
e8939144e7
[loc] add Chinese (Traditional) translation
...
* Closes #197
2013-11-30 23:47:18 +00:00
Pete Batard
e163ecb9eb
[misc] last minute fixes and improvements for v1.4.0
...
* Fix missing DOS codepages for Asian languages (reported by Kyle)
* Fix wrong label being reported when an USB HDD is present (reported by NaJiyoun)
* Fix potential issue with error message reporting
* Fix ISO button being truncated on high DPI displays
* Improve French and Korean translations
* Improve launch of updated application
2013-11-30 17:39:38 +00:00
José Pineda
7ba9ee6505
[loc] update Spanish translation
2013-11-25 23:04:03 +00:00
Gintaras Venslovas
919e223350
[loc] add Lithuanian translation
...
* Closes #231
2013-11-25 23:00:23 +00:00
Pete Batard
fc44080110
[misc] improve cheat modes
...
* Alt-F usage was not reflected on the UI (suggested by José Pineda)
* Alt-L usage was not reflected on the UI
* Also update ChangeLog.txt for BETA 2
2013-11-25 22:34:26 +00:00
NaJiyoun
f49aa8627f
[loc] add Korean translation
...
* Closes #206
2013-11-23 22:56:54 +00:00
Tom Thornhill
a5f98d636f
[format] fix large FAT32 format for GPT drives
...
* Also set FSCTL_ALLOW_EXTENDED_DASD_IO before locking a drive
* Closes #181
2013-11-23 22:55:17 +00:00
Pete Batard
fcf16fed25
[iso] update libcdio to latest
...
* Also remove MSG_176 from English version
* Also perform additional cleanup and remove a Clang warning
* Closes #224
2013-11-23 22:09:39 +00:00
Pete Batard
f97f60d55a
[misc] miscellaneous cleanup
...
* move Spanish translation to its expected location
* set gitattributes for the loc file
* update license, factorize is_x64(), remove unwanted messages
2013-11-23 00:46:06 +00:00
Gîrlea Alexandru
5deaddaab7
[loc] update Romanian translation to v1.0.3
2013-11-18 21:02:59 +00:00
José Pineda
6224185a0c
[loc] add Spanish translation
...
* Closes #215
2013-11-18 21:02:10 +00:00
Кирилл Иванов
e75f4f3a52
[loc] add Russian translation
...
* Closes #212
* Also remove exclamation marks for "no new version" message
2013-11-18 20:10:02 +00:00
Thilo Langbein
4bcfa927a4
[loc] update German translation to v1.0.3
2013-11-17 22:45:43 +00:00
georg1136
afa5ed16b0
[loc] update Hungarian translation to v1.0.3
2013-11-17 22:41:33 +00:00
ROBERTO
46e347f472
[loc] update Italian translation to v1.0.3
...
* Also improve ChangeLog.txt readability
2013-11-17 22:37:08 +00:00
Pete Batard
0206e2036e
[core] add a retry when writing ISO files
...
* Closes #176
* Also fix a crash when displaying an error message (MSG_043 requires a parameter)
* Also display an informative message on interfering security solutions when writing an autorun.inf
* Also revert x64 MSVC target to non-XP so that it can be used for Code Analysis
2013-11-17 22:24:50 +00:00
Mehmetali KURAN
cbec9daaee
[loc] update Turkish translation to v1.0.3
2013-11-17 01:44:10 +00:00
Pete Batard
d298c2918b
[core] UFD vs HDD improvements
...
* Fix an issue where the parsed drive_type was from the wrong drive
and remove the global variable
* Add a size check for the score, as well as a GetDriveSize call
* Also update the French translation to v1.0.3
2013-11-17 01:39:43 +00:00