Bug 72359 - add "Build Project" to the build toolbar, it doesn't appear
Summary: add "Build Project" to the build toolbar, it doesn't appear
Status: RESOLVED DUPLICATE of bug 118722
Alias: None
Product: kdevelop
Classification: Applications
Component: Build tools: Custom Makefiles (show other bugs)
Version: git master
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-11 06:30 UTC by Jon Smirl
Modified: 2006-12-17 18:14 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Smirl 2004-01-11 06:30:12 UTC
Version:           CVS (using KDE Devel)

add "Build Project" to the build toolbar, it doesn't appear

I can add every other icon I tried to the build toolbar, only "Build Project" appears to be broken. I shows in the toolbar editor, but it doesn't appear on the actual toolbar.
Comment 1 Jon Smirl 2004-01-11 06:32:15 UTC
Doesn't matter which toolbar, icon doesn't appear on any of them.
Comment 2 Sascha Cunz 2004-01-11 15:34:59 UTC
Hi Jon,
it should appear as soon as you open a "buildable" project ( which is of course a cpp project i.e. ).
If you have a buildable project open, there will be automagically a build-project button in the build toolbar ( which does NOT show in the configure toolbar dialog )

Some additional remarks:
  - Problems of this kinds is all due to a mixed usage of XMLGUI driven
    UI parts and not-XMLGUI driven UI parts
  - There are several things that currently can not be assigned a shortcut
    or toolbar icon to ( vcs operations etc. )
  - Contextmenu is a way better point to have a look at
  - we should at least add a lot of XMLGUI driven UI stuff to our plugins.

However, we're in deep freeze now.
Comment 3 Jon Smirl 2004-01-11 17:24:23 UTC
I did some more experiments, this seems to be broken only for custom projects. Kdevelop generated ones work ok.

It might be better to have this icon always displayed and enable/disable it instead of having it appear and disappear.
Comment 4 Alexei Dets 2004-03-11 22:25:23 UTC
I definitely have a buildable project (custom c++ project imported from KDevelop-2), "Build Project" works from menu but doesn't appear in build toolbar (even if I add it in "Configure Toolbars..."
Comment 5 András Manţia 2004-05-30 17:16:50 UTC
Seems to be some problem with the Build toolbar and I suspect some wrong usage of XMLGUI. With an autoproject everything works fine (at first sight), but as soon as you try to configure the build toolbar you will find that in the config. dialog only the Stop button appears...
Comment 6 Jens Dagerbo 2006-12-17 18:14:40 UTC
Dupe against bug #118722, as it has a better description of the problem.

*** This bug has been marked as a duplicate of 118722 ***