mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
update README [ci skip]
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
51ae6c8794
commit
d042d1e108
1 changed files with 8 additions and 1 deletions
9
README
9
README
|
@ -19,7 +19,7 @@ There are several things you should be aware before considering Katie:
|
|||
- QKeyEventEx and QKeyEvent classes have been merged
|
||||
- QMouseEventEx and QMouseEvent classes have been merged
|
||||
- QGuiPlatformPlugin class is public
|
||||
- zlib, zstd, OpenSSL, PCRE, Freetype and X11 are required for building
|
||||
- zlib, zstd, OpenSSL, PCRE, Freetype, ICU and X11 are required for building
|
||||
- OpenSSL, D-Bus, CUPS, resolv and NSL cannot be runtime dependencies, they
|
||||
must be linked to during build
|
||||
- QtUiTools is build as shared library by default
|
||||
|
@ -27,6 +27,8 @@ There are several things you should be aware before considering Katie:
|
|||
- updated bundled Harfbuzz from upstream (not Harfbuzz-NG)
|
||||
- updated bundled FFTW and Valgrind from upstream
|
||||
- updated localizations data from Common Locale Data Repository v36
|
||||
- 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
|
||||
|
@ -37,6 +39,8 @@ There are several things you should be aware before considering Katie:
|
|||
- 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 dnotify filesystem watcher support
|
||||
- dropped Glib2 event dispatcher support
|
||||
|
||||
- some additions have been made:
|
||||
- JSON classes and types
|
||||
|
@ -48,8 +52,11 @@ There are several things you should be aware before considering Katie:
|
|||
- building without resolv is possible
|
||||
- building without threads 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)
|
||||
- verification section for plugins build with Clang
|
||||
- faster alternatives to qCompress() and qUncompress()
|
||||
- brief manual pages for all command-line tools
|
||||
- desktop files, Shell profile and dynamic linker/loader config
|
||||
|
|
Loading…
Add table
Reference in a new issue