aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: cb2be7870e3a755e4aec3cfe7cfac7026aa4c53d (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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
2008-01-24  Rob Bradford  <rob@openedhand.com>

	* configure.ac:
	Bump version.

2008-01-24  Rob Bradford  <rob@openedhand.com>

	* src/anjuta-plugin-sdk.ui:
	* src/plugin.c: (action_start_qemu_activate_cb),
	(action_remote_profile_activate_cb),
	(qemu_launcher_child_exited_cb),
	(remote_gdb_launcher_child_exited_cb),
	(oprofileui_launcher_child_exited_cb),
	(anjuta_plugin_sdk_activate), (anjuta_plugin_sdk_deactivate):
	* src/plugin.h:
	Add OProfileUI interaction.

2008-01-23  Rob Bradford  <rob@openedhand.com>

	* README:
	Add README.

2008-01-23  Rob Bradford  <rob@openedhand.com>

	* src/plugin.c: (action_shutdown_qemu_activate_cb),
	(action_remote_debug_stop_activate_cb), (do_remote_gdb),
	(qemu_launcher_child_exited_cb), (remote_launcher_child_exited_cb),
	(update_path), (update_environment), (anjuta_plugin_sdk_activate),
	(anjuta_plugin_sdk_deactivate):
	* src/plugin.h:
	Hook up functionality for killing gdbserver over ssh.

2008-01-23  Rob Bradford  <rob@openedhand.com>

	* src/plugin.c: (remote_debug_dialog), (remote_run_dialog),
	(do_local_gdb), (do_remote_gdb), (action_remote_debug_activate_cb),
	(action_remote_run_activate_cb), (shell_session_load_cb),
	(shell_session_save_cb), (anjuta_plugin_sdk_activate),
	(anjuta_plugin_sdk_deactivate):
	* src/plugin.h:
	Save local path and remote command in the session.

2008-01-23  Rob Bradford  <rob@openedhand.com>

	* src/plugin.c: (action_start_qemu_activate_cb),
	(remote_gdb_launcher_child_exited_cb):
	Only make the "Remote debug..." option available when we have a
	triplet and sdk_root.

2008-01-22  Rob Bradford  <rob@openedhand.com>

	* src/anjuta-plugin-sdk.ui:
	* src/plugin.c: (remote_gdb_launcher_data_cb),
	(deploy_do_initial_state), (action_start_qemu_activate_cb),
	(remote_debug_dialog), (remote_run_dialog), (do_local_gdb),
	(remote_gdb_timeout_cb), (do_remote_gdb),
	(action_remote_debug_activate_cb), (action_remote_run_activate_cb),
	(qemu_launcher_child_exited_cb),
	(remote_gdb_launcher_child_exited_cb),
	(project_root_uri_value_added), (anjuta_plugin_sdk_activate),
	(anjuta_plugin_sdk_deactivate):
	* src/plugin.h:
	Add preliminary remote/gdb support.

2008-01-18  Rob Bradford  <rob@openedhand.com>

	* src/plugin.c: (deploy_launcher_child_exited_cb),
	(deploy_set_state), (deploy_do_delete):
	* src/plugin.h:
	Remove the temporary deploy directory when we done.

2008-01-18  Rob Bradford  <rob@openedhand.com>

	* src/anjuta-plugin-sdk.ui:
	* src/plugin.c: (deploy_launcher_data_cb), (qemu_launcher_data_cb),
	(deploy_do_initial_state), (deploy_do_copy),
	(action_shutdown_qemu_activate_cb),
	(action_start_qemu_activate_cb), (qemu_launcher_child_exited_cb),
	(reboot_launcher_child_exited_cb), (anjuta_plugin_sdk_activate),
	(anjuta_plugin_sdk_deactivate):
	* src/plugin.h:
	Add a Shutdown action for QEMU (this actually invokes reboot on the
	remote device but if we start with -no-reboot this halts it.)
	Fix problem where the AnjutaMessageManager can be replaced but we
	don't get told (so instead fetch it each time rather than caching.)
	Fix some action sensitivity issues.

2008-01-18  Rob Bradford  <rob@openedhand.com>

	* src/plugin.c: (ipreferences_merge):
	HIG compliance changes.

2008-01-17  Rob Bradford  <rob@openedhand.com>

	* src/anjuta-plugin-sdk.plugin.in:
	* src/plugin.c: (ipreferences_merge), (ipreferences_unmerge):
	Branding tweaks.

2008-01-17  Rob Bradford  <rob@openedhand.com>

	* src/plugin.c: (deploy_launcher_data_cb), (qemu_launcher_data_cb),
	(deploy_do_initial_state), (deploy_do_local_install),
	(deploy_do_copy), (deploy_do_finished), (deploy_do_error),
	(action_start_qemu_activate_cb), (anjuta_plugin_sdk_deactivate):
	* src/plugin.h:
	Add a message view for messages from QEMU.

2008-01-17  Rob Bradford  <rob@openedhand.com>

	* configure.ac:
	Bump up version number.

	* src/plugin.c: (deploy_do_initial_state),
	(action_start_qemu_activate_cb), (qemu_launcher_child_exited_cb),
	(update_path), (cleanup_environment), (update_environment),
	(setup_buildable), (sdk_root_preference_notify_cb),
	(triplet_preference_notify_cb), (rootfs_preference_notify_cb),
	(kernel_preference_notify_cb), (project_root_uri_value_added),
	(project_root_uri_value_removed), (anjuta_plugin_sdk_activate),
	(anjuta_plugin_sdk_deactivate), (anjuta_plugin_sdk_finalize),
	(anjuta_plugin_sdk_dispose), (anjuta_plugin_sdk_instance_init),
	(anjuta_plugin_sdk_class_init), (preferences_timeout_cb),
	(ipreferences_merge), (ipreferences_unmerge),
	(ipreferences_iface_init):
	* src/plugin.h:
	Switch over to work against trunk. Tidy up some of the logic.

2008-01-11  Rob Bradford  <rob@openedhand.com>

	* src/Makefile.am:
	* src/anjuta-plugin-sdk.ui:
	* src/plugin.c: (deploy_launcher_child_exited_cb),
	(deploy_launcher_data_cb), (deploy_set_state),
	(deploy_do_initial_state), (deploy_do_local_install),
	(deploy_do_copy), (deploy_do_finished), (deploy_do_error),
	(action_deploy_activate_cb), (action_start_qemu_activate_cb),
	(qemu_launcher_child_exited_cb), (plugin_value_added_cb),
	(plugin_value_removed_cb), (message_view_buffer_flushed_cb),
	(file_chooser_property_get_cb), (file_chooser_property_set_cb),
	(sdk_root_file_chooser_changed_cb),
	(kernel_file_chooser_file_set_cb),
	(rootfs_file_chooser_file_set_cb), (update_path),
	(update_environment), (cleanup_environment),
	(update_configure_opts), (update_environment_idle_cb),
	(qemu_settings_changed_idle_cb), (sdk_root_preference_notify_cb),
	(triplet_preference_notify_cb), (rootfs_preference_notify_cb),
	(kernel_preference_notify_cb), (load_session_cb),
	(anjuta_plugin_sdk_setup_preferences),
	(anjuta_plugin_sdk_activate), (anjuta_plugin_sdk_deactivate),
	(anjuta_plugin_sdk_dispose):
	* src/plugin.h:
	Integrate QEMU support into the SDK plugin (was a separate plugin.)

2008-01-11  Rob Bradford  <rob@openedhand.com>

	* src/Makefile.am:
	* src/plugin.c: (deploy_launcher_child_exited_cb),
	(deploy_launcher_data_cb), (deploy_set_state),
	(deploy_do_initial_state), (deploy_do_local_install),
	(deploy_do_copy), (deploy_do_finished), (deploy_do_error),
	(action_deploy_activate_cb), (plugin_value_added_cb),
	(plugin_value_removed_cb), (message_view_buffer_flushed_cb),
	(file_chooser_property_set_cb), (sdk_root_file_chooser_changed_cb),
	(update_path), (update_environment), (cleanup_environment),
	(update_configure_opts), (load_session_cb),
	(anjuta_plugin_sdk_setup_preferences),
	(anjuta_plugin_sdk_activate), (anjuta_plugin_sdk_deactivate),
	(anjuta_plugin_sdk_dispose):
	* src/plugin.h:
	Add deployment support.

2008-01-03  Rob Bradford  <rob@openedhand.com>

	* AUTHORS:
	* Makefile.am:
	* autogen.sh:
	* configure.ac:
	* po/Makefile.in.in:
	* po/POTFILES.in:
	* src/Makefile.am:
	* src/anjuta-plugin-sdk.plugin.in:
	* src/plugin.c: (file_chooser_property_get_cb),
	(file_chooser_property_set_cb), (sdk_root_file_chooser_changed_cb),
	(update_path), (update_environment), (cleanup_environment),
	(update_configure_opts), (update_environment_idle_cb),
	(sdk_root_preference_notify_cb), (triplet_preference_notify_cb),
	(load_session_cb), (anjuta_plugin_sdk_setup_preferences),
	(anjuta_plugin_sdk_unsetup_preferences),
	(anjuta_plugin_sdk_activate), (anjuta_plugin_sdk_deactivate),
	(anjuta_plugin_sdk_finalize), (anjuta_plugin_sdk_dispose),
	(anjuta_plugin_sdk_instance_init), (anjuta_plugin_sdk_class_init):
	* src/plugin.h:
	Initial commit of a working SDK cross-compiling plugin for autotooled
	projects.