[Bug 144648] New: Ctrl-M doesn't toggle appearance of menu bar

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 144648] New: Ctrl-M doesn't toggle appearance of menu bar

Bugzilla from mikmach@wp.pl
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=144648         
           Summary: Ctrl-M doesn't toggle appearance of menu bar
           Product: digikam
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Albums GUI
        AssignedTo: digikam-devel kde org
        ReportedBy: mikmach wp pl


Version:            (using KDE Devel)
Installed from:    Compiled sources

Ctrl-M doesn't toggle appearance of menu bar as specified by KDE HIG
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 144648] Ctrl-M doesn't toggle appearance of menu bar

Gilles Caulier-4
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=144648         
caulier.gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From caulier.gilles gmail com  2007-05-21 12:57 -------
Mik,

Same problem as SaveAs() method from Image Editor. The action to hide/show Menu bar is created by a method from KMainWindow class into KDE API :

void DigikamApp::setupActions()
{
...
    // Provides a menu entry that allows showing/hiding the toolbar(s)
    setStandardToolBarMenuEnabled(true);
...
}

Look here for details :

http://api.kde.org/3.5-api/kdelibs-apidocs/kdeui/html/classKMainWindow.html#a26

KDE API need to be fixed to provide the right shorcut for this action... Please report this problem into KDE core part of bugzilla.

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel