Age | Commit message (Collapse) | Author | Files | Lines |
|
The behaviour of `wc -l` is different on FreeBSD, in which the stdout
result is padded by spaces in the beginning, which causes that the
result[0] is not actually the value we care about. This patch adds
a translate removing all whitespace from the output.
|
|
|
|
packages were renamed and we linked statically against wxWidgets in GUI mode because of a bug in wxWidegts that was solved in 3.2.5 (https://github.com/wxWidgets/wxWidgets/issues/24081)
|
|
* Move from deprecated wxScopedPtr to std::unique_ptr
wxScopedPtr was included previously through some header hierarchy which as of 3.3 is
no longer the case causing it to break. But instead of including a header for a deprecated
function explicitly, just move to std::unique_ptr as recommended by upstream.
* Convert to explicit conversions from wxString
As of https://github.com/wxWidgets/wxWidgets/pull/23449/commits/35c35c235e9c29b40002131602e050dca8d65b8c
wxWidgets defaults to STL classes, which has a side-effect that
some implicit conversions break. This patch converts those conversions
to explicit in anticipation of wxWidgets 3.3 release.
|
|
Currently the maximum hidden volume size for file containers is
limited by available free space on the device the file container
resides on, which we do not care about. This commit changes so
that only Normal volumes get their `maxVolumeSize` limited by
`AvailableDiskSpace`. Also the --size=max parameter is restricted
from hidden volume creation as there is no way to determine a good
size as we do not mount the outer volume through the CLI process
flow to determine available free space on the outer volume.
|
|
from granting permissions to itself.
|
|
|
|
* Updated translation: pt-br.
* Translation pt-br fixes: MIP to PIM, period etc.
* Translation pt-br: IDT_FILE_SYS, plural form.
|
|
|
|
Signed-off-by: RoboSchmied <github@roboschmie.de>
|
|
* Update Korean Translation
Signed-off-by: pji2918 <son77391@gmail.com>
* fix typo
Signed-off-by: pji2918 <son77391@gmail.com>
* fix minor typo
Signed-off-by: pji2918 <son77391@gmail.com>
* fix typo
Signed-off-by: pji2918 <son77391@gmail.com>
* fix typo
Signed-off-by: pji2918 <son77391@gmail.com>
* fix typo
Signed-off-by: pji2918 <son77391@gmail.com>
* fix typo
Signed-off-by: pji2918 <son77391@gmail.com>
* fix typo
Signed-off-by: pji2918 <son77391@gmail.com>
* fix typo
Signed-off-by: pji2918 <son77391@gmail.com>
---------
Signed-off-by: pji2918 <son77391@gmail.com>
|
|
* Update Language.zh-cn.xml
修正错误
* Update Language.zh-cn.xml
|
|
|
|
|
|
Fixes the order of the language strings to match the correct
exceptions.
|
|
We don't need to reset PIM in PasswordException as it is immediately
fell back to if PIM is specified in text mode, but password is not.
This causes an exception that resets the PIM when it shouldn't.
|
|
* Update Swedish translation
Fix typos
* Fix typo
Fix typo
* Update Swedish translation
* Revert last change
|
|
|
|
|
|
Hello:
I think of there were a regression of the fields already translated.
Now translated
1441, 1443 up to 1451
Have a great day!
|
|
|
|
|
|
* Update Language.sv.xml
* Fix typo
* Fix typo
* Fix typo
|
|
|
|
|
|
Currently we check whether the system has DISPLAY environment variable
set, which is the case in a system that uses X11 natively or XWayland.
This variable is not set in a system with only Wayland, so we need to
also check whether WAYLAND_DISPLAY is set.
Fixes: #184
|
|
|
|
(#1274)
* macOS: Fix issue where PIM box has no width in Wizard
VolumePimTextCtrl has a problem with width on macOS which
we can fix by adjusting the proportions of the elements
inside the PimSizer, which seems like a better solution than
using a forced minimum size in pixels.
Adjacent, simplifies the validator logic for digits in PIM field.
Fixes #1219
|
|
|
|
|
|
|
|
vulnerability
|
|
|
|
|
|
Fully reviewed and heavily updated.
Copy paste Google Translations replaced by real person translations.
Translation consistency improved all around.
Transifex (Localization Lab Project) has older VeraCrypt resource file and needs updated latest version to use advanced translation platform features.
|
|
|
|
* Implement Language selection into settings
Initial commit to create a new tab in PreferencesNotebook for
Language selection. By default, if nothing is chosen, it uses the
current behaviour of using the language from system environment
variables. If another language is chosen from the settings, it is
saved into the Configuration.xml and this is used instead.
* Fix SetStringSelection() assert issue on macOS
* Add header include to fix build
* Add current language pack, authors and way to use literal strings
* Translations also for FreeBSD
* Minimal GTK3 WX build on FreeBSD requires wxGraphicsContext
* Get Preferences properly instead of workaround function
* Use WrapSizer instead of BoxSizer for author line
This forces long author lists to be put on a new line, reducing
the need to increase window width.
* Update Finnish translation
* Borrow translation from IDM_LANGUAGE where it makes sense
* Remove colon and thus unneeded function
* Simplify Language tab layout
* Reintroduce macOS specific fixes to Forms.cpp
* cleanup
|
|
* wolfCrypt as crypto backend for VeraCrypt
* Refactor to use EncryptionModeWolfCryptXTS class
|
|
Yerokhin.
|
|
|
|
|
|
|
|
offset not 4K aligned
Now we set offset to 1MB which is a typical values used for MBR disks.
We also use a more standard way to calculate legacy number of cylinders
|
|
The x11 aliases such as --title are only available in the Qt application
if the XDG_SESSION_TYPE is x11. Instead of using an alias, we can use
--qwindowtitle directly.
|
|
|
|
|
|
|
|
|
|
I'm not sure of the changes will remain, two times of I have to re do the translations.
Please confirm of the translations are "as it should be".
|
|
|