~ubuntu-branches/ubuntu/karmic/tasks/karmic

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2007-06-14 13:40:08 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070614134008-y1icokig2zuzb8am
Tags: 0.8-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2007-06-14  Ross Burton  <ross@openedhand.com>
 
2
 
 
3
        * configure.ac:
 
4
        * NEWS:
 
5
        Version 0.8.
 
6
 
 
7
2007-06-14  Ross Burton  <ross@openedhand.com>
 
8
 
 
9
        * configure.ac:
 
10
        Update config header macro, and just check for
 
11
        g_date_set_time_t. Using AC_DEFINE with macro arguments breaks old
 
12
        older autoconf.
 
13
 
 
14
        * libkoto/Makefile.am:
 
15
        Define g_date_set_time_t here if it isn't present.
 
16
 
 
17
        This shoud fix builds on OpenMoko without patching.
 
18
 
 
19
2007-06-14  Ross Burton  <ross@openedhand.com>
 
20
 
 
21
        * libkoto/koto-group-store.[ch]:
 
22
        Add Uncategorised group type.
 
23
        
 
24
        * libkoto/koto-group-combo.c:
 
25
        Handle unmatched type.
 
26
        
 
27
        * libkoto/koto-group-filter-model.[ch]:
 
28
        Allow filtering on unmatched.
 
29
 
 
30
        I think a better solution would involve Group objects, but that
 
31
        needs more though and this works now.  Thanks to Andrey Tatarinov
 
32
        for the patch (#370).
 
33
 
 
34
2007-06-12  Ross Burton  <ross@openedhand.com>
 
35
 
 
36
        * libkoto/koto-utils.c:
 
37
        Fix off-by-1 in the title bar calculation when deleting tasks
 
38
        (#353)
 
39
 
 
40
2007-05-29  Ross Burton  <ross@openedhand.com>
 
41
 
 
42
        * libkoto/koto-priority-combo.c:
 
43
        Remove unused GObject code.
 
44
 
 
45
2007-05-29  Ross Burton  <ross@openedhand.com>
 
46
 
 
47
        * src/gtk/main.c:
 
48
        Don't use the transient-for property but call set_transient_for
 
49
        directly, as it was added in GTK+ 2.10.
 
50
 
 
51
2007-05-28  Ross Burton  <ross@openedhand.com>
 
52
 
 
53
        * configure.ac:
 
54
        If g_date_set_time_t is not present, define it to
 
55
        g_date_set_time().  This is really nasty but quickly and easily
 
56
        fixes builds on GLib < 2.10.
 
57
 
 
58
2007-05-28  Ross Burton  <ross@openedhand.com>
 
59
 
 
60
        * libkoto/koto-task.c:
 
61
        Don't bother atomically setting ref_count to 1 when there cannot
 
62
        be a race. Fixes build on GLib < 2.10.
 
63
 
 
64
2007-05-28  Ross Burton  <ross@openedhand.com>
 
65
 
 
66
        * libkoto/koto-group-store.[ch]:
 
67
        * libkoto/koto-group-combo.c:
 
68
        Add a seperator before New Group in the group selector combo.
 
69
 
 
70
2007-05-28  Ross Burton  <ross@openedhand.com>
 
71
 
 
72
        * libkoto/ical-util.c:
 
73
        * libkoto/Makefile.am:
 
74
        Add test suite for ical_util_get_human_date().
 
75
 
 
76
2007-05-28  Ross Burton  <ross@openedhand.com>
 
77
 
 
78
        * libkoto/ical-util.c:
 
79
        Display day names for tasks due in the upcoming week.
 
80
 
 
81
2007-05-28  Ross Burton  <ross@openedhand.com>
 
82
 
 
83
        * src/gtk/main.c:
 
84
        Add a label to the category combo (#320).
 
85
 
 
86
2007-05-28  Ross Burton  <ross@openedhand.com>
 
87
 
 
88
        * src/gtk/main.c:
 
89
        When editing a task, raise an existing window if it exists (#350).
 
90
 
 
91
2007-05-28  Ross Burton  <ross@openedhand.com>
 
92
 
 
93
        * libkoto/koto-task-editor-dialog.c:
 
94
        Display a confirmation dialog when deleting tasks (#351).
 
95
 
 
96
2007-05-28  Ross Burton  <ross@openedhand.com>
 
97
 
 
98
        * libkoto/koto-task-editor-dialog.c:
 
99
        Set the title on the editor dialog to contain the task summary (#349).
 
100
 
1
101
2007-05-27  Ross Burton  <ross@openedhand.com>
2
102
 
3
103
        * configure.ac: