Author Topic: Gtodo2  (Read 4336 times)

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
Gtodo2
« on: August 18, 2006, 03:04:32 pm »
Hi,

Has anyone already seen this :
 [ Invalid Attachment ]

More info : http://wordpress.qballcow.nl/2006/02/27/gtodo2/

This is the todo-list-manager I've been looking for. It can work with multiple lists, has alarms, doesn't take up too much screen space (qtodo does).... . But developement seems to have slowed down or stopped. I think I could already use

I've downloaded the source (svn) and have been trying to compile it.
I had to include a few files (types.h and time.h) and to correct a few syntax errors (typos), but now I'm stuck on this :
When trying to compile I get :
"undefined reference to 'gtk_icon_view_get_cursor'"
(4 times)

When I remove the lines that call 'gtk_icon_view_get_cursor', gtodo2 compiles fine, but it segfault when trying to run it. The only error I get is :

Gtk-WARNING **: Useless empty GtkIconSource

Anyone has a clue what I should do next ?

Please help us bring this great app to pdaXrom,

Have fun,
Chero.
« Last Edit: August 22, 2006, 12:06:22 pm by Chero »
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

sashz

  • Sr. Member
  • ****
  • Posts: 388
    • View Profile
    • http://
Gtodo2
« Reply #1 on: August 18, 2006, 03:58:21 pm »
which link for sources?

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
Gtodo2
« Reply #2 on: August 18, 2006, 04:49:32 pm »
Quote
which link for sources?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]

[a href=\"https://svn.qballcow.nl/gtodo2]https://svn.qballcow.nl/gtodo2[/url]

or the changed files attached here.

Chero.
« Last Edit: August 18, 2006, 05:02:43 pm by Chero »
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
Gtodo2
« Reply #3 on: August 20, 2006, 02:44:55 pm »
update :

I can run the gtodo2 I compiled when I add some files to .gtodo in my homedir

First I had to convert the .svg icons to .png and then rename them to .svg again 'cause there's something wrong with librsvg on my Zaurus. (I did the same with the "homebank" icons)

There is a default "todos.tasks2" in the source-dir. This needs to be added to .gtodo.
On launch, a file ".gtodo/lists2" is created, it's xml, but it's buggy. The app can't be launched again.
When correcting the xml codes, it can be launched again, but I get these errors :

main.c:279, load_todo_lists(): is no valid gnome-vfs uri    (which is probably correct, it should be a gtodo2-uri)
main.c:181, load_client() : Added: /home/root/.gtodo/todos.tasks2  (this is when the "lists2" file gets corrupted)

When I try to select something, it segfaults.

Anyone having more luck ?

Have fun anyway,
Chero.
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
Gtodo2
« Reply #4 on: August 21, 2006, 02:12:06 am »
copy of the email I received from the author :

Quote
If you use svn, you can't expect it to be stable.. Please wait for a
beta/pre release before trying (gtodo2 is undergoing slowly a few major
changes)..

Qball

So I guess we have to wait.

Have fun,
Chero.
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
Gtodo2
« Reply #5 on: August 21, 2006, 02:29:35 pm »
Next episode :

My message to the author :
Quote
On Mon, 2006-08-21 at 06:10 +0000, zaurususer@telenet.be wrote:
> Hello,
>
> I didn't expect things to be stable, but was only hoping for it to run. (bad luck for me).
>
> Just two more questions :
> Do you by any chance have a ("working") snapshot of the version we see in the screenshots ?
> When do you expect a pre-release ? Is it possible to keep me updated ?
>
> For what it's worth, this is as far as I got(copy of a forum-post) :
>
> I can run the gtodo2 I compiled when I add some files to .gtodo in my homedir
>
> First I had to convert the .svg icons to .png and then rename them to .svg again 'cause there's something wrong with librsvg on my Zaurus. (I did the same with the "homebank" icons)
>
> There is a default "todos.tasks2" in the source-dir. This needs to be added to .gtodo.
> On launch, a file ".gtodo/lists2" is created, it's xml, but it seems buggy. The app can't be launched again.
> When correcting the xml codes, it can be launched again, but I get these errors :
>
> main.c:279, load_todo_lists(): is no valid gnome-vfs uri
> main.c:181, load_client() : Added: /home/root/.gtodo/todos.tasks2
>
> When I try to select something, it segfaults.
>
> I browsed through the code and saw a lot of comments and debug code when it comes to opening files and lists, so I figured the code was undergoing some major changes here.
>
> Thanks for your answer,
> W.
>

The answer :
Quote
Hi,

There isn't a snapshot you can try, sorry. Gtodo2 is currently (very
slowly) being re-written in a seperate branch, but there isn't anything
useful/working availible yet. I'll try to remember to send you a message
when it's doing something again.

Qball

The only question that is left here :
Is there anyone that has the skills interested in speeding things up ??

Or we'll all have to wait ..    

(looking at how many times this thread has been read, I'd say there is enough intrest in an app like this)

Have fun,
Chero.
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
Gtodo2
« Reply #6 on: August 22, 2006, 12:02:30 pm »
 [ Invalid Attachment ]

The good thing :

I compiled gtodo 0.16rc1 as well and this one can handle multiple lists, it doesn't have the tree browser gtodo2 will have, but it can do for now.

Any intrest ? Then I'll package it.

(Oh, the screenshot is vmplayer on win2k running linux-pdaxrom with xfce4).  

Having fun,
Chero.
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.

Bundabrg

  • Full Member
  • ***
  • Posts: 183
    • View Profile
Gtodo2
« Reply #7 on: August 23, 2006, 12:43:07 am »
Nicely done Chero.

Anything special you needed to do to get it compiled? I might just package it as a BB as well.
[img]http://www.worldguard.com.au/brendan-ambi.png\" border=\"0\" class=\"linked-sig-image\" /]

Chero

  • Hero Member
  • *****
  • Posts: 1140
    • View Profile
    • http://users.telenet.be/zaurususer/Chero
Gtodo2
« Reply #8 on: August 23, 2006, 01:58:47 am »
Quote
Nicely done Chero.

Anything special you needed to do to get it compiled? I might just package it as a BB as well.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=139456\"][{POST_SNAPBACK}][/a][/div]

I don't think so, I'm not sure as I fiddled a lot with gtodo2 the same week.
As fas as I recall this one just needed ./configure - make - make install.

Chero.
HP-95LX -> HP Jornada 680 -> SL-C860 -> SL-C3100 -> Fuji u810 -> SL-C1000 -> HTC uni -> SL-C860 -> SL-C760.
March 12 2009 : Back because the Zaurus is one of a kind.
SL-C760 : pdaXrom
Pandora pre-ordered -> received and tested : great device but not my cup of tea -> sold.