Tasks 0.9
After fixing a few bugs, cleaning up the source code, and even adding a few new features, Tasks 0.9 is ready.
Most of the changes were internal, but there are a few user-visible changes.
- Show icon in the main task view when a task has a URL
- When clicking on the URL icons, start a web browser
- Revert the group when cancelling New Group
- Make the editor dialog two pane, with Notes on a seperate pane
Posted by Adam Williamson at Tue Jun 26 22:59:38 2007:
Posted by Dan Young at Wed Jun 27 00:03:01 2007:
This has been built for Fedora Rawhide.
There is ongoing discussion among Fedora contributors as to how frequently packages should be updated in the supported releases. Given the frequent releases of Tasks (no complaints here), I've been catching about every other release for Fedora 7.
Posted by infodroid at Wed Jun 27 08:47:16 2007:
There is ongoing discussion among Fedora contributors as to how frequently packages should be updated in the supported releases. Given the frequent releases of Tasks (no complaints here), I've been catching about every other release for Fedora 7.
tasks seems to have made a lot of progress. but dates is very much behind in basic functions, like all-day tasks.
Posted by Ross at Wed Jun 27 08:56:06 2007:
infodroid: probably something to do with the fact that the Dates author, until a few days ago, was finishing a Masters degree.
Posted by Shawn Medero at Sun Jul 1 17:29:42 2007:
I've having some trouble building this from source on Suse Linux Enterprise Desktop SP 1. (yes, yes I know ... outdated libs, GNOME, etc.)
Contacts and Dates compile just fine so I don't know what the hang up is with Tasks. Here is where the error is happening during the `make` process:
Posted by Loïc d'Anterroches at Wed Jul 4 07:12:58 2007:
Posted by jungle chemist at Sat Mar 8 11:33:50 2008:
Contacts and Dates compile just fine so I don't know what the hang up is with Tasks. Here is where the error is happening during the `make` process:
if gcc -DHAVE_CONFIG_H -I. -I. -I. -DLOCALEDIR=\"/usr/share/locale\" -DPKGDATADIR=\"/usr/share/tasks\" -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/X11R6/include -I/usr/include/libpng12 -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/opt/gnome/include/evolution-data-server-1.6 -I/opt/gnome/include/libgnome-2.0 -I/opt/gnome/include/libbonobo-2.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -I/opt/gnome/include/orbit-2.0 -I/opt/gnome/include/gconf/2 -I/opt/gnome/include/gnome-vfs-2.0 -I/opt/gnome/lib/gnome-vfs-2.0/include -I/opt/gnome/include/bonobo-activation-2.0 -Wall -D'g_date_set_time_t(d,t)=g_date_set_time(d,t)' -g -O2 -MT koto-task.o -MD -MP -MF ".deps/koto-task.Tpo" -c -o koto-task.o koto-task.c; \
then mv -f ".deps/koto-task.Tpo" ".deps/koto-task.Po"; else rm -f ".deps/koto-task.Tpo"; exit 1; fi
koto-task.c: In function ‘koto_task_new’:
koto-task.c:41: warning: implicit declaration of function ‘g_slice_new’
koto-task.c:41: error: expected expression before ‘KotoTask’
koto-task.c:41: warning: assignment makes pointer from integer without a cast
koto-task.c: In function ‘koto_task_ref’:
koto-task.c:54: warning: passing argument 1 of ‘g_atomic_int_add’ discards qualifiers from pointer target type
koto-task.c: In function ‘koto_task_unref’:
koto-task.c:65: warning: passing argument 1 of ‘g_atomic_int_exchange_and_add’ discards qualifiers from pointer target type
koto-task.c:67: warning: implicit declaration of function ‘g_slice_free’
koto-task.c:67: error: expected expression before ‘KotoTask’
make[2]: *** [koto-task.o] Error 1
make[2]: Leaving directory `/home/smedero/Desktop/tasks/libkoto'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/smedero/Desktop/tasks/libkoto'
make: *** [all-recursive] Error 1
when installing pidgin 2.0 on backtrack2 (slax), i get this error:
; exit 1; fi
buddyicon.c: In function `purple_buddy_icon_create':
buddyicon.c:276: error: implicit declaration of function `g_slice_new'
buddyicon.c:276: warning: nested extern declaration of `g_slice_new'
buddyicon.c:276: error: syntax error before "PurpleBuddyIcon"
buddyicon.c: In function `purple_buddy_icon_unref':
buddyicon.c:358: error: implicit declaration of function `g_slice_free'
buddyicon.c:358: warning: nested extern declaration of `g_slice_free'
buddyicon.c:358: error: syntax error before "PurpleBuddyIcon"
make[4]: *** [buddyicon.lo] Error 1
make[4]: Leaving directory `/BACKUP/packagez/pidgin-2.0.0/libpurple'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/BACKUP/packagez/pidgin-2.0.0/libpurple'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/BACKUP/packagez/pidgin-2.0.0/libpurple'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/BACKUP/packagez/pidgin-2.0.0'
make: *** [all] Error 2
maybe we have similar problems..?
if i figure it out i will let u know...
and maybe if u hear of anything can let me know?
best of luck!
Tha Jungle Chemist
; exit 1; fi
buddyicon.c: In function `purple_buddy_icon_create':
buddyicon.c:276: error: implicit declaration of function `g_slice_new'
buddyicon.c:276: warning: nested extern declaration of `g_slice_new'
buddyicon.c:276: error: syntax error before "PurpleBuddyIcon"
buddyicon.c: In function `purple_buddy_icon_unref':
buddyicon.c:358: error: implicit declaration of function `g_slice_free'
buddyicon.c:358: warning: nested extern declaration of `g_slice_free'
buddyicon.c:358: error: syntax error before "PurpleBuddyIcon"
make[4]: *** [buddyicon.lo] Error 1
make[4]: Leaving directory `/BACKUP/packagez/pidgin-2.0.0/libpurple'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/BACKUP/packagez/pidgin-2.0.0/libpurple'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/BACKUP/packagez/pidgin-2.0.0/libpurple'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/BACKUP/packagez/pidgin-2.0.0'
make: *** [all] Error 2
maybe we have similar problems..?
if i figure it out i will let u know...
and maybe if u hear of anything can let me know?
best of luck!
Tha Jungle Chemist