- Add EMOJI option
- Convert to USES localbase
- Use more option helpers
PR: 216991
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Approved by: maintainer
This version adds support for timezone 2016i and contains numerous
bug fixes.
PR: 215660
Submitted by: rene
Approved by: maintainer timeout (koobs, 2 months)
The build still fails on 11 armv6, however MFC of r313873 will hopefully
fix the build there as well.
While here also add LICENSE_FILE and fix portlint warnings.
PR: 217279
Submitted by: mikael.urankar@gmail.com
Approved by: phd_kimberlite@yahoo.co.jp (maintainer), swills (mentor, implicit)
Differential Revision: https://reviews.freebsd.org/D9801
* Increase the limit of the disk-backed "unlimited" scrollback option via
use of 64bit ints and file offset. This remedies the problem where the
recent history was not stored once the file reached 2GB, which manifested
as a blank window when scrolling up.
* correct width of blinking cursor for wide characters (KDE bug #318453)
Reviewed by: tcberner
Approved by: swills (mentor)
Obtained from: KDE (cursor fix)
Differential Revision: https://reviews.freebsd.org/D9758
KInfoCenter:
* obey user's unit preferences (IEC vs JEDEC) when displaying PCI info
* correct the units, someone forgot about terabytes
KSysGuard:
* make plotter obey user's unit preferences (status bar was correct)
* change tooltip to use same or adjacent unit scale as the plot
* support a description different from the sensor name for use as the label
* add an additional step to label widths so horizontal resize is smoother
* change status bar elements from fixed layout to proportional layout
* space permitting, show more detailed memory stats in the status bar
* replace simplistic (app) memory & swap graph with a detailed graph
Plasma Desktop:
* hide the Desktop Toolbox (aka "the cashew") when widgets are locked
NB: KSysGuard caches the layouts, delete ~/.kde4/share/apps/ksysguard/*
when upgrading so the new layout (detailed memory graph) is used
Reviewed by: tcberner
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9760
This version now no longer includes a copy of Argdata, the serialization
library used by cloudabi-run. It is now provided by a separate package,
so adjust the dependencies and pkg-plist to take that into account.