Re: QCompleter on Plasma::LineEdit not working properly

2010-02-17 Thread Cyrill Helg
On Monday 25 January 2010 22:46:10 Cyrill Helg wrote: ok, good since that matches what we've (or rather, Marco) have also found. it seems the bug is still there and needs to be found and fixed. let's see what we can do . Okai, let me know if there is anything to test

Re: QCompleter on Plasma::LineEdit not working properly

2010-01-25 Thread Cyrill Helg
On Thursday 21 January 2010 22:07:21 Aaron J. Seigo wrote: On January 21, 2010, Cyrill Helg wrote: On Tuesday 19 January 2010 21:42:23 Aaron J. Seigo wrote: On January 19, 2010, Cyrill Helg wrote: I just upgraded qt to v. 4.6.1 and rebuilt my plasmoid, but I'm still facing the same

Re: QCompleter on Plasma::LineEdit not working properly

2010-01-21 Thread Cyrill Helg
On Tuesday 19 January 2010 21:42:23 Aaron J. Seigo wrote: On January 19, 2010, Cyrill Helg wrote: On Tuesday 19 January 2010 21:13:01 Aaron J. Seigo wrote: On January 19, 2010, Cyrill Helg wrote: Its qt 4.6 from gentoo official portage unstale (4.6.0-r2) erf. 4.6.0 has a number

QCompleter on Plasma::LineEdit not working properly

2010-01-19 Thread Cyrill Helg
Hi there I'm working on a simple plasmoid that should be able to send sms over an http gateway in the end :) I want to fetch the contacts and their phone numbers from akonadi and use autocompletion to let the user select it. Now this is how I'm trying to do this: m_numberEdit = new

Re: QCompleter on Plasma::LineEdit not working properly

2010-01-19 Thread Cyrill Helg
Hi I tried it, but still the same behaviour. Btw, it locks after 2 chars and completes only on the first char (popup shown at wrong place..). On Tuesday 19 January 2010 17:00:25 Hugo Pereira Da Costa wrote: Hi, for a shot in the dark could you try with another style than oxygen (if its

Re: QCompleter on Plasma::LineEdit not working properly

2010-01-19 Thread Cyrill Helg
On Tuesday 19 January 2010 21:13:01 Aaron J. Seigo wrote: On January 19, 2010, Cyrill Helg wrote: Am I doing this right by using the native underlying widget? Where could the problem be? Is this is a Plasma bug? sounds like a Qt bug that Marco was trying to track down the other week where