blob: cc52b8d0c5734e7de247578c198db88b4303fef2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
|
2006-10-27 Mikael Hallendal <micke@imendio.com>
* configure.ac: Updated to 0.2
2006-10-27 Martyn Russell <martyn@imendio.com>
* tests/test-api.c: Added tests for the local_file() and
remove_temporary_local_file() APIs.
2006-10-27 Mikael Hallendal <micke@imendio.com>
* README: Updated to org.freedesktop.dapi namespace
2006-10-27 Martyn Russell <martyn@imendio.com>
* tests/test-addressbook.c:
* tests/test-api.c:
* tests/tests.h: Added tests for the addressbook API.
2006-10-27 Mikael Hallendal <micke@imendio.com>
* tests/Makefile.am: Made it possible to run "make check"
* tests/test-addressbook.c: Added file for the addressbook calls
* tests/tests.h: Added a common h-file for the test suite.
* tests/test-api.c: (main): Hooked in the addressbook tests.
2006-10-27 Martyn Russell <martyn@imendio.com>
* data/Makefile.am:
* data/dapi-command.xml:
* data/org.freedesktop.dapi.service.in:
* data/org.gnome.dapi.service.in:
* src/dapi-command.h:
* tests/test-api.c:
* tests/test-client.c: Renamed service to org.freedesktop.dapi
from org.gnome.dapi.
2006-10-27 Martyn Russell <martyn@imendio.com>
* data/dapi-command.xml:
* src/dapi-command.[ch]:
* tests/test-api.c:
* tests/test-client.c: Re-added 'windowinfo' parameter now we know
that DBus doesn't NULL check variants either (of type GValue*).
* src/Makefile.am:
* tests/Makefile.am: Use CLEANFILES not CLEAN_FILES so we actually
do clean up the bindings generated source files.
2006-10-26 Martyn Russell <martyn@imendio.com>
* acinclude.m4:
* configure.ac:
* data/Makefile.am:
* data/org.gnome.dapi.service.in: Added service files needed to
start dbus daemon if it is not already started.
2006-10-26 Martyn Russell <martyn@imendio.com>
* src/dapi-command.c:
* src/dapi-gnome.[ch]: Added additional checks in dapi-command.c
for the incoming variables from dbus, since NULL parameters are
passed as "" for G_TYPE_STR, this means checking for NULL is not
sufficient, we also need to check for empty strings.
* tests/test-api.c: Comment out the run_as_user failure check
because we know that it won't return FALSE due to the way gksu
works and there is no point in checking something we know is going
to fail.
2006-10-26 Mikael Hallendal <micke@imendio.com>
* src/dapi-command.c: (dbus_finalize):
- Use dapi_command_parent_class instead of parent_class.
2006-10-26 Martyn Russell <martyn@imendio.com>
* ChangeLog-pre-1.0: Removed.
2006-10-24 Martyn Russell <martyn@imendio.com>
* src/dapi-command.c:
* tests/test-api.c:
* tests/test-client.c: Fixed the const gchar ** attachments
crashers that were occuring in the tests, dbus doesn't NULL check
G_TYPE_STRV before doing something with it and it crashes in dbus
somewhere.
2006-10-23 Martyn Russell <martyn@imendio.com>
* configure.ac:
* tests/Makefile.am:
* tests/test-api.c: Added to test the API with Check, the test
suite tool.
2006-10-23 Martyn Russell <martyn@imendio.com>
* README:
* TODO:
* src/dapi-command.[ch]:
* src/dapi-gnome.[ch]:
* tests/test-daemon.c: Finished implementing the last few
asynchronous functions and now the dapi-gnome.[ch] later fully
uses GError. Plus fixed some memory leaks.
2006-10-20 Martyn Russell <martyn@imendio.com>
* README: Comments from Tim Janik added.
* src/dapi-command.[ch]:
* src/dapi-gnome.[ch]:
* tests/test-daemon.c: Implemented most of the asynchronous functions.
2006-10-19 Martyn Russell <martyn@imendio.com>
* README: Added questions/API changes.
* src/dapi-command.c:
* src/dapi-listener.c: Updated to use# new dapi-gnome API.
* src/dapi-dbus.[ch]:
* src/dapi-dbus.xml:
* src/dapi-gnome.[ch]: New API updates.
* tests/Makefile.am:
* tests/test-daemon.c: Start to use dbus calls instead of old IPC
to talk to the daemon.
2006-10-16 Martyn Russell <martyn@imendio.com>
* TODO:
* README:
* src/dapi-dbus.c: Add checks on all functions to make sure they
are NULL safe and also hook up the OpenURL, ExecuteURL and
Capabilities functions so they work over dbus with dbus-send.
2006-10-16 Martyn Russell <martyn@imendio.com>
* src/dapi-daemon.c: (main):
* src/dapi-dbus.[ch]:
* src/dapi-gnome.[ch]:
* src/dapi-listener.[ch]: Improve debugging a little.
2006-10-16 Martyn Russell <martyn@imendio.com>
* Makefile.am:
* configure.ac:
* test-program/Makefile.am:
* test-program/README:
* test-program/test-daemon.c:
* test-program/test-ebook-async-get-contact.c: Renamed the tests
directory to tests.
2006-10-16 Martyn Russell <martyn@imendio.com>
* configure.ac:
* src/Makefile.am:
* src/dapi-dbus.c:
* src/dapi-dbus.h:
* src/dapi-dbus.xml: Added the initial dbus interface for the daemon.
2006-07-28 Mikael Hallendal <micke@imendio.com>
* Release 0.1
|