summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2020-06-20vte3: Fix printf usage for NetBSD.nia7-9/+219
2020-06-20x11: Add gnome-terminal.nia7-1/+698
A terminal emulator for the GNOME 3 desktop.
2020-06-20x11/qt5-qtlocation: fix pkglint warningsrillig1-4/+3
2020-06-20x11/mlterm: fix pkglint warningsrillig2-16/+15
2020-06-20x11/kde-workspace4: sort PLISTrillig1-8/+8
2020-06-20x11/kde-runtime4: sort PLISTrillig1-2/+2
2020-06-20vte3: Update to 0.60.3ryoon7-109/+68
* Use meson to build. * Enable vala and gobject-introspection. Changelog: Not available.
2020-06-19st-term: Update to 0.8.4leot2-7/+7
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).
2020-06-17x11/qt5ct: update to 1.0pin3-9/+9
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
2020-06-13qt5-qtwebkit: Remove invalid ARM linker argsnia1-2/+2
2020-06-11py-qt5: updated to 5.15.0adam3-12/+56
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.
2020-06-11py-sip: updated to 4.9.23adam2-7/+7
SIP v4.19.23 has been released. This is a minor bug-fix release.
2020-06-11c++-gtk-utils: Update to 2.2.19ryoon3-11/+10
Changelog: Version 2.2.19 (27 January 2020) -------------- Use autoconf's TAP support for running tests (Makefile.am, configure-gtk2.ac, configure-gtk3.ac, configure-gtk4.ac; c++-gtk-utils/Makefile.am; docs/Makefile.am; tests/Makefile.am, tests/extension/Makefile.am, tests/extra/Makefile.am; removed - Makefile.decl; added - glib-tap.mk, tap-driver.sh, tap-test, m4/glibtests.m4) Cater for guile-3.0 declarative modules (acinclude.m4; extension.h). Suppress GStaticRecMutex deprecation warnings (acinclude.m4, configure-gtk2.ac, configure-gtk3.ac, configure-gtk4.ac; cgu_config.h.in, mutex.h).
2020-06-09(x11/qwt6-qt5) Adhoc fix for build problem, with following QPainterPath errormef9-7/+100
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
2020-06-09libkscreen: update to 5.18.5markd2-13/+6
changes unknown (latest plasma5 version)
2020-06-09plasma-framework: update to 5.70.1markd3-10/+11
fix a crash.
2020-06-07x11/gtkmm3: restore ABI_DEPENDS as API_DEPENDSrillig1-1/+7
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.
2020-06-07x11/gtkmm3: move gtk3 buildlink above the PKG_BUILD_OPTIONSrillig1-4/+4
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.
2020-06-07x11/gtkmm3: remove redundant dependenciesrillig1-7/+1
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.
2020-06-07x11/gnome-desktop3: fix pkglint warningsrillig3-6/+6
2020-06-07qqc2-desktop-style: update to 5.70.0markd2-7/+6
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
2020-06-07plasma-framework: update to 5.70.0markd3-10/+15
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
2020-06-07kxmlgui: update to 5.70.0markd3-8/+8
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
2020-06-07kwindowsystem: update to 5.70.0markd3-8/+11
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
2020-06-07kwidgetsaddons: update to 5.70.0markd3-8/+10
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
2020-06-07ktextwidgets: update to 5.70.0markd2-7/+6
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
2020-06-07kjobwidgets: update to 5.70.0markd2-7/+6
5.70 Add KDialogJobUiDelegate(KJobUiDelegate::Flags) constructor
2020-06-07kitemviews: update to 5.70.0markd2-7/+6
changes unknown
2020-06-07kirigami2: update to 5.70.0markd3-8/+10
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
2020-06-07kinit: update to 5.70.0markd3-8/+8
5.68 Make kwrapper/kshell spawn klauncher5 if needed
2020-06-07kguiaddons: update to 5.70.0markd2-7/+6
5.68 [UrlHandler] Handle opening the online docs for KCM modules [KColorUtils] Change getHcy() hue range to [0.0, 1.0)
2020-06-07kglobalaccel: update to 5.70.0markd2-7/+6
changes unknown
2020-06-07kdesignerplugin: update to 5.70.0markd3-8/+8
changes unknown
2020-06-07kdelibs4support: update to 5.70.0markd2-7/+6
changes unknown
2020-06-07kded: update to 5.70.0markd2-7/+6
5.68 Add a --replace option to kded5 5.70 Port KToolInvocation::kdeinitExecWait to QProcess Drop delayed second phase
2020-06-07kconfigwidgets: update to 5.70.0markd2-7/+6
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"
2020-06-07kactivities5: update to 5.70.0markd2-7/+6
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
2020-06-07kactivities-stats: update to 5.70.0markd2-7/+6
5.67 Fix broken SQL query in allResourcesQuery
2020-06-07frameworkintegration: update to 5.70.0markd2-7/+6
5.67 Drop unused dependency QtDBus 5.68 [KStyle] Set the color of KMessageWidgets to the correct one from the current color scheme
2020-06-05(qt5-qtvirtualkeyboard) regen distinfo (again, sorry)mef1-5/+5
2020-06-05(qt5-qtvirtualkeyboard) regen distinfomef1-5/+5
2020-06-05*: Apply revbump for graphics/giflib API change.jperkin17-34/+34
2020-06-02lxqt-session: fix PLISTgutteridge2-6/+6
Align with the state of the configuration installation path defined in patches/patch-config_CMakeLists.txt.
2020-06-02x11/lxqt-runner: Follow github hosted package nomenclaturepin1-4/+4
as suggested by @leot
2020-06-02x11/lxqt-panel: Follow github hosted package nomenclaturepin1-4/+4
as suggested by @leot
2020-06-02x11/qterminal: Follow github hosted package nomenclaturepin1-4/+4
as suggested by @leot
2020-06-02x11/lxqt-session: Follow github hosted package nomenclaturepin1-4/+4
as suggested by @leot
2020-06-02x11/lxqt-qtplugin: Follow github hosted package nomenclaturepin1-4/+4
as suggested by @leot
2020-06-02x11/lxqt-notificationd: Follow github hosted package nomenclaturepin1-4/+4
as suggested by @leot
2020-06-02x11/lxqt-globalkeys: Follow github hosted package nomenclaturepin1-4/+4
as suggested by @leot