Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - coley

Pages: 1 ... 5 6 [7] 8 9 ... 33
91
Developers / Re: Raspberry Pi builder
« on: January 16, 2013, 04:35:53 pm »
Trying to resurrect this - phenigma how far has your builder progressed - or is it like me - been on hiatus?

-Coley.

92
Users / Re: Southern California Linux Expo
« on: January 14, 2013, 07:07:25 pm »
Possy - any chance of a ticker or set of milestones for the donations?

-Coley

93
Users / Re: Southern California Linux Expo
« on: January 08, 2013, 01:48:49 pm »
Thanks for the donations. atm we can give golgoj4 the room for a single night.

Come on, fellas. Say Thank you with your money.

Thanks for listening.
Donation gone - Now he can get something to eat too :)

-Coley.

94
Good Stuff!!
-Coley.

get space back on my dropbox :)

95
https://www.dropbox.com/sh/6lxoezs0283rn47/Vt3HJJrhNR/ScreenCasts?lst
1,10 and 11 from the first batch are fully synced up there now 5 and 6 should be on-line in an hour or two.

I'll queue the others up later.
-Coley.

1,5,6,10,11 complete.

2nd batch uploaded now.
-Coley.

96
I'm missing: 1,5,6,10,11 From group #1 and I did not even know of the existence of anything in group #2.

Any you could provide would be great!

J.
https://www.dropbox.com/sh/6lxoezs0283rn47/Vt3HJJrhNR/ScreenCasts?lst
1,10 and 11 from the first batch are fully synced up there now 5 and 6 should be on-line in an hour or two.

I'll queue the others up later.
-Coley.

1,5,6,10,11 complete.

97
Are these available anywhere?  The links below aren't working and only half of the screencasts are available at localeconcept...  Thanks.

J.
What are you missing? I can put any you are missing on dropbox/gdrive/skydrive/wherever.

-Coley.

98
Developers / Re: Raspberry Pi builder
« on: October 27, 2012, 04:15:42 pm »
golgoj4 - tbh I don't know if phonon is the right direction for the Pi.
I would have thought QtMultimedia would be the one to use but as that requires Qt5 I wanted to see could we at least get the AV plugin going as is. All I was expecting from phonon was at least what it gives a regular desktop system - it shouldn't care about bcm specifics as the drivers below should handle that.

-Coley.

99
Users / Re: 1004: The time has come.
« on: October 26, 2012, 12:17:01 pm »
<snip>
Every one refuses to boot giving the first Linux loading line and ending in boot:

If I input anything it states "unable to find kernel" or similar.
<snip>

Just press Enter at that point - it should continue installing.

-Coley.

100
Users / Re: Great comparison of small wireless keyboards for LinuxMCE
« on: October 25, 2012, 06:45:27 pm »
I have one of those ipazzport ones, it just appears as a USB HID device, so no specifics needed from lmce.
I haven't checked the special function media buttons yet, will check later if I get a chance

-Coley.

101
Users / Re: MK802 - cheaper and faster than Raspberry Pi
« on: October 25, 2012, 11:57:33 am »
I have one of these as well as some Raspberry Pi, I plan on testing the android qOrbiter on it but haven't gotten around to it yet.
If one was to ditch android and run linux you need to provide a LAN->USB adapter for netbooting MD.

-Coley.

102
Users / Re: qOrbiter - loading Skin issue
« on: October 22, 2012, 06:05:52 pm »
output of "ldconfig -p"

http://pastebin.com/i22hvFRR

cheers,
ochorocho
Ok - no libQtDeclarative.so found in there.
did you install the appropriate Qt linux libraries?
go here http://qt-project.org/downloads#qt-lib and download the ones that match the pre-built qOrbiter you download from golgoj4's Dropbox.

-Coley.

103
Users / Re: qOrbiter - loading Skin issue
« on: October 22, 2012, 01:42:28 pm »
hm... cant start prebuild qorbiter:

Code: [Select]
jochen@vboxqorbiter:~/Desktop/test$ ./qorbiter-4.7.4-core-gl
./qorbiter-4.7.4-core-gl: error while loading shared libraries: libQtDeclarative.so.4: cannot open shared object file: No such file or directory

really annoying, i just want to start skinning :-( ... don't want to take care of all that real programming stuff behind the scenes ...

cheers,
ochorocho
what does "ldconfig -p" output?
-Coley.

104
Users / Re: qOrbiter - loading Skin issue
« on: October 21, 2012, 11:40:47 pm »
According to your log
Code: [Select]
Skin loading has FAILED
(file:///home/jochen/src/qOrbiter/QOrbiter-build-4.7.4/qml/desktop/default/main.qml:2:1: plugin cannot be loaded for module "Qt.labs.shaders": The plugin '/home/jochen/src/qOrbiter/QOrbiter-build-4.7.4/imports/Qt/labs/shaders/libqmlshadersplugin.so' uses incompatible Qt library. (4.8.2) [release]
    import Qt.labs.shaders 1.0
    ^)
You have built qOrbiter using Qt 4.7.4 and the plugin was generated with a newer version.
What is your dev setup?

-Coley.

105
Developers / Re: qOrbiter gets some Pi
« on: October 21, 2012, 02:19:01 pm »
So some good news. Got my cross compile env setup working!

The bad news. Apparently, the QAbstractListmodel base class has been modified heavily. To the point of internal functions being re-names or removed. so thats gonna put the brakes on my development speed as I need to refactor a lot of classes.

but its a start!

-Golgoj4
I haven't been back to svn with some of my changes as I couldn't test them, but this change is needed for the clear() functions in all the ListModels.
Code: [Select]
#ifdef (QT5)  //reset() is gone for Qt5
  this->beginResetModel();
  m_list.clear();
  this->endResetModel();
#else
  m_list.clear();
  this->reset();
#endif

-Coley.

Pages: 1 ... 5 6 [7] 8 9 ... 33