Age | Commit message (Collapse) | Author | Files | Lines |
|
New in Qt 5.13 and Tools Update
Get ready for a round of great new features and development tools! Highlights include
* Improvements to Qt Quick, Qt Quick Controls 2, Qt 3D, Qt WebEngine, and more
* Full support for Qt for WebAssembly and Qt KNX
* Sketch support for Qt Design Studio and other upgrades to our UI design tools
|
|
|
|
Changelog mostly seems to contain translation updates.
|
|
Take maintaintership
Version 0.25
Bug Fixes
* fix increasing memory usage on display instantiation
NV-CONTROL extension
* add first implementation by Roberto Leinardi (@leinardi)
__________________________________________________________________
Version 0.24
Bug Fixes
* fix protocol handling: correctly support explicit Unix connections
and fix support fox macOS
* improve Python 3 support: fix events sub-code handling and possible
crashes when unpacking text data
* add support for error handlers to the Composite extension
Misc
* fix xfixes example
* fix a bunch of typos in the code / documentation
__________________________________________________________________
Version 0.23
Bug Fixes
* fix strings decoding: use Latin-1
__________________________________________________________________
Version 0.22
Bug Fixes
* fix Display.change_pointer_control implementation
* fix Drawable.put_pil_image implementation
__________________________________________________________________
Version 0.21
Bug Fixes
* fix use under Windows Subsystem for Linux: when DISPLAY does not
specify a protocol, and the implicit Unix socket connection fails,
fallback to TCP (mimicking XCB's behavior).
Misc
* don't bundle a copy of texi2html to build the HTML documentation,
but use the currently installed version instead.
__________________________________________________________________
Version 0.20
Bug Fixes
* fix unclosed file in Xauth implementation
* fix support for Window.set_wm_transient_for
* fix support for Drawable.put_image / Drawable.get_image
* use ASCII for decoding strings in Python 3 (same as Python 2)
* fix Python 3 warnings about array.tostring() (deprecated)
Misc
Improve response processing performance: reduce the number of
socket.recv calls needed to receive a full response.
__________________________________________________________________
Version 0.19
Bug Fixes
* don't throw an exception if $XAUTHFILE / ~/.Xauthority is missing
* fix authentication work-around for SSH forwarding under Python 3
* improve $DISPLAY handling: support optional protocol prefix, and
correctly handle unix:0.0 as :0.0
__________________________________________________________________
Version 0.18
Bug Fixes
* fix Python 3 buffer abstraction
* fix interrupted select handling for Python 3.3/3.4
* fix Unix socket support when only an abstract address is available
__________________________________________________________________
Version 0.17
Bug Fixes
* fix Xauth handling when using Python 2 and DISPLAY contains a
remote IP
* fix String16 request field handling when using Python 3
* fix RECORD extension and example when using Python 3
* fix handling of properties: use byte strings for all X11 8-bits
strings, as not all of them are text properties (the window
getters/setters for wm_name, wm_icon_name, wm_class, and
wm_client_machine still return/expect Unicode strings)
API Changes
Core:
* new window getter/setter for text properties:
get_full_text_property and change_text_property; with automatic
conversion to/from Unicode when the property type encoding is
supported (STRING and UTF8_STRING)
Composite extension:
* support for GetOverlayWindow request
__________________________________________________________________
Version 0.16
Licensing
The project is now licensed under the GNU Lesser General Public License
v2.1 or later (see the LICENSE file for details).
Compatibility
Support for Python versions older than 2.7 has been dropped. Support
for Python 3 (3.3, 3.4 and 3.5) has been added. Note that Python-Xlib
now depends on the six package (>=1.10) for combined Python 2 / 3
support.
API Changes
With the change of license, and no way to contact the original author
of the SHAPE extension, the code had to be rewritten from scratch. This
resulted in a few minor API changes (see examples/shapewin.py).
Partial support for the SECURITY. XInput, and XFIXES extensions has
been added.
Bug Fixes
* fix RECORD extension
* fixed OS X socket path
* fix handling of generic events
* fix handling of KeymapNotify events
* several fixes for the RandR extension
__________________________________________________________________
Version 0.15rc1 - 14 Nov 2009
Improved support for newer versions of Mac OS X, a couple of new
extensions, and several bugfixes.
Composite extension
Support for the composite extension, used to implement a composition
manager (added for plcm work in plwm).
By itself this extension is not very useful, it is intended to be used
together with the DAMAGE and XFIXES extensions. Typically you would
also need RENDER or glX or some similar method of creating fancy
graphics.
XF86 special function keysyms
Keysym definitions for special function keys found on modern keyboards,
e.g. raise and lower volume, start specific applications, etc. Have a
look in Xlib/keysymdef/xf86.py to see what there are and experiment
with xev to see what your keyboard generates. These definitions aren't
brought in by default, so you must do this after importing Xlib.XK:
Xlib.XK.load_keysym_group('xf86')
RANDR extension
The RANDR extension complements XINERAMA as a way of getting data about
the physical screens making up a virtual screen in X. An example of
usage can be found in examples/xrandr.py.
|
|
"- Add better handling for 24-bpp display"
NetBSD does not set fbi_subtype.fbi_rgbmasks.alpha_size correctly.
This also has been reported upstream.
Rebump PKGREVISION.
|
|
|
|
Fixed:
* max_icon_size not working with dynamic width (#614)
* Failure to parse color strings with trailing comments in the config (#626)
* Negative width in geometry being ignored (#628)
* Incorrect handling of the argument terminator -- in dunstify
* Crash when changing DPI while no notifications are displayed (#630)
* Fullscreen status change not being detected in some cases (#613)
|
|
- Fix support for fbi_fboffset != 0
- Fix SEGV when using 8-bpp display on LP64 machine
- Add better handling for 24-bpp display
The problems have already been reported upstream:
https://bitbucket.org/arakiken/mlterm/pull-requests/5/fix-for-wscons-framebuffer/diff
Bump PKGREVISION.
|
|
|
|
2019-07-14 16.7
- Fixes:
- Fix spacing around icons in executor without text in vertical panels
- Fix Bug: Clock Only Updates Every Minute With Format %s
- Fix markup drawing when font shadow enabled
- Struts pivoting: workaround for panel positioning between monitors
- Enhancements:
- Blink battery when discharging and low
- Add support for battery percentage without % sign
- Expand leading ~ in icon paths
|
|
|
|
|
|
|
|
The software hasn't been updated since 2002 and is probably full
of security problems. Two packages were using it. (gpsdrive has a
newer version in wip.)
|
|
|
|
WARNING: This release is based on an old WebKit revision with known
unpatched vulnerabilities. Please use it carefully and avoid visiting
untrusted websites and using it for transmission of sensitive data. Wait
for a new release from the qtwebkit-dev branch to use it with untrusted
content.
This release contains a lot of bug and security fixes, as well as support
for modern OS versions.
|
|
Address breakages noted in various bulk builds.
|
|
Deprecated upstream, use ssh X forwarding instead.
|
|
Not useful according to upstream (deprecated since ~1994).
|
|
|
|
|
|
|
|
This release does not contain new "ABI features".
The ABI (Application Binary Interface) is 100% compatible
with releases 1.3.4, 1.3.4-1, and 1.3.4-2.
Changes in FLTK 1.3.5
=====================
New features and enhancements (highlights):
- Add support for macOS 10.13 "High Sierra" and 10.14 "Mojave".
- Add FL/platform.H for compatibility with FLTK 1.4 and higher.
- Improve OpenGL(3+) support.
- Improve Cairo support and (CMake) Cairo detection.
- Improve desktop scaling support for HiDPI screens.
Note: FLTK application scaling is available in FLTK 1.4.0.
Bug fixes and other improvements:
- Update CHANGES for release, remove one wrong entry
- Fix Xcode FLTK project for use under macOS 10.14
- Fix for STR 3473 (and its duplicate STR 3507) to restore configure-based
builds on recent Linux/Unix distributions where the freetype-config
command has been replaced by pkg-config.
- Fix Fl_Tree::insert() with pos out ouf range (issue #18).
- Fix Fl_GIF_Image Color Table handling (STR 3491).
- Make sure not to access Fl_Menu_ widgets if the widget gets
deleted while the menu (pulldown) is open (STR 3503).
- Fix CMake build (fluid) on case sensitive macOS file systems.
- Windows/OpenGL: improve pixel format detection (STR 3119).
- Add support for macOS 10.14 "Mojave": all drawing to windows is done
through "layer-backed views" when the app is linked to SDK 10.14.
- MacOS platform: fix regression in macOS 10.13 where an unbundled app
had its system menu bar unresponsive.
- MacOS 10.10 platform: Fl_Window::fullscreen() and fullscreen_off()
no longer call Fl_Window::hide() + Fl_Window::show().
The new procedure essentially resizes the window, as done on
the X11+EWMH and Windows platforms. This improves in particular
the possibility to turn an Fl_Gl_Window fullscreen on and off.
- MacOS platform: Support \r\n as end of line used by recent
MS Office apps in clipboard.
- Fix Fl_Text_Editor overstrike mode (STR 3463).
- More consistent and optimized "gleam" scheme box drawing.
- Fix a MinGW build error with new MinGW versions as of Feb 2018
(undefined S_OK and __FD_ISSET), see STR 3454.
- Windows/CMake: Add missing definition of WIN32 for Windows builds.
This seems to be necessary for VS2017 and other compilers that
don't #define WIN32, but FLTK relies on this preprocessor macro.
Autoconf/configure and bundled IDE files #define WIN32 as well.
- Fix illegal memory access after free when closing fluid (valgrind
reports "Invalid read of size 4"), see also STR 3427.
- Fix crash when closing fluid with Fl_Table (STR 3427).
- Fix ignored buffer pre-allocation (requestedSize) in Fl_Text_Buffer.
See fltk.general "Fl_Text_Buffer constructor bug" on Dec 5, 2016.
- Fix Fl_Browser background and text color parsing (STR 3376).
- Fix Windows CreateDC/DeleteDC mismatch (STR 3373).
- Update bundled configure scripts config.guess and config.sub.
- Fix configure --enable-cairo --enable-cairoext,
see this report in fltk.general
- Fix macOS timer implementation (STR 3387).
- Fix drop-to-FLTK-widget under MSWindows when the desktop is
rescaled (STR 3390).
- Add support for macOS 10.13 "High Sierra". Subwindows don't
move correctly under 10.13 without this fix.
|
|
Fix RELRO build.
|
|
|
|
|
|
Change log:
4.13.5
======
- Highlight drag target when hovering it (Bug #12695)
- Fix drag data being received multiple times (Bug #14471)
- Allow to load non-theme icons (Bug #15294)
- Add Next Background option (Bug #12261)
- Do not cycle backdrop twice
- Ensure that CSD is not applied to desktop window (Bug #15241)
- Use async dbus proxy initialization (Bug #15418)
- Open all selected icons on key press (Bug #15420)
- Improve fallback CSS
- Fix warning about ignoring return value (Bug #15410)
- Update README.xfconf (Bug #15457)
- Translation Updates: Albanian, Armenian (Armenia), Belarusian, Bulgarian,
Catalan, Chinese (Taiwan), Croatian, Danish, Dutch, English (Australia),
Finnish, French, Galician, German, Hebrew, Hungarian, Interlingue, Italian,
Lithuanian, Malay, Persian (Iran), Polish, Portuguese, Russian, Serbian,
Spanish, Thai, Turkish
|
|
Change log:
0.2.5
=====
- Translation Updates: Armenian, Danish
|
|
Change log:
4.13.3
======
- Reset font-size of logout dialog to default (Bug #15505)
- Report optional dependency on polkit (Bug #12761)
- Read data from correct group when editing autostart entry (Bug
#10423)
- Improve layout of autostart add/edit dialogs
- Improve column layout of autostart tab (Bug #15448)
- settings: Fix crash when terminating programs (Bug #15489)
- Translation updates:
Belarusian, Danish, English (Australia), Finnish, French, German,
Hebrew, Hungarian, Kazakh, Malay, Portuguese, Portuguese (Brazilian),
Turkish
|
|
Change log:
4.13.7
======
- Bugfixes and other small changes:
- color:
- Fix crash when launching gcm in plugged dialog (Bug #15426)
- Set correct icon in color dialogs
- display:
- Replace deprecated icon (Bug #15416)
- Add mnemonics to minimal dialog buttons (Bug #15449)
- Disable auto-enabling profiles by default
- settings-manager: Fix missing icons on resize/add/remove (Bugs #15428, #15613)
- xfsettingsd: Fix numlock state restoration (Bug #15642)
- Translation Updates:
Belarusian, Danish, English (Australia), Finnish, French, Indonesian,
Lithuanian, Portuguese (Brazilian), Serbian, Turkish
|
|
Change log:
4.13.6
======
- Update default panel layout
- Bugfixes:
- Retain original GDK_CORE_DEVICE_EVENTS setting for plugins (Bug
#15044)
- directorymenu: Fix plugin menu autohide behaviour
- prefs: Add missing mnemonic accelerators (Bug #15652)
- prefs: Improve window title (Bug #15653)
- prefs: Correct capitalization of labels (Bug #15651)
- arrow-button: Allow connect_after signals on draw
- tasklist: Draw grouped windows count indicator (Bug #10844)
- tasklist: Only base bg color of group indicator on Gtk theme
- tasklist: Avoid draw signal loop
- tasklist: Don't show actionsmenu in grouped windows (Bug #15622)
- Add more accelerators to dialog buttons (Bug #15490)
- AC_CONFIG_MACRO_DIR -> AC_CONFIG_MACRO_DIRS
- Fix typo in debug output
- Translation updates:
Albanian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan),
Croatian, Czech, Danish, Dutch (Flemish), English (Australia), French,
German, Italian, Lithuanian, Polish, Portuguese, Portuguese
(Brazilian), Serbian, Spanish, Turkish
|
|
Change log:
0.6.3
=====
- Fix g_type_class_add_private deprecation in recent GLib
- Translation Updates:
Albanian, Basque, Bengali, Czech, Danish, Hebrew, Icelandic, Italian,
Kazakh, Polish, Russian, Spanish
|
|
Change log:
4.13.6
======
- Update active contributors
- Translation Updates:
Albanian, Belarusian, Catalan, Danish, Dutch (Flemish), English
(Australia), Finnish, Galician, Hebrew, Hungarian, Italian, Japanese,
Kazakh, Malay, Portuguese, Portuguese (Brazilian), Russian, Serbian,
Spanish, Thai, Turkish
|
|
Change log:
4.13.4
======
- Bump the Xfce version to 4.14pre2
- Translation Updates: Danish, Galician
|
|
include it.
|
|
|
|
|
|
|
|
|
|
Address build breakage noted in Joyent CentOS bulk builds.
|
|
from https://aur.archlinux.org/packages/qt4/
|
|
|
|
Qt 5.12.4 release provides a number of bug fixes, as well as performance and other improvements. As an important new item it provides binaries build with OpenSSL 1.1.1, including the new TLS 1.3 functionality.
|
|
|
|
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
|
|
|
Requested by ryoon because a legacy header is not installed any longer,
which breaks libXxf86misc, which is used by modular-xorg-server.
|
|
ok during freeze jperkin@
Alongside the Tcl/Tk 8.6.9 releases just announced, you will find one
additional file, tk8.6.9.1-src.tar.gz . This is an errata release
fixing a critical error on the Mac OSX 10.14 Mojave platform only.
If you are building Tk for any other platform, there is no need to
upgrade to the errata release. If you do upgrade to it anyway, you will
see no difference, so it will be harmless through wasted effort, as the
details below will explain.
When unpacked, the errata archive differs from the tk8.6.9-src.tar.gz
contents in only three lines of the file
tk8.6.9/macosx/tkMacOSXWindowEvent.c
which is a file compiled only for Mac OSX builds of Tk. The lines are
written to have effect only on Mojave. Every other byte of the source
code distribution is unchanged.
|
|
Reviewed by hand.
|
|
|