https://bugs.kde.org/show_bug.cgi?id=459962

Igor Kushnir <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Igor Kushnir <[email protected]> ---
(In reply to Benjamin Huth from comment #0)
> * The ordering of the symbols on the toolbar seems to be partly hardcoded
> (?), it does not reflect the ordering in the configure window. E.g., the
> "Build" button is on the left, however, if I add an "install" button, it
> appears far right (see screenshot).
Cannot reproduce in KDevelop version 6.4.251170. Fixed somewhere already?
> * The dropdown list with the toolbar names has something to do with the
> loaded parts used to ensemble KDevelop. However, is it necessary to show
> this to the user this way? There are e.g. three debugger toolbars somehow.
Searching "Debugger Toolbar" in the kdevelop repository yields 3 results
(KDevPlatform and two plugins). I guess plugins/lldb/kdevlldbui.rc has been
copied from plugins/gdb/kdevlldbui.rc, but changing the name within was not
done due to omission. So now there are two "Debugger Toolbar <kdevdgdb>"
entries (should be <kdevgdb> without 'd' and <kdevlldb> I think). I don't know
if the display can be improved (e.g. whether entries can be grouped) using
existing KXmlGui API. You can check other KDE apps and maybe borrow UI
improvement ideas from them. If similar mess is everywhere and you want to
improve it, you can create an issue and ask about this at
https://invent.kde.org/frameworks/kxmlgui . You can also search "ui.rc" at that
kxmlgui URL and look at the relevant code.
> * There are items appearing multiple times in the list, but only once in the
> toolbar (Host environment, see screenshot)
I see only one "Host System" entry in KDevelop version 6.4.251170. Already
fixed perhaps?
> * The "Current Launch configuration" dropdown (which is very useful to me!)
> does only adjust to the length of the launch configuration after a restart
> of KDevelop. Here I already tried to dig into the source code to find out if
> somehow a repaint of the toolbar can be triggered, but I wasn't successfull.
> (I have no screenshot for this, but this can be easily reproduced by
> creating a launch configuration with a long name and restarting KDevelop).
Also cannot reproduce in KDevelop version 6.4.251170. The width of the "Current
Launch Configuration" submenu immediately (without restarting KDevelop) and
automatically adjusts to addition/removal of a launch configuration with a long
name. Must be fixed already.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to