Re: [Wengophone-devel] building wengo on the Mac

2007-04-06 Thread Philippe BERNERY
Le 5 avr. 07 à 18:54, John Draper a écrit : Could you please tell me the details on your particular Mac. What ver of OS? Is it an Intel Mac? I tried on a Powerbook G4, 1.5Ghz with Mac OS 10.4.9 Can you please give me the versions of these dependencies please? Me think we are using the

[Wengophone-devel] [PATCH] Automatically building translations when running make

2007-04-06 Thread Aurélien Gâteau
Hello, I have been working on the translation compilation this morning, and here is the result: - make lrelease builds the translations, and it only builds the necessary files. - make builds the WengoPhone *and* the translations. What do you think about it? Aurélien Index:

Re: [Wengophone-devel] [PATCH] Automatically building translations when running make

2007-04-06 Thread Aurélien Gâteau
Dave Neary wrote: Dave Neary wrote: Hi, Aurélien Gâteau wrote: I have been working on the translation compilation this morning, and here is the result: - make lrelease builds the translations, and it only builds the necessary files. - make builds the WengoPhone *and* the translations. What

[Wengophone-devel] CMake doc beautifier

2007-04-06 Thread Aurélien Gâteau
Just for information: in case you are spending too much time wandering through CMake documentation, I created a little script which you might find handy: it creates an hyperlinked version of CMake doc. You can find it here: https://dev.openwengo.org/svn/openwengo/playground/beautifycmakedoc

[Wengophone-devel] QtContactManager itemdoubleclick event

2007-04-06 Thread Mayank Otia
Hi, I found QtContactManager has item clicked event, which contains timer to achieve double click event too and conditionally transfer control appropriately. However QTreeWidgetItem already have a itemDoubleClicked signal why didnt we use it? is it done intentionally to overcome some problem?

[Wengophone-devel] osx glib2 not found

2007-04-06 Thread dudley ackerman
trying to build wengophone on osx 10.4.8 have fink installed glib2. cmake 2.4.6. CMake Error: Could not find GLib2 tried setting these in tcsh shell: GLIB2_INCLUDE_DIR=/sw/lib/glib/include/ (glibconfig.h is there) GLIB2_LIBRARIES=/usr/local/lib/ i see these in /usr/local/lib: -rw-rw-r--

[Wengophone-devel] RE: osx glib2 could not find

2007-04-06 Thread dudley ackerman
i see in CMakeCache.txt: GLIB2_LIBRARY:FILEPATH=/usr/local/lib/libglib-2.0.a but i still get: CMake Error: Could not find GLib2 what am i missing? osx 10.4.9, PPC G4. cmake 2.4.6 ___ Wengophone-devel mailing list Wengophone-devel@lists.openwengo.com