Summary: | Enhancement: User-selected tab titles | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Dotan Cohen <kde-2011.08> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | 4wy78uwh, andreas.wallberg, john.kizer, kishore96, maximtsyba, mikhail.krutov, postix |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Unspecified | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/9cde51e14a25cef7237cb9178fe1538eef8d59c2 | Version Fixed In: | |
Sentry Crash Report: |
Description
Dotan Cohen
2009-06-18 13:51:24 UTC
Resetting assignee to default as per bug #305719 I've added a small patch that implements this feature request: https://phabricator.kde.org/D20052 *** Bug 416684 has been marked as a duplicate of this bug. *** *** Bug 441318 has been marked as a duplicate of this bug. *** Flipping back to Confirmed as it doesn't appear that the merge request from Phabricator was accepted / migrated over to GitLab A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/895 Git commit 625599462a8ec82f0e43267d333b3ed74a4401bf by Méven Car, on behalf of ambar chakravartty. Committed on 06/02/2025 at 14:32. Pushed by meven into branch 'master'. Added code for a "Rename Tab" feature. M +10 -0 src/dolphintabbar.cpp M +1 -0 src/dolphintabbar.h M +11 -0 src/dolphintabpage.cpp M +7 -0 src/dolphintabpage.h M +19 -0 src/dolphintabwidget.cpp M +2 -0 src/dolphintabwidget.h https://invent.kde.org/system/dolphin/-/commit/625599462a8ec82f0e43267d333b3ed74a4401bf Git commit 9cde51e14a25cef7237cb9178fe1538eef8d59c2 by Méven Car, on behalf of ambar chakravartty. Committed on 06/02/2025 at 14:32. Pushed by meven into branch 'master'. Removed unused imports to QUuid,quuid M +0 -1 src/dolphintabpage.cpp M +0 -2 src/dolphintabpage.h M +0 -1 src/dolphintabwidget.cpp https://invent.kde.org/system/dolphin/-/commit/9cde51e14a25cef7237cb9178fe1538eef8d59c2 |