forked from psemiletov/tea-qt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6160208
commit 9e6615e
Showing
32 changed files
with
88 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
=====NEWS ABOUT TEA==== | ||
TEA 60.0.0, march 2021 | ||
TEA 60.0.0, april 2021 | ||
--------------------------------------- | ||
|
||
For the centuries of the development, TEA gains a thousands of features. Some of them becomes rarely used, some needs more dependencies, so I've decide to make a some sort of clean-up without the actual removing of such functions. Now they are just disabled by default at the build level, when you compile TEA with cmake and meson. The qmake subsystem still loves all TEA non-mandatory deps. | ||
So, by default, with meson and cmake, TEA does not searches and does not builds with: QML, Aspell, libpopplerqt5, ddjvuapi. You can enable all that stuff (see README) by yourself manually. I don't know the decisions of packagers, their choice of TEA features, now I'm speaking just about the build from the source. | ||
TEA 50.1 also has a lot of fixes for Clang/Mac. | ||
My study of Voynich manuscript (the dead end, it is impossible to read it) lead me to add some new functions: | ||
+ Functions - Analysis - UNITAZ sorting length | ||
+ Functions - Filter - Filter by repetitions | ||
+ Functions - Sort - Sort by length | ||
Why the version 60 after 51? To express the big changes of the code and compatibility with Qt 6. Yes, now TEA can be built against Qt 4 (for legacy systems), Qt 5 and Qt 6. | ||
With TEA 60, the mature, 14-year old codebase was reviewed line by line and rewritten a lot. But I still don't use "modern C++" due to respect to old compilers. | ||
So, what is new in TEA 60? | ||
* Input-output subsystem (not touched from the beginning) was rewritten. | ||
- QML support is dropped. No more plugins. But! | ||
+ Added 2/Rexx, Lua, Windows batch files as scripts support (to the already supported Bash, Perl, Ruby, Python). | ||
* TEA now uses some icons from the desktop theme. | ||
* Spellchecker module has been rewritten. | ||
* Syntax highlighting engine is almost new, and old syntax highlighting rule file format is not supported anymore - TEA uses the new one, although based on the old one. | ||
+ Use Ctrl-mouse wheel to zoom text at current file. | ||
+ TEA start time is shorter due to some improvements (spell checker now initialized on demand only). | ||
|
||
NOTE FOR PACKAGERS | ||
|
||
TEA 60 is stable with Qt6 as with Qt5. If built against Qt6, add to the deps the "Qt6-5compat" module. | ||
|
||
Stay tuned. | ||
Peter Semiletov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
=====НОВОСТИ ПРО ТИА==== | ||
ТИА 50.1.0, октябрь 2020 | ||
ТИА 60.0.0, апрель 2021 | ||
------------------------------------------------------ | ||
http://semiletov.org/tea/ | ||
====================== | ||
|
||
За тысячелетия разработки, ТИА вобрал в себя уйму функций, часть коих нынче устарела либо редко используется. Поэтому я решил отключить их по умолчанию, на этапе сборки, ежели таковая происходит с помощью cmake и meson. В случае с qmake по-прежнему ищутся все зависимости, включая необязательные, и если находятся, то ТИА собирается с ними. Как вернуть все зависимости при сборке с meson и cmake, подробно сказано на заморском аглицком языке в файле README - нагло подразумевается, что если вы собираете ТИА из исходников, а может еще и пакеты делаете, то сможете прочесть. Если нет, забейте, ТИА не станет хуже, если не будет тащить за собой: поддержку QML (я не знаю, кто пишет для ТИА плагины, кроме меня), Aspell (остался Hunspell), libpopplerqt5 и ddjvuapi. | ||
Итак, по желанию сие можно вернуть при сборке. | ||
Новый ТИА стал более лоялен к разным версиям Clang на Макинтошах. Любо дорого! | ||
Наконец, мои исследования манускрипта Войнича (тоже забейте, его невозможно расшифровать, это алхимический трактат на выдуманном языке, записанный выдуманными для этого буквами) породили в ТИА несколько новых функций, относящихся к фильтрации, сортировке и статистике. | ||
Могучий анализатор текста УНИТАЗ научился выводить итог, сортируя слова по длине. Появилась также просто сортировка списка слов по длине. В подменю Фильтр вы найдете странную штуку, "Фильтровать повторы" - она годится для изучения зашифрованных текстов, а как именно, нетрудно будет сообразить, если прочесть документацию, там и пример дан. | ||
Почему сразу версия 60 после 51? Потому, что ТИА основательно переписан, а кроме того может быть собран теперь с Qt6 - хотя поддержка Qt5 и даже старинной Qt4 никуда не делась. | ||
Приспосабливая ТИА к Qt6 я затронул весь код вообще, оптимизируя и переделывая всё, что накопилось за 14 лет разработки Qt-шной ипостаси ТИА (а ведь прежде была и GTK, а еще раньше вындовая версия на Delphi). Я однако поборол в себе искушение использовать "современный С++", дабы сохранить совместимость со старыми версиями компиляторов, присущими машинам, где до сир пор в ходу Qt4. | ||
Что же нового в ТИА? | ||
- Выкинута поддержка QML. Никаких больше плагинов. Вместе с тем, к уже имеющейся поддержке скриптов на Bash, Perl, Ruby, Python, добавлена поддержка скриптов на 2/Rexx, Lua и Windows batch. | ||
* Подсистема ввода-вывода, святая святых, которую я не трогал со времен основания мира, переписана заново. | ||
* Движок подсветки синтаксиса переписан, старый формат файлов с правилами подсветки - в топку, теперь используется новый формат, основанный впрочем на старом. | ||
* Движок проверки правописания - тоже переписан, и эта подсистема загружается только по мере надобности, а не при запуске ТИА, что сокращает время запуска. | ||
* ТИА использует теперь некоторые иконки из темы оформления рабочего стола, чтобы лучше в него вписываться. | ||
+ Контрол + колесико мыши = масштабирует текст. | ||
Это кратко и что на виду, основные изменения коснулись незримого, самого кода, включая архитектуру программы. | ||
|
||
ПРИМЕЧАНИЯ ДЛЯ ВЕДУЩИХ ПАКЕТОВ | ||
|
||
Для сборки ТИА с Qt6 надо добавить в зависимости модуль "Qt6-5compat". ТИА 60 столь же стабилен с Qt6, как и с Qt5. | ||
|
||
|
||
|
||
С кирпичным пролетарским приветом, Петр Семилетов! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.