[Qt-jambi-interest] QPainterPath

2008-06-10 Thread Helge Fredriksen
e're a bit worried that this may cause instabilities. See the attached hs_error report. Or is this the normal usage of the API? Do there exist some "rule of thumbs" on what to not do in the paint() method to avoid instabilities? Best regards, Helge Fredriksen # # An unexpected error

Re: [Qt-jambi-interest] QPainterPath

2008-06-10 Thread Helge Fredriksen
Regards, Helge Fredriksen On Tue, Jun 10, 2008 at 12:36 PM, Gunnar Sletta <[EMAIL PROTECTED]> wrote: > Helge Fredriksen wrote: > >> Hello! >> >> It seems that painting in a QGraphicsItem using QPainterPath seem to >> demand a creation of this object each ti

[Qt-jambi-interest] QAbstractItemModel.setData ()

2008-06-13 Thread Helge Fredriksen
objects INSIDE a pain() routine. This was a typical optimalization, but no direct error with regards to using the API. Once i moved these instantiations in the constructor of the object, it became stable. Regards, Helge Fredriksen ___ Qt-jambi-interest

[Qt-jambi-interest] Overriding itemChange

2008-06-13 Thread Helge Fredriksen
in a QGraphicsPixmapItem causes QtJambi 4.4 to crash. Regards, Helge Fredriksen ___ Qt-jambi-interest mailing list Qt-jambi-interest@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Re: [Qt-jambi-interest] Overriding itemChange

2008-06-16 Thread Helge Fredriksen
Try adding a child item til that item, and I guess you will see the crash. Regards, Helge F. Gunnar Sletta wrote: > Helge Fredriksen wrote: >> in a QGraphicsPixmapItem causes QtJambi 4.4 to crash. >> > Hi Helge, > > I cannot seem to reproduce this with the following exam

[Qt-jambi-interest] Jambi and OpenSceneGraph

2008-12-12 Thread Helge Fredriksen
l the OSG classes that live inside such a Widget. I know that it's possible to use SWIG to generate Java version of the API, but then I would need to wrap the reference to the OSG classes as instantiated in Jambi into SWIG equivalents. Regards, Helge

Re: [Qt-jambi-interest] Jambi and OpenSceneGraph

2008-12-15 Thread Helge Fredriksen
s which implies for example that all datamodel objects has protected destructors... Do the jambi generator feel comfortable with such a regime? Regards, Helge Fredriksen ___ Qt-jambi-interest mailing list Qt-jambi-interest@trolltech.com http://lists.tr

[Qt-jambi-interest] Broken ubuntu apt repository?

2008-12-19 Thread Helge Fredriksen
more success. The output from the last one (which also printed debug info) is attached. Regards, Helge Fredriksen import com.trolltech.qt.gui.QApplication; import com.trolltech.qt.gui.QWidget; /** * @author Helge Fredriksen * @version 1.0 Dec 19, 2008 10:49:53 AM */ public class TestJambi

Re: [Qt-jambi-interest] Jambi uncaught exception handler?

2009-01-30 Thread Helge Fredriksen
We're using the static QMessageHandler.installMessageHandler() Isn't that the way to do it? Helge F. Gunnar Sletta wrote: > Mathias wrote: > > >> I would like my application to inform the user and shut down gracefully >> in case of any uncaught exceptions (which works with Swing), what is t

[Qt-jambi-interest] Building jambi failed on 4.5 tech preview

2009-02-25 Thread Helge Fredriksen
Hello, attempted to build the tech preview of Jambi 4.5 on Vista using visual studio compiler 2005. Below is the last lines of the compile. Any ideas? Helge F. [make] "C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe" -f Makefile.Release all [make] [make] Microsoft

Re: [Qt-jambi-interest] Building jambi failed on 4.5 tech preview

2009-02-26 Thread Helge Fredriksen
e infamous Dr. Watson wasn't able to help me with the problem either... Best regards, Helge Fredriksen On Thu, Feb 26, 2009 at 8:34 AM, Gunnar Sletta wrote: > Helge Fredriksen wrote: > >> Hello, attempted to build the tech preview of Jambi 4.5 on Vista using >> visual

[Qt-jambi-interest] Catching exceptions

2009-03-04 Thread Helge Fredriksen
: Exception pending in native code. Best regards, Helge Fredriksen ___ Qt-jambi-interest mailing list Qt-jambi-interest@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Re: [Qt-jambi-interest] Catching exceptions

2009-03-04 Thread Helge Fredriksen
Hello again, Catching these exceptions and dealing with them in log4J or similar is absolutely critical in a production environment. It would be really helpful if you could get that functionality into the 4.5 release :-) Best regards, Helge Eskil Abrahamsen Blomfeldt wrote: > He

[Qt-jambi-interest] Still build problems on Vista

