Active Topics

 



Notices


Reply
Thread Tools
NightShift79's Avatar
Posts: 417 | Thanked: 200 times | Joined on Apr 2010 @ Germany
#401
no big thing at the moment... just have a look at it if you find the time.
I'm glad I got the comments back instead :P

Keep up the great work!
Thanks.
 

The Following User Says Thank You to NightShift79 For This Useful Post:
Alfred's Avatar
Posts: 855 | Thanked: 612 times | Joined on Oct 2010 @ Germany
#402
Non latin characters are not supported in search bar(well, there aren't other places, where i could put them anyways) and i guess search doen't work for me at all. I'll try reinstalling
__________________
Reps are just one click away: Extras | Extras-Testing | Extras-Devel | My-Maemo | CSSU |
Transform your lock screen into a weather forecast Thanks button ================>
 
Posts: 586 | Thanked: 471 times | Joined on Jan 2010 @ Finland
#403
when i install this it's do always same thing.. (i even reinstall my os and try again). It won't start the video and it show up this way on terminal:

~ $ /opt/usr/bin/qmltube
Unsupported date format character at 1 (%-d.%-m.)
file:///opt/usr/share/qmltube/qml/qmltube/settings.js:14: Error: attempt to write a readonly database Unable to fetch row
QNetworkReplyImpl::_q_startOperation was called more than once
QNetworkReplyImpl::_q_startOperation was called more than once
QNetworkReplyImpl::_q_startOperation was called more than once
QNetworkReplyImpl::_q_startOperation was called more than once
QNetworkReplyImpl::_q_startOperation was called more than once
QNetworkReplyImpl::_q_startOperation was called more than once
QNetworkReplyImpl::_q_startOperation was called more than once
QNetworkReplyImpl::_q_startOperation was called more than once
QNetworkReplyImpl::_q_startOperation was called more than once
process 2234: arguments to dbus_message_new_method_call() were incorrect, assertion "destination == NULL || _dbus_check_is_valid_bus_name (destination)" failed in file dbus-message.c line 1077.
This is normally a bug in some application using the D-Bus library.
process 2234: arguments to dbus_message_set_auto_start() were incorrect, assertion "message != NULL" failed in file dbus-message.c line 2492.
This is normally a bug in some application using the D-Bus library.
process 2234: arguments to dbus_message_iter_init_append() were incorrect, assertion "message != NULL" failed in file dbus-message.c line 2073.
This is normally a bug in some application using the D-Bus library.
QDBusConnection: error: could not send message to service "com.nokia." path "/com/nokia/" interface "org.freedesktop.DBus.Introspectable" member "Introspect":
 
casketizer's Avatar
Posts: 566 | Thanked: 282 times | Joined on Sep 2010 @ Lower Saxony
#404
German still not showing in 0.3.9.
Even tho I have set my device language to gerrman, I prefer apps like this in english. So I would REALLY appreaciate if you made any localizations optional or at least easily disable-able (lol does that word make any sense?).
Hope Nightshift79 isn't offended, I'm sure many other ppl appreciate localization....

Last edited by casketizer; 2011-04-16 at 01:47.
 
Posts: 98 | Thanked: 16 times | Joined on Jun 2010
#405
Is there any way to delete videos from our playlist? Can't figure it out.
 
Posts: 586 | Thanked: 471 times | Joined on Jan 2010 @ Finland
#406
Originally Posted by Makeclick View Post
when i install this it's do always same thing.. (i even reinstall my os and try again). It won't start the video and it show up this way on terminal:
M'kay.. I started it as root and i delete my account (it has written wrong in the first time). I can't change any setting if i don't run as root... but now it working

Last edited by Makeclick; 2011-04-16 at 02:32. Reason: continue
 
NightShift79's Avatar
Posts: 417 | Thanked: 200 times | Joined on Apr 2010 @ Germany
#407
Originally Posted by casketizer View Post
German still not showing in 0.3.9.
Even tho I have set my device language to gerrman, I prefer apps like this in english. So I would REALLY appreaciate if you made any localizations optional or at least easily disable-able (lol does that word make any sense?).
Hope Nightshift79 isn't offended, I'm sure many other ppl appreciate localization....
translation still doesn't workin 0.3.9.
Don't you have to set the translator in main.cpp. But I'm afraid I have less to none coding skills..

I think the idea of makin' translation optional is a nice one.
Maybe you can fiddle with a translation menu, so one could easily choose which language (.qm file) he wants to get loaded.
 
corduroysack's Avatar
Posts: 939 | Thanked: 366 times | Joined on Dec 2010 @ U.K.
#408
been using this last couple of days and must say it's brilliant, very smooth, it even dl'd a video that the other cutetube wouldn't for some reason
 
Posts: 3,664 | Thanked: 1,530 times | Joined on Sep 2009 @ Hamilton, New Zealand
#409
I must say KUDO the updates makes the QML cuteTube brilliant and buttery smooth. Fantastic work buddy.

You did it. This is smoother than what Nokia can produce. Quality stuff. Great work. I'm satisfied
 

The Following 3 Users Say Thank You to maxximuscool For This Useful Post:
NightShift79's Avatar
Posts: 417 | Thanked: 200 times | Joined on Apr 2010 @ Germany
#410
seems like I got the translation working somehow.
What I did was:

adding
Code:
#include <QTranslator>

//#ifdef Q_WS_MAEMO_5
//#include <QtOpenGL/QGLWidget>
//#endif

int main(int argc, char *argv[])
{
    QApplication app(argc, argv);
    app.setApplicationName("FMRadio");

    //Added translation:
    QTranslator translator;

    translator.load("/opt/usr/share/qmltube/qml/qmltube/i18n/qml_de");
    app.installTranslator(&translator);
    
    QmlApplicationViewer viewer;
That seems to make qmltube use the german translation file.
But it seems not all parts are correctly translated.
I'll check the linguist files again.

Learning is fun
 
Reply

Tags
cutetube, marxian = god, marxian legend, son of a gun, son of douche, son of fail, son of god, youtube


 
Forum Jump


All times are GMT. The time now is 08:40.