From OpenSCADAWiki
Jump to: navigation, search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en){{CntHdr|{{Anch|BuildD12Qt6SSL3|CONCEPTUAL > Unification the building with adaption to Debian 12, Qt6, QtWebEngine, QtMultimediaEngine, OpenSSL3, MIPS}} }}
* FIX: Finished in true building with the core library only in static:
** configure.ac: the configuration option {{InLineCode|<nowiki>--enable-CoreLibStatic</nowiki>}} expanded for definition the AM_CONDITIONAL(CoreLibStatic) and the environment variable LIB_MOD;
** moduls/*/*/Makefile.am: appended by the option --tag=disable-shared and expanded by using the environment variable LIB_MOD;
** src_call/Makefile.am: expanded by the AM_CONDITIONAL(CoreLibStatic) specific processing for static linking the core library with all included modules.
* configure.ac,acinclude.m4: Cleaned from the deprecated macroses in AutoConf 2.70:
** AC_HELP_STRING renamed to AS_HELP_STRING;
** AM_CONFIG_HEADER renamed to AC_CONFIG_HEADER;
** AC_LIBTOOL_DLOPEN replaced by LT_INIT([dlopen]);
** AX_PTHREAD replaced by AC_SEARCH_LIBS(pthread, [pthread_create])
** commented for AC_PROG_LIBTOOL, AM_PROG_LIBTOOL, AC_HEADER_STDC, AC_HEADER_TIME, AC_TYPE_SIGNAL, AC_ISC_POSIX.
* acinclude.m4,DAQ.OPC_UA.libOPC_UA,Transport.SSL,Special.FLibSYS: Cleaned from deprecated functions in OpenSSL 1.1 (API 3.0):
** acinclude.m4: testing function of the macro AX_LIB_OpenSSL() and AX_LIB_OpenSSL_opt() for libcrypto replaced from MD5_Init() to BIO_new(); testing function of the macro AX_LIB_OpenSSL() for libssl replaced from SSL_free() to SSL_new();
** OPC_UA.libOPC_UA: UA::symmetricEncrypt() and UA::symmetricDecrypt() merged to UA::symmetricCrypt() and switched for using EVP_CipherInit() and EVP_CipherUpdate() instead AES_cbc_encrypt() for new versions;
*** using RSA_public_encrypt() moved to EVP_PKEY_encrypt() and RSA_private_decrypt() moved to EVP_PKEY_decrypt() for new versions.
** Transport.SSL,Special.FLibSYS: using of MD5() moved to EVP_DigestInit_ex(), EVP_DigestUpdate(), EVP_DigestFinal_ex() for new versions.
* configure.ac: In appending Qt6 that is appended by Qt6Sensors, Qt6WebEngineWidgets, Qt6MultimediaWidgets.
** Appended by checking Qt5WebEngineWidgets and Qt5MultimediaWidgets for support in UI.Vision.
** Appended by checking the declarations-functions clock_nanosleep, pthread_rwlock_timedwrlock, newlocale for very pure environments of MIPS with UCLibC.
** The parameters {{InLineCode|<nowiki>--disable-WebKit</nowiki>}} and {{InLineCode|<nowiki>--disable-Phonon</nowiki>}} renamed to {{InLineCode|<nowiki>--disable-QtWebEngine</nowiki>}} and {{InLineCode|<nowiki>--disable-QtMultimediaEngine</nowiki>}} respectively.
** The generic variables QtWebKit_{CFLAGS,LIBS} and phonon_{CFLAGS,LIBS} renamed to QtWebEngine_{CFLAGS,LIBS} and QtMultimediaEngine_{CFLAGS,LIBS} respectively.
** Most of the corresponding messages were improved.
** Appended by checking the header pthread.h.
* acinclude.m4: The AutoConf macro AX_LIB_Qt expanded by Qt6 support and improved in MOC and RCC detection for Qt5.
** Some messages improved.
* data/{debian,debian_mod}/compat: The level was risen up to 7 for default building at modern Debian distributives.
* data/{debian,debian_mod}/control: Appended by the dependency variants qt6-base-dev, qt6-webengine-dev, qt6-multimedia-dev and qtwebengine5-dev, qtmultimedia5-dev. Appended by the dependency variant libsensors-dev to libsensors4-dev.
* ResRW::{resRequestW,resRequestR}(): Appended of using the timed version at the definition HAVE_DECL_PTHREAD_RWLOCK_TIMEDWRLOCK.
* TSYS::atime2str(),SYS.strftime(): Appended of using the localized data at the definition HAVE_DECL_NEWLOCALE.
* TSYS::{sysSleep,taskSleep}(): Appended of using the clocked sleep at the definition HAVE_DECL_CLOCK_NANOSLEEP.
* Control Interface of the main page appended by hiding the tab "Translations" and the language fields at missing the internationalisation in whole.
* TMess,TModule: The HAVE_LIBINTL_H checking replaced by "#if HAVE_LIBINTL_H", that is checking for 1.
* Transports.SSL: Adapted to new functions of OpenSSL 1.1 (API 3.0) with treating deprecated ones.
* UI.{QTStarter,QTCfg,Vision}: Adapting for building with Qt6, including adapting to Qt6WebEngine and Qt6Multimedia:
** QLayout::{setMargin,margin}() replaced by QLayout::{setContentsMargins,getContentsMargins}();
** QVariant(char*) replaced by QVariant(QString);
** the QMouseEvent constructor replaced by one with the global position;
** QRegExp replaced by the OpenSCADA's variant TRegExp for functions of replacing and testing or by the direct checking;
** the QComboBox signal activated(const QString&), currentIndexChanged(const QString&) replaced by activated(int), currentIndexChanged(int) respectively;
** the QSignalMapper signal mapped(QWidget*) replaced by mappedObject(QObject*);
** QPalette::Background replaced by QPalette::Window and Qt::MidButton by Qt::MiddleButton;
** QFileDialog::setReadOnly() replaced by setOption();
** QApplication::desktop() replaced by QScreen;
** QAction::parentWidget() replaced by parent();
** QVariant::type() renamed to typeId(), QMouseEvent::{pos,globalPos}() renamed to {position,globalPosition}(), QDateTime::{setTime_t,fromTime_t,toTime_t}() renamed to {setSecsSinceEpoch,fromSecsSinceEpoch,toSecsSinceEpoch}();
** appended by renaming functions for different Qt versions with help the macro-definitions in different files and for: typeId() to type(), position() to pos(), globalPosition() to globalPos(), setSecsSinceEpoch() to setTime_t(), fromSecsSinceEpoch() to fromTime_t(), toSecsSinceEpoch() to toTime_t(), mappedObject() to mapped(), setSource() to setMedia(), setVolume() to audioOutput()->setVolume(), setMedia() to setSource(), state() to playbackState();
** appended for support QRegularExpression instead QRegExp in Qt6;
** the QMouseEvent property mouseBtHold splitted on two QPointF: mouseBtHoldPos, mouseBtHoldPosG;
** the keyboard combination separator "+" replaced by "|", that is "Qt::SHIFT|Qt::Key_F1";
** the event QEvent::KeyRelease in LineEdit apply replaced by QEvent::KeyPress;
** QTStarter: the generic library lib_qtgen appended by the function winFit() of specific windows fitting on mobile systems in common; appended by the attribute Qt::AA_ShareOpenGLContexts before the Qt application object for QtWebEngine work on Qt6;
** Vision: adaption to Qt WebEngineWidgets instead WebKit and to Qt MultimediaWidgets instead Phonon, and the primitive Document split for force using QTextBrowser in the development mode. Restored in new action items of the library widgets appearance by placing the new actions to Menu before ToolBar.
 h Ukrainian (uk){{CntHdr|{{Anch|BuildD12Qt6SSL3|КОНЦЕПТУАЛЬНЕ > Уніфікація складання із адаптацією до Debian 12, Qt6, QtWebEngine, QtMultimediaEngine, OpenSSL3, MIPS}} }}
