RSS Feeds
Browsing all articles in myProjects
Posted in Maemo-dev      1 comment

This is another night on maemo Qt4… it’s really fun!Today i’ve compiled and partially ported keepass (a password manager writed in Qt4) on maemo OS2008.The ported application page is now updated!

Posted in Maemo-dev      No comments

Yeah! Finally i’ve a bit of time to add a homepage to maemo Qt4 project!

Visit maemo Qt4 Homepage!

Posted in Maemo-dev      No comments

This is my first post on maemo-dev category! :)

This Posts should be aggregated in the maemo planet blog.

Posted in Maemo-dev      No comments

Great news! After waiting for some weeks, Nokia N810 is avaible on the first European Online Shop! You can Buy It from the spanish Nokia Online Shop! Happy shopping! :)

N810 on Spanish Online shop

Posted in Maemo-dev      No comments

Today i’ve packaged QT4 for maemo devices such as nokia n810. Jean Luc is testing them on OS2008, because i haven’t got a Maemo device yet.

We’ll upload them on garage svn soon. Stay tuned! :)

Posted in Maemo-dev      Comments Off

These are some pictures about Qt4  running on my ARMEL SDK environment! :)

Posted in myProjects      No comments

The last night i’ve fixed a annoying problem fo the fetched posts. It was a simple error caused of a conversion from QByteArray (in UTF8) to a QString (UTF 16).

Posted in myProjects      No comments

Per chi come me, usa spesso la bash e ama il colore… per distinguere le righe di comando dal output del comando stesso.. o per avere un prompt con + info, consiglio di dare un occhiata al mio prompt dei comandi.

Probabilmente lo si puo migliorare e perfezionare… ma questo è quanto son riuscito a scrivere in 5 min…

Questo è uno screenshot in Yakuake.

ps1-1.jpg

Se vi piace e volete utilizzarlo clicca il codice nel file Prompt Bash ed incollalo nel file .bashrc della tua home.

Posted in myProjects      No comments

Hello guys! I’m porting KBlogger to KDE4; So you can checkout kblogger for KDE3 from branches:

Instructions:

  • svn co svn://anonsvn.kde.org/home/kde/branches/kblogger
  • cd kblogger-0.7
  • make -f Makefile.cvs
  • ./configure
  • make
  • make install

That’s all! :)

Posted in myProjects      No comments

It’s really simple! :)

svn co svn://anonsvn.kde.org/home/kde/trunk/playground/network -N
cd network
svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
svn co svn://anonsvn.kde.org/home/kde/trunk/playground/network/kblogger
make -f Makefile.cvs
./configure
cd kblogger
make
make install