Send buglog mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.openmoko.org/mailman/listinfo/buglog
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of buglog digest..."
Today's Topics:

   1. Re: Openmoko Bug #1901: Answer button does not work
      (Openmoko Public Trac)
   2. Re: Openmoko Bug #1966: The qtopia addressbook does not
      provide a search bar (Openmoko Public Trac)
   3. Re: Openmoko Bug #1966: The qtopia addressbook does not
      provide a search bar (Openmoko Public Trac)
   4. Re: Openmoko Bug #1982: [Location] the last line of tag will
      only      show up half (Openmoko Public Trac)
   5. Openmoko Bug #2013: qpe searches /media/card recursively
      (Openmoko Public Trac)
   6. Re: Openmoko Bug #2008: Suspend exceptions: Do not suspend
      when      certain apps are running (Openmoko Public Trac)
   7. Re: Openmoko Bug #1832: 2008.8 cannot dial *123
      (Openmoko Public Trac)
   8. Re: Openmoko Bug #1734: [settings] wifi show up "unknown"
      (Openmoko Public Trac)
--- Begin Message ---
#1901: Answer button does not work
-------------------------+--------------------------------------------------
    Reporter:  Zoup      |        Owner:  zecke   
        Type:  defect    |       Status:  closed  
    Priority:  highest   |    Milestone:          
   Component:  Qtopia    |      Version:  Om2008.8
    Severity:  critical  |   Resolution:  invalid 
    Keywords:            |    Blockedby:          
Reproducible:  always    |     Blocking:          
-------------------------+--------------------------------------------------

Comment(by Zoup):

 Same issue again , with om2008-update , let me know if there are any more
 detail needed.

-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/1901#comment:7>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac

--- End Message ---
--- Begin Message ---
#1966: The qtopia addressbook does not provide a search bar
-----------------------------------------+----------------------------------
    Reporter:  [EMAIL PROTECTED]  |        Owner:  zecke   
        Type:  enhancement               |       Status:  new     
    Priority:  normal                    |    Milestone:          
   Component:  Qtopia                    |      Version:  Om2008.8
    Severity:  blocker                   |   Resolution:          
    Keywords:  PM, HasPatch              |    Blockedby:          
Reproducible:                            |     Blocking:          
-----------------------------------------+----------------------------------

Comment(by Treviño):

 Well, the problem is that it can't be just trimmed in any case, cause then
 if you want search a contact with a space in its name, your input will be
 ignored.
 A good workaround imho would be: if the search bar text ends with a space,
 then ignore it when searching, but keep it in the textfield. So as you
 type a new word it will be searched correctly.

 Btw you can test this feature using also the default repository, you only
 have to edit your configuration files as
 
[http://git.openmoko.org/?p=qtopia.git;a=commit;h=906a00fdcb89fdcc8252f84a76625eb42c8fe302
 explained here]

-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/1966#comment:11>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac

--- End Message ---
--- Begin Message ---
#1966: The qtopia addressbook does not provide a search bar
-----------------------------------------+----------------------------------
    Reporter:  [EMAIL PROTECTED]  |        Owner:  zecke   
        Type:  enhancement               |       Status:  new     
    Priority:  normal                    |    Milestone:          
   Component:  Qtopia                    |      Version:  Om2008.8
    Severity:  blocker                   |   Resolution:          
    Keywords:  PM, HasPatch              |    Blockedby:          
Reproducible:                            |     Blocking:          
-----------------------------------------+----------------------------------

Comment(by Treviño):

 Ok, this does the work.

 Addressbook:
 {{{
 diff --git a/src/applications/addressbook/contactlistpane.cpp
 b/src/applications/addressbook/contactlistpane.cpp
 index 381a05d..d817e6b 100644
 --- a/src/applications/addressbook/contactlistpane.cpp
 +++ b/src/applications/addressbook/contactlistpane.cpp
 @@ -177,7 +177,7 @@ void ContactListPane::search( const QString &text )
      if (text.isEmpty()) {
          mModel->clearFilter();
      } else {
 -        mModel->setFilter( text );
 +        mModel->setFilter( text.trimmed() );
      }
  }

 }}}

 Contactview:
 {{{
 diff --git a/src/libraries/qtopiapim/qcontactview.cpp
 b/src/libraries/qtopiapim/qcontactview.cpp
 index 065d9c9..531126f 100644
 --- a/src/libraries/qtopiapim/qcontactview.cpp
 +++ b/src/libraries/qtopiapim/qcontactview.cpp
 @@ -700,7 +707,7 @@ void QContactSelector::setSelected(const QModelIndex&
 idx)
  void QContactSelector::filterList(const QString& str)
  {
      if (d->mModel) {
 -        d->mModel->setFilter(str, d->mModel->filterFlags());
 +        d->mModel->setFilter(str.trimmed(), d->mModel->filterFlags());
      }
  }

 }}}

-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/1966#comment:12>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac

--- End Message ---
--- Begin Message ---
#1982: [Location] the last line of tag will only show up half
---------------------------+------------------------------------------------
    Reporter:  wendy_hung  |        Owner:  tick    
        Type:  defect      |       Status:  accepted
    Priority:  normal      |    Milestone:  Om2008.9
   Component:  Locations   |      Version:  Om2008.8
    Severity:  normal      |   Resolution:          
    Keywords:              |    Blockedby:          
