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

List:       kde-commits
Subject:    KDE/kdebase/workspace/klipper
From:       Esben Mose Hansen <kde () mosehansen ! dk>
Date:       2009-10-11 18:07:54
Message-ID: 1255284474.907920.19079.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1033998 by esben:

Make "text selection only" available in the config GUI.

 M  +6 -6      generalconfig.ui  
 M  +0 -4      klipper.cpp  
 M  +1 -1      klipper.kcfg  


--- trunk/KDE/kdebase/workspace/klipper/generalconfig.ui #1033997:1033998
@@ -47,16 +47,16 @@
     </widget>
    </item>
    <item>
-    <widget class="QCheckBox" name="kcfg_IgnoreSelection" >
-     <property name="text" >
-      <string>Ignore selection</string>
+    <widget class="QCheckBox" name="kcfg_IgnoreImages">
+     <property name="text">
+      <string>Ignore images</string>
      </property>
     </widget>
    </item>
    <item>
-    <widget class="QCheckBox" name="kcfg_IgnoreImages" >
-     <property name="text" >
-      <string>Ignore images</string>
+    <widget class="QCheckBox" name="kcfg_SelectionTextOnly">
+     <property name="text">
+      <string>Text selection only</string>
      </property>
     </widget>
    </item>
--- trunk/KDE/kdebase/workspace/klipper/klipper.cpp #1033997:1033998
@@ -291,10 +291,6 @@
     m_bSynchronize = ( KlipperSettings::synchronize() == 0 );
     // NOTE: not used atm - kregexpeditor is not ported to kde4
     m_bUseGUIRegExpEditor = KlipperSettings::useGUIRegExpEditor();
-
-    // NOTE (during kconfigxt porting): this option is somehow lost,
-    // no setting for it exists in gui. Or is it a hidden feature?
-    // find it and resolve it. keeping it for now.
     m_bSelectionTextOnly = KlipperSettings::selectionTextOnly();
 
     m_bURLGrabber = KlipperSettings::uRLGrabberEnabled();
--- trunk/KDE/kdebase/workspace/klipper/klipper.kcfg #1033997:1033998
@@ -42,7 +42,7 @@
     <entry name="SelectionTextOnly" type="Bool">
       <label>Selection text only</label>
       <default>true</default>
-      <whatsthis><qt>There are two different clipboard buffers available:<br /><br \
/><b>Clipboard</b> is filled by selecting something and pressing Ctrl+C, or by \
clicking "Copy" in a toolbar or menubar.<br /><br /><b>Selection</b> is available \
immediately after selecting some text. The only way to access the selection is to \
press the middle mouse button.<br /><br />You can configure the relationship between \
Clipboard and Selection.</qt></whatsthis> +      <whatsthis><qt>When an area of the \
screen is selected with mouse or keyboard, this is called <em>"the selection"</em>. \
If this option is selected, only text selection are stored in the history, while \
images and other selections are not.</qt></whatsthis>  </entry>
     <entry name="UseGUIRegExpEditor" type="Bool">
       <label>Use graphical regexp editor</label>


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

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