[graphics-issues] [Issue 89785] Pasting shapes disabled wh ile focus is in slide sorter

2008-07-11 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89785


User wg changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 11 07:43:42 + 
2008 ---
Tested in master DEV300_m24. Closed.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 89785] Pasting shapes disabled wh ile focus is in slide sorter

2008-07-03 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89785


User af changed the following:

What|Old value |New value

 Assigned to|af|wg





--- Additional comments from [EMAIL PROTECTED] Thu Jul  3 07:55:36 + 
2008 ---
Please verify.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 89785] Pasting shapes disabled wh ile focus is in slide sorter

2008-07-03 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89785


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Thu Jul  3 13:43:14 + 
2008 ---
Verified in CWS.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 89785] Pasting shapes disabled wh ile focus is in slide sorter

2008-06-27 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89785


User af changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Jun 27 15:12:03 + 
2008 ---
Although liangweike provided a prettier solution (factor out the code for
executing SID_PASTE to ViewShell::Implementation) I opted for one that does not
change the existing SID_PASTE handling of the DrawViewShell.  It is too close to
OOo3.0 release to introduce new regressions.

The fix basically forwards SID_PASTE execution from the slide sorter to the
DrawViewShell of the center pane when the clipboard does contain pages.  For
pages the existing code of the slide sorter is used.

Furthermore I removed one indirection when the SlideSorterViewShell is asked for
slot states.  It now directly calls the SlotManager.  The SlideSorterController
is not involved anymore.  Also, clipboard slots are now handled in their own 
method.

Modified files:
/sd/sdi/SlideSorterController.sdirev. 1.14.56.1
/sd/source/ui/inc/SlideSorterViewShell.hxxrev. 1.13.56.1
/sd/source/ui/slidesorter/controller/SlideSorterController.cxxrev. 1.43.54.1
/sd/source/ui/slidesorter/controller/SlsSelectionManager.cxxrev. 1.3.56.1
/sd/source/ui/slidesorter/controller/SlsSlotManager.cxxrev. 1.34.36.1
/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxxrev. 
1.17.56.1
/sd/source/ui/slidesorter/shell/SlideSorterViewShell.cxxrev. 1.32.56.1

Moved:
/sd/source/ui/slidesorter/controller/SlsSlotManager.hxx
to
/sd/source/ui/slidesorter/inc/controller/SlsSlotManager.hxxrev. 1.1.2.1


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 89785] Pasting shapes disabled wh ile focus is in slide sorter

2008-06-26 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89785





--- Additional comments from [EMAIL PROTECTED] Thu Jun 26 07:59:15 + 
2008 ---
The SID_PASTE slot is disabled when there are no pages in the clipboard because
pasting of shapes is not yet supported.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 89785] Pasting shapes disabled wh ile focus is in slide sorter

2008-06-23 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89785


User af changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Mon Jun 23 08:50:31 + 
2008 ---
Changed target to OOo 3.0.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 89785] Pasting shapes disabled wh ile focus is in slide sorter

2008-06-12 Thread liangweike
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89785


User liangweike changed the following:

What|Old value |New value

  CC|''|'liangweike'





-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 89785] Pasting shapes disabled wh ile focus is in slide sorter

2008-05-23 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89785





--- Additional comments from [EMAIL PROTECTED] Fri May 23 07:51:15 + 
2008 ---
May be a duplicate to Issue 65839.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 89785] Pasting shapes disabled wh ile focus is in slide sorter

2008-05-22 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89785
 Issue #|89785
 Summary|Pasting shapes disabled while focus is in slide sorter
   Component|Presentation
 Version|OOo 2.4.0
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|af
 Reported by|cl





--- Additional comments from [EMAIL PROTECTED] Thu May 22 11:42:47 + 
2008 ---
- Create a presentation with two slides and a shape on slide 1
- Copy shape on slide 1
- Click on slide 2 in the slide sorter

Wrong behaviour:
Paste is now disabled

Expected behaviour:
Paste is enabled and inserts a copy of the shape into slide two

cl-af: The problem is that when switching to slide 2 using the slide sorter,
the focus is inside the slide sorter.
In SlotManager::GetMenuState SID_PASTE is disabled because it detects that it is
inside the slide sorter and the clipboard document only contains shapes ((
(DrawDocShell*) pTransferDocShell)-GetDoc()-GetPageCount() = 1)

A second problem is that after switching focus to the document area, it looks
like an invalidate for the slot SID_PASTE is missing.

Also it looks like that on all places where SID_PASTE is disabled for the slide
sorter, disabling of SID_PASTE2 (which is paste special) is missing. But they
should be enabled/disabled in sync.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]