Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 291887 Details for
Bug 429020
Missing arc type tangential from menu->draw->arc
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to support arc type tangential in menu
qcad-arc.patch (text/plain), 1.91 KB, created by
Jani Frilander
on 2008-01-16 20:32:11 UTC
(
hide
)
Description:
patch to support arc type tangential in menu
Filename:
MIME Type:
Creator:
Jani Frilander
Created:
2008-01-16 20:32:11 UTC
Size:
1.91 KB
patch
obsolete
>diff -ur BUILD/qcad-2.0.5.0-1-community.src/qcad/src/qc_applicationwindow.cpp qcad-2.0.5.0-1-community.src/qcad/src/qc_applicationwindow.cpp >--- BUILD/qcad-2.0.5.0-1-community.src/qcad/src/qc_applicationwindow.cpp 2008-01-16 22:04:55.000000000 +0200 >+++ qcad-2.0.5.0-1-community.src/qcad/src/qc_applicationwindow.cpp 2008-01-16 21:56:16.000000000 +0200 >@@ -750,6 +750,9 @@ > action = actionFactory.createAction(RS2::ActionDrawArcParallel, actionHandler); > action->addTo(subMenu); > connect(this, SIGNAL(windowsChanged(bool)), action, SLOT(setEnabled(bool))); >+ action = actionFactory.createAction(RS2::ActionDrawArcTangential, actionHandler); >+ action->addTo(subMenu); >+ connect(this, SIGNAL(windowsChanged(bool)), action, SLOT(setEnabled(bool))); > menu->insertItem(tr("&Arc"), subMenu); > // Circles: > subMenu=new QPopupMenu(this); >diff -ur BUILD/qcad-2.0.5.0-1-community.src/qcadguiqt/src/qg_actionfactory.cpp qcad-2.0.5.0-1-community.src/qcadguiqt/src/qg_actionfactory.cpp >--- BUILD/qcad-2.0.5.0-1-community.src/qcadguiqt/src/qg_actionfactory.cpp 2005-11-22 13:52:22.000000000 +0200 >+++ qcad-2.0.5.0-1-community.src/qcadguiqt/src/qg_actionfactory.cpp 2008-01-16 20:31:59.000000000 +0200 >@@ -45,6 +45,7 @@ > #include "rs_actiondimradial.h" > #include "rs_actiondrawarc.h" > #include "rs_actiondrawarc3p.h" >+#include "rs_actiondrawarctangential.h" > #include "rs_actiondrawcircle.h" > #include "rs_actiondrawcircle2p.h" > #include "rs_actiondrawcircle3p.h" >@@ -632,6 +633,12 @@ > obj, SLOT(slotDrawArcParallel())); > break; > >+ case RS2::ActionDrawArcTangential: >+ action = RS_ActionDrawArcTangential::createGUIAction(id, mw); >+ connect(action, SIGNAL(activated()), >+ obj, SLOT(slotDrawArcTangential())); >+ break; >+ > case RS2::ActionDrawEllipseAxis: > action = RS_ActionDrawEllipseAxis::createGUIAction(id, mw); > connect(action, SIGNAL(activated()),
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 429020
: 291887