LinuxMCE Forums
May 19, 2013, 04:04:15 pm GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: 1 [2] 3 4
  Print  
Author Topic: Re: Clutter Exercise: Media List - [X] DONE  (Read 7793 times)
uplink
Administrator
Guru
*****
Posts: 183

Linux and LinuxMCE witchdoctor


View Profile
« Reply #15 on: October 17, 2010, 06:44:26 pm »

Yes.

Every time I make headway my life folds in around me. Will have a working model before forever or never. Need a job.
* uplink wonders why that sounds familiar Smiley
Logged
DragonK
Guru
****
Posts: 427



View Profile
« Reply #16 on: October 19, 2010, 09:53:07 am »

Thom,

I want to learn..... what would be the best way for a newbie? Qt or clutter?
Which one would u prefer we do it with?

Karel
Logged
tschak909
LinuxMCE God
****
Posts: 5101

DOES work for LinuxMCE.


View Profile
« Reply #17 on: October 19, 2010, 01:02:55 pm »

doesn't matter.

-Thom
Logged
cfernandes
Guru
****
Posts: 267



View Profile WWW
« Reply #18 on: October 19, 2010, 02:07:52 pm »

Tom ,

 i go try to learn this.

Carlos
Logged
tschak909
LinuxMCE God
****
Posts: 5101

DOES work for LinuxMCE.


View Profile
« Reply #19 on: October 19, 2010, 02:12:10 pm »

The whole point of this, is to try and make some toys that we can play with.

I suggested Clutter due to its feature set, the fact that it is exceptionally fast, and can run on embedded and on-screen devices, and that it's flexible without being over-bearing. There is also the Mx toolkit which builds atop Clutter to create UI elements.

But in the end, it doesn't matter what toolkit is used, because the whole point here is to get a "clay model" that we can use with our bare hands.

-Thom
Logged
golgoj4
wants to work for LinuxMCE
**
Posts: 821


hrumpf!


View Profile WWW
« Reply #20 on: November 24, 2010, 10:43:18 am »

should have something interesting as soon as i get scrolling implemented in a semi-interesting fashion. well that and cleanly laying out data grids Smiley Spent a few days trying to digest gui programming so far i have this...which a badly rendered grid. prototype 1st, refine later.



-golgoj4

left 2 things out.

1. On the qt-web browser, has resolved and integrated most stuff(i think?) but im getting tripped up by one include. Says its a reference to an undefined function but i can find the function in the include thats in that file. confusing.

2. anyone that wants to take a look and hack on what im doing as far as the experimental datagrid stuff http://gitorious.org/demo-file-grid-idea

good day!
« Last Edit: December 15, 2011, 09:06:44 am by golgoj4 » Logged

Those people who tell you not to take chances, they are all missing what life's all about.

Wiki Hardware Page http://wiki.linuxmce.org/index.php/User:Langstonius
uplink
Administrator
Guru
*****
Posts: 183

Linux and LinuxMCE witchdoctor


View Profile
« Reply #21 on: November 24, 2010, 04:32:20 pm »

should have something interesting as soon as i get scrolling implemented in a semi-interesting fashion. well that and cleanly laying out data grids Smiley Spent a few days trying to digest gui programming so far i have this...which a badly rendered grid. prototype 1st, refine later.

http://flic.kr/p/8VRx65

-golgoj4


Looks alright so far. I like how I can move the image in the background with the scrollbar Cheesy

left 2 things out.

1. On the qt-web browser, has resolved and integrated most stuff(i think?) but im getting tripped up by one include. Says its a reference to an undefined function but i can find the function in the include thats in that file. confusing.

I was looking around your code for a qt-web browser, and couldn't find it, to see what you were doing wrong. It's not there, but after thinking a bit it struck me what your problem might be. By your description your error is at link time, not at compile time.

I don't know what the proper way to do it in QtCreator is. In QDevelop I can tick a few boxes to add the needed libs for the link. Anyway, lacking those tickboxes, I think you achieve the same effect doing this:

In file demo_orbiter.pro, at line 7 change this:

Code:
QT       += core gui
to this:
Code:
QT       += core gui webkit

and run qmake to update your Makefile. This should get rid of your link error for qt-web, if I understand correctly and you use the QtWebkit stuff.

2. anyone that wants to take a look and hack on what im doing as far as the experimental datagrid stuff http://gitorious.org/demo-file-grid-idea

good day!
Logged
golgoj4
wants to work for LinuxMCE
**
Posts: 821


hrumpf!


View Profile WWW
« Reply #22 on: November 24, 2010, 08:11:04 pm »

Sorry forgot to list the link to it Smiley http://gitorious.org/linuxmce-webkitbrowser. Im specifically having a problem with a link against a function in a dcecommon. Me being the rocket scientist i am, I overwrote my my directory earlier trying to generate what I thought would be an updated DCEcommon lib to link against which would have the function. Long story short, i need to rebuild from from git(where i backed up my progress thank goodness) and then see exactly where the error was.