* FIX: Завершено правильне складання із бібліотекою ядра лише статично:
** configure.ac: конфігураційний параметр {{InLineCode|<nowiki>--enable-CoreLibStatic</nowiki>}} розширено визначенням AM_CONDITIONAL(CoreLibStatic) і змінною оточення LIB_MOD;
** moduls/*/*/Makefile.am: доповнено параметром {{InLineCode|<nowiki>--tag=disable-shared</nowiki>}} і розширено використанням змінної оточення LIB_MOD;
** src_call/Makefile.am: розширено специфічною обробкою AM_CONDITIONAL(CoreLibStatic) для статичного зв'язування бібліотеки ядра із усіма включеними модулями.
* configure.ac,acinclude.m4: Очищено від застарілих макросів у AutoConf 2.70:
** AC_HELP_STRING перейменовано у AS_HELP_STRING;
** AM_CONFIG_HEADER перейменовано у AC_CONFIG_HEADER;
** AC_LIBTOOL_DLOPEN замінено на LT_INIT([dlopen]);
** AX_PTHREAD замінено на AC_SEARCH_LIBS(pthread, [pthread_create])
** закоментовано AC_PROG_LIBTOOL, AM_PROG_LIBTOOL, AC_HEADER_STDC, AC_HEADER_TIME, AC_TYPE_SIGNAL, AC_ISC_POSIX.
* acinclude.m4,DAQ.OPC_UA.libOPC_UA,Transport.SSL,Special.FLibSYS: Очищено від застарілих функцій у OpenSSL 1.1 (API 3.0):
** acinclude.m4: функції тестування макросу AX_LIB_OpenSSL() і AX_LIB_OpenSSL_opt() на libcrypto замінено із MD5_Init() у BIO_new(); функції тестування макросу AX_LIB_OpenSSL() на libssl замінено із SSL_free() у SSL_new();
** OPC_UA.libOPC_UA: UA::symmetricEncrypt() і UA::symmetricDecrypt() поєднано у UA::symmetricCrypt() і переключено на використання EVP_CipherInit() і EVP_CipherUpdate() замість AES_cbc_encrypt() для нових версій;
*** використання RSA_public_encrypt() переведено на EVP_PKEY_encrypt() і RSA_private_decrypt() переведено на EVP_PKEY_decrypt() для нових версій.
** Transport.SSL,Special.FLibSYS: використання MD5() переведено на EVP_DigestInit_ex(), EVP_DigestUpdate(), EVP_DigestFinal_ex() для нових версій.
* configure.ac: При додані Qt6 його доповнено щодо Qt6Sensors, Qt6WebEngineWidgets, Qt6MultimediaWidgets.
** Доповнено перевіркою Qt5WebEngineWidgets і Qt5MultimediaWidgets для підтримки у UI.Vision.
** Доповнено перевіркою декларацій-функцій clock_nanosleep, pthread_rwlock_timedwrlock, newlocale для дуже простих оточень MIPS із UCLibC.
** Параметри {{InLineCode|<nowiki>--disable-WebKit</nowiki>}} і {{InLineCode|<nowiki>--disable-Phonon</nowiki>}} перейменовано у {{InLineCode|<nowiki>--disable-QtWebEngine</nowiki>}} і {{InLineCode|<nowiki>--disable-QtMultimediaEngine</nowiki>}} відповідно.
** Загальні зміни QtWebKit_{CFLAGS,LIBS} і phonon_{CFLAGS,LIBS} перейменовано у QtWebEngine_{CFLAGS,LIBS} і QtMultimediaEngine_{CFLAGS,LIBS} відповідно.
** Покращено більшість відповідних повідомлень.
** Доповнено перевіркою заголовку pthread.h.
* acinclude.m4: AutoConf макрос AX_LIB_Qt розширено підтримкою Qt6 та вдосконалено виявлення MOC і RCC для Qt5.
** Покращено деякі повідомлення.
* data/{debian,debian_mod}/compat: Рівень збільшено до 7 для складання на сучасний дистрибутивах Debian по замовченню.
* data/{debian,debian_mod}/control: Доповнено варіантами залежностей qt6-base-dev, qt6-webengine-dev, qt6-multimedia-dev і qtwebengine5-dev, qtmultimedia5-dev. Доповнено варіантом залежності libsensors-dev до libsensors4-dev.
* ResRW::{resRequestW,resRequestR}(): Доповнено використанням версії за часом із визначенням HAVE_DECL_PTHREAD_RWLOCK_TIMEDWRLOCK.
* TSYS::atime2str(),SYS.strftime(): Доповнено використанням локалізованої дати із визначенням HAVE_DECL_NEWLOCALE.
* TSYS::{sysSleep,taskSleep}(): Доповнено використанням сну за годинником при визначені HAVE_DECL_CLOCK_NANOSLEEP.
* Інтерфейс Контролю основної сторінки доповнено прихованням вкладки "Переклади" і полів мови за відсутності багатонаціональності взагалі.
* TMess,TModule: Перевірку HAVE_LIBINTL_H замінено на "#if HAVE_LIBINTL_H", тобто перевіркою на 1.
* Transports.SSL: Адаптовано до нових функцій OpenSSL 1.1 (API 3.0) з поводженням із застарілими.
* UI.{QTStarter,QTCfg,Vision}: Адаптація до складання із Qt6, включно із адаптацією до Qt6WebEngine і Qt6Multimedia:
** QLayout::{setMargin,margin}() замінено на QLayout::{setContentsMargins,getContentsMargins}();
** QVariant(char*) замінено на QVariant(QString);
** конструктор QMouseEvent замінено відповідною із глобальною позицією;
** QRegExp замінено на TRegExp варіантом OpenSCADA для функцій заміни і тестування або прямої перевірки;
** QComboBox сигнал activated(const QString&), currentIndexChanged(const QString&) замінено на activated(int), currentIndexChanged(int) відповідно;
** QSignalMapper сигнал mapped(QWidget*) замінено на mappedObject(QObject*);
** QPalette::Background замінено на QPalette::Window та Qt::MidButton на Qt::MiddleButton;
** QFileDialog::setReadOnly() замінено на setOption();
** QApplication::desktop() замінено на QScreen;
** QAction::parentWidget() замінено на parent();
** QVariant::type() перейменовано у typeId(), QMouseEvent::{pos,globalPos}() перейменовано у {position,globalPosition}(), QDateTime::{setTime_t,fromTime_t,toTime_t}() перейменовано у {setSecsSinceEpoch,fromSecsSinceEpoch,toSecsSinceEpoch}();
** доповнено перейменуванням функцій для різних версій Qt за допомогою макро-визначень у різних файлах щодо: typeId() у type(), position() у pos(), globalPosition() у globalPos(), setSecsSinceEpoch() у setTime_t(), fromSecsSinceEpoch() у fromTime_t(), toSecsSinceEpoch() у toTime_t(), mappedObject() у mapped(), setSource() у setMedia(), setVolume() у audioOutput()->setVolume(), setMedia() у setSource(), state() у playbackState();
** доповнено підтримкою QRegularExpression замість QRegExp у Qt6;
** QMouseEvent властивість mouseBtHold розділено на дві QPointF: mouseBtHoldPos, mouseBtHoldPosG;
** розділювач комбінацій клавіш "+" замінено "|", тобто "Qt::SHIFT|Qt::Key_F1";
** подія QEvent::KeyRelease у застосуванні LineEdit замінено на QEvent::KeyPress;
** QTStarter: загальну бібліотеку lib_qtgen доповнено функцією winFit() загального підлаштування специфічних вікон мобільних систем; доповнено атрибутом Qt::AA_ShareOpenGLContexts перед об'єктом додатку Qt для функціювання QtWebEngine на Qt6;
** Vision: адаптація до Qt WebEngineWidgets замість WebKit та до Qt MultimediaWidgets замість Phonon, і примітив Документ розділено задля примусового використання QTextBrowser у режимі розробки. Відновлено появу нових елементів дій віджетів бібліотек шляхом розташування нових дій у Меню перед Панеллю Інструментів.