Commit Graph

810 Commits

Author SHA1 Message Date
Chocobo1 9be8bc3bb0 [loc] update Traditional Chinese translation to latest
* Closes #606
2015-09-30 00:04:58 +01:00
Pete Batard c2293b5177 [misc] add SHA-256 checksum computation
* Closes #607
2015-09-30 00:00:55 +01:00
MaKK 3238c9e637 [loc] update Spanish translation to latest
* Also complete missing Danish translation (by Mads Haupt)
2015-09-28 22:53:09 +01:00
Pete Batard 5025e27228 [misc] fix XP breakage
* Can't wait until XP support is dropped from Rufus altogether...
2015-09-28 02:32:11 +01:00
Pete Batard 9411716074 [misc] fix a coverity report in msapi_utf8.h 2015-09-28 01:28:29 +01:00
Pete Batard ae06a39d2f v2.4 (build 755)
* Also set global scaling factor before the dialog is initialized and
  remove unneeded scaling initialization.
2015-09-27 20:01:38 +01:00
Viszokai György 2b390aaf80 [loc] update Hungarian translation to latest 2015-09-26 23:48:45 +01:00
Mads Haupt fb1d2b5efa [loc] update Danish translation to latest 2015-09-26 00:45:28 +01:00
Pete Batard 585469b8d9 [ui] resize the About and Update dialogs according to content
* Also update credits for Polish translation
2015-09-26 00:30:16 +01:00
Gîrlea Alexandru b7a0126c3b [loc] update Romanian translation 2015-09-25 01:38:26 +01:00
Pete Batard daf039ee18 [ui] fix an UI scaling issue with high DPI displays for non English languages
* Closes #601
2015-09-24 23:59:10 +01:00
Margaritis Nikolaos ec0c41d4c2 [loc] update Greek translation to latest
* Closes #599
2015-09-24 22:11:36 +01:00
Arif Budiman ad305ca162 [loc] update Indonesian translation to latest
* Also add a missed update for Korean translation
2015-09-23 18:35:47 +01:00
Pete Batard 00a4909ff7 [misc] update Changelog for 2.4 release 2015-09-21 23:05:21 +01:00
Na Jiyoun b26106d40f [loc] update Korean translation to latest 2015-09-21 23:03:17 +01:00
Roberto Pino 2f34444ece [loc] update Dutch translation to latest 2015-09-21 18:43:53 +01:00
Pete Batard 7618913c47 [ui] more high contrast fixes
* Closes #592
2015-09-21 00:20:19 +01:00
Pete Batard 703e169a8c [core] fix elimination of card readers that contain no media
* Closes #400
2015-09-19 17:00:51 +01:00
Riku Brander e8b6d70fb8 [loc] update Finnish translation to latest 2015-09-18 21:11:58 +01:00
Chefrour Djalel 2218eafda1 [loc] update Arabic translation to latest 2015-09-18 21:08:15 +01:00
Thilo Langbein 3ac164132b [loc] update German translation to latest 2015-09-17 00:24:51 +01:00
Pete Batard a9b681976a [ui] enable some settings and cheat modes to be persisted
* Currently, the user settings that are persisted are:
  - Advanced mode (UI)
  - Timestamps preservation (Alt-T)
  - Proper unit Display (Alt-U)
  - USB debug (Alt.)
  - Fake drives detection (Alt-B)
  - Dual UEFI+BIOS for Windows images (Alt-E)
  - Force Large FAT32 formatting (Alt-L)
  - VMWare Disk Detection (Alt-W)
* Settings that are *NOT* persisted include:
  - UDB HDD listing (too dangerous!)
  - NTFS compression (Alt-N)
  - ISO/Joliet/Rock-Ridge (too confusing if not reset)
  - Disabling of size limits (Alt-S)
