Showing results 1 to 25 of 37 @ 0.00 seconds. Search: Posts Made By: TomppaS
Forum: Multimedia 2011-09-29, 12:04
Replies: 147
Views: 58,403
Posted By TomppaS
Re: [ Announce ] NVideo - A youTube browser, searcher, and player written in Qt C++

Nice to see more applications for Maemo. But does it use QML or Qwidgets? Also it seems that autobuilder isn't able to build your application. What's the problem with it? You should realy ask help...
Forum: Development 2011-09-20, 16:54
Replies: 4
Views: 1,324
Posted By TomppaS
Re: Array of class

Simply:
wbElement the_array[5];

or with c++ you can use dynamic lists from std. It allows you to remove and add any number of elements in the array.

And remember google is your friend if you...
Forum: Development 2011-09-19, 18:03
Replies: 8
Views: 2,374
Posted By TomppaS
Re: SDL and SDL_ttf headers

packages libsdl1.2-dev and libsdl-ttf2.0-dev in SDK repo
Forum: Nokia N9 / N950 2011-08-25, 19:51
Replies: 238
Views: 84,905
Posted By TomppaS
Re: Which community applications do you want ported to N9/N950?

(I'm the author of gTranslate) Porting gTranslate will be kinda useless. You may have heard that Google is closing their free translation api and in the future you will have to pay for it. :( The api...
Forum: Development 2011-08-25, 16:40
Replies: 3
Views: 1,877
Posted By TomppaS
Re: icon does not appear after it was copied to icon-Folder

I highly recomend you to use deb packages. Learn how to make them and it will make your and other's life easier. But it's your choice.

Anyway try killing hildon-desktop or just reboot. This might...
Forum: Development 2011-08-22, 16:29
Replies: 8
Views: 2,272
Posted By TomppaS
Re: A start in coding

First do you know how to code? If not learn basics of some programming language. I recommend python or c++. Forget about GUI programming (Qt) and learn to make simple command line applications (Hello...
Forum: Brainstorm 2011-08-22, 15:41
Replies: 2
Views: 1,870
Posted By TomppaS
Re: google +

The topic is already discussed here: http://talk.maemo.org/showthread.php?t=74521. Right now it's not posible because there isn't an official api.
Forum: Applications 2011-08-21, 14:44
Replies: 27
Views: 9,257
Posted By TomppaS
Re: MetrO on n900

Too bad it's closed source like Como LLego (Helsinki Journey Planner). Would be awesome to have open source application like them. :(
Forum: Development 2011-08-21, 10:14
Replies: 4
Views: 1,437
Posted By TomppaS
Re: Maemo 5 Contacts API

Check here (http://maemo.org/development/sdks/maemo_5_api_documentation/) in the RTCOM APIs section. I have no experience with those APIs but I hope it's gonna be useful for you. Also you can look at...
Forum: Games 2011-08-20, 22:14
Replies: 2
Views: 2,710
Posted By TomppaS
Re: [Port Request] PicMi (Picross & Minesweeper)

SFML doesn't support OpenGL ES (is on road map though) so NO :(
Forum: Games 2011-08-11, 17:34
Replies: 4
Views: 2,330
Posted By TomppaS
Re: AssualtCube

AssaultCube is based on Cube engine and it shouldn't be so hard to port because the engine is already ported to iPhone (http://fernlightning.com/doku.php?id=iphone:cube:start) (and OpenGL ES). So...
Forum: Games 2011-08-10, 15:40
Replies: 19
Views: 8,225
Posted By TomppaS
Re: [Announce] Puzzletube on extras-devel

Thank you Aapo for porting this game! The game seems to use library sparrow3d (https://github.com/theZiz/sparrow3d). Library's description:

Sparrow3D is an application framework with software...
Forum: Games 2011-08-03, 22:03
Replies: 23
Views: 14,804
Posted By TomppaS
Re: [Announce] Black Belt Sorvi Hero by Pizzalaatikko

Go to terminal and type:

sudo gainroot
apt-get install libmad0 libsdl-ttf2.0 libsdl-gles1.2-1 libgles1-sgx-img


Easy! Then try again :)
Forum: Applications 2011-08-03, 19:38
Replies: 12
Views: 11,124
Posted By TomppaS
Re: [HACK] Megaphone N900 - Turn your N900 into a Megaphone

Or just:

sudo gainroot
apt-get install gstreamer-tools
gst-launch pulsesrc ! pulsesink
Forum: Games 2011-08-03, 19:04
Replies: 36
Views: 13,676
Posted By TomppaS
Re: [Announce] Demine

Yeah tested the game. Nice work. You might want to make the game fullscreen. It should boost performance especially when player reveals many tiles. But then you should make custom window controls but...
Forum: Games 2011-08-03, 17:53
Replies: 23
Views: 14,804
Posted By TomppaS
[Announce] Black Belt Sorvi Hero by Pizzalaatikko

Yesterday Assembly's Gamedev entries were published. I was happy when I noticed that one game had support for Nokia N900. I would like to share it with you. The game is called Black Belt Sorvi Hero...
Forum: Games 2011-08-01, 16:47
Replies: 36
Views: 13,676
Posted By TomppaS
Re: [Announce] Demine

Nice game! Waiting it to test it from extras-devel (I'm just too lazy to compile from source :)). Just asking are there some neat animations and explosions when you fail? I would love to see them!...
Forum: Themes 2011-08-01, 16:28
Replies: 5
Views: 6,843
Posted By TomppaS
Re: [Request] Windows 8/Metro UI/M3 theme

You might want to look at joppu's theme called Uninspired Blocky and Dull Theme #154 (http://talk.maemo.org/showthread.php?t=69310). Download it from extrax-devel.
Forum: Design 2011-07-31, 23:18
Replies: 42
Views: 35,017
Posted By TomppaS
Re: Anna's icon maker - make anna style icons fast

Great work qwazix but javispedro from meego forums have created similar icon maker a month ago: http://forum.meego.com/showthread.php?t=3714
Forum: Applications 2011-07-31, 22:56
Replies: 17
Views: 7,812
Posted By TomppaS
Re: [Announce] Drummer: a Drumset App

Why use clutter with pygame? I would use gstreamer for audio because both clutter and gstreamer are GNOME technologies. But anyway it's nice. It's allways nice to see new maemo applications!
Forum: Development 2011-06-28, 15:49
Replies: 6
Views: 2,066
Posted By TomppaS
Re: Boost

Use Glib: http://developer.gnome.org/glib/2.28/glib-Perl-compatible-regular-expressions.html
Forum: Nokia N9 / N950 2011-06-21, 13:11
Replies: 10,476
Views: 2,587,563
Posted By TomppaS
Re: N9: It's finally here

Just testing the Harmattan Beta SDK.

http://filesmelt.com/dl/Screenshot-Untitled_Window.png (http://filesmelt.com/)
http://filesmelt.com/dl/Screenshot-Untitled_Window-1.png...
Forum: Applications 2010-12-02, 19:21
Replies: 18
Views: 11,332
Posted By TomppaS
Re: [Announce] Guitar Chords - A application for guitarists

So people have noticed that Guitar Chords doesn't work anymore after PR1.3 update. I have now fixed it so pleace update the application!
Forum: Applications 2010-07-07, 11:50
Replies: 10
Views: 5,479
Posted By TomppaS
[Announce] A new version of Battery widget

Overview

Now I finally continued programming the battery desktop widget. It's just a cool looking widget that shows your current battery state. Some people said that it's too big so I added a...
Forum: Applications 2010-06-29, 11:15
Replies: 18
Views: 11,332
Posted By TomppaS
[Announce] Guitar Chords - A application for guitarists

Overview

Guitar Chords is just a simple application that shows different kind of chords for a six string guitar. There are almost 300 chords in this application and they all have many different...
Showing results 1 to 25 of 37



 
Forum Jump

All times are GMT. The time now is 15:51.