mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Change namespace from TrueCrypt to VeraCrypt. Rename method from Resources Resources::GetTrueCryptIcon to Resources::GetVeraCryptIcon.
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
#include "Dlgcode.h"
|
#include "Dlgcode.h"
|
||||||
#include "Registry.h"
|
#include "Registry.h"
|
||||||
|
|
||||||
using namespace TrueCrypt;
|
using namespace VeraCrypt;
|
||||||
|
|
||||||
HRESULT CreateElevatedComObject (HWND hwnd, REFGUID guid, REFIID iid, void **ppv)
|
HRESULT CreateElevatedComObject (HWND hwnd, REFGUID guid, REFIID iid, void **ppv)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
#include "Mount/MainCom.h"
|
#include "Mount/MainCom.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
#if !defined (SETUP)
|
#if !defined (SETUP)
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class File
|
class File
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
#include "Setup/Setup.h"
|
#include "Setup/Setup.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
using namespace TrueCrypt;
|
using namespace VeraCrypt;
|
||||||
|
|
||||||
LONG DriverVersion;
|
LONG DriverVersion;
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "Platform/PlatformBase.h"
|
#include "Platform/PlatformBase.h"
|
||||||
#include "Dlgcode.h"
|
#include "Dlgcode.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
struct Exception
|
struct Exception
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
#include "Platform/Finally.h"
|
#include "Platform/Finally.h"
|
||||||
#include "Platform/ForEach.h"
|
#include "Platform/ForEach.h"
|
||||||
|
|
||||||
using namespace TrueCrypt;
|
using namespace VeraCrypt;
|
||||||
|
|
||||||
#define stat _stat
|
#define stat _stat
|
||||||
#define S_IFDIR _S_IFDIR
|
#define S_IFDIR _S_IFDIR
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
SecurityTokenKeyfile::SecurityTokenKeyfile (const SecurityTokenKeyfilePath &path)
|
SecurityTokenKeyfile::SecurityTokenKeyfile (const SecurityTokenKeyfilePath &path)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
#define TC_SECURITY_TOKEN_KEYFILE_URL_SLOT L"slot"
|
#define TC_SECURITY_TOKEN_KEYFILE_URL_SLOT L"slot"
|
||||||
#define TC_SECURITY_TOKEN_KEYFILE_URL_FILE L"file"
|
#define TC_SECURITY_TOKEN_KEYFILE_URL_FILE L"file"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
struct SecurityTokenInfo
|
struct SecurityTokenInfo
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include "CoreBase.h"
|
#include "CoreBase.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
extern auto_ptr <CoreBase> Core;
|
extern auto_ptr <CoreBase> Core;
|
||||||
extern auto_ptr <CoreBase> CoreDirect;
|
extern auto_ptr <CoreBase> CoreDirect;
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "RandomNumberGenerator.h"
|
#include "RandomNumberGenerator.h"
|
||||||
#include "Volume/Volume.h"
|
#include "Volume/Volume.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
CoreBase::CoreBase ()
|
CoreBase::CoreBase ()
|
||||||
: DeviceChangeInProgress (false)
|
: DeviceChangeInProgress (false)
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
#include "HostDevice.h"
|
#include "HostDevice.h"
|
||||||
#include "MountOptions.h"
|
#include "MountOptions.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class CoreBase
|
class CoreBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
#include "CoreException.h"
|
#include "CoreException.h"
|
||||||
#include "Platform/SerializerFactory.h"
|
#include "Platform/SerializerFactory.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
void ElevationFailed::Deserialize (shared_ptr <Stream> stream)
|
void ElevationFailed::Deserialize (shared_ptr <Stream> stream)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include "Platform/Platform.h"
|
#include "Platform/Platform.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
struct ElevationFailed : public ExecutedProcessFailed
|
struct ElevationFailed : public ExecutedProcessFailed
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
#include "FatFormatter.h"
|
#include "FatFormatter.h"
|
||||||
#include "RandomNumberGenerator.h"
|
#include "RandomNumberGenerator.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
struct fatparams
|
struct fatparams
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include "Platform/Platform.h"
|
#include "Platform/Platform.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class FatFormatter
|
class FatFormatter
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
#include "HostDevice.h"
|
#include "HostDevice.h"
|
||||||
#include "Platform/SerializerFactory.h"
|
#include "Platform/SerializerFactory.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
void HostDevice::Deserialize (shared_ptr <Stream> stream)
|
void HostDevice::Deserialize (shared_ptr <Stream> stream)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "Platform/Platform.h"
|
#include "Platform/Platform.h"
|
||||||
#include "Platform/Serializable.h"
|
#include "Platform/Serializable.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
struct HostDevice;
|
struct HostDevice;
|
||||||
typedef list < shared_ptr <HostDevice> > HostDeviceList;
|
typedef list < shared_ptr <HostDevice> > HostDeviceList;
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#include "Platform/MemoryStream.h"
|
#include "Platform/MemoryStream.h"
|
||||||
#include "Platform/SerializerFactory.h"
|
#include "Platform/SerializerFactory.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
void MountOptions::CopyFrom (const MountOptions &other)
|
void MountOptions::CopyFrom (const MountOptions &other)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
#include "Volume/VolumeSlot.h"
|
#include "Volume/VolumeSlot.h"
|
||||||
#include "Volume/VolumePassword.h"
|
#include "Volume/VolumePassword.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
struct MountOptions : public Serializable
|
struct MountOptions : public Serializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
#include "RandomNumberGenerator.h"
|
#include "RandomNumberGenerator.h"
|
||||||
#include "Volume/Crc32.h"
|
#include "Volume/Crc32.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
void RandomNumberGenerator::AddSystemDataToPool (bool fast)
|
void RandomNumberGenerator::AddSystemDataToPool (bool fast)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#include "Volume/Hash.h"
|
#include "Volume/Hash.h"
|
||||||
#include "Common/Random.h"
|
#include "Common/Random.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class RandomNumberGenerator
|
class RandomNumberGenerator
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
#include "CoreServiceRequest.h"
|
#include "CoreServiceRequest.h"
|
||||||
#include "CoreServiceResponse.h"
|
#include "CoreServiceResponse.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
template <class T>
|
template <class T>
|
||||||
auto_ptr <T> CoreService::GetResponse ()
|
auto_ptr <T> CoreService::GetResponse ()
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
#include "Platform/Unix/Pipe.h"
|
#include "Platform/Unix/Pipe.h"
|
||||||
#include "Core/Core.h"
|
#include "Core/Core.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
// This service facilitates process forking and elevation of user privileges
|
// This service facilitates process forking and elevation of user privileges
|
||||||
class CoreService
|
class CoreService
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "CoreService.h"
|
#include "CoreService.h"
|
||||||
#include "Volume/VolumePasswordCache.h"
|
#include "Volume/VolumePasswordCache.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
template <class T>
|
template <class T>
|
||||||
class CoreServiceProxy : public T
|
class CoreServiceProxy : public T
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#include "CoreServiceRequest.h"
|
#include "CoreServiceRequest.h"
|
||||||
#include "Platform/SerializerFactory.h"
|
#include "Platform/SerializerFactory.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
void CoreServiceRequest::Deserialize (shared_ptr <Stream> stream)
|
void CoreServiceRequest::Deserialize (shared_ptr <Stream> stream)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "Platform/Serializable.h"
|
#include "Platform/Serializable.h"
|
||||||
#include "Core/Core.h"
|
#include "Core/Core.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
struct CoreServiceRequest : public Serializable
|
struct CoreServiceRequest : public Serializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
#include "CoreServiceResponse.h"
|
#include "CoreServiceResponse.h"
|
||||||
#include "Platform/SerializerFactory.h"
|
#include "Platform/SerializerFactory.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
// CheckFilesystemResponse
|
// CheckFilesystemResponse
|
||||||
void CheckFilesystemResponse::Deserialize (shared_ptr <Stream> stream)
|
void CheckFilesystemResponse::Deserialize (shared_ptr <Stream> stream)
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "Platform/Serializable.h"
|
#include "Platform/Serializable.h"
|
||||||
#include "Core/Core.h"
|
#include "Core/Core.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
struct CoreServiceResponse : public Serializable
|
struct CoreServiceResponse : public Serializable
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
#include "Driver/Fuse/FuseService.h"
|
#include "Driver/Fuse/FuseService.h"
|
||||||
#include "Volume/VolumePasswordCache.h"
|
#include "Volume/VolumePasswordCache.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
CoreUnix::CoreUnix ()
|
CoreUnix::CoreUnix ()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
#include "Core/CoreBase.h"
|
#include "Core/CoreBase.h"
|
||||||
#include "Core/Unix/MountedFilesystem.h"
|
#include "Core/Unix/MountedFilesystem.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class CoreUnix : public CoreBase
|
class CoreUnix : public CoreBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
#include "CoreFreeBSD.h"
|
#include "CoreFreeBSD.h"
|
||||||
#include "Core/Unix/CoreServiceProxy.h"
|
#include "Core/Unix/CoreServiceProxy.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
CoreFreeBSD::CoreFreeBSD ()
|
CoreFreeBSD::CoreFreeBSD ()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "System.h"
|
#include "System.h"
|
||||||
#include "Core/Unix/CoreUnix.h"
|
#include "Core/Unix/CoreUnix.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class CoreFreeBSD : public CoreUnix
|
class CoreFreeBSD : public CoreUnix
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
#include "Driver/Fuse/FuseService.h"
|
#include "Driver/Fuse/FuseService.h"
|
||||||
#include "Core/Unix/CoreServiceProxy.h"
|
#include "Core/Unix/CoreServiceProxy.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
CoreLinux::CoreLinux ()
|
CoreLinux::CoreLinux ()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "System.h"
|
#include "System.h"
|
||||||
#include "Core/Unix/CoreUnix.h"
|
#include "Core/Unix/CoreUnix.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class CoreLinux : public CoreUnix
|
class CoreLinux : public CoreUnix
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
#include "Driver/Fuse/FuseService.h"
|
#include "Driver/Fuse/FuseService.h"
|
||||||
#include "Core/Unix/CoreServiceProxy.h"
|
#include "Core/Unix/CoreServiceProxy.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
CoreMacOSX::CoreMacOSX ()
|
CoreMacOSX::CoreMacOSX ()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "System.h"
|
#include "System.h"
|
||||||
#include "Core/Unix/FreeBSD/CoreFreeBSD.h"
|
#include "Core/Unix/FreeBSD/CoreFreeBSD.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class CoreMacOSX : public CoreFreeBSD
|
class CoreMacOSX : public CoreFreeBSD
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include "Platform/Platform.h"
|
#include "Platform/Platform.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
struct MountedFilesystem
|
struct MountedFilesystem
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
#include "CoreSolaris.h"
|
#include "CoreSolaris.h"
|
||||||
#include "Core/Unix/CoreServiceProxy.h"
|
#include "Core/Unix/CoreServiceProxy.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
CoreSolaris::CoreSolaris ()
|
CoreSolaris::CoreSolaris ()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "System.h"
|
#include "System.h"
|
||||||
#include "Core/Unix/CoreUnix.h"
|
#include "Core/Unix/CoreUnix.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class CoreSolaris : public CoreUnix
|
class CoreSolaris : public CoreUnix
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
#include "VolumeCreator.h"
|
#include "VolumeCreator.h"
|
||||||
#include "FatFormatter.h"
|
#include "FatFormatter.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
VolumeCreator::VolumeCreator ()
|
VolumeCreator::VolumeCreator ()
|
||||||
: SizeDone (0)
|
: SizeDone (0)
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#include "Volume/Volume.h"
|
#include "Volume/Volume.h"
|
||||||
#include "RandomNumberGenerator.h"
|
#include "RandomNumberGenerator.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
|
|
||||||
struct VolumeCreationOptions
|
struct VolumeCreationOptions
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
#include "Volume/EncryptionThreadPool.h"
|
#include "Volume/EncryptionThreadPool.h"
|
||||||
#include "Core/Core.h"
|
#include "Core/Core.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
static int fuse_service_access (const char *path, int mask)
|
static int fuse_service_access (const char *path, int mask)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
#include "Volume/VolumeInfo.h"
|
#include "Volume/VolumeInfo.h"
|
||||||
#include "Volume/Volume.h"
|
#include "Volume/Volume.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
|
|
||||||
class FuseService
|
class FuseService
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
#include "FormatCom_h.h"
|
#include "FormatCom_h.h"
|
||||||
#include "FormatCom_i.c"
|
#include "FormatCom_i.c"
|
||||||
|
|
||||||
using namespace TrueCrypt;
|
using namespace VeraCrypt;
|
||||||
|
|
||||||
static volatile LONG ObjectCount = 0;
|
static volatile LONG ObjectCount = 0;
|
||||||
|
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ IMPORTANT: Due to this issue, functions in this file must not directly interact
|
|||||||
#include "InPlace.h"
|
#include "InPlace.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace TrueCrypt;
|
using namespace VeraCrypt;
|
||||||
|
|
||||||
#define TC_MAX_NONSYS_INPLACE_ENC_WORK_CHUNK_SIZE (2048 * BYTES_PER_KB)
|
#define TC_MAX_NONSYS_INPLACE_ENC_WORK_CHUNK_SIZE (2048 * BYTES_PER_KB)
|
||||||
#define TC_INITIAL_NTFS_CONCEAL_PORTION_SIZE (2 * TC_MAX_VOLUME_SECTOR_SIZE)
|
#define TC_INITIAL_NTFS_CONCEAL_PORTION_SIZE (2 * TC_MAX_VOLUME_SECTOR_SIZE)
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
#include "Wipe.h"
|
#include "Wipe.h"
|
||||||
#include "Xml.h"
|
#include "Xml.h"
|
||||||
|
|
||||||
using namespace TrueCrypt;
|
using namespace VeraCrypt;
|
||||||
|
|
||||||
enum wizard_pages
|
enum wizard_pages
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#include "TextUserInterface.h"
|
#include "TextUserInterface.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
wxApp* Application::CreateConsoleApp ()
|
wxApp* Application::CreateConsoleApp ()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#include "UserInterface.h"
|
#include "UserInterface.h"
|
||||||
#include "UserInterfaceType.h"
|
#include "UserInterfaceType.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class Application
|
class Application
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
#include "LanguageStrings.h"
|
#include "LanguageStrings.h"
|
||||||
#include "UserInterfaceException.h"
|
#include "UserInterfaceException.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
CommandLineInterface::CommandLineInterface (wxCmdLineParser &parser, UserInterfaceType::Enum interfaceType) :
|
CommandLineInterface::CommandLineInterface (wxCmdLineParser &parser, UserInterfaceType::Enum interfaceType) :
|
||||||
ArgCommand (CommandId::None),
|
ArgCommand (CommandId::None),
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
#include "UserPreferences.h"
|
#include "UserPreferences.h"
|
||||||
#include "UserInterfaceType.h"
|
#include "UserInterfaceType.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
struct CommandId
|
struct CommandId
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
#include "FatalErrorHandler.h"
|
#include "FatalErrorHandler.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
static terminate_handler DefaultTerminateHandler;
|
static terminate_handler DefaultTerminateHandler;
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include "System.h"
|
#include "System.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class FatalErrorHandler
|
class FatalErrorHandler
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
#include "FavoriteVolume.h"
|
#include "FavoriteVolume.h"
|
||||||
#include "Xml.h"
|
#include "Xml.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
FavoriteVolumeList FavoriteVolume::LoadList ()
|
FavoriteVolumeList FavoriteVolume::LoadList ()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "System.h"
|
#include "System.h"
|
||||||
#include "Main.h"
|
#include "Main.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
struct FavoriteVolume;
|
struct FavoriteVolume;
|
||||||
typedef list < shared_ptr <FavoriteVolume> > FavoriteVolumeList;
|
typedef list < shared_ptr <FavoriteVolume> > FavoriteVolumeList;
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#include "Main/Resources.h"
|
#include "Main/Resources.h"
|
||||||
#include "AboutDialog.h"
|
#include "AboutDialog.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
AboutDialog::AboutDialog (wxWindow* parent) : AboutDialogBase (parent)
|
AboutDialog::AboutDialog (wxWindow* parent) : AboutDialogBase (parent)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include "Forms.h"
|
#include "Forms.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class AboutDialog : public AboutDialogBase
|
class AboutDialog : public AboutDialogBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
#include "Main/GraphicUserInterface.h"
|
#include "Main/GraphicUserInterface.h"
|
||||||
#include "BenchmarkDialog.h"
|
#include "BenchmarkDialog.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
BenchmarkDialog::BenchmarkDialog (wxWindow *parent)
|
BenchmarkDialog::BenchmarkDialog (wxWindow *parent)
|
||||||
: BenchmarkDialogBase (parent)
|
: BenchmarkDialogBase (parent)
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "Forms.h"
|
#include "Forms.h"
|
||||||
#include "Main/Main.h"
|
#include "Main/Main.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class BenchmarkDialog : public BenchmarkDialogBase
|
class BenchmarkDialog : public BenchmarkDialogBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
#include "Main/GraphicUserInterface.h"
|
#include "Main/GraphicUserInterface.h"
|
||||||
#include "ChangePasswordDialog.h"
|
#include "ChangePasswordDialog.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
ChangePasswordDialog::ChangePasswordDialog (wxWindow* parent, shared_ptr <VolumePath> volumePath, Mode::Enum mode, shared_ptr <VolumePassword> password, shared_ptr <KeyfileList> keyfiles, shared_ptr <VolumePassword> newPassword, shared_ptr <KeyfileList> newKeyfiles)
|
ChangePasswordDialog::ChangePasswordDialog (wxWindow* parent, shared_ptr <VolumePath> volumePath, Mode::Enum mode, shared_ptr <VolumePassword> password, shared_ptr <KeyfileList> keyfiles, shared_ptr <VolumePassword> newPassword, shared_ptr <KeyfileList> newKeyfiles)
|
||||||
: ChangePasswordDialogBase (parent), DialogMode (mode), Path (volumePath)
|
: ChangePasswordDialogBase (parent), DialogMode (mode), Path (volumePath)
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#include "Main/Main.h"
|
#include "Main/Main.h"
|
||||||
#include "VolumePasswordPanel.h"
|
#include "VolumePasswordPanel.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class ChangePasswordDialog : public ChangePasswordDialogBase
|
class ChangePasswordDialog : public ChangePasswordDialogBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
#include "Main/Resources.h"
|
#include "Main/Resources.h"
|
||||||
#include "DeviceSelectionDialog.h"
|
#include "DeviceSelectionDialog.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
DeviceSelectionDialog::DeviceSelectionDialog (wxWindow* parent)
|
DeviceSelectionDialog::DeviceSelectionDialog (wxWindow* parent)
|
||||||
: DeviceSelectionDialogBase (parent)
|
: DeviceSelectionDialogBase (parent)
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "Forms.h"
|
#include "Forms.h"
|
||||||
#include "Main/Main.h"
|
#include "Main/Main.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class DeviceSelectionDialog : public DeviceSelectionDialogBase
|
class DeviceSelectionDialog : public DeviceSelectionDialogBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
#include "EncryptionOptionsWizardPage.h"
|
#include "EncryptionOptionsWizardPage.h"
|
||||||
#include "EncryptionTestDialog.h"
|
#include "EncryptionTestDialog.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
EncryptionOptionsWizardPage::EncryptionOptionsWizardPage (wxPanel* parent)
|
EncryptionOptionsWizardPage::EncryptionOptionsWizardPage (wxPanel* parent)
|
||||||
: EncryptionOptionsWizardPageBase (parent)
|
: EncryptionOptionsWizardPageBase (parent)
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include "Forms.h"
|
#include "Forms.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class EncryptionOptionsWizardPage : public EncryptionOptionsWizardPageBase
|
class EncryptionOptionsWizardPage : public EncryptionOptionsWizardPageBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "Main/GraphicUserInterface.h"
|
#include "Main/GraphicUserInterface.h"
|
||||||
#include "EncryptionTestDialog.h"
|
#include "EncryptionTestDialog.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
EncryptionTestDialog::EncryptionTestDialog (wxWindow* parent)
|
EncryptionTestDialog::EncryptionTestDialog (wxWindow* parent)
|
||||||
: EncryptionTestDialogBase (parent)
|
: EncryptionTestDialogBase (parent)
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "Forms.h"
|
#include "Forms.h"
|
||||||
#include "Main/Main.h"
|
#include "Main/Main.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class EncryptionTestDialog : public EncryptionTestDialogBase
|
class EncryptionTestDialog : public EncryptionTestDialogBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#include "Main/GraphicUserInterface.h"
|
#include "Main/GraphicUserInterface.h"
|
||||||
#include "FavoriteVolumesDialog.h"
|
#include "FavoriteVolumesDialog.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
FavoriteVolumesDialog::FavoriteVolumesDialog (wxWindow* parent, const FavoriteVolumeList &favorites, size_t newItemCount)
|
FavoriteVolumesDialog::FavoriteVolumesDialog (wxWindow* parent, const FavoriteVolumeList &favorites, size_t newItemCount)
|
||||||
: FavoriteVolumesDialogBase (parent), Favorites (favorites)
|
: FavoriteVolumesDialogBase (parent), Favorites (favorites)
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#include "Main/Main.h"
|
#include "Main/Main.h"
|
||||||
#include "Main/FavoriteVolume.h"
|
#include "Main/FavoriteVolume.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class FavoriteVolumesDialog : public FavoriteVolumesDialogBase
|
class FavoriteVolumesDialog : public FavoriteVolumesDialogBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
#include "System.h"
|
#include "System.h"
|
||||||
#include "InfoWizardPage.h"
|
#include "InfoWizardPage.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
InfoWizardPage::InfoWizardPage (wxPanel *parent, const wxString &actionButtonText, shared_ptr <Functor> actionFunctor)
|
InfoWizardPage::InfoWizardPage (wxPanel *parent, const wxString &actionButtonText, shared_ptr <Functor> actionFunctor)
|
||||||
: InfoWizardPageBase (parent)
|
: InfoWizardPageBase (parent)
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include "Forms.h"
|
#include "Forms.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class InfoWizardPage : public InfoWizardPageBase
|
class InfoWizardPage : public InfoWizardPageBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
#include "Volume/Hash.h"
|
#include "Volume/Hash.h"
|
||||||
#include "KeyfileGeneratorDialog.h"
|
#include "KeyfileGeneratorDialog.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
KeyfileGeneratorDialog::KeyfileGeneratorDialog (wxWindow* parent) : KeyfileGeneratorDialogBase (parent)
|
KeyfileGeneratorDialog::KeyfileGeneratorDialog (wxWindow* parent) : KeyfileGeneratorDialogBase (parent)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "Forms.h"
|
#include "Forms.h"
|
||||||
#include "Main/Main.h"
|
#include "Main/Main.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class KeyfileGeneratorDialog : public KeyfileGeneratorDialogBase
|
class KeyfileGeneratorDialog : public KeyfileGeneratorDialogBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#include "Main/GraphicUserInterface.h"
|
#include "Main/GraphicUserInterface.h"
|
||||||
#include "KeyfilesDialog.h"
|
#include "KeyfilesDialog.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
KeyfilesDialog::KeyfilesDialog (wxWindow* parent, shared_ptr <KeyfileList> keyfiles)
|
KeyfilesDialog::KeyfilesDialog (wxWindow* parent, shared_ptr <KeyfileList> keyfiles)
|
||||||
: KeyfilesDialogBase (parent), Keyfiles (keyfiles)
|
: KeyfilesDialogBase (parent), Keyfiles (keyfiles)
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#include "Main/Main.h"
|
#include "Main/Main.h"
|
||||||
#include "KeyfilesPanel.h"
|
#include "KeyfilesPanel.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class KeyfilesDialog : public KeyfilesDialogBase
|
class KeyfilesDialog : public KeyfilesDialogBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
#include "KeyfilesPanel.h"
|
#include "KeyfilesPanel.h"
|
||||||
#include "SecurityTokenKeyfilesDialog.h"
|
#include "SecurityTokenKeyfilesDialog.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
KeyfilesPanel::KeyfilesPanel (wxWindow* parent, shared_ptr <KeyfileList> keyfiles)
|
KeyfilesPanel::KeyfilesPanel (wxWindow* parent, shared_ptr <KeyfileList> keyfiles)
|
||||||
: KeyfilesPanelBase (parent)
|
: KeyfilesPanelBase (parent)
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "Forms.h"
|
#include "Forms.h"
|
||||||
#include "Main/Main.h"
|
#include "Main/Main.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class KeyfilesPanel : public KeyfilesPanelBase
|
class KeyfilesPanel : public KeyfilesPanelBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
#include "Main/GraphicUserInterface.h"
|
#include "Main/GraphicUserInterface.h"
|
||||||
#include "Main/Resources.h"
|
#include "Main/Resources.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
LegalNoticesDialog::LegalNoticesDialog (wxWindow* parent) : LegalNoticesDialogBase (parent)
|
LegalNoticesDialog::LegalNoticesDialog (wxWindow* parent) : LegalNoticesDialogBase (parent)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include "Forms.h"
|
#include "Forms.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class LegalNoticesDialog : public LegalNoticesDialogBase
|
class LegalNoticesDialog : public LegalNoticesDialogBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
#include "VolumeCreationWizard.h"
|
#include "VolumeCreationWizard.h"
|
||||||
#include "VolumePropertiesDialog.h"
|
#include "VolumePropertiesDialog.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
MainFrame::MainFrame (wxWindow* parent) : MainFrameBase (parent),
|
MainFrame::MainFrame (wxWindow* parent) : MainFrameBase (parent),
|
||||||
ListItemRightClickEventPending (false),
|
ListItemRightClickEventPending (false),
|
||||||
@@ -46,7 +46,7 @@ namespace TrueCrypt
|
|||||||
|
|
||||||
SetName (Application::GetName());
|
SetName (Application::GetName());
|
||||||
SetTitle (Application::GetName());
|
SetTitle (Application::GetName());
|
||||||
SetIcon (Resources::GetTrueCryptIcon());
|
SetIcon (Resources::GetVeraCryptIcon());
|
||||||
|
|
||||||
#if defined(TC_UNIX) && !defined(TC_MACOSX)
|
#if defined(TC_UNIX) && !defined(TC_MACOSX)
|
||||||
try
|
try
|
||||||
@@ -1420,7 +1420,7 @@ namespace TrueCrypt
|
|||||||
else if (show && !mTaskBarIcon->IsIconInstalled())
|
else if (show && !mTaskBarIcon->IsIconInstalled())
|
||||||
{
|
{
|
||||||
#ifndef TC_MACOSX
|
#ifndef TC_MACOSX
|
||||||
mTaskBarIcon->SetIcon (Resources::GetTrueCryptIcon(), L"VeraCrypt");
|
mTaskBarIcon->SetIcon (Resources::GetVeraCryptIcon(), L"VeraCrypt");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "Forms.h"
|
#include "Forms.h"
|
||||||
#include "ChangePasswordDialog.h"
|
#include "ChangePasswordDialog.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
struct FavoriteVolume;
|
struct FavoriteVolume;
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
#include "Main/GraphicUserInterface.h"
|
#include "Main/GraphicUserInterface.h"
|
||||||
#include "MountOptionsDialog.h"
|
#include "MountOptionsDialog.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
MountOptionsDialog::MountOptionsDialog (wxWindow *parent, MountOptions &options, const wxString &title, bool disableMountOptions)
|
MountOptionsDialog::MountOptionsDialog (wxWindow *parent, MountOptions &options, const wxString &title, bool disableMountOptions)
|
||||||
: MountOptionsDialogBase (parent, wxID_ANY, wxString()
|
: MountOptionsDialogBase (parent, wxID_ANY, wxString()
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#include "Main/Main.h"
|
#include "Main/Main.h"
|
||||||
#include "VolumePasswordPanel.h"
|
#include "VolumePasswordPanel.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class MountOptionsDialog : public MountOptionsDialogBase
|
class MountOptionsDialog : public MountOptionsDialogBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#include "Main/GraphicUserInterface.h"
|
#include "Main/GraphicUserInterface.h"
|
||||||
#include "NewSecurityTokenKeyfileDialog.h"
|
#include "NewSecurityTokenKeyfileDialog.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
NewSecurityTokenKeyfileDialog::NewSecurityTokenKeyfileDialog (wxWindow* parent, const wstring &keyfileName) : NewSecurityTokenKeyfileDialogBase (parent)
|
NewSecurityTokenKeyfileDialog::NewSecurityTokenKeyfileDialog (wxWindow* parent, const wstring &keyfileName) : NewSecurityTokenKeyfileDialogBase (parent)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "Forms.h"
|
#include "Forms.h"
|
||||||
#include "Common/SecurityToken.h"
|
#include "Common/SecurityToken.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class NewSecurityTokenKeyfileDialog : public NewSecurityTokenKeyfileDialogBase
|
class NewSecurityTokenKeyfileDialog : public NewSecurityTokenKeyfileDialogBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
#include "Volume/Cipher.h"
|
#include "Volume/Cipher.h"
|
||||||
#include "PreferencesDialog.h"
|
#include "PreferencesDialog.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
PreferencesDialog::PreferencesDialog (wxWindow* parent)
|
PreferencesDialog::PreferencesDialog (wxWindow* parent)
|
||||||
: PreferencesDialogBase (parent),
|
: PreferencesDialogBase (parent),
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#include "Main/Main.h"
|
#include "Main/Main.h"
|
||||||
#include "KeyfilesPanel.h"
|
#include "KeyfilesPanel.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class PreferencesDialog : public PreferencesDialogBase
|
class PreferencesDialog : public PreferencesDialogBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#include "Main/GraphicUserInterface.h"
|
#include "Main/GraphicUserInterface.h"
|
||||||
#include "ProgressWizardPage.h"
|
#include "ProgressWizardPage.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
ProgressWizardPage::ProgressWizardPage (wxPanel* parent, bool enableAbort)
|
ProgressWizardPage::ProgressWizardPage (wxPanel* parent, bool enableAbort)
|
||||||
: ProgressWizardPageBase (parent),
|
: ProgressWizardPageBase (parent),
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include "Forms.h"
|
#include "Forms.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class ProgressWizardPage : public ProgressWizardPageBase
|
class ProgressWizardPage : public ProgressWizardPageBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
#include "Volume/Hash.h"
|
#include "Volume/Hash.h"
|
||||||
#include "RandomPoolEnrichmentDialog.h"
|
#include "RandomPoolEnrichmentDialog.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
RandomPoolEnrichmentDialog::RandomPoolEnrichmentDialog (wxWindow* parent) : RandomPoolEnrichmentDialogBase (parent)
|
RandomPoolEnrichmentDialog::RandomPoolEnrichmentDialog (wxWindow* parent) : RandomPoolEnrichmentDialogBase (parent)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "Forms.h"
|
#include "Forms.h"
|
||||||
#include "Main/Main.h"
|
#include "Main/Main.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class RandomPoolEnrichmentDialog : public RandomPoolEnrichmentDialogBase
|
class RandomPoolEnrichmentDialog : public RandomPoolEnrichmentDialogBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "NewSecurityTokenKeyfileDialog.h"
|
#include "NewSecurityTokenKeyfileDialog.h"
|
||||||
#include "SecurityTokenKeyfilesDialog.h"
|
#include "SecurityTokenKeyfilesDialog.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
SecurityTokenKeyfilesDialog::SecurityTokenKeyfilesDialog (wxWindow* parent, bool selectionMode)
|
SecurityTokenKeyfilesDialog::SecurityTokenKeyfilesDialog (wxWindow* parent, bool selectionMode)
|
||||||
: SecurityTokenKeyfilesDialogBase (parent)
|
: SecurityTokenKeyfilesDialogBase (parent)
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
#include "Common/SecurityToken.h"
|
#include "Common/SecurityToken.h"
|
||||||
#include "Main/Main.h"
|
#include "Main/Main.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class SecurityTokenKeyfilesDialog : public SecurityTokenKeyfilesDialogBase
|
class SecurityTokenKeyfilesDialog : public SecurityTokenKeyfilesDialogBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#include "Main/GraphicUserInterface.h"
|
#include "Main/GraphicUserInterface.h"
|
||||||
#include "SelectDirectoryWizardPage.h"
|
#include "SelectDirectoryWizardPage.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
bool SelectDirectoryWizardPage::IsValid ()
|
bool SelectDirectoryWizardPage::IsValid ()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include "Forms.h"
|
#include "Forms.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class SelectDirectoryWizardPage : public SelectDirectoryWizardPageBase
|
class SelectDirectoryWizardPage : public SelectDirectoryWizardPageBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include "Forms.h"
|
#include "Forms.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
template <class ChoiceType>
|
template <class ChoiceType>
|
||||||
class SingleChoiceWizardPage : public SingleChoiceWizardPageBase
|
class SingleChoiceWizardPage : public SingleChoiceWizardPageBase
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#include "Main/GraphicUserInterface.h"
|
#include "Main/GraphicUserInterface.h"
|
||||||
#include "VolumeCreationProgressWizardPage.h"
|
#include "VolumeCreationProgressWizardPage.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
VolumeCreationProgressWizardPage::VolumeCreationProgressWizardPage (wxPanel* parent, bool displayKeyInfo)
|
VolumeCreationProgressWizardPage::VolumeCreationProgressWizardPage (wxPanel* parent, bool displayKeyInfo)
|
||||||
: VolumeCreationProgressWizardPageBase (parent),
|
: VolumeCreationProgressWizardPageBase (parent),
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "Forms.h"
|
#include "Forms.h"
|
||||||
#include "Core/VolumeCreator.h"
|
#include "Core/VolumeCreator.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class VolumeCreationProgressWizardPage : public VolumeCreationProgressWizardPageBase
|
class VolumeCreationProgressWizardPage : public VolumeCreationProgressWizardPageBase
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
#include "VolumePasswordWizardPage.h"
|
#include "VolumePasswordWizardPage.h"
|
||||||
#include "VolumeSizeWizardPage.h"
|
#include "VolumeSizeWizardPage.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
VolumeCreationWizard::VolumeCreationWizard (wxWindow* parent)
|
VolumeCreationWizard::VolumeCreationWizard (wxWindow* parent)
|
||||||
: WizardFrame (parent),
|
: WizardFrame (parent),
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "WizardFrame.h"
|
#include "WizardFrame.h"
|
||||||
#include "Core/VolumeCreator.h"
|
#include "Core/VolumeCreator.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
class VolumeCreationWizard : public WizardFrame
|
class VolumeCreationWizard : public WizardFrame
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#include "Main/GraphicUserInterface.h"
|
#include "Main/GraphicUserInterface.h"
|
||||||
#include "VolumeFormatOptionsWizardPage.h"
|
#include "VolumeFormatOptionsWizardPage.h"
|
||||||
|
|
||||||
namespace TrueCrypt
|
namespace VeraCrypt
|
||||||
{
|
{
|
||||||
VolumeFormatOptionsWizardPage::VolumeFormatOptionsWizardPage (wxPanel* parent, uint64 volumeSize, uint32 sectorSize, bool enableQuickFormatButton, bool disableNoneFilesystem, bool disable32bitFilesystems)
|
VolumeFormatOptionsWizardPage::VolumeFormatOptionsWizardPage (wxPanel* parent, uint64 volumeSize, uint32 sectorSize, bool enableQuickFormatButton, bool disableNoneFilesystem, bool disable32bitFilesystems)
|
||||||
: VolumeFormatOptionsWizardPageBase (parent)
|
: VolumeFormatOptionsWizardPageBase (parent)
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user