Showing results 1 to 25 of 68 @ 0.07 seconds. Search: Posts Made By: Berserk
Forum: Applications 2011-03-17, 15:27
Replies: 6
Views: 5,253
Posted By Berserk
Re: [Announce] Config Reader

Yeah good point, it has crossed my mind before, especially now that I'm using Ubuntu for a while and I've seen the Gconf Editor :)
Thanks for sharing your idea!
Can't say when I'll make it, but it...
Forum: Applications 2011-02-07, 22:31
Replies: 26
Views: 10,958
Posted By Berserk
Re: [Announce] Wallpaeper

Thanks :) I am very thankful for this!
I'm also shocked by the amount of downloads shown on this download page (http://maemo.org/downloads/product/Maemo5/wallpaeper/), 70500! really incredible..

...
Forum: Applications 2011-02-01, 12:45
Replies: 97
Views: 45,536
Posted By Berserk
Re: SMS counter for N900?

Thanks! I will give it a go, can't wait to see the total count again hahah
Forum: Maemo 5 / Fremantle 2010-11-21, 18:17
Replies: 4,534
Views: 2,289,399
Posted By Berserk
Re: Show off your Maemo 5 screenshots

After almost 10 days of uptime, the N900 has its funny moments :)

http://img87.imageshack.us/img87/6271/screenshot2010112118461.png
...
Forum: Applications 2010-11-13, 19:11
Replies: 26
Views: 10,958
Posted By Berserk
Re: [Announce] Wallpaeper

Allright thanks, I think I know how to fix it :)
Forum: Applications 2010-11-13, 18:22
Replies: 26
Views: 10,958
Posted By Berserk
Re: [Announce] Wallpaeper

Thank you for your bugreport, though I'm not sure what you mean exactly..

Do you mean that you've made your own background-set, that doesn't show up in the list, and then the program crashes?
In...
Forum: Nokia N900 2010-10-16, 23:57
Replies: 6
Views: 6,144
Posted By Berserk
Re: Touchscreen vibration has been affecting user experience

The GConf key for the touch vibration seems to be:
/system/osso/dsm/vibra/touchscreen_vibra_enabled
When I set it to false, it doesn't vibrate anymore, but when using the settings menu, the...
Forum: Applications 2010-10-16, 22:51
Replies: 26
Views: 10,958
Posted By Berserk
Re: [Announce] Wallpaeper

Current version is 0.6.1 (in Extras-testing)

I consider this the complete version for 4 desktops.
(unless someone finds a bug, of course)
I didn't have time to look at the 9 desktops...
Forum: Nokia N900 2010-10-16, 22:33
Replies: 6
Views: 6,144
Posted By Berserk
Re: Touchscreen vibration has been affecting user experience

