| Summary: | Show page zoom in url bar when different from 100% | ||
|---|---|---|---|
| Product: | [Applications] Falkon | Reporter: | Michael D <nortexoid> |
| Component: | general | Assignee: | David Rosca <nowrep> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | null, private2.6.3, t.m |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/network/falkon/-/commit/d50eb6e822cb96a5bd700ec61ce330998787a10b | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Michael D
2018-09-23 20:49:10 UTC
There is a Python extension at https://store.kde.org/browse/cat/571/ Please consider closing the issue if that extension are useful for you! Also, please do not report here issues related to that extension, thanks! I also suggest to add this feature to the default installation without extensions. A possibly relevant merge request was started @ https://invent.kde.org/network/falkon/-/merge_requests/47 Git commit d50eb6e822cb96a5bd700ec61ce330998787a10b by Juraj Oravec. Committed on 16/07/2023 at 10:03. Pushed by jurajo into branch 'master'. Show page zoom level in locationbar - Only show up when the zoom level is different than the default zoom level set in preferences. Signed-off-by: Juraj Oravec <jurajoravec@mailo.com> M +2 -0 src/lib/CMakeLists.txt M +6 -0 src/lib/navigation/locationbar.cpp M +2 -0 src/lib/navigation/locationbar.h A +82 -0 src/lib/navigation/zoomlabel.cpp [License: GPL (v3+)] A +47 -0 src/lib/navigation/zoomlabel.h [License: GPL (v3+)] M +1 -0 src/lib/other/qzsettings.cpp M +1 -0 src/lib/other/qzsettings.h M +2 -0 src/lib/preferences/preferences.cpp M +7 -0 src/lib/preferences/preferences.ui https://invent.kde.org/network/falkon/-/commit/d50eb6e822cb96a5bd700ec61ce330998787a10b |