2009-03-04 Thread Helge Fredriksen
sual Studi o 8\VC\BIN\cl.EXE"' : return code '0x2' [make] Stop. [make] NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studi o 8\VC\BIN\nmake.exe"' : return code '0x2' [make] Stop. BUILD FAILED C:\qt\qtjambi-src-commercial-4

Re: [Qt-jambi-interest] The Jambi Problem

2009-03-10 Thread Helge Fredriksen
you cannot give any commitment to it, but it would be really helpful if this group that is now forming could continue asking for some guidance from you and Eskil also AFTER one year has gone. Best regards, Helge Fredriksen Mathias wrote: > I'm in, what about you? We are current

Re: [Qt-jambi-interest] how to debug crash at application shutdown ...

2009-06-16 Thread Helge Fredriksen
Did you try QApplication.quit()? Actually, on Linux I had to write my own "die-hard" JNI call to a C-exit() call to get a non-violent shutdown. Regards, Helge Fredriksen Regards, Helge Fredriksen Frank Bergmann wrote: Thank you again for your replies,  it took me a bit

Re: [Qt-jambi-interest] qwt & qtjambi

2009-06-16 Thread Helge Fredriksen
That was me, I guess... Anyway, I didn't have time to dig into this at that time. However, would be quite interesting to do a stunt here, pls. let me know if you attempt to, i might be able to help out a little. Helge Frank Bergmann wrote: > While reading through the qtjambi archive, i found ment

Re: [Qt-jambi-interest] Wish List for qt jambi.

2009-06-17 Thread Helge Fredriksen
We should maintain such a wish list somewhere. Any ideas? Helge José Arcángel Salazar Delgado wrote: Hi, I have some Ideas for qt jambi an I want to share with the list to interchange opinions and viability for future releases. * Upload qt jambi jars to maven repos. * Better c

Re: [Qt-jambi-interest] Openssl support on Windows

2009-06-18 Thread Helge Fredriksen
Hello, I cannot understand why you need the tight integration between OpenSSL and QtJambi? Why not use them as separate native libs? Googling a little on Java and OpenSSL gives a lot of possible wrappers. Regards, Helge Fredriksen On Thu, Jun 18, 2009 at 7:05 PM, Mike Johnson < michael.j

Re: [Qt-jambi-interest] Qt Jambi Community team in Gitorious, send me a mail if you want to join

2009-06-25 Thread Helge Fredriksen
Thanks, Eskil, that seems to make us get going. I'm looking forward to checking out my own fresh Git revision, including the brand new PropertyBrowser addition. Helge Eskil Abrahamsen Blomfeldt wrote: > Hi, guys. > > After Alexander Vukovic's mail from yesterday, I've tried to make a > solution

Re: [Qt-jambi-interest] SQLite Insert of binary data

2009-07-02 Thread Helge Fredriksen
Dear Randy, I think you will have to consult the Qt mailing list about this issue. This is the list for the QtJambi stuff, which is the Java bindings towards Qt. Regards, Helge Fredriksen Randy Baumgarte wrote: Hello, I'm new to QT and I'm hoping somebody can help me.  I&#

qt-jambi-interest@trolltech.com

2009-07-03 Thread Helge Fredriksen
/qtjambi-4.5.0_01/com/trolltech/qt/model-view-dnd.html should show how to handle the droppings as well as the dragging. Regards, Helge Fredriksen Julien Gaubert wrote: Hi all, I'm currently experimenting troubles with D&D in QListView. I joined a simple QListModel subclass and a main p

qt-jambi-interest@trolltech.com

2009-07-06 Thread Helge Fredriksen
You see, if I uncomment this flag, the GUI final user may erase > items. > Uncommenting works, but it doesn't give the right functionnality. > > Thanks again however. > Regards. > Julien. > > 2009/7/3 Helge Fredriksen mailto:h...@poseidon.no>> >

Re: [Qt-jambi-interest] SUGGESTION: Jambi Runtime

2009-07-17 Thread Helge Fredriksen
s, one for binaries and one for the class files? Or do you plan another bundling regime? What about own widgets produced using the generator? Regards, Helge Fredriksen Aekold Helbrass wrote: Hi All! Few month ago I asked about possibility to create some "Jambi Runtime" to make it

Re: [Qt-jambi-interest] Using the system qt4 libs

2009-08-06 Thread Helge Fredriksen
range deployment issues really makes it tough to tease open source developers into using Jambi. Having to compile and distribute the whole Qt system each time you want do develop something in Jambi makes it look really obscure to most developers. Regards, Helge Fredriksen Erwin Mueller wrote:

Re: [Qt-jambi-interest] Using the system qt4 libs

2009-08-07 Thread Helge Fredriksen
Eskil Abrahamsen Blomfeldt wrote: > Helge Fredriksen wrote: >> Really, such strange deployment issues really makes it tough to >> tease open source developers into using Jambi. Having to compile and >> distribute the whole Qt system each time you want do develop something >

