[Uml-devel] KDE/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Thu Oct 12 17:00:54 UTC 2006
SVN commit 594870 by okellogg:
fix typos admonished by EBN
M +1 -1 cmdlineexportallviewsevent.h
M +1 -1 entity.cpp
M +5 -5 toolbarstate.h
M +2 -2 toolbarstatearrow.h
M +1 -1 toolbarstatepool.h
M +1 -1 umlviewimageexportermodel.cpp
M +4 -4 umlwidgetcontroller.h
--- trunk/KDE/kdesdk/umbrello/umbrello/cmdlineexportallviewsevent.h #594869:594870
@@ -52,7 +52,7 @@
/**
* Exports all the views using UMLViewImageExporterModel, prints the errors
- * occured in the error output and sends a close event to the application to finish it.
+ * occurred in the error output and sends a close event to the application to finish it.
* To export the views, it uses the attributes set when the event was created.
*/
void exportAllViews();
--- trunk/KDE/kdesdk/umbrello/umbrello/entity.cpp #594869:594870
@@ -145,7 +145,7 @@
}
emit entityAttributeRemoved(literal);
emit modified();
- // If we are deleteing the object, then we don't need to disconnect..this is done auto-magically
+ // If we are deleting the object, then we don't need to disconnect..this is done auto-magically
// for us by QObject. -b.t.
// disconnect(a,SIGNAL(modified()),this,SIGNAL(modified()));
delete literal;
--- trunk/KDE/kdesdk/umbrello/umbrello/toolbarstate.h #594869:594870
@@ -32,7 +32,7 @@
* are delivered to the toolbar state currently active. The events are handled
* in the tool and it executes the needed actions.
*
- * All the mouse event handlers can be overriden in subclasses. However, the
+ * All the mouse event handlers can be overridden in subclasses. However, the
* behaviour of the main handlers shouldn't be modified (apart from extend it,
* that is, call the base implementation before any other actions in the derived
* method).
@@ -176,7 +176,7 @@
* be used until the next release event.
* Default implementation first checks for associations, then message widgets
* and then any other widgets.
- * It can be overriden in subclasses if needed.
+ * It can be overridden in subclasses if needed.
*/
virtual void setCurrentElement();
@@ -257,7 +257,7 @@
/**
* Changes the current tool to the default one if the right button was released.
- * It can be overriden in subclasses if needed.
+ * It can be overridden in subclasses if needed.
*/
virtual void changeTool();
@@ -275,7 +275,7 @@
* This method is called in main press events handler just before calling
* the press event for widgets handler.
* Default implementation is set the specified widget, although this
- * behaviour can be overriden in subclasses if needed.
+ * behaviour can be overridden in subclasses if needed.
*
* @param currentWidget The widget to be set.
*/
@@ -297,7 +297,7 @@
* This method is called in main press events handler just before calling
* the press event for associations handler.
* Default implementation is set the specified association, although this
- * behaviour can be overriden in subclasses if needed.
+ * behaviour can be overridden in subclasses if needed.
*
* @param currentAssociation The association to be set.
*/
--- trunk/KDE/kdesdk/umbrello/umbrello/toolbarstatearrow.h #594869:594870
@@ -51,7 +51,7 @@
virtual ~ToolBarStateArrow();
/**
- * Goes back to the inital state.
+ * Goes back to the initial state.
*/
virtual void init();
@@ -137,7 +137,7 @@
* already.
* It avoids things like moving a big widget over a little one, clicking
* right button to cancel the movement and the little widget getting the
- * event, thus not cancelling the movement in the big widget.
+ * event, thus not canceling the movement in the big widget.
*/
virtual void setCurrentWidget(UMLWidget* currentWidget);
--- trunk/KDE/kdesdk/umbrello/umbrello/toolbarstatepool.h #594869:594870
@@ -33,7 +33,7 @@
/**
* Sets the current button and inits the tool.
* If the current button is the same to the button to set, the tool isn't
- * initalized.
+ * initialized.
*
* @param button The button to set.
*/
--- trunk/KDE/kdesdk/umbrello/umbrello/umlviewimageexportermodel.cpp #594869:594870
@@ -144,7 +144,7 @@
// exporting the view to the file
if (!exportViewTo(view, imageType, fileName)) {
- return i18n("A problem occured while saving diagram in %1", fileName);
+ return i18n("A problem occurred while saving diagram in %1", fileName);
}
// if the file wasn't local, upload the temp file to the target
--- trunk/KDE/kdesdk/umbrello/umbrello/umlwidgetcontroller.h #594869:594870
@@ -185,9 +185,9 @@
* corner of the widget in m_pressOffsetX/Y, the position in m_oldX/Y and the
* size in m_oldW/H.
*
- * It can be overriden to save subclass specific values whenever a move or
+ * It can be overridden to save subclass specific values whenever a move or
* resize begins. However, parent method (that is, this method) must be
- * called in the overriden method.
+ * called in the overridden method.
*
* @param me The QMouseEvent to get the offset from.
*/
@@ -230,7 +230,7 @@
* current position and the new position.
* This method doesn't adjust associations. It only moves the widget.
*
- * It can be overriden to constrain movement of m_widget only in one axis even when
+ * It can be overridden to constrain movement of m_widget only in one axis even when
* the user isn't constraining the movement with shift or control buttons, for example.
* The movement policy set here is applied whenever the widget is moved, being it
* moving it explicitly, or as a part of a selection but not receiving directly the
@@ -247,7 +247,7 @@
/**
* Modifies the value of the diffX and diffY variables used to move the widgets.
*
- * It can be overriden to constrain movement of all the selected widgets only in one
+ * It can be overridden to constrain movement of all the selected widgets only in one
* axis even when the user isn't constraining the movement with shift or control
* buttons, for example.
* The difference with moveWidgetBy is that the diff positions used here are
More information about the umbrello-devel
mailing list