[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kdeui
From:       Lukáš Tinkl <lukas () kde ! org>
Date:       2005-10-10 13:47:52
Message-ID: 1128952072.947016.6185.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 469215 by lukas:

DOX: minor docu corrections


 M  +3 -3      kactionclasses.h  
 M  +2 -2      kactioncollection.h  
 M  +1 -1      kdialogbase.h  
 M  +3 -1      kfontrequester.h  
 M  +2 -2      kkeybutton.h  
 M  +1 -1      kkeydialog.h  
 M  +1 -1      knumvalidator.h  


--- branches/KDE/3.5/kdelibs/kdeui/kactionclasses.h #469214:469215
@@ -1035,7 +1035,7 @@
 
     /**
      * Returns true if this action creates a sticky popup menu.
-     * See setStickyMenu.
+     * See setStickyMenu().
      */
     bool stickyMenu() const;
     /**
@@ -1148,7 +1148,7 @@
     void setDelayed(bool delayed);
     /**
      * Returns true if this action creates a sticky popup menu.
-     * See setStickyMenu.
+     * See setStickyMenu().
      */
     bool stickyMenu() const;
     /**
@@ -1341,7 +1341,7 @@
  * It's useful for text handling applications as
  * when plugged into a toolbar it provides a menu
  * with the clipboard history if klipper is running.
- * If clipper is not running, the menu has only one
+ * If klipper is not running, the menu has only one
  * item: the current clipboard content.
  *
  * @since 3.2
--- branches/KDE/3.5/kdelibs/kdeui/kactioncollection.h #469214:469215
@@ -271,7 +271,7 @@
   void inserted( KAction* );
   void removed( KAction* );
 
-  /** Emitted when "action" is highlighted.
+  /** Emitted when @p action is highlighted.
    *  This is only emitted if you have setHighlightingEnabled()
    * @see connectHighlight()
    * @see disconnectHighlight()
@@ -280,7 +280,7 @@
    * @see highlightingEnabled()
    */
   void actionHighlighted( KAction *action );
-  /** Emitted when "action" is highlighed or loses highlighting.
+  /** Emitted when @p action is highlighed or loses highlighting.
    *  This is only emitted if you have setHighlightingEnabled()
    * @see connectHighlight()
    * @see disconnectHighlight()
--- branches/KDE/3.5/kdelibs/kdeui/kdialogbase.h #469214:469215
@@ -100,7 +100,7 @@
  * signals that are related to the standard action buttons will be used
  * when you don't use these buttons.
  *
- * <b>sect Dialog shapes:</b>\n
+ * <b>Dialog shapes:</b>\n
  *
  * You can either use one of the prebuilt, easy to use, faces or
  * define your own main widget. The dialog provides ready to use
--- branches/KDE/3.5/kdelibs/kdeui/kfontrequester.h #469214:469215
@@ -123,7 +123,9 @@
     virtual void setTitle( const QString & title );
 
   signals:
-
+    /**
+     * Emitted when a new @p font has been selected in the underlying dialog
+     */
     void fontSelected( const QFont &font );
 
   protected:
--- branches/KDE/3.5/kdelibs/kdeui/kkeybutton.h #469214:469215
@@ -28,7 +28,7 @@
  *
  * You must call setShortcut() to set the widget's currently displayed key.
  * You can call captureShortcut() to get a new shortcut from the user.
- * If captureShortcut() suceeds, then the capturedShortcut signal will be
+ * If captureShortcut() succeeds, then the capturedShortcut() signal will be
  * emitted with the value of the new shortcut.  The widget containing
  * a KKeyButton widget must connect to this signal and check if the shortcut
  * is valid.  If it is, you will need to call setShortcut() with the new
@@ -69,7 +69,7 @@
  public slots:
 	/**
 	 * Call this method to capture a shortcut from the keyboard.
-	 * If it succeeds, the capturedShortcut() will be emitted.
+	 * If it succeeds, the capturedShortcut() signal will be emitted.
 	 */
 	void captureShortcut();
 
--- branches/KDE/3.5/kdelibs/kdeui/kkeydialog.h #469214:469215
@@ -262,7 +262,7 @@
  * associations for KActionCollection, KAccel, and KGlobalAccel. It uses the KKeyChooser widget
  * and offers buttons to set all keys to defaults and invoke on-line help.
  *
- * Three static methods are supplied which provide the most convienient interface
+ * Several static methods are supplied which provide the most convenient interface
  * to the dialog. The most common and most encouraged use is with KActionCollection.
  *
  * \code
--- branches/KDE/3.5/kdelibs/kdeui/knumvalidator.h #469214:469215
@@ -169,7 +169,7 @@
 
    KDoubleValidator extends QDoubleValidator to be
    locale-aware. That means that - subject to not being disabled -
-   KLocale::decimalPoint(), KLocale::thousandsSeparator()
+   KLocale::decimalSymbol(), KLocale::thousandsSeparator()
    and KLocale::positiveSign() and KLocale::negativeSign()
    are respected.
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic