anjuta r4611 - in trunk: . plugins/debug-manager plugins/gtodo
- From: jhs svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4611 - in trunk: . plugins/debug-manager plugins/gtodo
- Date: Mon, 19 Jan 2009 17:23:11 +0000 (UTC)
Author: jhs
Date: Mon Jan 19 17:23:11 2009
New Revision: 4611
URL: http://svn.gnome.org/viewvc/anjuta?rev=4611&view=rev
Log:
2009-01-20 Carl-Anton Ingmarsson <ca ingmarsson gmail com>
reviewed by: Johannes Schmid <jhs gnome org>
* plugins/debug-manager/breakpoints.c (create_breakpoint_gui):
* plugins/debug-manager/plugin.c (dma_plugin_activate):
#568068 â critical warnings on activation of debug-manager
Removed:
trunk/plugins/gtodo/gtodo_tray.png
Modified:
trunk/ChangeLog
trunk/TODO.tasks
trunk/plugins/debug-manager/breakpoints.c
trunk/plugins/debug-manager/plugin.c
Modified: trunk/TODO.tasks
==============================================================================
--- trunk/TODO.tasks (original)
+++ trunk/TODO.tasks Mon Jan 19 17:23:11 2009
@@ -363,19 +363,19 @@
<comment>Implement column sorting (ala evolution).</comment>
</item>
<item>
- <attribute id="1107240955" priority="1" done="0" start_date="731978" enddate="99999999" notify="0" endtime="-60" last_edited="1159483549"/>
- <summary>Proper deactivation</summary>
- <comment>Some stuffs are left out during deactivation of the plugin. For example, gnome-vfs monitor for TODO.tasks is not removed, leading to crash when the file changes when the plugin is not active.</comment>
+ <attribute id="1107241016" priority="1" done="1" start_date="731978" completed_date="732583" notify="0" last_edited="1159555711"/>
+ <summary>Text wrap</summary>
+ <comment>Text (title and description) are not automatically wrapped for long lines.</comment>
</item>
<item>
- <attribute id="1107241155" priority="1" done="0" start_date="731978" enddate="99999999" notify="0" endtime="-60" last_edited="1159483646"/>
+ <attribute id="1107241155" priority="1" done="1" start_date="731978" completed_date="733426" notify="0" last_edited="1232385464"/>
<summary>Create text version TODO file</summary>
<comment>Create human readable TODO file, which will be plain text, during save.</comment>
</item>
<item>
- <attribute id="1107241016" priority="1" done="1" start_date="731978" completed_date="732583" notify="0" last_edited="1159555711"/>
- <summary>Text wrap</summary>
- <comment>Text (title and description) are not automatically wrapped for long lines.</comment>
+ <attribute id="1107240955" priority="1" done="1" start_date="731978" completed_date="733426" notify="0" last_edited="1232385465"/>
+ <summary>Proper deactivation</summary>
+ <comment>Some stuffs are left out during deactivation of the plugin. For example, gnome-vfs monitor for TODO.tasks is not removed, leading to crash when the file changes when the plugin is not active.</comment>
</item>
</category>
<category title="Plugin: Project Wizard" place="9">
Modified: trunk/plugins/debug-manager/breakpoints.c
==============================================================================
--- trunk/plugins/debug-manager/breakpoints.c (original)
+++ trunk/plugins/debug-manager/breakpoints.c Mon Jan 19 17:23:11 2009
@@ -1950,7 +1950,7 @@
G_N_ELEMENTS (actions_debugger_breakpoints),
GETTEXT_PACKAGE, TRUE, bd);
bd->permanent_group =
- anjuta_ui_add_action_group_entries (ui, "ActionGroupBreakpoint",
+ anjuta_ui_add_action_group_entries (ui, "ActionGroupBreakpointPermanent",
_("Breakpoint operations"),
actions_permanent_breakpoints,
G_N_ELEMENTS (actions_permanent_breakpoints),
Modified: trunk/plugins/debug-manager/plugin.c
==============================================================================
--- trunk/plugins/debug-manager/plugin.c (original)
+++ trunk/plugins/debug-manager/plugin.c Mon Jan 19 17:23:11 2009
@@ -1096,25 +1096,25 @@
/* Add all our debug manager actions */
ui = anjuta_shell_get_ui (ANJUTA_PLUGIN (plugin)->shell, NULL);
this->start_group =
- anjuta_ui_add_action_group_entries (ui, "ActionGroupDebug",
+ anjuta_ui_add_action_group_entries (ui, "ActionGroupDebugStart",
_("Debugger operations"),
actions_start,
G_N_ELEMENTS (actions_start),
GETTEXT_PACKAGE, TRUE, this);
this->loaded_group =
- anjuta_ui_add_action_group_entries (ui, "ActionGroupDebug",
+ anjuta_ui_add_action_group_entries (ui, "ActionGroupDebugLoaded",
_("Debugger operations"),
actions_loaded,
G_N_ELEMENTS (actions_loaded),
GETTEXT_PACKAGE, TRUE, this);
this->stopped_group =
- anjuta_ui_add_action_group_entries (ui, "ActionGroupDebug",
+ anjuta_ui_add_action_group_entries (ui, "ActionGroupDebugStopped",
_("Debugger operations"),
actions_stopped,
G_N_ELEMENTS (actions_stopped),
GETTEXT_PACKAGE, TRUE, this);
this->running_group =
- anjuta_ui_add_action_group_entries (ui, "ActionGroupDebug",
+ anjuta_ui_add_action_group_entries (ui, "ActionGroupDebugRunning",
_("Debugger operations"),
actions_running,
G_N_ELEMENTS (actions_running),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]