Re: [Interest] Splitting a unicode text into "characters" for RFC 2047 encoding

2012-12-25 Thread Thiago Macieira
On terça-feira, 25 de dezembro de 2012 17.25.07, Jan Kundrát wrote: > I think that when testing whether a string can be split at a particular > index, my code shall check whether the next symbol is a "combinig > character". However, I know nothing about various non-latin scripts, and I > wasn't abl

[Interest] Splitting a unicode text into "characters" for RFC 2047 encoding

2012-12-25 Thread Jan Kundrát
Hi, RFC 2047 is a standard which defines the proper way of encoding Unicode data in context of MIME message headers (i.e. it describes the way of using non-ASCII stuff in e-mail subjects, human-readable names in the From/To headers etc). There's no support for that in Qt, so I wrote my own imple

Re: [Interest] Qt 5 on Mac OS X

2012-12-25 Thread Paul Floyd
On 25 Dec 2012, at 15:55, Konstantin Tokarev wrote: >> >> Not sure if building my own clang is worth the effort. > > If you want to have decent compiler, it is. There's a binary tarball on the llvm site (http://llvm.org/releases/download.html#3.2) Within my cost/benefit threshold. A+ Paul

Re: [Interest] Qt 5 on Mac OS X

2012-12-25 Thread Konstantin Tokarev
25.12.2012, 18:50, "Paul Floyd" : > On 25 Dec 2012, at 15:43, Thiago Macieira wrote: > >>  On terça-feira, 25 de dezembro de 2012 15.41.27, Paul Floyd wrote: >>>  On 25 Dec 2012, at 15:21, Konstantin Tokarev wrote:  Probably your clang is too old. >>>  As it's the most recent Xcode/clang sup

Re: [Interest] Qt 5 on Mac OS X

2012-12-25 Thread Paul Floyd
On 25 Dec 2012, at 15:43, Thiago Macieira wrote: > On terça-feira, 25 de dezembro de 2012 15.41.27, Paul Floyd wrote: >> On 25 Dec 2012, at 15:21, Konstantin Tokarev wrote: >>> Probably your clang is too old. >> >> As it's the most recent Xcode/clang supported on Mac OS X 10.6.8, I guess >> that

Re: [Interest] Qt 5 on Mac OS X

2012-12-25 Thread Thiago Macieira
On terça-feira, 25 de dezembro de 2012 15.41.27, Paul Floyd wrote: > On 25 Dec 2012, at 15:21, Konstantin Tokarev wrote: > > Probably your clang is too old. > > As it's the most recent Xcode/clang supported on Mac OS X 10.6.8, I guess > that means that it's not possible to build Qt 5.0.0 with clang

Re: [Interest] Qt 5 on Mac OS X

2012-12-25 Thread Konstantin Tokarev
25.12.2012, 18:41, "Paul Floyd" : > On 25 Dec 2012, at 15:21, Konstantin Tokarev wrote: > >>  Probably your clang is too old. > > As it's the most recent Xcode/clang supported on Mac OS X 10.6.8, I guess > that means that it's not possible to build Qt 5.0.0 with clang on 10.6. Build clang 3.2 f

Re: [Interest] Qt 5 on Mac OS X

2012-12-25 Thread Paul Floyd
On 25 Dec 2012, at 15:21, Konstantin Tokarev wrote: >> > > Probably your clang is too old. As it's the most recent Xcode/clang supported on Mac OS X 10.6.8, I guess that means that it's not possible to build Qt 5.0.0 with clang on 10.6. A+ Paul __

Re: [Interest] Qt 5 on Mac OS X

2012-12-25 Thread Konstantin Tokarev
25.12.2012, 18:17, "Paul Floyd" : > On 25 Dec 2012, at 10:32, Philippe wrote: > >> configure -platform macx-clang-32 > > Perhaps not. > > /Users/paulf/qt-everywhere-opensource-src-5.0.0/qtbase/include/QtCore/../../src/corelib/global/qisenum.h:53:24: > error: >       token is not a valid binary op

