[Uim-bugs] [Bug 24123] Add a Qt4 toolbar for uim
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Sep 30 21:02:50 PDT 2009
http://bugs.freedesktop.org/show_bug.cgi?id=24123
Etsushi Kato <ek.kato at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #7 from Etsushi Kato <ek.kato at gmail.com> 2009-09-30 21:02:50 PST ---
(In reply to comment #6)
> > Do you have any plan or motivation to implement this?
> I'd like to do it, but it may take a few weeks.
Great. I'm too unfamiliar with KDE, so it is indeed very helpful.
> A couple of comments on qt4/candwin/qt4.cpp:
>
> > int len = list.length();
> QList::length() was introduced in Qt 4.5. Some distributions ship w/o Qt >=
> 4.5. OpenSUSE 11.1, for example, uses Qt 4.4. I suggest using QList::count() or
> QList::size(). Both are same as QList::length() and exist from Qt 4.0.
>
> > qDebug( "uim-helper-candwin-qt: activateCand()" );
> > qDebug( "uim-helper-candwin-qt: selectCand()" );
> > qDebug( "uim-helper-candwin-qt: moveCand()" );
> > ...
> You forgot to change `uim-helper-candwin-qt' in these lines.
OK, now fixed.
I'm going to close this bug. Please file a new bug about the KDE applet when
you're ready.
Thanks.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the uim-bugs
mailing list