T-Bonhagen
38ad7650ac
new xml Tag for en and de ( #708 )
...
* new xml Tag for en and de
* add linux support for env LANG
* precopiled header into TrueCrypt.fdp to substitute '_()' with 'LangString[]'
* more LangString in Code
* add Language xml's to Linux Setup location
* backup language for linux is en
* remove Language.en.xml install
* rearange new xml lines to end
* yes/no dialogs now translated
* All OK/Cancel Button now support international
Co-authored-by: tb@tbon.de <tb@tbon.de >
2020-12-11 18:42:59 +01:00
El Mostafa Idrassi
bdc1dc42a6
Small GUI enhancements ( #521 )
2019-10-16 00:43:49 +02:00
El Mostafa Idrassi
bdcfe5bbb2
Fixed buttons not being correctly aligned ( #518 )
2019-10-15 00:02:25 +02:00
Mounir IDRASSI
c84bcd4b47
Linux/MacOSX/FreeBSD: Implement benchmarking for Hash and PKCS-5 PRF algorithms.
2018-08-10 01:31:32 +02:00
Mounir IDRASSI
aac2036738
Linux/MacOSX/FreeBSD: Add CheckBox in mount option dialog to force the use of embedded backup header during mount.
2018-08-08 00:34:17 +02:00
David Foerster
11716ed2da
Remove trailing whitespace
2016-05-10 22:18:34 +02:00
David Foerster
fc37cc4a02
Normalize all line terminators
2016-05-10 20:20:14 +02:00
Mounir IDRASSI
b261177b8f
Windows/Linux/MacOSX: Set maximum PIM value to 2147468 in order to avoid having negative values for iterations count using the formula 15000 + (PIM x 1000). Add specific error message to XML language files.
2016-05-04 13:14:05 +02:00
Mounir IDRASSI
39fb2edc25
Linux/MacOSX: add progress bar for mouse collected entropy in GUI of volume creation wizard. Add mutex protection in event handler for shared counter variable
2016-02-09 00:52:28 +01:00
Mounir IDRASSI
0863924483
Linux/MacOSX: add progress bar for mouse collected entropy in GUI for keyfile generator and for random poll enrichment
2016-02-08 01:39:50 +01:00
Mounir IDRASSI
24f3b5230c
Linux/MacOSX: Mask/unmask PIM value in GUI the same way as the password
2015-09-13 23:51:06 +02:00
Mounir IDRASSI
5158953428
User Interface enhancements for PIM
2015-07-19 11:29:45 +02:00
Mounir IDRASSI
6ef41abdd2
Use Pim name for internal variables instead of the old name Pin
2015-07-11 01:58:34 +02:00
Mounir IDRASSI
439e0a9588
Linux/MacOSX: Add dedicated PIM page in the volume creation wizard. Correct PIM value check logic.
2015-06-28 20:25:22 +02:00
Mounir IDRASSI
da8aec4292
Linux: don't ask for PIM if TrueCryptMode enabled, both in command line and GUI
2015-06-26 22:07:17 +02:00
Mounir IDRASSI
d734ce4635
Linux/MacOSX: solve GUI layout issues although the volume creation wizard still has issues
2015-06-24 23:35:30 +02:00
Mounir IDRASSI
2cd39b37c2
Linux/MacOSX: restore normal file mode to some source files
2015-06-24 15:33:23 +02:00
Mounir IDRASSI
9913af3a8e
Linux/MacOSX: first dynamic mode implementation
2015-06-24 15:33:16 +02:00
Mounir IDRASSI
2ec75c5f8e
Linux: Correct wxWidgets assert warnings when displaying about/LegalNotice dialogs. This didn't happen with official binaries because the library used disables asserts.
2015-04-19 16:31:28 +02:00
Mounir IDRASSI
ba1e9c8f4d
Linux/MacOSX: A configuration option for default hash and default TrueCrypt mode used for mounting volumes (Menu Settings -> Default Mount Parameters). Implement priority of command line arguments over default values.
2015-02-28 17:03:38 +01:00
Mounir IDRASSI
6e73a8a393
Linux/MacOSX: Modify wxFormBuilder generated files directly to solve the 'X' icon not closing some dialog because we can't workaround wxFormBuilder bug without introducing other issues (the correct SetExtraStyle call must be present at the beginning of the constructor, so it must be present in the generated files). Each time we generated new sources, Forms.cpp must be manually modify it to keep this correction.
2015-02-27 18:07:36 +01:00
Mounir IDRASSI
176bec1bb2
Revert "Linux/MacOSX: solve the 'X' icon not closing some dialog. This was caused by a bug of wxFormBuilder that calls SetExtraStyle without taking care of the previous value."
...
This reverts commit 400fd599f812b057b0674f2ae0e0141e7c35a332.
2015-02-27 18:07:33 +01:00
Mounir IDRASSI
86529dadde
Linux/MacOSX: solve the 'X' icon not closing some dialog. This was caused by a bug of wxFormBuilder that calls SetExtraStyle without taking care of the previous value.
2015-02-16 00:19:24 +01:00
Mounir IDRASSI
c178e325b8
Linux/MacOSX: Implement TrueCrypt conversion and loading support. Correct many GTK issues linked to multi-threaded origine of events by implementing an automatic mechanism for handling such requests in the main thread.
2014-12-30 17:06:20 +01:00
Mounir IDRASSI
2b1a166d23
Linux/MacOSX: Add possibility to choose 1-pass wipe mode without changing the default wipe mode (3-pass).
2014-12-28 23:27:46 +01:00
Mounir IDRASSI
d90d9f0c40
Linux/MacOSX: Implement waiting dialog for lengthy operations in order to have a better user experience.
2014-12-26 00:51:52 +01:00
Mounir IDRASSI
7a89f0f0e1
Linux/MacOSX: Add a donation menu entry
2014-12-20 17:37:36 +01:00
Mounir IDRASSI
c8c8cc517d
Linux/MacOSX: Implement generating more than one keyfile, specifying the size of the generated keyfiles and letting VeraCrypt choose random size values.
2014-12-11 18:31:38 +01:00
Mounir IDRASSI
9a6b371c96
MacOSX/Linux: Solve truncated text in some Wizard windows by defining a large enough minimum size.
2014-12-07 22:40:27 +01:00
Mounir IDRASSI
2cdfbd2703
Linux/MacOSX: Remove static size values from GUI in order to let wxWidgets calculate the best size (the "Fit" method ensure this). Fix truncation of text is some dialogs.
2014-11-08 23:24:44 +01:00
Mounir IDRASSI
80a26745a6
Linux GUI : hide the wipe choice during volume creation. Remove extra content from wipe choice list.
2014-11-08 23:21:57 +01:00
Mounir IDRASSI
cb6dad6bd2
Linux/MacOSX port of manual selection of number of passes for volume header over-write operation.
2014-11-08 23:21:49 +01:00
Mounir IDRASSI
17823cb58c
Update wxFormBuild file to latest version (3.5 beta) and generate new Forms.cpp/Forms.h files.
2014-11-08 23:20:11 +01:00
Mounir IDRASSI
edc9f36322
Replace TrueCrypt references in added sources and resources by VeraCrypt ones.
2014-11-08 23:19:03 +01:00
Mounir IDRASSI
7ffce028d0
Add TrueCrypt 7.1a MacOSX/Linux specific source files.
2014-11-08 23:18:59 +01:00