Re: [Interest] Qt 5 on Mac OS X

2012-12-25 Thread Paul Floyd
On 25 Dec 2012, at 10:32, Philippe wrote: > configure -platform macx-clang-32 Perhaps not. /Users/paulf/qt-everywhere-opensource-src-5.0.0/qtbase/include/QtCore/../../src/corelib/global/qisenum.h:53:24: error: token is not a valid binary operator in a preprocessor subexpression #if

Re: [Interest] Link error when building Qt on OS X

2012-12-25 Thread Thiago Macieira
On terça-feira, 25 de dezembro de 2012 11.58.34, Nikos Chantziaras wrote: > The "make" step works fine, but when I do "make install", it aborts: > > ld: duplicate symbol qt_mac_cleanUpMacColorSpaces() in > /Users/realnc/tmp/qt-everywhere-opensource-src-5.0.0/qtbase/lib/libQt5Widget > s.a(qmacst

Re: [Interest] Searching for a Qt5 media center/library video.

2012-12-25 Thread Mark
On Tue, Dec 25, 2012 at 9:15 AM, Donald Carr wrote: > Feel free to ask any questions about it on here, you have my eyes and > by extension the eyes of the other authors. > > We haven't touched the code for the past 5-12 months, and there were > many weak sections, but a wayland based media hub com

[Interest] QFusionStyle

2012-12-25 Thread Иван Комиссаров
Sorry for offtop, but does anybody have sources for an example that was used to create this http://i.imgur.com/kn67x.pngimage? I want to have some pallettes to experiment with Fusion look and feel. It this example somewhere in Qt5 source code? I can't find it:( Иван Комиссаров___

[Interest] Link error when building Qt on OS X

2012-12-25 Thread Nikos Chantziaras
The "make" step works fine, but when I do "make install", it aborts: ld: duplicate symbol qt_mac_cleanUpMacColorSpaces() in /Users/realnc/tmp/qt-everywhere-opensource-src-5.0.0/qtbase/lib/libQt5Widgets.a(qmacstyle_mac.o) and /Users/realnc/tmp/qt-everywhere-opensource-src-5.0.0/qtbase/plugi

Re: [Interest] Qt 5 on Mac OS X

2012-12-25 Thread Nikos Chantziaras
Thanks. It seems macx-g++-32 is recognized too. On 25/12/12 11:32, Philippe wrote: > configure -platform macx-clang-32 > > Philippe > > On Tue, 25 Dec 2012 11:29:59 +0200 > Nikos Chantziaras wrote: > >> On 20/12/12 14:09, Sorvig Morten wrote: >>> - 10.6 requires a machine that can run 64-bit app

Re: [Interest] Qt 5 on Mac OS X

2012-12-25 Thread Philippe
configure -platform macx-clang-32 Philippe On Tue, 25 Dec 2012 11:29:59 +0200 Nikos Chantziaras wrote: > On 20/12/12 14:09, Sorvig Morten wrote: > > - 10.6 requires a machine that can run 64-bit apps, with the minor > > exception the early 2006 Intel Core Solo/Duo iMacs and MacBooks which lack

Re: [Interest] Qt 5 on Mac OS X

2012-12-25 Thread Nikos Chantziaras
On 20/12/12 14:09, Sorvig Morten wrote: > - 10.6 requires a machine that can run 64-bit apps, with the minor exception > the early 2006 Intel Core Solo/Duo iMacs and MacBooks which lacks 64-bit > support. > - This means you can produce either a 32-bit binary or a 64-bit binary which > runs on (n

Re: [Interest] Searching for a Qt5 media center/library video.

2012-12-25 Thread Donald Carr
Feel free to ask any questions about it on here, you have my eyes and by extension the eyes of the other authors. We haven't touched the code for the past 5-12 months, and there were many weak sections, but a wayland based media hub compositor would be a loverly think to see and QML really does le