* Closes #436
2015-09-17 00:20:22 +01:00
Mehmetali Kuran 1dc974bb24 [loc] additional update to Turkish translation 2015-09-15 23:23:24 +01:00
Pete Batard c45ff77b55 [core] fix a bug with hub assignation
* Also improve detection for OCZ UFDs
* Closes #596
2015-09-14 23:15:59 +01:00
Martin Kubánik 249d1adcbd [loc] update Slovak translation to latest 2015-09-14 22:05:04 +01:00
Константин В c78f841af5 [loc] update Ukrainian translation to latest 2015-09-13 02:08:52 +01:00
Aldis Tutins 14add44938 [loc] update Latvian translation to latest 2015-09-13 01:57:30 +01:00
Slovenian: Matej Horvat c1c7b2cede [loc] update Slovene translation to latest 2015-09-11 02:47:44 +01:00
Richard Kahl 0377bd30a9 [loc] updated Czech translation 2015-09-09 17:57:36 +01:00
Mehmetali Kuran eccc89f3d4 [loc] update Turkish translation to latest 2015-09-09 15:32:23 +01:00
Pete Batard 1aae24903a [core] fix detection of some Samsung UFDs 2015-09-09 01:14:49 +01:00
Piotr Halama b73e2d80de [loc] update Polish translation to latest 2015-09-06 23:19:26 +01:00
Pete Batard 7ad71a34f8 [core] fix detection of some SanDisk Extreme UFDs
* Also add a debug mode for troubleshooting user reports of HDDs vs UFDs
* Closes #593
2015-09-06 17:47:39 +01:00
Dinis Medeiros 84c95598a0 [loc] update Portuguese (Standard) translation 2015-09-06 14:21:55 +01:00
Krasimir Newenow f40e944f83 [loc] update Bulgarian translation to latest 2015-09-06 14:18:05 +01:00
Pete Batard 67081fac6e [cmp] update Bled to latest
* Also fix a possible buffer overflow in msapi_utf8.h
2015-09-05 18:22:52 +01:00
Pete Batard ff9eae4e6d [vhd] fix broken save to VHD cheat mode
* vhd_save wasn't static, which of course created all kind of issues
  when the VHD save thread tried to use it while it was being freed...
* Closes #591
2015-09-04 14:15:22 +01:00
Pete Batard 4788ee25d2 [misc] fix a WDK warning 2015-09-04 13:53:35 +01:00
Johannes Holzhäuer 387b1fbce7 [misc] do not declare _CRT_SECURE_NO_WARNINGS and use secure functions
* From NickPapagiorgio/rufus@c144d76852
2015-09-04 13:42:55 +01:00
Кирилл Иванов 16d178e720 [loc] update Russian translation to latest 2015-09-04 12:03:49 +01:00
Roberto Boriotti e13b190cf6 [loc] update Italian translation to latest 2015-09-04 12:00:07 +01:00
Tiago Rinaldi 2fe6570490 [loc] update Brazilian Portuguese translation to latest 2015-09-04 11:47:10 +01:00
thanhtai2009 ccad5921e9 [loc] update Vietnamese translation to latest
* Closes #590
2015-09-04 11:37:37 +01:00
Sopor 11eb8b848a [loc] update Swedish translation to latest 2015-09-04 11:31:30 +01:00
Pete Batard af684cd700 [loc] fix a small typo 2015-09-04 00:37:19 +01:00
Jan-Erik Drangevåg 855fa59f9a [loc] update Norwegian translation to latest 2015-09-04 00:31:03 +01:00
Pete Batard 67d143dbff [loc] set current translation scheme to v1.0.18
* Also make the menu_c32_test.iso an ISOHybrid
2015-09-03 13:13:26 +01:00
Pete Batard 49e54904c2 [core] fix population of label and filesystem for ISOHybrid images
* Also fix a misleading error about incompatible file system for pure EFI images (such as Acronis 2016)
* Closes #588
2015-09-02 23:34:20 +01:00
Pete Batard 5024e7f65e [internal] refactor iso_report -> img_report
* Also set rufus-next to 2.4
2015-09-02 23:20:00 +01:00
Pete Batard 102e17699a [core] fix detection of some Corsair UFDs
* Closes #584
2015-08-31 12:11:35 +01:00