Re: naturalCompare Qt5 task

2013-07-19 Thread Thiago Macieira
On sexta-feira, 19 de julho de 2013 16.17.52, Frank Reininghaus wrote: > But I thought that natural locale-based comparison is just what > QCollator does if its "numericMode" is enabled? > > http://qt.gitorious.org/qt/qtbase/blobs/v5.1.0/src/corelib/tools/qcollator.c > pp#line401 Maybe. Check if

Re: naturalCompare Qt5 task

2013-07-19 Thread Thiago Macieira
On sexta-feira, 19 de julho de 2013, às 13.17.26, you wrote: > Hi, > I was looking at that task in the Qt5 epics list and I didn't understand it > fully. > > contribute natural-comparison to Qt5 (see KStringHandler). In Qt there is > naturalCompare function but private and not as good as from KStri

Re: naturalCompare Qt5 task

2013-07-19 Thread Frank Reininghaus
Hi, 2013/7/19 Thiago Macieira: > On sexta-feira, 19 de julho de 2013, às 13.17.26, you wrote: >> Hi, >> I was looking at that task in the Qt5 epics list and I didn't understand it >> fully. >> >> contribute natural-comparison to Qt5 (see KStringHandler). In Qt there is >> naturalCompare function b

Re: naturalCompare Qt5 task

2013-07-19 Thread Mark
On Fri, Jul 19, 2013 at 2:51 PM, Aleix Pol wrote: > On Fri, Jul 19, 2013 at 2:47 PM, John Layt wrote: >> >> On 19 July 2013 14:15, Aleix Pol wrote: >> > On Fri, Jul 19, 2013 at 1:17 PM, Aleix Pol wrote: >> >> >> >> Hi, >> >> I was looking at that task in the Qt5 epics list and I didn't >> >> un

Re: naturalCompare Qt5 task

2013-07-19 Thread Aleix Pol
On Fri, Jul 19, 2013 at 2:47 PM, John Layt wrote: > On 19 July 2013 14:15, Aleix Pol wrote: > > On Fri, Jul 19, 2013 at 1:17 PM, Aleix Pol wrote: > >> > >> Hi, > >> I was looking at that task in the Qt5 epics list and I didn't understand > >> it fully. > >> > >> contribute natural-comparison to

Re: naturalCompare Qt5 task

2013-07-19 Thread John Layt
On 19 July 2013 14:15, Aleix Pol wrote: > On Fri, Jul 19, 2013 at 1:17 PM, Aleix Pol wrote: >> >> Hi, >> I was looking at that task in the Qt5 epics list and I didn't understand >> it fully. >> >> contribute natural-comparison to Qt5 (see KStringHandler). In Qt there is >> naturalCompare function

Re: naturalCompare Qt5 task

2013-07-19 Thread Aleix Pol
On Fri, Jul 19, 2013 at 1:17 PM, Aleix Pol wrote: > Hi, > I was looking at that task in the Qt5 epics list and I didn't understand > it fully. > > contribute natural-comparison to Qt5 (see KStringHandler). In Qt there is > naturalCompare function but private and not as good as from KStringHandler

Re: naturalCompare Qt5 task

2013-07-19 Thread Aleix Pol
On Fri, Jul 19, 2013 at 1:27 PM, Frank Reininghaus wrote: > Hi, > > 2013/7/19 Aleix Pol: > > Hi, > > I was looking at that task in the Qt5 epics list and I didn't understand > it > > fully. > > > > contribute natural-comparison to Qt5 (see KStringHandler). In Qt there is > > naturalCompare functi

Re: naturalCompare Qt5 task

2013-07-19 Thread Frank Reininghaus
Hi, 2013/7/19 Aleix Pol: > Hi, > I was looking at that task in the Qt5 epics list and I didn't understand it > fully. > > contribute natural-comparison to Qt5 (see KStringHandler). In Qt there is > naturalCompare function but private and not as good as from KStringHandler. > Thiago says: add the f

naturalCompare Qt5 task

2013-07-19 Thread Aleix Pol
Hi, I was looking at that task in the Qt5 epics list and I didn't understand it fully. contribute natural-comparison to Qt5 (see KStringHandler). In Qt there is naturalCompare function but private and not as good as from KStringHandler. Thiago says: add the feature to QCollator. Here's the proble