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

List:       kde-commits
Subject:    kdeutils/ark
From:       Henrique Pinto <stampede () coltec ! ufmg ! br>
Date:       2005-01-16 19:04:20
Message-ID: 20050116190420.BE3151CFC8 () office ! kde ! org
[Download RAW message or body]

CVS commit by pinto: 

    * Remove the "Keep entries generic (lha)" option. No one could explain me
      what it does, nor state a single reason for it to stay. And option affecting
      only one archive type are bad...
    * Put myself as the maintainer


  M +0 -8      addition.ui   1.6
  M +0 -7      ark.kcfg   1.11
  M +0 -2      lha.cpp   1.25
  M +5 -5      main.cpp   1.31


--- kdeutils/ark/addition.ui  #1.5:1.6
@@ -27,12 +27,4 @@
         <widget class="QCheckBox">
             <property name="name">
-                <cstring>kcfg_lhaGeneric</cstring>
-            </property>
-            <property name="text">
-                <string>Keep entries &amp;generic (Lha)</string>
-            </property>
-        </widget>
-        <widget class="QCheckBox">
-            <property name="name">
                 <cstring>kcfg_forceMSDOS</cstring>
             </property>

--- kdeutils/ark/ark.kcfg  #1.10:1.11
@@ -17,11 +17,4 @@
                 </entry>
         </group>
-        <group name="Lha">
-                <entry name="lhaGeneric" type="Bool">
-                        <label>Keep entries generic (Lha)</label>
-                        <whatsthis>Affects only Lha archives</whatsthis>
-                        <default>false</default>
-                </entry>
-        </group>
         <group name="Tar">
                 <entry name="preservePerms" type="Bool">

--- kdeutils/ark/lha.cpp  #1.24:1.25
@@ -211,6 +211,4 @@ void LhaArch::addFile( const QStringList
   else
     strOptions = "a";
-  if ( Settings::lhaGeneric() )
-    strOptions += "g";
 
   *kp << strOptions << m_filename;

--- kdeutils/ark/main.cpp  #1.30:1.31
@@ -67,12 +67,11 @@ extern "C" KDE_EXPORT int kdemain( int a
 {
         KAboutData aboutData( "ark", I18N_NOOP( "Ark" ),
-                        "2.4.90", I18N_NOOP("KDE Archiving tool"), 
+                        "2.5", I18N_NOOP("KDE Archiving tool"), 
                         KAboutData::License_GPL,
-                        I18N_NOOP( "(c) 1997-2004, The Various Ark Developers" ) );
+                        I18N_NOOP( "(c) 1997-2005, The Various Ark Developers" ) );
         
-        aboutData.addAuthor( "Helio Chissini de Castro", I18N_NOOP( "Current \
                maintainer" ),
-                        "helio@conectiva.com.br" );
+        aboutData.addAuthor( "Henrique Pinto", I18N_NOOP( "Maintainer" ), \
"henrique.pinto@kdemail.net" ); +        aboutData.addAuthor( "Helio Chissini de \
                Castro", I18N_NOOP( "Former maintainer" ), "helio@conectiva.com.br" \
                );
         aboutData.addAuthor( "Georg Robbers", 0, "Georg.Robbers@urz.uni-hd.de" );
-        aboutData.addAuthor( "Henrique Pinto", 0, "henrique.pinto@kdemail.net" );
         aboutData.addAuthor( "Roberto Selbach Teixeira", 0, "maragato@kde.org" );
         aboutData.addAuthor( "Francois-Xavier Duranceau", 0, "duranceau@kde.org" );


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

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