-Golgoj4.
Logged

Those people who tell you not to take chances, they are all missing what life's all about.

Wiki Hardware Page http://wiki.linuxmce.org/index.php/User:Langstonius
uplink
Administrator
Guru
*****
Posts: 183

Linux and LinuxMCE witchdoctor


View Profile
« Reply #23 on: November 24, 2010, 08:58:35 pm »

I assume I'll have to go to my LinuxMCE development box, which is in fact Thom's development and girl amazement box Tongue, 'cause I get "Gen_Devices/QtWebBrowserBase.h: No such file or directory". That is if the Device Template is in the latest database. If it's just on your system, then I can't do much to help you, unless you give me direct access to your system to see what's going on.
Logged
coley
Guru
****
Posts: 430


View Profile
« Reply #24 on: March 08, 2011, 01:27:07 am »

...knocking the dust off here...
I've played a bit with QML on this.
This is a start - for me - taking a bit of this and that from QML seeing how it operates. It is in no way a consistent UI, and more than likely breaks most paradigms.
I've attached a deb for maemo as I've been testing this on windows and my N900.
What it does - not a lot but
 - scrolling side menu akin to groupings on current orbiter
 - touch lights - menu fades out(sample transition) touch anywhere to get menu back
 - touch webadmin - quess what web page appears (assuming 192.168.80.1 for core)(no scrolling panning yet, but available)
 - a lot of the menu items do nothing but clicking on each unloads the current component at least if not loading its own component, at the moment.
 - touch music a CD case appears - tap it, it flips and flick-able track-listing appears - tracks are selectable
 - touch video - grid of sample videos appear, again flick-able, zooming to fill area currently broken - well it zooms in but zooming out doesn't, so I've it disabled
 - touch arrow at top of screen - quick access area appears - can put status here, at the moment has quit button.

suggestions criticisms please form an orderly queue
now where did I leave my flame retardant suit....

-Coley.

attached deb updated - shouldn't depend on qtmobility.
update 2: deb updated, more sensible name, scroll menu working.
« Last Edit: March 09, 2011, 12:52:03 am by coley » Logged

tschak909
LinuxMCE God
****
Posts: 5101

DOES work for LinuxMCE.


View Profile
« Reply #25 on: March 08, 2011, 05:03:22 am »

awesome. I will have to set up a maemo 5 SDK (if it's still out there), to test this. Smiley I do not have my N900 any more, as it was nicked in a hotel room.. Sad

I wonder if we could get some more targets built for testing? Wink


-Thom
Logged
golgoj4
wants to work for LinuxMCE
**
Posts: 821


hrumpf!


View Profile WWW
« Reply #26 on: March 08, 2011, 05:25:36 am »

...knocking the dust off here...
I've played a bit with QML on this.
This is a start - for me - taking a bit of this and that from QML seeing how it operates. It is in no way a consistent UI, and more than likely breaks most paradigms.
I've attached a deb for maemo as I've been testing this on windows and my N900.
What it does - not a lot but
 - scrolling side menu akin to groupings on current orbiter
 - touch lights - menu fades out(sample transition) touch anywhere to get menu back
 - touch webadmin - quess what web page appears (assuming 192.168.80.1 for core)(no scrolling panning yet, but available)
 - a lot of the menu items do nothing but clicking on each unloads the current component at least if not loading its own component, at the moment.
 - touch music a CD case appears - tap it, it flips and flick-able track-listing appears - tracks are selectable
 - touch video - grid of sample videos appear, again flick-able, zooming to fill area currently broken - well it zooms in but zooming out doesn't, so I've it disabled
 - touch arrow at top of screen - quick access area appears - can put status here, at the moment has quit button.

suggestions criticisms please form an orderly queue
now where did I leave my flame retardant suit....

-Coley.

and why would we flame you for doing awesome stuff? Smiley
Logged

Those people who tell you not to take chances, they are all missing what life's all about.

Wiki Hardware Page http://wiki.linuxmce.org/index.php/User:Langstonius
rperre
Guru
****
Posts: 264


View Profile
« Reply #27 on: March 08, 2011, 07:41:05 am »

screenshots, video, youtube, anything?

Great work,

Richard
Logged

coley
Guru
****
Posts: 430


View Profile
« Reply #28 on: March 08, 2011, 09:09:46 am »

Thom - sorry to hear about your N900 being nicked, not nice!!

will try and get screenshots, though screencast would be better, tried one already but it wasn't smooth at all.

-Coley.
Logged

posde
Administrator
LinuxMCE God
*****
Posts: 2621


Wastes Life On LinuxMCE Since 2007


View Profile WWW
« Reply #29 on: March 08, 2011, 09:34:44 am »

Installed it on my n900 - only shows a black screen
Logged

Pages: 1 [2] 3 4
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!