No description
Find a file
Ivailo Monev 550185907b check for vsnprintf() during build
QT_SNPRINTF and QT_VSNPRINTF should not be used directly thus removing them

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-11-18 00:58:56 +02:00
.github/workflows trace RCC execution 2020-09-12 21:18:43 +03:00
cmake remove redundant inclusions in KatieBUildMacros file 2020-11-16 14:28:19 +02:00
mkspecs NetBSD and OpenBSD build fixes 2020-11-11 01:23:56 +02:00
package drop QLibraryInfo::SettingsPath support 2020-11-08 04:24:25 +02:00
scripts NetBSD and OpenBSD build fixes 2020-11-11 01:23:56 +02:00
src check for vsnprintf() during build 2020-11-18 00:58:56 +02:00
tests benchmark build fix 2020-11-11 14:31:00 +02:00
translations update translations [ci skip] 2020-10-26 04:03:54 +02:00
util remove redundant .gitignore files 2020-10-18 18:17:56 +03:00
.gitignore add tarball.sh script [ci skip] 2020-03-24 19:41:45 +00:00
.kateproject add Kate project file 2016-04-18 08:18:39 +00:00
.travis.yml build without MySQL support in Travis 2020-11-09 10:16:01 +02:00
CMakeLists.txt check for vsnprintf() during build 2020-11-18 00:58:56 +02:00
doxygen.conf update doxygen configuration file [ci skip] 2020-03-26 01:10:58 +00:00
header.BSD update copyright and add script for doing so 2019-12-29 23:21:34 +00:00
header.FDL update copyright and add script for doing so 2019-12-29 23:21:34 +00:00
header.LGPL update copyright and add script for doing so 2019-12-29 23:21:34 +00:00
header.LGPL3 update copyright and add script for doing so 2019-12-29 23:21:34 +00:00
header.LGPL21 update copyright and add script for doing so 2019-12-29 23:21:34 +00:00
LGPL_EXCEPTION.txt initial import 2015-12-10 05:06:13 +02:00
LICENSE.FDL initial import 2015-12-10 05:06:13 +02:00
LICENSE.LGPL copyright changes 2019-06-03 13:38:02 +00:00
LICENSE.LGPLv3 copyright changes 2019-06-03 13:38:02 +00:00
LICENSE.LGPLv21 copyright changes 2019-06-03 13:38:02 +00:00
README update README [ci skip] 2020-11-09 04:47:58 +02:00

Katie is continuation of the Qt4 C++ toolkit with the goal to keep it alive,
clean it up, fix some bugs and backport some features from Qt5. It is based
on the latest Git revision of Qt v4.8.

