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

List:       kde-commits
Subject:    kdemultimedia/kaboodle
From:       Carsten Pfeiffer <carpdjih () mailbox ! tu-berlin ! de>
Date:       2003-10-14 19:48:29
[Download RAW message or body]

CVS commit by pfeiffer: 

make the player's actions shortcut-configurable too. Patch by
CCMAIL: Cedric Pasteur <cedric.pasteur@free.fr>
(fixed)


  M +5 -1      userinterface.cpp   1.35
  M +1 -1      view.cpp   1.20


--- kdemultimedia/kaboodle/userinterface.cpp  #1.34:1.35
@@ -43,4 +43,5 @@
 #include "conf.h"
 #include "kaboodleapp.h"
+#include "kaboodle_factory.h"
 #include "player.h"
 #include "view.h"
@@ -93,5 +94,8 @@ Kaboodle::UserInterface::UserInterface(Q
 void Kaboodle::UserInterface::slotConfigureKeys()
 {
-  KKeyDialog::configure( actionCollection(), this );
+        KKeyDialog dialog(this, 0);
+        dialog.insert(actionCollection(), \
KaboodleFactory::instance()->aboutData()->programName() ); +        \
dialog.insert(part->actionCollection(), i18n("Player") ); +        (void) \
dialog.configure();  }
 

--- kdemultimedia/kaboodle/view.cpp  #1.19:1.20
@@ -74,5 +74,5 @@ Kaboodle::View::View(QWidget *parent, co
         connect(video, SIGNAL(adaptSize(int, int)), this, SLOT(calculateSize(int, \
                int)));
         connect(video, SIGNAL(mouseButtonPressed(int, const QPoint&, int)), this, \
                SLOT(slotButtonPressed(int, const QPoint &, int) ) ) ;
-        connect(video, SIGNAL(mouseButtonDoubleClick(const QPoint&)), this, \
SLOT(slotDblClick(const QPoint &) ) ) ; +        connect(video, \
SIGNAL(mouseButtonDoubleClick(const QPoint&, int)), this, SLOT(slotDblClick(const \
QPoint &, int) ) ) ;  
         QWidget *sliderBox = new QWidget(box);


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

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