[framework-issues] [Issue 108846] sfx2: gtk quick starter i s still a bit sick

2010-07-28 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108846


User mba changed the following:

What|Old value |New value

Target milestone|OOo 3.3   |OOo 3.4





--- Additional comments from m...@openoffice.org Wed Jul 28 17:19:07 + 
2010 ---
Thanks, I will take care for this after my vacation

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 108846] sfx2: gtk quick starter i s still a bit sick

2010-07-13 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108846


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70596)
update patch for 3.
|  |3






--- Additional comments from c...@openoffice.org Tue Jul 13 10:14:36 + 
2010 ---
Created an attachment (id=70596)
update patch for 3.3


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 108846] sfx2: gtk quick starter i s still a bit sick

2010-02-26 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108846


User cmc changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.3





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 108846] sfx2: gtk quick starter i s still a bit sick

2010-02-04 Thread pmladek
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108846





--- Additional comments from pmla...@openoffice.org Thu Feb  4 12:29:05 
+ 2010 ---
*** Issue 108918 has been marked as a duplicate of this issue. ***

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 108846] sfx2: gtk quick starter i s still a bit sick

2010-02-02 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108846
 Issue #|108846
 Summary|sfx2: gtk quick starter is still a bit sick
   Component|framework
 Version|DEV300m70
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|mmeeks
 Reported by|cmc





--- Additional comments from c...@openoffice.org Tue Feb  2 14:27:39 + 
2010 ---
a) Launch quick starter, Close all OOo windows, leaving just the quick starter
running. Use Open File, leave the file dialog open. Now use Disable systray
quickstarter. Ka-boom. We disable Exit and Open in this scenario, but not
disable. Presumably following the modal logic, we should disable Disable while
the open dialog is open as well

b) soffice -quickstart doesn't do anything when the gtk quick starter is
built. The code in desktop that handles -quickstart doesn't know about it.

c) Launch quick starter, Close all OOo windows. Now use quick starter's exit
menu. That gives exit_quickstarter_cb-ShutdownIcon::terminateDesktop.
terminateDesktop will trigger the unload timers. There's no particular reason
why those timers mightn't trigger before exit_quickstarter_cb completes, causing
the plugin_shutdown_sys_tray to be called after the library has been unloaded.
At least that's what I see happening. Moving plugin_shutdown_sys_tray before the
call to terminate should be fine.

d) In the case where the quick starter is the only owner of the desktop, and we
call XDesktop::removeTerminateListener then our ref count drops to 0 and we
disappear, so pInst-m_bListenForTermination = true; writes to a deleted object
according to valgrind anyway.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 108846] sfx2: gtk quick starter i s still a bit sick

2010-02-02 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108846


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |67526)
suggested fixes






--- Additional comments from c...@openoffice.org Tue Feb  2 14:28:26 + 
2010 ---
Created an attachment (id=67526)
suggested fixes


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 108846] sfx2: gtk quick starter i s still a bit sick

2010-02-02 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108846


User cmc changed the following:

What|Old value |New value

  CC|''|'mba'





--- Additional comments from c...@openoffice.org Tue Feb  2 14:29:06 + 
2010 ---
d) is a generic issue AFAICS, not specific to the gtk quickstarter

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 108846] sfx2: gtk quick starter i s still a bit sick

2010-02-02 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108846


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |90439
  is|  |





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 108846] sfx2: gtk quick starter i s still a bit sick

2010-02-02 Thread mmeeks
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108846


User mmeeks changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|90439 |
  is|  |





--- Additional comments from mme...@openoffice.org Tue Feb  2 14:42:18 
+ 2010 ---
Patch looks great to me; thanks Caolan :-)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 108846] sfx2: gtk quick starter i s still a bit sick

2010-02-02 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108846


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |90439,105755
  is|  |





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[framework-issues] [Issue 108846] sfx2: gtk quick starter i s still a bit sick

2010-02-02 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108846


User mba changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from m...@openoffice.org Tue Feb  2 17:40:39 + 
2010 ---
Thanks, Caolan. I will have a look when I got my cws with editeng split through
automatic testing. Still some miles to go. 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org