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

List:       kde-commits
Subject:    KDE/kdenetwork/kget
From:       Lukas Appelhans <l.appelhans () gmx ! de>
Date:       2011-08-09 16:29:56
Message-ID: 20110809162956.EDDB3AC871 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1246030 by lappelhans:

Remove expertMode completely... it's not used enough + the description of the config \
options is not clear


 M  +0 -7      conf/dlgadvanced.ui  
 M  +0 -3      conf/kget.kcfg  
 M  +1 -1      mainwindow.cpp  
 M  +0 -8      ui/droptarget.cpp  


--- trunk/KDE/kdenetwork/kget/conf/dlgadvanced.ui #1246029:1246030
@@ -12,13 +12,6 @@
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
    <item>
-    <widget class="QCheckBox" name="kcfg_ExpertMode">
-     <property name="text">
-      <string>Disable confirmation dialogs (less verbosity)</string>
-     </property>
-    </widget>
-   </item>
-   <item>
     <widget class="QCheckBox" name="kcfg_EnableSystemTray">
      <property name="text">
       <string>Enable system tray icon</string>
--- trunk/KDE/kdenetwork/kget/conf/kget.kcfg #1246029:1246030
@@ -42,9 +42,6 @@
   </group>
 
   <group name="Advanced">
-    <entry name="ExpertMode" type="Bool">
-      <default>false</default>
-    </entry>
     <entry name="KonquerorIntegration" type="Bool">
       <default>false</default>
     </entry>
--- trunk/KDE/kdenetwork/kget/mainwindow.cpp #1246029:1246030
@@ -992,7 +992,7 @@
 void MainWindow::slotTrayKonquerorIntegration(bool enable)
 {
     slotKonquerorIntegration(enable);
-    if (!enable && Settings::konquerorIntegration() && !Settings::expertMode())
+    if (!enable && Settings::konquerorIntegration())
     {
         KGet::showNotification(this, "notification",
                                      i18n("KGet has been temporarily disabled as \
                download manager for Konqueror. "
--- trunk/KDE/kdenetwork/kget/ui/droptarget.cpp #1246029:1246030
@@ -451,14 +451,6 @@
 
 void DropTarget::slotClose()
 {
-    if (!Settings::expertMode())
-    {
-        KMessageBox::information(parentWidget,
-            i18n("Drop target has been hidden. If you want to show it "
-                 "again, go to Settings->Configure KGet->Look & Feel."),
-            i18n("Hiding drop target"),
-            "CloseDroptarget");
-    }
     setVisible( false );
 }
 


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

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