Re: [Qt-jambi-interest] Using the system qt4 libs

2009-08-18 Thread Helge Fredriksen
I see that ubuntu for example has some jambi packages. But as I said, I think that they have modified compile flags of qtc++ too in deb-srcs to successfully build jambi on ubuntu. Maybe I should help with this, creating a deb package is not a hard work. Much harder work is to make that

[Qt-jambi-interest] Using non-standard classloader

2009-08-26 Thread Helge Fredriksen
Hello! Is it possible to use a proprietary class loader with QtJambi? Regards, Helge F. ___ Qt-jambi-interest mailing list Qt-jambi-interest@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Re: [Qt-jambi-interest] newbie java gui programmer: will qt jambi be stable enough to invest on it?

2009-09-07 Thread Helge Fredriksen
I guess this will depend a bit upon how much changes one can foresee in the Qt in the near future. As it is, I think Qt Jambi is great in it's current state, thus if you are satisfied with the 4.5 or maybe 4.6 version of Qt, then the risk wouldn't be that high. However, if major changes in th

Re: [Qt-jambi-interest] newbie java gui programmer: will qt jambi be stable enough to invest on it?

2009-09-07 Thread Helge Fredriksen
Dear Eskil, Just to follow up my previous post, are you able to depict something about coming technology changes in the Qt framework that might inflict on the Jambi support for the upcoming Qt releases? Regards, Helge Fredriksen Eskil Abrahamsen Blomfeldt wrote: David Goodenough skrev

Re: [Qt-jambi-interest] newbie java gui programmer: will qt jambi be stable enough to invest on it?

2009-09-07 Thread Helge Fredriksen
Eskil Abrahamsen Blomfeldt wrote: > Helge Fredriksen skrev: >> Just to follow up my previous post, are you able to depict something >> about coming technology changes in the Qt framework that might >> inflict on the Jambi support for the upcoming Qt releases? > > Hi, Hel

Re: [Qt-jambi-interest] juic encoding

2009-09-09 Thread Helge Fredriksen
make an article about what they did and why so that it's possible to study the git diff to understand the necessary steps. Just a suggestion... Regards, Helge Fredriksen I've pushed a fix where we no longer put the date into the comment section. It is available on qt.gitorious.

Re: [Qt-jambi-interest] How to get the Qt look instead of GTK?

2009-09-17 Thread Helge Fredriksen
> Also, are there any plans for a forum? This is the first time ever I'm > "forced' > into using a mailing list due to the lack of an irc channel/forum. > Good idea! Shouldn't we all just gather on the freenode IRC server? #qtjambi ? Regards, Helge F.

Re: [Qt-jambi-interest] qt jambi and pyside

2009-09-19 Thread Helge Fredriksen
Agree, very nice indeed. Guess however, that we need some workmanship to set up such a thing. Looks like the pyside project got some sponsoring from Nokia, wonder if that's possible for QtJambi as well? Helge José Arcángel Salazar Delgado wrote: Hi, I was looking the pyside proje

[Qt-jambi-interest] Problems compiling on Linux

2009-09-29 Thread Helge Fredriksen
Hello! I'm trying to compile the java files that comes out from the generator on some widget we make qtjambi bindings for. I get errors like this: com/poseidon/mapborealis/CMbItem.java:7: com.poseidon.mapborealis.CMbItem is not abstract and does not override abstract method transformOriginPoint()

[Qt-jambi-interest] [Fwd: Re: Problems compiling on Linux]

2009-09-29 Thread Helge Fredriksen
Sorry, forgot to include the list on this post... Original Message Subject: Re: [Qt-jambi-interest] Problems compiling on Linux Date: Tue, 29 Sep 2009 14:15:31 +0200 From: Helge Fredriksen

Re: [Qt-jambi-interest] [PATCH 5/5] Remove the now unused is-merge-necessary and xmlmerge macros

2009-09-30 Thread Helge Fredriksen
Hello! Wow, seems like you put down quite a bit work here. Commit it all to the gitorious? Pending, waiting for Gunnar/Eskil's approval? Would be nice to have a look. Helge Francis Galiegue wrote: > --- > build.xml | 30 -- > 1 files changed, 0 insertions(+), 30 de

Re: [Qt-jambi-interest] Blog about porting Qt 4.6 to Java

2009-10-02 Thread Helge Fredriksen
Great stuff! That is really really a big chunk of work you put down there, Eskil! This will make it much easier for the community when we later on will try to follow up on all the new ideas put forward in Qt from you Trolls. Helge Eskil Abrahamsen Blomfeldt wrote: > Hi, guys. > > As I promised

Re: [Qt-jambi-interest] Use native scripts to compute the search path instead of Java?

