Small X utility to perform elementary actions on windows.
Apply the given action to the given windows.
If no window IDs and no options are given, the action applies
to the focused window.
Also put misc pkgsrc tweaks:
- Disable SPECIAL_PERMS for mlterm. It was required for utmp support
only on ancient systems that have none of pututxline(3), setutent(3),
or addToUtmp(3) but have to use logwtmp(3) or open system's _PATH_UTMP
or _PATH_WTMP file directly to update utmp entries, but no easy way
to statically identify them per OS and version basis.
- Add hacks.mk to avoid gcc SIGSEGV on NetBSD/sh3 9.0 (PR/55265)
- Appease several pkglint warnings/errors.
Bump PKGREVISION.
Changes:
0.8.4
=====
Security
--------
* config.def.h: add an option allowwindowops, by default off (secure).
Similar to the xterm AllowWindowOps option.
The sequence for base64-encoded clipboard copy is now guarded and off by
default because it allows a sequence written to the terminal to manipulate the
clipboard of the (other) running user non-interactively.
Features
--------
* Integrate auto-sync: draw on idle to avoid flicker/tearing by avih.
st could easily tear/flicker with animation or other unattended
output. This commit eliminates most of the tear/flicker.
* Optimize column width calculation and UTF-8 encode for the common-case ASCII.
In particular on glibc and OpenBSD the wcwidth() call is more expensive.
On musl there is no/little difference.
* Add support for REP (repeat) escape sequence and xterm compatibility, by
avih. The capability is not exposed yet due to some issues with
applications.
* Call xsetcursor to set win.cursor in main, by Steve Ward.
Allowing to set the st snowman cursor extension dynamically.
Fixes and other changes
-----------------------
* Fix unicode glitch in DCS strings, by Tim Allen.
The related sixel stub code is now removed also.
* Fix for incorrect (partial) written sequences when libc wcwidth() == -1
and using st -o.
* Mouse selection fixes, by Jakub
* Make shift+wheel behaves as shift+Prev/Next, patch by k0ga
This patch adds a new hack, making shift+wheel returning the
same sequences than shift+Prev/Next, meaning that scroll or
any other similar program will not be able to differentiate
between them.
* Expose rin terminfo capability.
Tianlin Qu discovered that st is missing rin (scroll back #1 lines).
* Replace exit(3) by _exit(2) in signal handler sigchld(), by Jan.
This change prevents st to crash and dump core in some situations.
* FAQ: add details and a patch example for single-buffering (for the w3mimg
hack).
ChangeLog:
Version 1.0
* added Ia Ora color scheme (from Mandriva default style)
* disabled debug messages by default
* fixed Qt 5.15 palette
* fixed crash on certain applications under Qt 5.15
PyQt v5.15.0 has been released. This is a major feature release that adds support for Qt v5.15.0. There are corresponding releases of the other PyQt-related packages.
Added support for Qt v5.15.0.
Added the QtQuick3D module.
Added a callStaticMethod() overload to QAndroidJniObject that takes a QJsonDocument as the method argument and returns another QJsonDocument.
Added the missing QMultimedia control classes.
pyuic5 now supports QUndoView.
qwt_painter_command.h:85:22: error: field 'clipPath' has incomplete type 'QPainterPath'
Patches are not confirmed that all are necessary. But at least packaged on NetBSD/amd64 9.0
wiz says: Packages are not supposed to set BUILDLINK_ABI_DEPENDS for
other packages, they should set BUILDLINK_API_DEPENDS (P instead of B).
After that change, all these entries actually have an effect since they
are greater than their corresponding default BUILDLINK_API_DEPENDS, and
pkglint no longer complains.
Before, "bmake show-all" showed that PLIST.x11 was commented out. This
was misleading since during the actual package build, that variable is
active, and the corresponding files are included in the PLIST.
This inconsistency was due to the magic of MAKEVARS and the barrier.
When bmake is run, the build options of gtk3 are determined and added
to MAKEVARS. At that point PLIST.x11 is still undefined. That doesn't
matter since this variable is not evaluated yet. Before the actual PLIST
generation happens, the value of PKG_BUILD_OPTIONS.gtk3 is stored in
work/.build_makevars.mk, which acts as a cache.
After that, the barrier steps in, and bmake calls an inner bmake to do
the actual work. This inner bmake reads the package Makefile again, and
when bsd.prefs.mk is included, the makevars.mk cache is loaded as well.
This makes PKG_BUILD_OPTIONS.gtk3 known at load time, and at that point,
PLIST.x11 is evaluated as expected and becomes "yes".
Luckily, PLIST.x11 was not added to MAKEVARS. Otherwise it would have
been evaluated too early, the early value would have been cached, and the
whole trick wouldn't have worked.
pkglint says:
NOTE: Makefile:30: The requirement >=2.24.2 is already guaranteed by the >=2.24.3nb2 from ../../devel/atkmm/buildlink3.mk:11.
NOTE: Makefile:33: The requirement >=2.49.1 is already guaranteed by the >=2.62.0nb1 from ../../devel/glibmm/buildlink3.mk:9.
NOTE: Makefile:36: The requirement >=2.38.2 is already guaranteed by the >=2.42.0nb3 from ../../devel/pangomm/buildlink3.mk:9.
NOTE: Makefile:38: The requirement >=1.12.0 is already guaranteed by the >=1.12.2nb3 from ../../graphics/cairomm/buildlink3.mk:9.
NOTE: Makefile:40: The requirement >=2.35.5 is already guaranteed by the >=2.40.0nb1 from ../../graphics/gdk-pixbuf2/buildlink3.mk:9.
NOTE: Makefile:43: The requirement >=3.22.0 is already guaranteed by the >=3.24.14nb2 from ../../x11/gtk3/buildlink3.mk:9.
5.67
Remove scrollbar related workarounds from list delegates
[TabBar] Remove frame
Add active, link, visited, negative, neutral and positive background colors
use hasTransientTouchInput
always round x and y
support mobile mode scrollbar
ScrollView: Do not overlay scrollbars over contents
5.68
ScrollView: Use scrollbar height as bottom padding, not width
5.69
[Dialog] Use `ShadowedRectangle`
Fix sizing of CheckBox and RadioButton
Use `ShadowedRectangle`
5.70
Detect QQC2 version at build time with actual detection
[ComboBox] Use transparent dimmer
5.67
Fixed tooltip corners and removed useless color attributes
Removed hardcoded colors in background SVGs
Fix the size and pixel alignment of checkboxes and radiobuttons
Update breeze theme shadows
[Plasma Quick] Add WaylandIntegration class
Same behavior for scrollbar as the desktop style
Make use of KPluginMetaData where we can
Add edit mode menu item to desktop widget context menu
Consistency: colored selected buttons
Port endl to \n Not necessary to flush as QTextStream uses QFile which flush
when it's deleted
5.68
Buttons: allow to scale up icons
Try to apply the colorscheme of the current theme to QIcons
Dialog: disconnect from QWindow signals in destructor
Fix memory leak in ConfigView and Dialog
fix layout size hints for button labels
make sure the size hints are integer and even
support icon.width/height
Remove hardcoded colors
Construct NullEngine with KPluginMetaData()
Slightly reduce level 1 heading size
Vertically center tooltip icon/image
support display property for Buttons
Don't warn for invalid plugin metata
tooltips always have normal colorgroup
[Tests]Make radiobutton3.qml use PC3
Optimize code when dropping files into the desktop
5.69
Added Page element
[pc3/busyindicator] Hide when not running
Update window-pin, Add more sizes, Remove redundant edit-delete
Create a new TopArea element using widgets/toparea svg
Added plasmoid heading svg
Make highlighted property work for roundbutton
5.70
[PlasmaCore.IconItem] Regression: fix crash on source change
[PlasmaCore.IconItem] Refactor source handling for different types
Make applet tooltip text spacing consistent
[ExpandableListItem] make it touch-friendly
[ExpandableListItem] Use more semantically correct expand and collapse icons
Fix PC3 BusyIndicator binding loop
[ExpandableListItem] Add new showDefaultActionButtonWhenBusy option
Remove rounded borders to plasmoidHeading
[ExpandableListItem] Add itemCollapsed signal and don't emit itemExpanded
when collapsed
Add readmes clarifying state of plasma component versions
[configview] Simplify code / workaround Qt5.15 crash
Create ExpandableListItem
Make animation durations consistent with Kirigami values
5.67
Use KStandardAction convenience method for switchApplicationLanguage
Allow programLogo property to be a QIcon, too
Remove ability to report bugs against arbitrary stuff from a static list
Remove compiler information from bug report dialog
KMainWindow: fix autoSaveSettings to catch QDockWidgets being shown again
i18n: Add more semantic context strings
i18n: Split translations for strings "Translation"
5.70
[KRichTextEditor] Add support for headings
[KKeySequenceWidget] Work around Meta modifier behavior
5.67
[KWindowShadows] Check for X connection
Introduce shadows API
Deprecate KWindowEffects::markAsDashboard()
5.69
Fix EWMH non-compliance for NET::{OnScreenDisplay,CriticalNotification}
KWindowSystem: deprecate KStartupInfoData::launchedBy, unused
Expose application menu via KWindowInfo
5.70
Print meaningful warning when there is no QGuiApplication
5.67
[KMessageWidget] Subtract the correct margin
[KMessageBox] Only allow selecting text in the dialog box using the mouse
[KMessageWidget] Use devicePixelRatioF for animation pixmap
5.68
[KMessageWidget] Allow the style to change our palette
[KMessageWidget] Draw it with QPainter instead of using stylesheet
Slightly reduce level 1 heading size
5.69
New class KFontChooserDialog (based on KFontDialog from KDELibs4Support)
[KCharSelect] Do not simplify single characters in search
It we readd items we need to clear it first. OTherwise we will see
Update kcharselect-data to Unicode 13.0
5.70
[KFontChooser] Remove NoFixedCheckBox DisplayFlag, redundant
[KFontChooser] Add new DisplayFlag; modify how flags are used
[KFontChooser] Make styleIdentifier() more precise by adding font styleName
[KFontRequester] Port from QFontDialog to KFontChooserDialog
[KMimeTypeChooser] Add the ability to filter the treeview with a QSFPM
[KFontChooser] Make the code slightly more readable
[KFontChooser] Add a checkbox to toggle showing only monospaced fonts
Remove not necessary include
5.67
Drop KWindowSystem dependency
5.70
[NestedListHelper] Fix indentation of selection, add tests
[NestedListHelper] Improve indentation code
[KRichTextEdit] Make sure headings don't mess with undo stack
[KRichTextEdit] Fix scroll jumping around when horizontal rule is added
[KRichTextWidget] Remove ancient workaround and fix regression
[KRichTextWidget] Add support for headings
[KRichTextEdit] Always treat key press as single modification in undo stack
[findreplace] Handle searching for WholeWordsOnly in Regex mode
5.67
Clip the flickable parent item
Remove header top margin from private ScrollView
proper size hint for the gridlayout
use attached property for isCurrentPage
Get rid of a couple of warnings
try to keep the cursor in window when typing in an OverlaySheet
properly expand fillWidth items in mobile mode
Add active, link, visited, negative, neutral and positive background colors
Expose ActionToolBar's overflow button icon name
Use QQC2 Page as base for Kirigami Page
Specify where the code is coming from as the URL
Don't anchor AbstractApplicationHeader blindly
emit pooled after the properties have been reassigned
add reused and pooled signals like TableView
5.68
Show tooltip with full URL for URL button with overridden text
Have pullback toolbars on scrollable pages also for footers
Fix PrivateActionToolButton behaviour with showText vs IconOnly
Fix ActionToolBar/PrivateActionToolButton in combination with QQC2 Action
Move checked menu item always into range
Watch for language change events, and forward those to the QML engine
don't have overlaysheets under page header
use fallback when icon failed to load
Missing links to pagepool source files
Icon: fix rendering of image: urls on High DPI
Do not crash when icon's width or height is 0
fix margins in OverlaySheet
[examples/simplechatapp] Always set isMenu to true
[RFC] Reduce size of Level 1 headings and increase left padding on page titles
properly sync size hints with state machine
Add support for static platformtheme plugins
make headerParent correctly alignedwhen there is a scrollbar
Fix tabbar width computation
Add PagePoolAction to QRC file
allow toolbar style on mobile
Make the api docs reflect that Kirigami is not only a mobile toolkit
5.69
Hotfix for D28468 to fix broken variable refs
get rid of the incubator
disable mousewheel completely in outside flickable
Add property initializer support to PagePool
Refactor of OverlaySheet
Add ShadowedImage and ShadowedTexture items
[controls/formlayout] Don't attempt to reset implicitWidth
Add useful input method hints to password field by default
[FormLayout] Set compression timer interval to 0
[UrlButton] Disable when there is no URL
simplify header resizing
Remove export header from static install
Fix about page with Qt 5.15
Fix broken paths in kirigami.qrc.in
Add "veryLongDuration" animation duration
fix multi row notifications
don't depend on window active for the timer
Support multiple stacked Passive Notifications
Fix enabling border for ShadowedRectangle on item creation
check for window existence
Add missing types to qrc
Fix undefined check in global drawer menu mode
Fallback to a simple rectangle when using software rendering
Fix color premultiply and alpha blending
[FormLayout] Propagate FormData.enabled also to label
Add a ShadowedRectangle item
alwaysVisibleActions property
don't create instances when the app is quitting
Don't emit palette changes if the palette didn't change
5.70
Introduce Theme::smallFont
Make BasicListItem more useful by giving it a subtitle property
Less segfaulty PageRouterAttached
PageRouter: find parents of items better
Remove unused QtConcurrent from colorutils
PlaceholderMessage: Remove Plasma units usage
Allow PlaceholderMessage to be text-less
vertically center sheets if theiy don't have a scrollbar
Account for top and bottom margin in default card height
Various fixes to new Cards
Icon: improve icon rendering on multi-screen multi-dpi setups
Fix error in PlaceholderMessage: actions are disabled, not hidden
Introduce PlaceholderMessage component
Hotfix: fix bad typing in FormLayout array functions
Hotfix for SwipeListItem: use Array.prototype.*.call
Hotfix: use Array.prototype.some.call in ContextDrawer
Hotfix for D28666: use Array.prototype.*.call instead of invoking functions
on 'list' objects
Add missing m_sourceChanged variable
Use ShadowedRectangle for Card backgrounds
Update the visiblity check for ActionToolbar by checking width with
less-"equal"
Couple of 'trivial' fixes for broken code
never close when the click is inside the sheet contents
sheet must be under other popups
Add PageRouter component
Add ColorUtils
Allow setting separate corner radii for ShadowedRectangle
Remove the STATIC_LIBRARY option to fix static builds
5.67
KStandardAction: add method for SwitchApplicationLanguage action creation
[KColorSchemeManager] Don't list duplicates
[KColorschemeManager] Add option to reenable following global theme
5.68
Change "Redisplay" to "Refresh"
5.67
Remove files that Windows cannot handle
Ensure to store resource uri without a trailing slash
5.68
Fix issue finding the Boost include directories
Use exposed DBus methods to switch activities in CLI