Bug 268563 - www/dooble: update to 2022.12.25
Summary: www/dooble: update to 2022.12.25
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nuno Teixeira
URL: https://github.com/textbrowser/dooble...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-26 00:26 UTC by Eric Camachat
Modified: 2022-12-26 15:30 UTC (History)
1 user (show)

See Also:


Attachments
update to 2022.12.25 (1.38 KB, patch)
2022-12-26 00:26 UTC, Eric Camachat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Camachat 2022-12-26 00:26:57 UTC
Created attachment 239023 [details]
update to 2022.12.25

Release Notes:
 * Corrected View menu width for Mac. The F11 shortcut was glued to the action text.
 * Enable full hinting for application font.
 * Fancy cookie collapse / expand button. See Cookies window.
 * Final package release! Future releases will be source only. Good luck and enjoy!
 * Hide the left-corner widget for Mac and South tab position. The combination causes a shadow in the top-left corner of the Dooble window.
 * Improved translations of person-provided addresses. For example, address:5001 will be translated to https://address:5001.
 * Increased the font point size of the address widget's font by 1.25 units.
 * Main-menu visibility shortcut. See Settings -> Display.
 * New QTWEBENGINE_CHROMIUM_FLAGS entries. See Settings -> Web.
 * Observe QWebEnginePage::loadingChanged() signal. Requires Qt 6.2.
 * Optional address widget completer. See Settings -> Display.
 * Optional left-corner widget. See Settings -> Display.
 * Optional loading gradient. See Settings -> Display.
 * Optional referrer. See Settings -> Privacy.
 * Optional splash screen. See Settings -> Display.
 * Preserve preferred search engine. Problem caused by wayward QStandardItemModel::itemChanged() signal.
 * Show hovered links in special label near the status bar if the status bar is invisible.
 * Show new pages after, not before, they're attached to tabs.
 * Single Gopher object. The Gopher object will be assigned to all profiles, including private profiles. Qt does not tolerate multiple Gopher objects as a Profile only allows for one object. Gopher searches may surface glitches.
 * Tab icons are not properly shown for east and west tab orientations and Qt 5. Assume default Qt implementations instead.
 * The shortcut F11 is now Control + F11.
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-12-26 15:30:06 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d9e173c7bccd1f5933f8fd59026c845acaa7d22e

commit d9e173c7bccd1f5933f8fd59026c845acaa7d22e
Author:     Eric Camachat <eric@camachat.org>
AuthorDate: 2022-12-26 15:28:24 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-12-26 15:29:27 +0000

    www/dooble: Update to 2022.12.25

    ChangeLog:      https://github.com/textbrowser/dooble/releases/tag/2022.12.25
    PR:             268563

 www/dooble/Makefile                                            |  2 +-
 www/dooble/distinfo                                            |  6 +++---
 .../patch-Source_dooble__charts__property__editor.cc (new)     | 10 ++++++++++
 3 files changed, 14 insertions(+), 4 deletions(-)
Comment 2 Nuno Teixeira freebsd_committer freebsd_triage 2022-12-26 15:30:54 UTC
Committed, thanks!