2009-10-05 Thread Helge Fredriksen
Yes, I completely agree with Gunnar here. We used to wrap the QtJambi binaries in a separate jambi directory which we included a path to in java.library.path. However, the new approach with wrapping everything in a jar file seems to work both on Windows and Linux for us now, and it keeps thin

Re: [Qt-jambi-interest] Repository for community port to 4.6

2009-10-05 Thread Helge Fredriksen
Just what I was thinking about. Real nice. Helge Gunnar Sletta wrote: > Hi, > > Since there seem to be a few spread attemts to start porting to 4.6, we > thought it would help if you had one repo to work in, so we created: > > http://qt.gitorious.org/qt-jambi/community-port-to-4_6 > > Eskils cha

Re: [Qt-jambi-interest] Problem running Qt Jambi under Mac OS X Snow Leopard

2009-10-12 Thread Helge Fredriksen
Francis Galiegue wrote: > On Mon, Oct 12, 2009 at 2:30 PM, Uwe Dauernheim wrote: > >> Hej, >> >> first of all, sorry if I'm posting in the wrong forum or directory, >> I'm quite new to Qt. >> >> I tried to compile the HelloWebKit example for Qt Jambi in Eclipse and >> run it, and I get the foll

Re: [Qt-jambi-interest] Problem running Qt Jambi under Mac OS X Snow Leopard

2009-10-12 Thread Helge Fredriksen
27;m working on Ubuntu Linux and Windows though. Helge Uwe Dauernheim wrote: Am 12.10.2009 um 17:31 schrieb Helge Fredriksen: Francis Galiegue wrote: On Mon, Oct 12, 2009 at 2:30 PM, Uwe Dauernheim wrote: Hej, first of all, sorry if I'm

Re: [Qt-jambi-interest] Status report on the build system

2009-10-14 Thread Helge Fredriksen
error: databaseinfo.h: No such file or directory [make] javawritedeclaration.cpp:51:31: error: customwidgetsinfo.h: No such file or directory These files do not seem to get installed when running make install on the Qt 4.6 beta. How do we fix this? Regards, Helge Fredriksen Francis Galiegue

Re: [Qt-jambi-interest] Status report on the build system

2009-10-14 Thread Helge Fredriksen
> Are you sure your QTDIR is set correctly? I get this on my Gentoo when > I forget to set it, since the base QTDIR environment variable points > to a... QT 3.x install. > > One of my pet peeves is to get rid of having to set PATH as well as > LD_LIBRARY_PATH: QTDIR is enough to find them all. But

Re: [Qt-jambi-interest] Status report on the build system

2009-10-15 Thread Helge Fredriksen
the qt.gitorious.org/qt-jambi page. Looking forward, will it be possible to add task/bug tracking on the wiki somewhere? I guess the wiki is open for everyone having an account? Thus, adding a page for example code etc. would be possible? How strict is the policy for contr

Re: [Qt-jambi-interest] Status report on the build system

2009-10-15 Thread Helge Fredriksen
Francis, are you able to modify the build.xml to accommodate for this? Helge Eskil Abrahamsen Blomfeldt wrote: Francis Galiegue skrev: On Thu, Oct 15, 2009 at 11:08 AM, Eskil Abrahamsen Blomfeldt wrote: If you want to make this easier for the people building t

Re: [Qt-jambi-interest] Status report on the build system

2009-10-16 Thread Helge Fredriksen
ion for my projects. Tom Francis Galiegue schrieb: On Fri, Oct 16, 2009 at 8:57 AM, Helge Fredriksen wrote: Francis, are you able to modify the build.xml to accommodate for this? I intend to do this, after I have completed my current work. Even though I'

Re: [Qt-jambi-interest] Status report on the build system

2009-10-16 Thread Helge Fredriksen
> Now, if only I could add ant-contrib as a build dependency, the job > would be much easier :p > Eskil, what's the big deal with not allowing ant-contrib to be used? It's an open source project that makes it really handy with flow of control in ant. Helge ___

Re: [Qt-jambi-interest] Status report on the build system

2009-10-16 Thread Helge Fredriksen
> > These files are not installed as part of a make install. In the source > package scripts we explicitly copy these files over so that the source > packages compile. When you build Qt Jambi from source, its best to not > use make install, but rather do > > -prefix $PWD > > on the configure line

[Qt-jambi-interest] Build seg fault

2009-10-16 Thread Helge Fredriksen
Hello again! One thing about the seg fault that I was thinking about but forgot to mention in my last report is that the seg fault did in fact _not_ appear when _not_ configuring Qt with the -prefix=$PWD switch. That may bring a clue to it, or not? Will be interesting to see where the dist-upgrad

Re: [Qt-jambi-interest] Bisecting qt-jambi compile problems against Qt

2009-10-18 Thread Helge Fredriksen
> > This still takes quite some time... Is there a faster way to rebuild Qt? > > Yeah, would be really interesting to find some better way here. Guess make can be applied to only those parts of Qt you want to compile, but I'm not sure how to do this. In this way one could take away the demo/exa

