Bug 819181
| Summary: | krita is missing features | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Máirín Duffy <duffy> |
| Component: | calligra | Assignee: | Rex Dieter <rdieter> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 17 | CC: | andreas.bierfert, boud, ltinkl, lukast.dev, rdieter, smparrish |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-05-05 15:53:41 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Máirín Duffy
2012-05-05 12:35:42 UTC
Apparently that feature is disabled in calliga-2.4, from
calligra-2.4.1/krita/ui/dialogs/kis_dlg_preferences.cc
I see some related code commented out:
/* disabled for 2.4
// full-screen mode
vbox = new KVBox();
page = new KPageWidgetItem(vbox, i18n("Canvas-only settings"));
page->setHeader(i18n("Canvas-only"));
page->setIcon(KIcon("preferences-system-performance"));
addPage(page);
m_fullscreenSettings = new FullscreenSettingsTab(vbox);
*/
I'll try poking around on irc to get the scoop on this.
and more disabled code in:
calligra-2.4.1/krita/ui/kis_view2.cpp
/* DISABLED for 2.4
tAction = new KToggleAction(i18n("Show Canvas Only"), this);
tAction->setCheckedState(KGuiItem(i18n("Return to Window")));
tAction->setToolTip(i18n("Shows just the canvas or the whole window"));
QList<QKeySequence> shortcuts;
shortcuts << QKeySequence(Qt::Key_Tab);
tAction->setShortcuts(shortcuts);
tAction->setChecked(false);
actionCollection()->addAction("view_show_just_the_canvas", tAction);
connect(tAction, SIGNAL(toggled(bool)), this, SLOT(showJustTheCanvas(bool)));
*/
looks like it's not an accident.
From freenode #krita channel: [05/05/12 10:51] <idragosani> rdieter: I believe boud had specifically removed the feature in 2.4 because it wasn't working correctly. It's in 2.5 git right now, though, accessed via TAB Looks like this feature will come in the 2.5 series... Yeah, it was pretty broken in 2.4 and I had to disable it. See https://bugs.kde.org/show_bug.cgi?id=293628. I think we're good to go for 2.5, though, which should be out pretty soon already: http://community.kde.org/Calligra/Schedules/2.5/Release_Plan -- in July. |