Couple of minor fixes, the only user-visible change is that the warning when
a key type is shortened is now on a verbosity level above the default
verbosity. This effectively removes the warning below for all users of the
german keyboard layout (and others):
Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
Alan Coopersmith (1):
Stop including <X11/Xalloca.h> in parseutils.c
Jon TURNEY (1):
Define WIN32_LEAN_AND_MEAN when building on Win32
Matthew Green (1):
Adjust a NUL-string assignment to avoid const issues.
Peter Hutterer (2):
symbols: increase the warning level for shortening a key type
xkbcomp 1.3.1
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
1.17.4:
Fixes an uninitialized fd_set
1.17.3:
Various bugfixes across the board. The most visible changes include
fixing GLX extension setup under Xwayland and other non-Xorg servers
(enabling core contexts in more scenarios), and various stability fixes
to glamor and the Present extension.
pkgsrc changes:
- add fonts/unifont path in etc/font-fb example
Changes noted in doc/en/ReleaseNote:
ver 3.6.0
* Support MacOSX/Cocoa. (See doc/en/README.cocoa)
* Add "geometry" to OSC 5379.
* Add "mlconfig" to OSC 5379.
* Add "Columns" and "Rows" to "Others" tab of mlconfig.
* Bug fixes:
Fix segfault of libvte compatible library if conf_menu_path_N option is specified.
- Added support for PEP 465 (__matmul__ and __imatmul__).
- Added support for PEP 492 (__aenter__, __aexit__, __await__, __aiter__
and __anext__).
- Added support for MSVC 2015 to the build system.
- Bug fixes.
Qt Bluetooth
Bluetooth Low Energy API final release (5.4 was featuring tech preview).
Bluetooth Low Energy Support for Android (requires Android v18+) added.
Bluetooth Classic and Low Energy support for iOS and OS X.
Qt Core
You can now have Q_PROPERTY and Q_INVOKABLE within a Q_GADGET, and there is a way to query the QMetaObject of such gadget using the QMetaTYpe system.
Added Q_ENUM to replace Q_ENUMS which allow to get a QMetaEnum at compile time using QMetaEnum::fromType<T>. Such enums are now automatically registered as metatype, and can be converted to string within QVariant, or are printed as string by qDebug()
Qt GUI
Windows packages are all built with -opengl dynamic. No OpenGL-only or ANGLE-only builds are provided anymore.
On Windows the OpenGL implementation to use can now be configured based on the GPU vendor and driver version using JSON configuration files. This allows shipping fine-grained card and driver blacklists with the apps, when necessary.
QOpenGLWidget is now supported in iOS.
QImage: 8-bit alpha map and grayscale formats.
QImageReader: EXIF orientation can now be read though the transformation method, and applied on read to JPEGs if wanted.
Qt Multimedia
GStreamer 1.0 support. Note that the default is still 0.10. 1.0 support can be enabled by configuring Qt with '-gstreamer 1.0'.
New video filtering framework to integrate frameworks like OpenCV or compute APIs such as OpenCL or CUDA with VideoOutput elements.
New API to control camera viewfinder settings
Improved camera support on iOS (focus, zoom, exposure, viewfinder/image settings)
The QML MediaPlayer is now rendered in an OpenGL texture on iOS. This means VideoOutput supports advanced transformation, shader effects and doesn't have to be always on top of other items anymore.
Qt NFC
Neard based backend for Linux added.
Qt Network
New SSL back-end for iOS and OS X based on Secure Transport. Note that in Qt 5.6 this will become the default SSL: back-end on these platforms.
Support for libproxy
Support for TLS PSK ciphersuites
Support for elliptic curve certificates
Ability to select specific curves when using elliptic curve ciphersuites.
QPA
Added support for the Raspberry Pi 2.
Added support for the ODROID-XU3.
On supported desktops, the xcb plugin now uses the D-Bus based org.kde.StatusNotifier protocol for system tray icons, and org.freedesktop.Notifications for notifications.
KMS/DRM backend for EGLFS. This replaces the now deprecated KMS platform plugin. It allows running apps with eglfs on the console on systems with Mesa and devices that come with drm support.
EGLFS has a plugin-based backend mechanism in addition to the existing, statically compiled-in solution. Most compiled-in hooks are converted to be dynamically loaded plugins that are built based on configure time tests. This reduces the reliance on the device makespecs for RPi, i.MX6 and Mali-based devices.
Input handling is now unified for EGLFS and LinuxFB, avoiding the need to launch and configure LinuxFB-based apps differently than when using EGLFS.
tslib is now better integrated with EGLFS and LinuxFB to provide support for resistive single-touch touchscreens often used in industrial environments.
xcb is refactored to move GLX and EGL support into plugins. No more ifdefs, allowing building both backends.
Added a TUIO Touch plugin for receiving remote touch events via UDP.
Added a libinput plugin.
iOS: you can now use QFileDialog to browse system photos using a native image picker dialog by setting directory to QStandardPaths::PicturesLocation. Selected photos can be loaded using QFile.
Qt QML
It is now possible to conveniently expose custom C++ value types into the JavaScript environment of QML and QJSEngine.
Support for JavaScript typed arrays
Various performance improvements, notably QJSValue
Added convenience qJsEngine(QObject*) getter function.
Qt Quick
Windows now defaults to the threaded Qt Quick render loop when using desktop OpenGL (opengl32.dll).
QQuickWidget is now supported in iOS.
QQuickRenderControl supports threaded rendering.
Improved behavior of Flickable on OS X trackpads using pixel deltas from native gestures.
PinchArea handles native pinch gestures when the OS provides them (so far only on OS X). Otherwise it relies on touch events, as before.
Added a smart zoom signal to PinchArea to react to that gesture on an OS X trackpad.
MouseArea now has a scrollGestureEnabled property to control whether native scroll gestures from the OS will be handled by the wheel signal handler.
Qt Quick Controls
Qt Quick Extras (formerly Qt Quick Enterprise Controls) was added under the QtQuick.Extras import.
TreeView control for QAbstractItemModel-derived models. Supports QItemSelectionModel selection.
Qt WebEngine
Updated Chromium snapshot to version 40
WebEngineProfile for control of storage and cache paths and related policies.
Added support for javascript Geolocation API with QtLocation as a backend
Added API for managing downloading of files
Added API for controlling cache and cookie paths and policy
Added API for WebEngine settings
Added API for injecting user scripts
Various experimental QML API has been promoted to public
Added QtWebChannel integration API over Chromium IPC
Qt WebView
Added native implementations for Mac OS X.
Added API for running JavaScript (Requires API 19+ on Android).
Added API for setting the HTML content.
Added API for load status notifications.
Fixed a crash when hot-swapping monitors while locked.
Fixed some incorrect output from xscreensaver-command -watch.
Various OSX and iOS performance improvements.
A couple of minor patches accumulated over the years. One crasher fix, one
exit status correction, two fixes for the test-xi2 printf. And some build
system cleanups.
Gaetan Nadon (1):
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Peter Hutterer (6):
Drop AM_MAINTAINER_MODE
Fix crash for enable/disable without a device argument
Fix valuator printf output in test-xi2
property: return EXIT_FAILURE if at least one device fails (#90226)
Print touch event flags in test-xi2
xinput 1.6.2
tech-pkg@ discussion on how to better declare need for C++11.
This is necessary due to libsigc++ headers and will probably be
required for everything that depends on gtkmm{,3}.
(there are ~25 or so such packages in pkgsrc the I have not yet tested)
Another stable release of xkeyboard-config is out there!
Andriy Rysin (1):
Move apostrophe U+0027 to the first level and add U+02BC one to
ua(unicode)
Benjamin Tissoires (1):
Add support for chromebooks layout
Giuseppe Bilotta (1):
Add missing semicolons in symbols/inet
Roland Kaufmann (1):
Undo incompatible us(dvp) layout additions
Sascha Brawer (1):
Define a keyboard layout for the Ol Chiki script
Sergey Udaltsov (11):
new layout - Russian Phonetic Czech
Correct capitalization and naming of us(dvp) "Programmer Dvorak"
added swap_lalt_lwin
fixed Icelandic Dvorak
Broken xml fixed
Fixed mac file, use utf-8
Added Teck keyboard
added missing Teck file
Version 2.15.99
prerelease translation sync
Release 2.16
Tomi Leppänen (1):
Added Finnish DAS layout
This release brings:
- general code review
- more consistent error management (applets, panel-notify(1)...)
- uninitialized variable fix in the "close" applet
- stricter invocation of helper binaries ("mixer" applet, run(1)...)
- improved "network" applet
- avoid potential crashes in the "pager", "systray" and "tasks" applets
- rid some compilation and run-time warnings (run(1)...)
- updated translations
Additional thanks to bouyer@ for the bug reports.
Upstream CHANGELOG
==================
Release notes
It's been a couple years since 0.97, high time for a new release!
This release brings a slew of enhancements and bug fixes. Much
attention is given to layout configuration functionality and
customization. Tabs functionality is better polished; there were many
corner case type bugs here. The preferences UI (which includes the vast
bulk of the applications' widgetry) is better polished and numerous
quirks and bugs removed. Scrollbars and scrolling is also made more
solid in this release.
One of the principle goals for this release was conversion to Gtk3.
Unfortunately this is still a work in progress, but since progress on
that front is slow, we decided getting an interim release out with all
these improvements was probably more important than waiting until the
conversion was finished. For the interested, the Gtk3 work is being
done in a development branch which you're welcome to peek into.
Going forward, our plan is to continue with a 0.99 bug-fix release and
then a stable 1.00. The 1.x branch will remain Gtk2-based and focused
on stabilization, while a new 2.x branch will be focused on the
Gtk3/Python3/GObject porting work.
* Features
* Layout launcher with option or shortcut (Steve Boddy)
* An all-new manual! Default to F1 key (Steve Boddy)
* An initial separate port to gtk3 is available for the brave, which
is having all trunk changes applied to it while the issues get
shaken out (Egmont Koblinger & Steve Boddy)
* Enhancements
* Layout launcher reloads config when opened to be sure it has the
latest layouts (Steve Boddy)
* Reload the config before we write to it or we could overwrite
something from another instance (Steve Boddy)
* When saving, a layout now remembers:
* maximised and fullscreen status (Steve Boddy)
* window titles (Steve Boddy, LP#1192960)
* which tab was active (Steve Boddy)
* which terminal was active (Steve Boddy, LP#858268)
* working directory for each terminal (MoMaT, LP#1157422) plus
additional GUI code (Steve Boddy)
* Add vertical scrollbar to the layout launcher and make mouse
wheel scrolling work (Steve Boddy)
* Add vertical scrollbars to the Profiles and Layouts tabs in
Preferences (Steve Boddy, LP#1396843)
* Add options for non-homogenous tabs and scroll arrows (Grizzly
Smit)
* Add shortcuts for scrolling up/down by line/half-page/page
(nanikata, LP#332267)
* Improve consistency of Custom Commands menu (David Caro, LP#684340)
* New distinct icons for non terminal windows (Steve Boddy)
* Active terminal per tab is remembered (Steve Boddy, LP#315956)
* Add shortcuts/code to toggle All/Tab grouping (Steve Boddy,
LP#1097347)
* Improve watcher plugin (Joseph Crosland) with additional fixup
(Steve Boddy)
* Add Ctrl+MouseWheel Zoom in/out and Shift+MouseWheel page scroll
up/down (Steve Boddy)
* Add Ctrl+Shift+MouseWheel and Ctrl+Super+MouseWheel to zoom
receivers or all terminals (Steve Boddy)
* Add search bar wrap toggle (Christophe Bourez)
* Add default broadcast behaviour selection (Jiri, LP#1288835)
* Improve testing, distcheck, setup.py (Bryce Harrington)
* Major cleanup and reorganisation of the preferences window (Steve
Boddy)
* Complete revamp of the Global tab
* Splitters added on the 'Profiles', 'Layouts' and 'Plugins' tabs
for resizing lists
* Made the 'Layouts' tab and the 'Profile' sub-tabs more consistent
style wise
* Included a new 'About' tab with some project links
* Add global setting for changing the titlebar font (Eli Zor)
expanded and improved (Steve Boddy)
* Add shortcuts for next/prev profile (Peter E Lind, LP#1314734)
* Improve DnD to handle multiple files (Schplurtz le Déboulonné)
and (Steve Boddy)
* Add 'Save' button for saving to the selected Layout (Ariel
Zelivansky)
* Preselect the current layout when opening Prefs window, and also
save config after using the layout 'Save' button (Steve Boddy)
* Add default shortcuts for some actions by my preference (Steve
Boddy)
* Added HighContrast icons, and fix all window/menu icons to respect
theme changes (Steve Boddy, LP#305579)
* Add option to set how long ActivityWatcher plugin is quiet for
(Steve Boddy)
* Big tidy up and improvements to translation strings, although it
will require additional work by translators (Steve Boddy)
* Make the menu mnemonics a bit more consistent, or add them where
they were missing (Steve Boddy)
* Add fallback to psutils to discover the cwd of a terminal (Heon
Jeong, LP#1261293) with additional fixup (Steve Boddy)
* Slight improvement (IMO) to the zoom terminal font scaling (Steve
Boddy, LP#329158)
* Add an internationalised AppData file for software installers
(Steve Boddy, LP#1323785)
* Bug fixes
* Fix <Mod>+double-click to not rebalance splitters (Steve Boddy,
LP#1192679)
* Fix closing a group to no longer leaves strays (Steve Boddy,
LP#1193484)
* Fix shader so it works for background images too (Steve Boddy,
LP#1202109)
* Fix x-terminal-emulator option (Neal Fultz, LP#366644)
* Fix lost geom when using -H option (Steve Boddy, LP#1035617)
* Fix maximise in Fluxbox. Possibly also Windows w/Xming too (Steve
Boddy, LP#1201454)
* Fix lack of focus on unhide with patch from (Pavel Khlebovich,
LP#805870)
* Fix the Group All/Tab shortcuts where titlebars were not updated
(Steve Boddy, LP#1242675)
* Fix splits not being central mith multiple tabs (Justin Ossevoort,
LP#1186953)
* Fix closing of tab with multiple terminals not closing (Steve
Boddy, 1253995)
* Fix custom commands broadcast to grouped terminals (Mauro S M
Rodrigues, LP#1414332)
* Fix libc loading in freebsd.py. Restores pwd detection. (Thomas
Hurst)
* Fix scrollbar doubleclick rebalancing (Bryce Harrington, LP#1423686)
and (Steve Boddy)
* Fix crash when capslock pressed while editing a tab title (wizwiz50,
LP#1313761)
* Fix navigation between terminals (Julián Moreno Patiño LP#1433810)
and (Steve Boddy, LP#328235, LP#1433810)
* Fix option --new-tab to show application (Pavel Roschin, LP#1367680)
and (Steve Boddy)
* Fix xterm color palette to match xterm (Casper Ti. Vector,
LP#1260924)
* Fix (unconfirmed) for Fedora messing up prompts in gtk2 vte if
gtk3 vte is also installed (Steve Boddy, LP-Q#268135)
* Fix to make the debugserver work with two or more -d flags as per
docs, not three or more (Steve Boddy)
* Fix unwanted newline on DnD file (Schplurtz le Déboulonné,
LP#1311481)
* Fix DnD filenames with sh-quote, even those with ' (Schplurtz le
Déboulonné)
* Fix multi-line DnD to full text block, not just first line (Steve
Boddy)
* Fix slightly uneven splits on shortcut due to handle size, though
this will make previously saved layouts off by a few pixels (Steve
Boddy, LP#1089162)
* Man page typo (Michael Eller, LP#1296725)
* Fix new tab labels when adding a tab to a window with splits (Steve
Boddy)
* Minor visual fix for slider in prefs filling whole trough (Steve
Boddy)
* Buttons in Prefs>Layouts tab cannot be hidden by slider (Steve
Boddy)
* Fix Super+double-click on splitter within tabs (Steve Boddy)
* Fix composed characters for receivers (Takao Fujiwara, LP#1463704)
* Fix launcher opening after a dbus enabled window is already open
(Steve Boddy, LP#1283002)
* Sort entries in config file, so they don't jump around every time
config is saved for easier troubleshooting (Steve Boddy)
* Start 'New Layout #' from 1. Looked strange starting at 2 (Steve
Boddy)
* Fix the renaming of Layouts/Profiles sometimes corrupting what
appears in the config file (Steve Boddy, LP#1262709)
* Fix the way alternatives are set up that cures blurry/incorrect
icons in task switchers (Steve Boddy, LP#1067287)
* Fix the tab switching if a terminal on another tab exits (Steve
Boddy, LP#943311)
The XQuartz project is an open-source effort to develop a version of
the X.Org X Window System that runs on OS X. Together with supporting
libraries and applications, it forms the X11.app that Apple has shipped
with OS X since version 10.5.