Re: [Qt-jambi-interest] SOLVED, sort of (was: Help needed: generator debugging (SIGSEGV on run))

2009-10-18 Thread Helge Fredriksen
> Fix generator's segfault with OpenGL (sort of) > > The primitive type GLfloat was missing an equivalent in > typesystem_opengl-java.xml. Add it. > Great! > While this cures the segfault, it doesn't cure the generator > segfaulting itself, > unfortunately :( > What do yo

Re: [Qt-jambi-interest] SOLVED, sort of (was: Help needed: generator debugging (SIGSEGV on run))

2009-10-18 Thread Helge Fredriksen
Francis Galiegue wrote: On Sun, Oct 18, 2009 at 8:41 PM, Helge Fredriksen wrote:     Fix generator's segfault with OpenGL (sort of)     The primitive type GLfloat was missing an equivalent in     typesystem_opengl-java.xml. Add it.

Re: [Qt-jambi-interest] [RFC - community-port-to-4.6] Add a build dependency on ant-contrib

2009-10-18 Thread Helge Fredriksen
> > > > > > > > > > > > > depends="libsubdir.if.windows, libsubdir.if.not.windows"> > > > > > > > With ant-contrib, this becomes: > > > > > > > >

Re: [Qt-jambi-interest] Possible bug in 4.5.2?

2009-10-19 Thread Helge Fredriksen
Yup, again, seems like we need a bug tracker ;-) Anyone prepared to setup one? A link to this tracker could then be added to http://qt.gitorious.org/qt-jambi/pages/Home so that people can find it? Helge Dusan Zatkovsky wrote: > Hi. > > Following code: > > public Signal2 sigFoo = new Signal2()

Re: [Qt-jambi-interest] Status report on the build system, updated

2009-10-19 Thread Helge Fredriksen
BUILD SUCCESSFUL BRAVO! Got to test this right away. Doing my testing towards the official beta for now And how do we wrap this up for the rest of the world that might want to check out the 4.6 Qt Jambi beta? Or do we wait until the official 4.6 is out? Helge Francis Galiegue wrote: > OK, I

Re: [Qt-jambi-interest] Possible bug in 4.5.2?

2009-10-19 Thread Helge Fredriksen
Francis Galiegue wrote: On Mon, Oct 19, 2009 at 11:16 AM, Helge Fredriksen wrote: Yup, again, seems like we need a bug tracker ;-) Anyone prepared to setup one? A link to this tracker could then be added to http://qt.gitorious.org/qt-jambi/pages/Home so that people can find it

[Qt-jambi-interest] 4.6 beta testing

