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

List:       kde-commits
Subject:    kdenonbeta/kard
From:       Anne-Marie Mahfouf <annma () kde ! org>
Date:       2005-02-25 19:23:27
Message-ID: 20050225192327.CD505EF06 () office ! kde ! org
[Download RAW message or body]

CVS commit by annma: 

begin the combobox for themes


  M +5 -1      TODO   1.6
  M +20 -1     src/kard.cpp   1.44
  M +2 -0      src/kard.h   1.19
  M +2 -0      src/kardui.rc   1.7


--- kdenonbeta/kard/TODO  #1.5:1.6
@@ -1,8 +1,12 @@
 TODO - KARD
 -----------------
+- use KNewStuff for themes when there aremore than 10
+- combobox in toolbar for themes
+- translatorHowTo to explain how to make syllables.txt
 
 THEMES
 - pic + word theme via KNewStuff using all pics  (house, colors, animals, shapes, \
food) Per language. File format to be decided. Script to write to allow easy \
translation from english to other languages. Put file in i18n modules (when/if Kard \
                moves in a keg or another module)?
-- implement KNewStuff to get syllables theme. Per language.
+- implement KNewStuff to get other syllables theme and new pic themes.
+- Syllables mode per language. DONE
 - associate sound and letters/syllables (using KLettres data)
 - theme with pictures of instruments

--- kdenonbeta/kard/src/kard.cpp  #1.43:1.44
@@ -89,4 +89,18 @@ void Kard::setupActions()
         connect( m_pFullScreen, SIGNAL( toggled( bool )), this, SLOT( \
slotUpdateFullScreen( bool )));  
+        //adding themes combobox
+        /*QStringList themesList;
+        modeAct = new KSelectAction(i18n("Themes"), 0, this, \
SLOT(slotChangeTheme()),  actionCollection(), "theme_level"); +        themesList += \
i18n("colors); +        themesList += i18n("house");
+        themesList += i18n("opposites");
+        themesList +=i18n(syllables);
+        themesList +=i18n(animals);
+        themesList +=i18n(food);
+        themesList +=i18n();
+        modeAct->setItems(themesList);
+        //set it on the config correct item
+        modeAct->setToolTip(i18n( "Choose the theme" ));
+        modeAct->setWhatsThis(i18n( "Choose the theme for matching the kards ));*/
         setupGUI();
 }
@@ -153,4 +167,9 @@ void Kard::slotUpdateSettings()
 }
 
+void Kard::slotChangeTheme()
+{
+
+}
+
 void Kard::slotUpdateTheme()
 {

--- kdenonbeta/kard/src/kard.h  #1.18:1.19
@@ -78,4 +78,6 @@ private slots:
     void slotUpdateTheme();
 
+    void slotChangeTheme();
+
 private:
 

--- kdenonbeta/kard/src/kardui.rc  #1.6:1.7
@@ -20,4 +20,6 @@
     <Separator/>
     <Action name="fullscreen"/>
+    <Separator/>
+    <!--<Action name="theme_level"/>-->
 </ToolBar>
 </kpartgui>


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

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