2020-07-05 03:14:27 by Nia Alarie | Files touched by this commit (1) |
Log message:
qt5-qtbase: fix PLIST.Linux with -dbus
from Michael Forney
|
2020-06-24 14:29:30 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
qt5-qtbase: Bump libxcb requirement to 1.11
Pointed by Egil Brendsdal in private e-mail.
Thank you.
|
2020-06-02 08:41:03 by Adam Ciarcinski | Files touched by this commit (114) | |
Log message:
qt5: updated to 5.15.0
New Features in Qt 5.15
Qt 3D Module
Improved profiling and troubleshooting support.
QSortPolicy: introduced a uniform mode to control whether uniform minification \
needs to be performed or not.
QMouseDevice: introduced a updateAxesContinuously property.
Isolated the OpenGL renderer as a plugin.
Qt Core Module
Introduced QFile::moveToTrash() to provide a cross-platform API for moving files \
to the trash/recycling bin on Windows, macOS, and Linux desktops. This \
implements the freedesktop.org specification.
Introduced QFileInfo::isJunction() to detect whether a file system entry is a \
Windows NTFS junction.
QRunnable instances can now be created from std::function without having to \
subclass QRunnable.
QThreadPool::start() and tryStart() can now take std::function and thereby also \
anonymous lambda functions as arguments.
Added static template QDebug::toString() function, which streams the given \
object into a QDebug instance that operates on a string, and then returns that \
string. This is useful for cases where you need the textual representation of an \
object for debugging, but cannot use operator<<, such as when passing a \
failure message to QVERIFY2().
Qt GUI Module
QColorSpace setters can now operate on invalid color spaces, making it possible \
to set primaries and transfer function independently.
Implemented multi-threading support for many QImage scaling and conversion methods.
Qt Multimedia Module
Deprecated all plugin APIs.
Deprecated QMediaService and QMediaControl.
Introduced reverse playback for GStreamer.
Introduced rendering to multiple surfaces.
Introduced QVideoWidget::videoSurface(), QGraphicsVideoItem::videoSurface(), and \
QDeclarativeVideoOutput::videoSurface().
MediaPlayer QML type: Introduced a videoOutput property.
Introduced QVideoFrame::image().
GStreamer camerabin: React to changes in notify::zoom and notify::max-zoom \
properties.
Qt Network Module
OpenSSL backend: Added support for a new session ticket mechanism introduced by \
the TLS 1.3 protocol.
Implemented timeouts for downloads and uploads with QNetworkRequest and \
QNetworkAccessManager.
Increased the minimum supported version of OpenSSL to 1.1.
Qt QML Module
Introduced inline components; multiple QML components can be declared in the \
same file.
Introduced required properties.
Added a declarative way of registering types to QML.
qmllint now has a better understanding of the code and warns about deprecated \
QML features.
Added the qmlformat tool to automatically format any QML file according to the \
QML Coding Conventions.
Added support for the Nullish Coalescing Operator.
Added a colorspace property on image nodes, making it possible to read color \
spaces and transform images into a specific color space.
Qt Quick Module
Added a PathText type which can be used together with Qt Quick Shapes to render \
text as geometry, without relying on distance fields or pre-rendered textures. \
This is useful for rendering large font sizes which would otherwise consume a \
lot of texture memory.
Added a Image.sourceClipRect property to request the image plugin to render a \
portion of an image source.
Added a cursorShape property to pointer handlers. Most pointer handlers (for \
example DragHandler) will change the cursor when in active state. HoverHandler \
will change the cursor when the mouse is hovering over the Item that contains \
the handler.
Added support for Metal on iOS for the opt-in preview of the Graphics API \
Independent Rendering Architecture.
Qt Quick Controls Module
Added HorizontalHeaderView and VerticalHeaderView to display header data in a \
TableView, with support for flicking synchronization and multiple styles: \
default, fusion, imagine, material, and universal.
Added a selectTextByMouse property to ComboBox.
Qt WebEngine Module
Updated to Chromium 80.
Switched to use a sandboxed network service.
Introduced a new API for reading the subprocess ID of a page or a view.
Introduced a WebEngineHistory.clear() method.
Tools
QDoc can now generate DocBook.
QDoc now generates output for C++ class and function template parameters.
QDoc now generates correct output for scoped enums (enum classes).
|
2020-05-26 14:52:59 by Nia Alarie | Files touched by this commit (1) |
Log message:
qt5-qtbase: for obscure reasons Qt5PrintSupport_QCupsPrinterSupportPlugin.cmake \
is not installed on Darwin
|
2020-05-22 12:56:49 by Adam Ciarcinski | Files touched by this commit (624) |
Log message:
revbump after updating security/nettle
|
2020-05-20 13:52:58 by Nia Alarie | Files touched by this commit (2) |
Log message:
qt5-qtbase: Switch to libcups. Enable cups. Bump PKGREVISION
|
2020-05-03 13:41:45 by Sebastian Wiedenroth | Files touched by this commit (3) |
Log message:
qt5-qtbase: fix build on SunOS
|
2020-04-17 04:00:52 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
qt5-qtbase: bump GCC_REQD to reflect new minimum for 5.14
As of 5.14, GCC >= 5 is required. See, for example:
https://bugreports.qt.io/browse/QTBUG-81754
|
2020-04-12 10:29:21 by Adam Ciarcinski | Files touched by this commit (956) | |
Log message:
Recursive revision bump after textproc/icu update
|
2020-04-03 00:06:00 by Adam Ciarcinski | Files touched by this commit (89) | |
Log message:
qt5: updated to 5.14.2
Qt 5.14.2:
As usual this second patch release to Qt 5.14 series doesn't bring any new \
features but provide several bug fixes and other improvements. Compared to Qt \
5.14.1 there are more than 200 bug fixes included in this release. For details \
of the most important changes please check the Changes files for Qt 5.14.2.
|