I've used my N900 without touch vibration for 2 weeks, a while ago, I didn't notice any accuracy improvements (didn't check it) or anything similar.

I do remember that it felt more natural. I...
Forum: Applications 2010-10-16, 14:11
Replies: 6
Views: 5,253
Posted By Berserk
[Announce] Config Reader

The reason why I made Config Reader is the following:
I was looking for some GConf keys, from which I didn't know the location, or its existence (needle in a haystack?). I just looked in directories...
Forum: Development 2010-10-15, 17:13
Replies: 156
Views: 105,563
Posted By Berserk
Re: SURVEY: Who's Developing for Maemo5/N900, What, and How - Check-In here

Language/s: C++
IDE: Nokia Qt SDK
Project: Config Reader
Progress: About 90%
License: (L)GPL I guess, just free and opensource
Distribution: Extras-Devel
Purpose/goal of project: It reads all...
Forum: Maemo 5 / Fremantle 2010-10-03, 15:19
Replies: 3
Views: 1,381
Posted By Berserk
Calculator gconf typing errors :P

I was searching myself to death for a certain gconf key for a next app, but while searching, I came across this one:
/apps/osso/caluclatorIn there, it has a key called:
basic-sceintific
Maybe that...
Forum: Applications 2010-10-02, 22:29
Replies: 26
Views: 10,958
Posted By Berserk
Re: [Announce] Wallpaeper

It turned out that the Gconf problem was solved quite easily.

Wallpaeper now features an Install function :D and it doesn't keep you waiting, like the default desktop-menu does.

Complete...
Forum: Applications 2010-10-02, 22:17
Replies: 24
Views: 22,746
Posted By Berserk
Re: N900 widget > todo list

Take a look at EasyList (http://talk.maemo.org/showthread.php?t=62280),
It's not a widget, but it's really fast and easy ;)
(For todo lists)
Forum: Competitors 2010-10-02, 21:44
Replies: 14
Views: 4,485
Posted By Berserk
Re: SmartQ v3 Is Here

That looks like a nice thing for $100 :D
Forum: Development 2010-10-02, 14:14
Replies: 170
Views: 43,213
Posted By Berserk
Re: Need assistance from QT programmer

By the way, in the above example, everytime the process outputs new data, the QString is overwritten with the new data.

If you'd like to catch the entire output, then use:
QString outData;...
Forum: Development 2010-10-02, 13:50
Replies: 170
Views: 43,213
Posted By Berserk
Re: Need assistance from QT programmer

Ok, here's how to read values from a terminal command (or any other process)
It doesn't use system(), but it runs a process with QProcess.

You can still use system() for running processes without...
Forum: Development 2010-10-02, 00:24
Replies: 170
Views: 43,213
Posted By Berserk
Re: Need assistance from QT programmer

Well.. I think it's solved :D

Use system("command");
But be careful with system commands :D

For instance, when you use
system("gconftool-2 -R /apps/osso/hildon-desktop/views");It outputs...
Forum: Applications 2010-10-01, 23:09
Replies: 26
Views: 10,958
Posted By Berserk
Re: [Announce] Wallpaeper

Yeah that's understandable, Testing and Devel are dangerous grounds :)

A feature for 9 desktops is definately in my consideration. However, I have a VERY hard time getting GConf to work in Qt/C++...
Forum: Applications 2010-10-01, 22:26
Replies: 26
Views: 10,958
Posted By Berserk
Re: [Announce] Wallpaeper

Version 0.5 is now in Extras-testing!

* Added icons to buttons
* Icons in filelist are now 2x bigger
* Disabled horizontal scrolling in filelist
* Removed quote from main screen

Please...
Forum: Development 2010-10-01, 16:27
Replies: 3
Views: 3,624
Posted By Berserk
Re: Cannot build app using QtService

Oh by the way, I think you need to include the whole 'qtservice-2.6_1-opensource' directory, because qtservice.pri includes ../common.pri, which is in that main directory.
I guess you have to...
Forum: Applications 2010-09-30, 08:03
Replies: 672
Views: 238,814
Posted By Berserk
Re: [Announce] Faster Application Manager (Maemo5)

I'd say keep it this way! This golden :D
http://www.plaatjesupload.nl/bekijk/2010/09/30/1285821564-090.png (http://www.plaatjesupload.nl/bekijken/3085392.html)
Forum: Applications 2010-09-29, 12:57
Replies: 443
Views: 138,059
Posted By Berserk
Re: [ANNOUNCE] FileBox - File manager with root access and more

I've voted thumbs up, it only needs 1 more vote!
Please test/vote people :D

It took a while, but I promised to test, and I don't like breaking promises :p
Forum: Development 2010-09-28, 20:18
Replies: 154
Views: 67,082
Posted By Berserk
Re: [ANNOUNCE] EasyList

Fresh from the oven, nice :D
Thanks for the update and new feature!

I did notice some trouble with your changelog.
In every changelog, all the previous changelogs have to be included, under the...
Forum: Development 2010-09-28, 09:49
Replies: 154
Views: 67,082
Posted By Berserk
Re: [ANNOUNCE] EasyList

I'm going through the QA testing now and found a small bug:
(it won't prevent a thumbs up vote, since it's a small bug)

When "Sort A-Z" is enabled, uppercase comes before lowercase, while it...
Showing results 1 to 25 of 68



 
Forum Jump

All times are GMT. The time now is 13:54.