There are several things you should be aware before considering Katie:

 - some components and tools have been removed:
  - QMake, Linguist, Assistant, checksdk, macdeployqt, pixeltool, qconfig,
    qdoc, qev, qvfb, runonphone and other non-essential
  - Qt3Support, QtWebKit, QtHelp, QtXmlPatterns, QtOpenGL, ActiveQt, Phonon and
    QtMultimedia

 - some things have changed:
  - QMake build system replaced with CMake
  - zlib, zstd, OpenSSL, PCRE, Freetype, ICU, X11, libpng and SQLite are
    required for building
  - OpenSSL, D-Bus, CUPS and resolv must be linked to during build
  - QtUiTools is build as shared library by default
  - moc, uic, rcc, lrelease, lupdate, etc. are linked to components
  - updated bundled Harfbuzz from upstream (not Harfbuzz-NG)
  - updated bundled FFTW and Valgrind from upstream
  - versioned and extended classes have been merged into the base class,
    e.g. QIconEngineV2 into QIconEngine and QKeyEventEx into QKeyEvent
  - QGuiPlatformPlugin class is public
  - updated localizations data from Common Locale Data Repository v36.1
  - SQLite driver uses UTF-8 encoding instead of UTF-16
  - default text codec for C-strings is UTF-8
  - Symbian, QWS, QPA, Mac and Windows are no longer supported platforms
  - OpenVG is no longer supported graphics output
  - Blitter is no longer supported painting engine
  - native graphics system is no more, rasterizer is just as fast as native
  - QPicture, QPictureIO and plugins for it are no longer supported
  - QML debugger and inspector have been removed, potentially dangerous
  - no SIMD, zero performance impact with decent compiler
  - state machine is no more
  - removed non-open source DB2, OCI, TDS and InterBase database drivers
  - removed 3rd party sources that are very common nowdays
  - dropped non-open source platforms support
  - dropped dnotify filesystem watcher support
  - dropped Glib2 event dispatcher support
  - dropped support for a.out format
  - dropped Motif Drag-And-Drop (DND) support
  - dropped LPR support
  - dropped static plugins support
  - dropped MNG image format support
  - dropped obscure (24-bit) image formats support

 - some additions have been made: 
  - JSON classes and types
  - command line parser
  - standard directories handler
  - building with OpenSSL v1.1+ is possible
  - building with IODBC instead of unixODBC is possible
  - building with LTO is possible and supported, if the toolchain can handle it
  - building without resolv is possible
  - alternative libc implementations support
  - additional text codecs via ICU converter
  - Unicode v5.0+ characters and partial scripts support
  - support for locale aliases
  - support for generating SHA-224, SHA-256, SHA-384, SHA-512 hash sums (SHA-2)
  - support for generating CRC-32 checksums via qChecksum32() function
  - verification section for plugins build with Clang
  - faster alternatives to qCompress() and qUncompress()
  - stack unwinding on assert or crash via libunwind
  - brief manual pages for all command-line tools
  - desktop files, Shell profile and dynamic linker/loader config
  - automatic async D-Bus calls based on return type, no Q_NOREPLY needed
  - more reliable qrand(), seeded per thread
  - improved signal/slot template arguments handling
  - improved OpenSSL default certificate and certificates directory detection
  - improved namespaces support and introduced QT_NAMESPACE_COMPAT
  - improved cross-compilation support
  - improved POSIX, XSI, SUSv2, etc. requirements build checks
  - improved Large File Support (LFS) requirements checks
  - script component relies on PCRE instead of internal copy
  - tests and benchmarks can be run without prior installation

Bugs fixed in Katie, some of which in Qt5 too:
QTBUG-23502, QTBUG-37115, QTBUG-15052, QTBUG-23522, QTBUG-6139, QTBUG-26889,
QTBUG-21548, QTBUG-6133, QTBUG-18188, QTBUG-36767, QTBUG-35387, QTBUG-37035,
QTBUG-28321, QTBUG-21993, QTBUG-26590, QTBUG-2124, QTBUG-20482, QTBUG-41361,
QTBUG-40153, QTBUG-35479, QTBUG-1628, QTBUG-42989, QTBUG-34861, QTBUG-46767,
QTBUG-25114, QTBUG-24672, QTBUG-23524 (WIP), QTBUG-56088, QTBUG-42189,
QTBUG-39285, QTBUG-18173, QTBUG-28968, QTBUG-34336, QTBUG-40974, QTBUG-44286,
QTBUG-12564, QTBUG-20028, QTBUG-71967, QTBUG-70956, QTBUG-71446, QTBUG-61307,
QTBUG-27287, QTBUG-25143, QTBUG-22833, QTBUG-57399, QTBUG-59159, QTBUG-15773,
QTBUG-70506, QTBUG-46054, QTBUG-11223

Unless you use QMake and QDoc porting to Katie or even supporting it along with
Qt4 in the same codebase is trivial and requires only minor changes because
Katie is mostly source compatible with Qt 4.8.x, compatibility with releases
earlier than that is not a goal. Do note that using libraries that
are linked to Qt4 from applications linked to Katie will trigger undefined
behaviour.

Should you enouncter a problem please report it at
https://github.com/fluxer/katie/issues. For more information about changes,
how to handle them and general info please visit
https://github.com/fluxer/katie/wiki.