Reply
Thread Tools
Posts: 874 | Thanked: 316 times | Joined on Jun 2007 @ London UK
#11
Great news, well done.

Does the lack of hardware keyboard rule out the N800 from this project?
 
Posts: 109 | Thanked: 91 times | Joined on Dec 2007
#12
As a long-time Zaurus user, I really like the huge application base, but I find
two programs indespensible: the PIM suite kdepimpi (also known as KO/PI) and
the password manager
zsafe.

The news that Qt has been compiled for the Nokia is terrific. I know that there's an open source version of Qtopia as well, but I don't know the status of getting it onto the Nokia platform.

I have already built Qt 4.3.3 within Scratchbox, and have begun to start looking
a recompiling kdepimpi and zsafe. This process makes me very aware that I am not
a very good software developer...while I it is just possible that I will be able
to get the programs to recompile, I strongly doubt that I'll ever get to truely
porting them to use the Hildon environment.


I'd be extremely grateful for any help or suggestions that you can offer about porting Qt/Qtopia apps to the Nokia.

Thanks!
 

The Following User Says Thank You to z2n For This Useful Post:
gnuton's Avatar
Posts: 18 | Thanked: 12 times | Joined on Nov 2007 @ Taranto, ITALY
#13
@Rebski:
I think that it's possible.. but i haven't got a working code yet (and i haven't got a maemo device yet! ).

@z2n: Qtopia it's not good for Nokia(IMOH), because nokia device uses X11 instead Qtopia uses the framebuffer. So potentially we can use any Qt4 app in your Nokia device!

PS However Kdepimpi seems a KDE3 apps.. why do you using Qt4 to compile it?
 
free's Avatar
Posts: 739 | Thanked: 159 times | Joined on Sep 2007 @ Germany - Munich
#14
Mmmmmhhhh
svn checkout
grep -r gnuton *

#! /bin/sh /usr/share/dpatch/dpatch-run
## maemo_01_fsfileengine.dpatch by <gnuton@gnuton.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: sets max PathName to 34240

@DPATCH@

diff -Nru qt4-x11-4.3.2-orig/src/corelib/io/qfsfileengine_iterator_unix.cpp qt4-x11-4.3.2/src/corelib/io/qfsfileengine_iterator_unix.cpp
--- qt4-x11-4.3.2-orig/src/corelib/io/qfsfileengine_iterator_unix.cpp 2007-11-21 12:36:31.000000000 +0100
+++ qt4-x11-4.3.2/src/corelib/io/qfsfileengine_iterator_unix.cpp 2007-11-21 12:38:49.000000000 +0100
@@ -119,6 +119,7 @@
#if defined(_POSIX_THREAD_SAFE_FUNCTIONS) && !defined(Q_OS_CYGWIN)
if (that->platform->mt_file)
delete [] that->platform->mt_file;
+ maxPathName=34240;
that->platform->mt_file = (dirent *)new char[maxPathName];
#endif
So the only patch you apparently did looks very very similar to the patch I've submitted here:

I wonder if this is a coincidence that you got the exact same value for maxPathName.. and would be interested to know how you found it..

Or did you just copy paste and put your name on top and "forgot" to at least mention/contact the author?

....



I'm seriously thinking of keeping my projects private because of people like you.
 
Posts: 874 | Thanked: 316 times | Joined on Jun 2007 @ London UK
#15
PS However Kdepimpi seems a KDE3 apps.. why do you using Qt4 to compile it?
A developer made available KOrganizer for the Sharp Zaurus, he called it KDE-PIM and made a beautiful job of it. His url is www.pi-sync.net but that appears to have a problem at the moment.

So I suspect the intention is to take the Zaurus app and make it run on the IT. I could be wrong of course.
 
Posts: 109 | Thanked: 91 times | Joined on Dec 2007
#16
Originally Posted by Rebski View Post
A developer made available KOrganizer for the Sharp Zaurus, he called it KDE-PIM and made a beautiful job of it. His url is www.pi-sync.net but that appears to have a problem at the moment.
Hmmm...the original developer's site does seem to be down. However, the source code (and binaries for Windows & Linux x86) can be found on the kdepimpi sourceforge site.

Originally Posted by Rebski View Post
So I suspect the intention is to take the Zaurus app and make it run on the IT. I could be wrong of course.
You're completely correct. I don't think I've got the ability to really port kdepimpi to the Hildon interface, which is why I'm interested in getting Qt running on the N810. The kdepimpi suite can be built for a Qt/X11 environment, or for a Qt/Qtopia environment. I strongly suspect that it'll be easier to build the former for the Nokia, but I'm very interested in getting any guidance from people with more experience with this kind of port.
 
Posts: 874 | Thanked: 316 times | Joined on Jun 2007 @ London UK
#17
Thanks for the link to Source forge. Information on the developer, username Zautrix, is actually in this screenshot
http://sourceforge.net/project/scree...roup_id=104103

His output for this app was amazing to behold, I hope he is still around as he would be a tremendous asset to the ITT/MID technology.
 
gnuton's Avatar
Posts: 18 | Thanked: 12 times | Joined on Nov 2007 @ Taranto, ITALY
#18
@Free:
I apologize. Please send me your name, surname, mail address and a short patch description to gnuton AT gnuton.org.
PS: If you want you can join in the Qt4 Team...
We need help!
Thank you!

@All
Visit the new maemo Qt4 Homepage: http://qt4.garage.maemo.org/
 
Reply


 
Forum Jump


All times are GMT. The time now is 21:32.