Showing results 1 to 25 of 27 @ 0.02 seconds. Search: Posts Made By: shep
Forum: Applications 2010-04-14, 22:53
Replies: 14
Views: 9,100
Posted By shep
Re: [(re)ANNOUNCE] Exercise Rep Counter

Thanks for the info...I'm very busy in real life at the moment, but I'll have a look at this (and several other enhancement requests) towards the end of next month (hopefully)

Shep
Forum: Development 2010-03-10, 21:44
Replies: 4
Views: 2,219
Posted By shep
Re: Works in MADDE but fails in Garage

I don't understand this stuff very well...but I always follow this post (http://talk.maemo.org/showthread.php?t=39962)and it get's me through :)

Good Luck!

Shep
Forum: Applications 2010-03-10, 20:36
Replies: 14
Views: 9,100
Posted By shep
Re: [(re)ANNOUNCE] Exercise Rep Counter

Hi All,

New version of the app just released.

Now there is accelerometer support!

Enjoy,

Shep
Forum: Applications 2010-02-28, 21:51
Replies: 14
Views: 9,100
Posted By shep
Re: [(re)ANNOUNCE] Exercise Rep Counter

Ok, I understand your requirement now. It's doable. I dunno when I'll get to doing it though ... but I'll give it a shot.

Shep.
Forum: Development 2010-02-25, 14:11
Replies: 4
Views: 1,448
Posted By shep
Re: HELSINKI: Developer competition!

noobmonkey makes an excellent point....can we submit apps we've been working on for a while or does it have to be a new app?

I have some ideas, but no time :(

Shep
Forum: Applications 2010-02-25, 01:33
Replies: 14
Views: 9,100
Posted By shep
[(re)ANNOUNCE] Exercise Rep Counter

Hi All,

A new version of the exercise rep counter is available in extras-testing now.

The app has been enhanced to allow
- Automatic and manual modes
- 2 step exercises
- A lead in time to...
Forum: Applications 2010-02-22, 11:37
Replies: 16
Views: 5,400
Posted By shep
Re: [ANNOUNCE] 2 new apps

New version of the Exercise Rep Counter released today.

Following tremendous community feedback I'm happy to announce the release of a new Exercise Rep counter today. Version 4.9 is in...
Forum: Applications 2010-02-16, 22:49
Replies: 16
Views: 5,400
Posted By shep
[ANNOUNCE] 2 new apps

Hi All,

I have just released my first 2 apps to testing.

The first is a simple expansion on Saslers countdown timer that counts up reps at the same time. Inspired by my recent ACL...
Forum: Development 2010-02-15, 22:15
Replies: 7
Views: 5,555
Posted By shep
QT - My way to force numeric input

This is probably lame, but I thought I'd share my method for making a lineEdit into a numeric only input.


void MainWindow::on_lineEdit_textChanged(QString )
{
QString qNewValue =...
Forum: Development 2010-02-06, 20:15
Replies: 33
Views: 9,897
Posted By shep
Re: Qt development step by step

Hi goriofab,

I'm no expert on this stuff, but I've been through these issues recently. Forgive me if the reasons I give are wrong for issues, but I think the steps to fix the issues should be...
Forum: Development 2010-02-06, 17:21
Replies: 33
Views: 9,897
Posted By shep
Re: Qt development step by step

hi,

there are some guides to help on the madde ... this one i wrote when trying to package my first app: http://wiki.maemo.org/MADDE/Packaging

this guide steps you through creating compiling...
Forum: Development 2010-02-06, 01:01
Replies: 33
Views: 9,897
Posted By shep
Re: Qt development step by step

Hi goriofab, I just started QT development a few weeks back myself and I found the following tools.

Nokia have a decent visual tool for Windows called QT Creator:...
Forum: Development 2010-02-04, 11:13
Replies: 15
Views: 6,108
Posted By shep
Re: MADDE vs Scratchbox

I'm not 100% au fait with the differences, but I wasted days of my life trying to get scratchbox working in a VM on my windows based machine...and failed.

Madde worked out of the box and I have...
Forum: Development 2010-02-04, 02:04
Replies: 2
Views: 5,712
Posted By shep
Re: How to prepare your Qt package for uploading in MADDE

Thanks Sasler, this guide is a godsend.

Would you mind if i put together a wiki piece based on this to try and lay out the steps for everyone?

Shep
Forum: Development 2010-01-24, 00:36
Replies: 295
Views: 112,249
Posted By shep
Re: Technology Preview: MADDE

I have made these 2 changes now.
Forum: Development 2010-01-20, 11:27
Replies: 295
Views: 112,249
Posted By shep
Re: Technology Preview: MADDE

Of course, I'm standing on the shoulders of giants here...I just clobbered together bits and pieces I gleaned from the forums...I'm more than happy to have it integrated into anything else.
Forum: Development 2010-01-19, 22:49
Replies: 295
Views: 112,249
Posted By shep
Thumbs up Re: Technology Preview: MADDE

Hi all,

I finally finished packaging my 1st app with an icon and deployed it to the N900.

I have added a page to the wiki (http://wiki.maemo.org/MADDE/) to describe how to do this here...
Forum: Development 2010-01-19, 18:58
Replies: 34
Views: 13,297
Posted By shep
Re: Packaging a Qt App to Deploy With It's Icon

Thanks for the hints VDVsx, Now Wikified: http://wiki.maemo.org/MADDE/Packaging .... feedback appreciated.

What is that service file for then? I pieced this all together from different bits and...
Forum: Development 2010-01-19, 17:32
Replies: 34
Views: 13,297
Posted By shep
Re: Packaging a Qt App to Deploy With It's Icon

OK, Here is the full guide with the final 2 steps included (update icon cache and uninstall). It is supposed to be step by step guide onhow to take a (simple) Qt app and package and deploy it with an...
Forum: Development 2010-01-18, 14:54
Replies: 34
Views: 13,297
Posted By shep
Thumbs up Re: Packaging a Qt App to Deploy With It's Icon

OK, Here is (hopefully) a step by step guide how to take a (simple) Qt app and package and deploye it with Icon using Madde.

The project I have is simple, 1 window called mainwindow.

Steps:
...
Forum: Development 2010-01-18, 01:26
Replies: 34
Views: 13,297
Posted By shep
Re: Packaging a Qt App to Deploy With It's Icon

Agree fully.

I think I have it now :cool:. The key would seem to be the "src.pro" file.

The section that begins "INSTALLS +=" contains a list of additional files to copy to filesystem...
Forum: Development 2010-01-17, 17:34
Replies: 295
Views: 112,249
Posted By shep
Re: Technology Preview: MADDE

I felt I was spamming this forum a bit with tech questions, I have started a new thread to follow my "app->package->icon-> install" journey.

i hope at the end of this journey we can have a step by...
Forum: Development 2010-01-17, 11:58
Replies: 34
Views: 13,297
Posted By shep
Re: Packaging a Qt App to Deploy With It's Icon

OK, I've gone back to basics and started from scratch.

- Created project through Madde

- Edited, tested etc. with QT Creator

- (once tested) Created clean empty top level folder "wwcalc-0.2"...
Forum: Development 2010-01-16, 00:58
Replies: 295
Views: 112,249
Posted By shep
Re: Technology Preview: MADDE

Hi Too,

I'm sorry, I read that post, but just couldn't fathom what to do :confused:

I found this posting from danielwilms (http://talk.maemo.org/member.php?u=21585) which I tried to follow...I...
Forum: Development 2010-01-13, 00:06
Replies: 295
Views: 112,249
Posted By shep
Re: Technology Preview: MADDE

Hi All,

Thanks for this, it looks like a wonderful tool.

I am a developer with a lot of experience but it's java/c#/delphi/smalltalk/vb and all on windows. I have tried the virtual machine...
Showing results 1 to 25 of 27



 
Forum Jump

All times are GMT. The time now is 18:31.