2009-10-20 Thread Helge Fredriksen
Hello all! And the verdict is: Jambi works Out Of The Box (haven't tested Mac and Windows though)! First community release is close to happening. Where can the version string be adjusted? Regards, Helge Fredriksen ___ Qt-jambi-interest mailing li

Re: [Qt-jambi-interest] designer

2009-10-20 Thread Helge Fredriksen
On the binary packages that was released from TrollTech, there used to be a designer.sh script on the top directory of the package. Seems like this is one of the missing pieces we have to get in control of to be able to build a complete package. Gunnar/Eskil, I find some stuff under the dist

Re: [Qt-jambi-interest] Possible bug in 4.5.2?

2009-10-20 Thread Helge Fredriksen
Looks like the perfect spot. I'll apply for hosting of qtjambi tracking. Helge Kyle Cavin wrote: Francis Galiegue wrote: On Mon, Oct 19, 2009 at 3:17 PM, Helge Fredriksen wrote: [...] Atlassian's Jira, maybe? It's free to use for open

Re: [Qt-jambi-interest] 4.6 beta testing

2009-10-20 Thread Helge Fredriksen
Francis Galiegue wrote: On Tue, Oct 20, 2009 at 9:27 AM, Helge Fredriksen wrote: Hello all! And the verdict is: Jambi works Out Of The Box (haven't tested Mac and Windows though)! First community release is close to happening. Where can the version string be adj

Re: [Qt-jambi-interest] Strange problems with QTranslator - possible bug?

2009-10-21 Thread Helge Fredriksen
Dusan Zatkovsky wrote: > Absolutely NOBODY interesting in? > > I guess we still could request some support from the Trolls here? The support period hasn't totally expired yet, or has it? Regards, Helge Fredriksen ___ Qt-jambi-interest m

Re: [Qt-jambi-interest] Has anyone tested the "build" branch yet?

2009-10-23 Thread Helge Fredriksen
Hello again, I have tested it sucessfully on Linux, and should be able during late next week to run some tests on Windows as well. I'm still awaiting answers from the Codehaus people on hosting possibilities for bug tracking. Any ideas about what the OpenGL problems are all about? I did test a O

[Qt-jambi-interest] QtJambi community port to 4.6 compiling failed on Windows

2009-11-04 Thread Helge Fredriksen
core.dll : fatal error LNK1120: 2 unresolved externals [make] NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\link.EXE"' : return code '0x4 60' [make] Stop. [make] NMAKE : fatal error U1077: '"C:\Program Files\Micr

Re: [Qt-jambi-interest] Help needed: Windows and MacOSX building/running, and others

2009-11-08 Thread Helge Fredriksen
where to look from someone more into Windows native, though... Regards, Helge Fredriksen Francis Galiegue wrote: > Hello list, > > I'm on the verge of making very, very important changes to the build > system that will affect the way it is built/run. Unfortunately, I have > no

[Qt-jambi-interest] Bump: Windows compile towards Qt 4.6 beta/RC1

2009-11-18 Thread Helge Fredriksen
Giving the compiling on Windows another try upon the release of RC1 of 4.6 However, still the same linker error using Xp and MSVC 2005: [make] moc_qtjambishell_QAbstractAnimation.cpp [make] moc_qtjambishell_QAbstractEventDispatcher.cpp [make] moc_qtjambishell_QAbstractItemModel.cpp

Re: [Qt-jambi-interest] Bump: Windows compile towards Qt 4.6 beta/RC1

2009-11-18 Thread Helge Fredriksen
rror U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\cl.EXE"' : return code '0x2' [make] Stop. [make] NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\nmake.exe"' : return code '0x 2'

Re: [Qt-jambi-interest] Bump: Windows compile towards Qt 4.6 beta/RC1

2009-11-18 Thread Helge Fredriksen
ow, I just have to find out how I commit there bug-fixes in the community-port branch, making my first real contribution to this project besides testing! Regards, Helge Fredriksen On Wed, Nov 18, 2009 at 3:12 PM, Helge Fredriksen wrote: > Thanks Eskil! That did make us go forward. However, t

[Qt-jambi-interest] Generator trouble on Qt 4.6 RC1

2009-11-21 Thread Helge Fredriksen
Hello all, Got this error upon trying to compile against latest Qt 4.7 snapshot: library.java.compile: [javac] Compiling 734 source files to /home/helge/devel/jambi-4.6-build [javac] /home/helge/devel/jambi-4.6-build/com/trolltech/qt/core/QDataStream.java:71: duplicate case label [jav

Re: [Qt-jambi-interest] Generator trouble on Qt 4.6 RC1

2009-11-23 Thread Helge Fredriksen
i? I tested the generator on the MarbleMap class and got some stubs generated, but haven't tried compiling anything yet. Regards, Helge Fredriksen > Hi, Helge. > > Yes, this is what the reject-enum-value tag is for: > > > http://doc.trolltech.com/qtjambi-4.5.2_01/com/troll

[Qt-jambi-interest] [Fwd: Re: Bump: Windows compile towards Qt 4.6 beta/RC1]

2009-11-26 Thread Helge Fredriksen
09 11:35:44 +0100 From: Eskil Abrahamsen Blomfeldt To: Helge Fredriksen CC: qt-jambi-interest@trolltech.com References: Helge Fredriksen skrev: > Eskil, Gunnar, plase give some directions

Re: [Qt-jambi-interest] [Fwd: Re: [Qt-jam bi-interest] Bump: Wi ndows compile towards Qt 4.6 beta/RC1]

2009-11-26 Thread Helge Fredriksen
Good to hear, since I didn't test the latest typesystem changes on Windows yet :-) Helge l...@helmis.at wrote: > Many thanks! Works perfect! > > Best, > Leo > > ___ Qt-jambi-interest mailing list Qt-jambi-interest@trolltech.com http://lists.trolltec

Re: [Qt-jambi-interest] Current status of 4.6 build process?

2009-11-26 Thread Helge Fredriksen
Dusan Zatkovsky wrote: > Hi there. > > What's the current status of jambi 4.6 and it build process? > As you can see from the recent posts we are now in a state where we are able to compile everything. Have done some preliminary tests on our main product (Pharos), and it seems to be working quit

[Qt-jambi-interest] Native font support on QtJambi

2009-11-27 Thread Helge Fredriksen
way that fonts are loaded in 4.5 compared to 4.4? It has to be said that this problem occurs on a special tailored Ubuntu 8.04 distribution. Regars, Helge Fredriksen ___ Qt-jambi-interest mailing list Qt-jambi-interest@trolltech.com http

[Qt-jambi-interest] [Fwd: Re: Current status of 4.6 build process?]

2009-11-27 Thread Helge Fredriksen
step of actually producing the release packages yet. We have some directions from Gunnar on where the scripts reside which were used from Trolltech to make these packages, so I guess it's just some investigation and trial/error that must be done. Regards, Helge Fredriksen __

Re: [Qt-jambi-interest] Current status of 4.6 build process?

2009-11-30 Thread Helge Fredriksen
> What packages do you mean? tar.gz or distribution-specific (.deb, .rpm )? > deb and rpm packages would be great! And if we managed to get the major distributors to modify the faulty repos, it would be even greater ;-) But first of all, we need supply the src/binaries for Linux and Windows, a

Re: [Qt-jambi-interest] What means -D QT_JAMBI_BUILD?

2009-11-30 Thread Helge Fredriksen
Hmm, are you able to find who is maintaining this package? Maybe we could issue a ticket on LaunchPad for this? Is it currently possible to use OpenJDK towards Jambi? Is there any standard CLASSPATH on most distros? When installing a Jambi lib package, the two jar files should be installed into th

[Qt-jambi-interest] How to generate the documentation

2009-12-03 Thread Helge Fredriksen
Hello! How do we generate the qtjambi documentation? I tried to run qhelpgenerator towards the different config files in doc/config without any luck. What is the tool you use? Regards, Helge Fredriksen ___ Qt-jambi-interest mailing list Qt-jambi

Re: [Qt-jambi-interest] Where to set version?

2009-12-03 Thread Helge Fredriksen
Hello, our friend Francis Galiegue answered this some time ago: * the uptodate properties need rework; * Version.java must go in its current form (the version is hardcoded!!); the plan is to introduce a version.properties file and make Version.java read from it; added bonus, this will allow to de

Re: [Qt-jambi-interest] Where to set version?

2009-12-03 Thread Helge Fredriksen
Hello, our friend Francis Galiegue answered this some time ago: * the uptodate properties need rework; * Version.java must go in its current form (the version is hardcoded!!); the plan is to introduce a version.properties file and make Version.java read from it; added bonus, this will allow to de

Re: [Qt-jambi-interest] [Resolved] RE: Subclassing QLayout & QNoNativeResourcesException

2009-12-11 Thread Helge Fredriksen
available for Qt Jambi is Marble, which I'm quite eager to get going with (once I have time, which is something of a sparse resource these days). Regards, Helge Fredriksen Frank Bergmann wrote: > Thank you so much for the example. I'm actually working on a port of Qwt for > C#. And I fe

Re: [Qt-jambi-interest] Should I merge the build branch into the master branch?

2009-12-12 Thread Helge Fredriksen
merge branch. Please advise. Regards, Helge Fredriksen I honestly wasn't aware that these were not in the master branch Francis Galiegue wrote: > I haven't had any real feedback on the build branch so far, but I know > that it works fine with the current qt git branch (I have mer

Re: [Qt-jambi-interest] Should I merge the build branch into the master branch?

2009-12-13 Thread Helge Fredriksen
I can inform you that your build branch compiled very nicely on my Ubuntu 8.04 build server. I will try to compile it on Windows MSCV 2005 tomorrow. PS: The git remote show must have the "origin" argument at the end, for those of you who want to test this out. Regards, Helge

Re: [Qt-jambi-interest] Should I merge the build branch into the master branch?

2009-12-14 Thread Helge Fredriksen
hat I > pretend to do any better, but still, I can gather some useful usage > patterns :p > That would be nice. I still don't have any sucess in getting a new home sweet home for this project, and until then we will have to do with the gitorious pages. Regards, Helge Fredriksen

Re: [Qt-jambi-interest] QNetworkAccessManager: don't cache document

2009-12-15 Thread Helge Fredriksen
I think it's better to post some real code that highlights the problem, but keep it short... Helge On Tue, Dec 15, 2009 at 12:09 PM, Serg_HD wrote: > Hi, > I don't want to cache concrete image on website page (using many qwebview > for one site). For this I overload QNetworkAccessManager's meth

[Qt-jambi-interest] src target in build.xml

2009-12-15 Thread Helge Fredriksen
generator. Something like this: Regards, Helge Fredriksen ___ Qt-jambi-interest mailing list Qt-jambi-interest@trolltech.com http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Re: [Qt-jambi-interest] Git guide

2009-12-20 Thread Helge Fredriksen
Awsome! That is really helpful. Guess they should adopt that documentation right into the Qt wiki itself about the git topic, which I think isn't half as good as this. Helge Francis Galiegue wrote: > Hello, > > I have started writing a git guide for qt-jambi users. It is currently > being edited,

Re: [Qt-jambi-interest] Git guide

2009-12-20 Thread Helge Fredriksen
> Good idea. > > How about adding information on getting Qt itself to compile against, if you > have not thought of that already. At least information on any considerations > needed to get a full compile going as quickly as possible. > Even though a bit sparse, I added some info about what y

[Qt-jambi-interest] Mapping gestures in 4.6

2009-12-22 Thread Helge Fredriksen
Hello! Has anyone made some attempts towards mapping the gesture part of 4.6 to QtJambi? Any particular obstacle in the way for doing this? Regards, Helge Fredriksen ___ Qt-jambi-interest mailing list Qt-jambi-interest@trolltech.com http

[Qt-jambi-interest] QTreeModel with several columns

2009-12-22 Thread Helge Fredriksen
Hello! Anyone have any experience with implementing a QTreeModel with several columns? It seems possible to override the columnCount(QModelIndex) method to return 2, but I can't seem to find a way to control the text shown in column nr. 2 which I really would like to. It seems to replicate the tex

Re: [Qt-jambi-interest] QTreeModel with several columns

2009-12-22 Thread Helge Fredriksen
) { case ItemDataRole.DisplayRole: switch (index.column()) { case 0: return "text column 1" case 1: return "text column 2" 2009/12/22 Helge Fredriksen <h...@poseidon.no> Hello! Anyone have any expe

Re: [Qt-jambi-interest] Git guide

2009-12-23 Thread Helge Fredriksen
> Okay, that is good enough to start from. > As a follow up, I made this "cookbook" on how to perform all the steps. These are based upon my own work and testing with QtJambi: http://qt.gitorious.org/qt-jambi/pages/BuildingFromGit#Making+your+very+own+4.6+QtJambi+build+from+the+sources Franci

Re: [Qt-jambi-interest] [PATCH 0/5] community-port-to-4_6: build merged into master - rationale

2009-12-23 Thread Helge Fredriksen
Great stuff! I have tested your work on my standard Linux and Win32 setups. While it runs quite smoothly on Linux, I came across a small problem on Win32 that's probably easy to fix. I have both Mingw32 and MSVC 2005 installed. Thus, I have set the QMAKESPEC=win32-msvc2005 for at least Qt to be a

Re: [Qt-jambi-interest] [PATCH 0/5] community-port-to-4_6: build merged into master - rationale

2009-12-23 Thread Helge Fredriksen
Calm down and enjoy christmas, everyone! I will dig a bit deeper into what happened with Makefile.Release... Regards, Helge Fredriksen Francis Galiegue wrote: On Wed, Dec 23, 2009 at 1:26 PM, Francis Galiegue wrote: [...] If you want, you can: $ git log --follow java/src This

[Qt-jambi-interest] Test results on new build system on Linux

2009-12-23 Thread Helge Fredriksen
Hello Francis, Tested now on Linux, all went well until the example jar building: prepare-sources: [copy] Copying 93 files to /home/helge/community-port-to-4_6/java/generated-src/qtjambi-examples compile: [mkdir] Created dir: /home/helge/community-port-to-4_6/java/out/qtjambi-examples

Re: [Qt-jambi-interest] Git guide

2009-12-23 Thread Helge Fredriksen
> Nearly so ;) There's only one error: you should cd .. before cloning > qt-jambi. In fact, I'd do: > > mkdir src > cd src > # clone qt > cd .. > git clone git://gitorious.org/qt-jambi/community-port-to-4_6 qt-jambi > cd qt-jambi > # compile qt-jambi > > Also, this is true that you can checkout a

Re: [Qt-jambi-interest] [PATCH 0/5] community-port-to-4_6: build merged into master - rationale

2009-12-23 Thread Helge Fredriksen
Helge Fredriksen On Wed, Dec 23, 2009 at 2:04 PM, Helge Fredriksen wrote: > Calm down and enjoy christmas, everyone! I will dig a bit deeper into what > happened with > Makefile.Release... > > Regards, > Helge Fredriksen > > > Francis Galiegue wrote: > > On Wed, Dec

Re: [Qt-jambi-interest] [PATCH 0/5] community-port-to-4_6: build merged into master - rationale

2009-12-23 Thread Helge Fredriksen
Francis Galiegue wrote: On Wed, Dec 23, 2009 at 11:11 PM, Helge Fredriksen wrote: Hello again! It seems like the announced problem was all my fault. Guess it was some path setup missing, because on a second try it all worked the same way as on the Linux platform, stopping at the

Re: [Qt-jambi-interest] Compiling under SUSE 11.2, phonon problems

2009-12-27 Thread Helge Fredriksen
Did you install the equivalent of the kde-devel apt package on Suse? What about some phonon-devel stuff? Helge Aekold Helbrass wrote: > Hi All! > > I want to hack a bit into Jambi, and trying to compile it for my > system (OpenSUSE 11.2). Please suggest me how can I compile Jambi with > Phonon su

Re: [Qt-jambi-interest] Compiling under SUSE 11.2, phonon problems

2009-12-28 Thread Helge Fredriksen
n", 4));     if (verbose) System.out.println(PHONON + ": " + result);     return result;     } Did you sucessfully compile Qt with phonon? Please ensure this. Helge Aekold Helbrass wrote: On Mon, Dec 28, 2009 at 1:17 AM, Helge Fredriksen wrote: Did you install t

  1   2   3   >