[oe-commits] org.oe.dev qte 2.3.10: simpad.patch contains few hunks with white-space only changes,

pfalcon commit openembedded-commits at lists.openembedded.org
Sat Jan 13 02:46:32 UTC 2007


qte 2.3.10: simpad.patch contains few hunks with white-space only changes, 
remove them, as they complicate review and further patching.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: d81c0c7344845339f02ac864d806338b6ecd7c19
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d81c0c7344845339f02ac864d806338b6ecd7c19
Files:
1
packages/qte/qte-2.3.10/simpad.patch
Diffs:

#
# mt diff -r8e8bab6fb50f5098375feebdb8f5e06408bc3e2e -rd81c0c7344845339f02ac864d806338b6ecd7c19
#
# 
# 
# patch "packages/qte/qte-2.3.10/simpad.patch"
#  from [8949abce0533569306d6d7119955e8f8c4427694]
#    to [f7de455486199023261e04dae47cce4a7083d800]
# 
============================================================
--- packages/qte/qte-2.3.10/simpad.patch	8949abce0533569306d6d7119955e8f8c4427694
+++ packages/qte/qte-2.3.10/simpad.patch	f7de455486199023261e04dae47cce4a7083d800
@@ -74,39 +74,6 @@
  #ifdef QT_QWS_SL5XXX
  #include <asm/sharp_char.h>
  #endif
-@@ -165,9 +220,9 @@
- 	    current = 0;
-     }
- 
--    void setAutoRepeat(int d, int p) { if ( d > 0 ) repeatdelay=d; 
-+    void setAutoRepeat(int d, int p) { if ( d > 0 ) repeatdelay=d;
- 				       if ( p > 0 ) repeatperiod=p;}
--    void getAutoRepeat(int *d ,int *p ) { if (d) *d=repeatdelay; 
-+    void getAutoRepeat(int *d ,int *p ) { if (d) *d=repeatdelay;
-     					  if (p) *p=repeatperiod; }
- 
-     void stop()
-@@ -551,9 +606,9 @@
- 
-     void doKey(uchar scancode);
- 
--    
-+
-     void restoreLeds();
--    
-+
- private:
-     bool shift;
-     bool alt;
-@@ -809,7 +864,7 @@
- 
- #if !defined(QT_QWS_SL5XXX)
-     if (code == 224
--#if defined(QT_QWS_IPAQ) 
-+#if defined(QT_QWS_IPAQ)
- 	&& !ipaq_return_pressed
- #endif
- 	) {
 @@ -1775,9 +1830,11 @@
      } else {
  	type = spec;






More information about the Openembedded-commits mailing list