From b3c8bdcc0d1e4b2ab298847a7902b6d60410a5bc Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Fri, 24 Nov 2017 23:24:09 +0000 Subject: New upstream version 1.2.3.6 --- Variable.h | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'Variable.h') diff --git a/Variable.h b/Variable.h index 6e16355..66a41c2 100644 --- a/Variable.h +++ b/Variable.h @@ -1,8 +1,6 @@ /** \file Variable.h \brief Define the environment variable \author alpha_one_x86 -\version 0.3 -\date 2010 \licence GPL3, see the file COPYING */ #ifndef VARIABLE_H @@ -10,32 +8,44 @@ /// \brief Un-comment this next line to put ultracopier in debug mode #define ULTRACOPIER_DEBUG -/// \brief Max number of ligne show on the GUI -#define ULTRACOPIER_DEBUG_MAX_GUI_LINE 5000 +#define ULTRACOPIER_DEBUG_MAX_GUI_LINE 50000 ///< \brief Max number of ligne show on the GUI +#define ULTRACOPIER_DEBUG_MAX_ALL_SIZE 128 ///< \brief Max size (in MB) after the console/file output is dropped +#define ULTRACOPIER_DEBUG_MAX_IMPORTANT_SIZE 150 ///< \brief Max size (in MB) after the console/file important output is dropped /// \brief the version -#define ULTRACOPIER_VERSION "0.3.1.0" +#define ULTRACOPIER_VERSION "1.2.3.6" /// \brief the windows version -#define ULTRACOPIER_WINDOWS_VERSION 0,3,1,0 +#define ULTRACOPIER_WINDOWS_VERSION 1,2,3,6 // define if the version is portable or not ////#define ULTRACOPIER_VERSION_PORTABLE ////#define ULTRACOPIER_VERSION_PORTABLEAPPS // define if the version is ultimate, need change only the name in the code -//#define ULTRACOPIER_VERSION_ULTIMATE +#define ULTRACOPIER_VERSION_ULTIMATE +//#define ULTRACOPIER_PLUGIN_ALL_IN_ONE +//#define ULTRACOPIER_CGMINER +//#define ULTRACOPIER_ILLEGAL +//#define ULTRACOPIER_MODE_SUPERCOPIER /// \brief define time to update the speed detection update ont the interface (in ms) #define ULTRACOPIER_TIME_INTERFACE_UPDATE 500 /** \brief How many value store to calculate the average value * 5*ULTRACOPIER_TIME_INTERFACE_UPDATE = 5*500 to get 2.5s * */ +#define ULTRACOPIER_MAXREMAININGTIMECOL 10 #define ULTRACOPIER_MAXVALUESPEEDSTORED 5 +#define ULTRACOPIER_MINVALUESPEED 3 +#define ULTRACOPIER_MAXVALUESPEEDSTOREDTOREMAININGTIME 120 +#define ULTRACOPIER_MINVALUESPEEDTOREMAININGTIME 10 +#define ULTRACOPIER_REMAININGTIME_BIGFILEMEGABYTEBASE10 100 /// \brief the socket name, to have unique instance of ultracopier, and pass arguments between the instance -#define ULTRACOPIER_SOCKETNAME "ultracopier-0.3" +#define ULTRACOPIER_SOCKETNAME "ultracopier" /// \brief to have internet support, to communicate with the web site for update and plugins #define ULTRACOPIER_INTERNET_SUPPORT -/// \brief to disable plugin support to do all in one version with static Qt for the protable version -#define ULTRACOPIER_PLUGIN_SUPPORT +/// \brief to disable plugin support, import and remove +#define ULTRACOPIER_PLUGIN_IMPORT_SUPPORT + +#define ULTRACOPIER_UPDATER_URL "http://ultracopier-update.first-world.info:10852/updater.txt" #endif // VARIABLE_H -- cgit v1.2.3