View Single Post
trx's Avatar
Posts: 80 | Thanked: 237 times | Joined on Dec 2010 @ Serbia
#1
Hi,

I rewrote rdesktop's qt3 UI to use Qt4 and QML. This is an initial release and not all bits are implemented.

Please note that the default color depth (8) is not working properly, i haven't managed to rewrite the part which converts color depth. You can use any other specified.

So, example usage is :
qmlrdesktop -a 16 server_ip_here

By default, if you touch the screen, touch will be propagated to RDP. When you cover the proximity sensor scroll mode is enabled and you can move the view.

This version does NOT have virtual keyboard support yet, i have for now only made N950's hadware keyboard work. This will be my next thing to do.

This is my first C/C++ project (i use object pascal with Qt and QML usually) so i expect that there will be some leaks, etc.. So i would appreciate if someone could check the code.

To compile the sources, download them into scratchbox and enter the directory.. Then :
1. ./bootstrap
2. ./configure
3. cd ./uiports
4. make -f makefile_qt
The relevant files are uiports/qtwin.h and uiports/qtwin.cpp

The files:
Binary : http://repo.pub.meego.com//home:/trx....7.1_armel.deb
Sources :https://build.pub.meego.com/package/...ect=home%3Atrx

You can also checkout TxPad QML code editor for Harmattan.

Thanks,

TRX.
 

The Following 22 Users Say Thank You to trx For This Useful Post: