Tom's Hardware > Forum > Smartphones & PDAs > Handhelds General > Zaurus Time Tracking Software

Zaurus Time Tracking Software

Forum Smartphones & PDAs : Handhelds General - Zaurus Time Tracking Software

Tom's Hardware: Over 1.4 million members in 6 different countries available to answer all your high-tech questions. Sign up now! Its free!
Word :    Username :           
 

Archived from groups: comp.sys.handhelds (More info?)

 

It became usable in february 2004, but I did not
found time to create a webpage. No it's done:

http://www.martinhenne.de/temtor/

comments welcome.



Martin
btw.: it's GPL


--
martin.henne <at> web.de

Sponsored Links
Register or log in to remove.

Archived from groups: comp.sys.handhelds (More info?)

 

It was wtorek, 12 pa¼dziernika 2004 22:17 when Martin Henne wrote:

> It became usable in february 2004, but I did not
> found time to create a webpage. No it's done:
>
> http://www.martinhenne.de/temtor/
>
> comments welcome.

> btw.: it's GPL

Share the sources so it can be builded for OZ 3.5.x (and other OpenEmbedded
based distros like Familiar, OpenSimpad etc).

I can test desktop version when it will be available - KDE 3.3 lacks usable
time tracker.

--
JID: hrw-jabber.org
Palmtop: Sharp Zaurus SL-5500
OpenEmbedded/OpenZaurus developer

Old immortals never die. They just... don't.

Reply to Anonymous

Archived from groups: comp.sys.handhelds (More info?)

 

Marcin Juszkiewicz wrote:

> Share the sources so it can be builded for OZ 3.5.x (and other
> OpenEmbedded based distros like Familiar, OpenSimpad etc).

I will.

> I can test desktop version when it will be available - KDE 3.3 lacks
> usable time tracker.

For Qtopia, I have to use Qt Version 2.X which is only partly
API compatible with Qt 3, which is used by KDE 3.3 .

Do you know a good way to keep the source flexible and
satisfy both Qt versions? If so, plz let me know, I will
then make changes to integrate it into KDE 3.3 (or at
least making integration possible).


Martin


--
martin.henne <at> web.de

Reply to Anonymous

Archived from groups: comp.sys.handhelds (More info?)

 

It was pi±tek, 15 pa¼dziernika 2004 09:05 when Martin Henne wrote:

> Marcin Juszkiewicz wrote:

>> I can test desktop version when it will be available - KDE 3.3 lacks
>> usable time tracker.

> For Qtopia, I have to use Qt Version 2.X which is only partly
> API compatible with Qt 3, which is used by KDE 3.3 .
>
> Do you know a good way to keep the source flexible and
> satisfy both Qt versions?

nope.. but I have libqt2 on desktop.

--
JID: hrw-jabber.org
Palmtop: Sharp Zaurus SL-5500

That must be wonderful! I don understand it at all.

Reply to Anonymous

Archived from groups: comp.sys.handhelds (More info?)

 

The source code is now available, too.

http://www.martinhenne.de/temtor/



Martin

--
martin.henne <at> web.de

Reply to Anonymous

Archived from groups: comp.sys.handhelds (More info?)

 

It was sobota, 16 pa¼dziernika 2004 23:54 when Martin Henne wrote:

Tried to send to You by email but got errors (email without NOREPLY).


> The source code is now available, too.

I builded it and get it running on my Zaurus (running OpenZaurus 3.5.2-pre).

You have "CONFIG=qt-mt" in temtor.pro file - it should be "CONFIG=qt" to get
it builded for Qt/E. After change I got:

| reporter.o(.text+0x2a3c): In function `__tcf_0':
| : undefined reference to `std::ios_base::Init::~Init()'
| reporter.o(.text+0x2a4c): In function `$a':
| : undefined reference to `std::ios_base::Init::Init()'
| collect2: ld returned 1 exit status
| make: *** [temtor] Error 1

so "-lstdc++" was needed - but it add dependency on libstdc++ which has
~3.7MiB in size which is big for PDA (especially those with 16MiB flash).

Finally I started it. Looks nice - my opinions:
- there are some margins on screen which rather should be removed,
- listboxes with actions are unfriendly - toolbar will be better
- in "Track" view if I have task running it would be nice to see it's time
in line (instead of "*" )
- "Report Settings" window should be fullscreen
- in "Report Settings" when I choose date (button "Start" or "End" ) I see
good date in DateChooser but it is set to "28.02.2935093" in program when I
press outside requester (maybe it's OPIE bug - don't know)
- use proper widgets and dialogs - actually it looks like you try to use
windows as dialogs (tab "Modify", click on listview - resulted "dialog" is
window not dialog)
- Help window should be fullscreen on 320x240 devices (look at
opie-aboutapplet source for example)

Good thing will be if Temtor will remember when I started/ended work on
"task" - not only time which I spent on it (there are many timetrackers
which only sum spent time).

That's from short testing on device - I hope it will be usefull.

--
JID: hrw-jabber.org
Palmtop: Sharp Zaurus SL-5500
OpenEmbedded/OpenZaurus developer

Beware of Programmers who carry screwdrivers.
-- Leonard Brandwein

Reply to Anonymous

Archived from groups: comp.sys.handhelds (More info?)

 

Marcin Juszkiewicz wrote:

> | reporter.o(.text+0x2a3c): In function `__tcf_0':
> | : undefined reference to `std::ios_base::Init::~Init()'
> | reporter.o(.text+0x2a4c): In function `$a':
> | : undefined reference to `std::ios_base::Init::Init()'
> | collect2: ld returned 1 exit status
> | make: *** [temtor] Error 1
>
> so "-lstdc++" was needed - but it add dependency on libstdc++ which has

Remove the inclusion of iostream.h in reporter.cpp or make sure the DEBUG
define is not set.
This works.

If people refrained from using iostreams for debug output and used qDebug
instead... or better oDebug from the Opie libs...

Oliver

Reply to Anonymous

Archived from groups: comp.sys.handhelds (More info?)

 

It was sobota, 23 pa¼dziernika 2004 11:56 when Oliver Fels wrote:

> Marcin Juszkiewicz wrote:

>> so "-lstdc++" was needed - but it add dependency on libstdc++ which has
>
> Remove the inclusion of iostream.h in reporter.cpp or make sure the DEBUG
> define is not set.
> This works.

Thx - added NO_DEBUG define and got it builded without stdc++.

> If people refrained from using iostreams for debug output and used qDebug
> instead... or better oDebug from the Opie libs...

then world will be better.

--
JID: hrw-jabber.org
Palmtop: Sharp Zaurus SL-5500
OpenEmbedded/OpenZaurus developer

Today is the first day of the rest of your life.

Reply to Anonymous
Tom's Hardware > Forum > Smartphones & PDAs > Handhelds General > Zaurus Time Tracking Software
Go to:

There are 1285 identified and unidentified users. To see the list of identified users, Click here.

Please mind

You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.

Add a reply Cancel
Sponsored links
  • Ask the community now
  • Publish
Ad
They won a badge
Join us in greeting them