Reproducible:  always      |     Blocking:          
---------------------------+------------------------------------------------

Comment(by tick):

 merge patch 1 & 2.
 solving some miscount issues
 adding some comments
 indent the coding style for etk

 Jeremy,
   You may take a trial.

-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/1982#comment:7>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac

--- End Message ---
--- Begin Message ---
#2013: qpe searches /media/card recursively
----------------------+-----------------------------------------------------
 Reporter:  xbaldauf  |          Owner:  zecke
     Type:  defect    |         Status:  new  
 Priority:  normal    |      Milestone:       
Component:  Qtopia    |        Version:       
 Severity:  normal    |       Keywords:       
Blockedby:            |   Reproducible:       
 Blocking:            |  
----------------------+-----------------------------------------------------
 I've found (using strace), that qpe enumerates all files under
 "/media/card" recursively. This process takes very long (partly because I
 have more than 4500 files on the microSD card and I will have about 400000
 files on the microSDHC card). There is no apparent reason for qpe to do
 this (and even if there was, it could be done better, like explicitly
 specifying search locations for qpe.) Thus, this behaviour is a bug and
 should be switched off (at least in case of default configurations).

-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/2013>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac

--- End Message ---
--- Begin Message ---
#2008: Suspend exceptions: Do not suspend when certain apps are running
----------------------------------+-----------------------------------------
    Reporter:  Benih              |        Owner:  openmoko-kernel
        Type:  enhancement        |       Status:  new            
    Priority:  normal             |    Milestone:                 
   Component:  System Software    |      Version:  Om2008.8       
    Severity:  minor              |   Resolution:                 
    Keywords:  suspend exception  |    Blockedby:                 
Reproducible:                     |     Blocking:                 
----------------------------------+-----------------------------------------

Comment(by raster):

 this has been going on for a long while. everything you n4eed is already
 there. ompower is a userspace daemon you talk to via dbus to request power
 states of a device (right now only cpu supported and implicitly screen
 backlight is managed as a result). its a very small program too so can be
 extended very easily.

 to request suspend:

 dbus-send --system --dest=org.openmoko.Power / \
 org.openmoko.Power.Core.RequestResourceState \
 string:cpu string:my-system-name string:off

 to tell ompower that "i want to keep suspend from happening because i need
 the cpu":

 dbus-send --system --dest=org.openmoko.Power / \
 org.openmoko.Power.Core.RequestResourceState \
 string:cpu string:my-system-name string:on

 when you are done with your desire to keep the cpu up or you dont think it
 should be suspended anymore:

 dbus-send --system --dest=org.openmoko.Power / \
 org.openmoko.Power.Core.RemoveRequestedResourceState \
 string:cpu string:my-system-name

 so in the case of "i dont want to suspend while it is connected via usb"

 on usb connect:

 dbus-send --system --dest=org.openmoko.Power / \
 org.openmoko.Power.Core.RequestResourceState \
 string:cpu string:usb-connection string:on

 on usb disconnect:

 dbus-send --system --dest=org.openmoko.Power / \
 org.openmoko.Power.Core.RemoveRequestedResourceState \
 string:cpu string:usb-connection

 you can do this of course from anything that can talk dbus - not just the
 cmd-line. remember the "my-system-name" is an identifier for who is asking
 (i did it this way so it could be used from the cmd-line via dbus-send).
 it says "me - the usb connection" or "me the dialler" or "me the gps nav
 program" is asking for the cpu to stay on, or suspend. as long as at least
 1 person is asking for the cpu to be on - it stays on. when everyone who
 asked for it to be on removes their "keep it on for me" requests, then
 ompower will allow it to suspend *IF there is any off request in the
 queue. at that point ompower executes "apm -s".

-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/2008#comment:10>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac

--- End Message ---
--- Begin Message ---
#1832: 2008.8 cannot dial *123
-----------------------+----------------------------------------------------
    Reporter:  hedora  |        Owner:  zecke   
        Type:  defect  |       Status:  new     
    Priority:  normal  |    Milestone:  Om2008.9
   Component:  Qtopia  |      Version:  Om2008.8
    Severity:  normal  |   Resolution:          
    Keywords:          |    Blockedby:          
Reproducible:          |     Blocking:          
-----------------------+----------------------------------------------------

Comment(by [EMAIL PROTECTED]):

 Trevino on the community ML has a fix with explanation, patch and binaries
 for testing available:
 http://lists.openmoko.org/pipermail/community/2008-September/030814.html
 http://lists.openmoko.org/pipermail/community/2008-September/030834.html

-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/1832#comment:4>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac

--- End Message ---
--- Begin Message ---
#1734: [settings] wifi show up "unknown"
---------------------------+------------------------------------------------
    Reporter:  wendy_hung  |        Owner:  marek   
        Type:  defect      |       Status:  closed  
    Priority:  high        |    Milestone:  Om2008.9
   Component:  Settings    |      Version:          
    Severity:  major       |   Resolution:  fixed   
    Keywords:              |    Blockedby:          
Reproducible:              |     Blocking:          
---------------------------+------------------------------------------------
Changes (by will):

  * component:  Distro => Settings


-- 
Ticket URL: <https://docs.openmoko.org/trac/ticket/1734#comment:25>
docs.openmoko.org <http://docs.openmoko.org/trac/>
openmoko trac

--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog

Reply via email to