[framework-issues] [Issue 68685] Set Default Filename for N ew Document

2006-08-28 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68685


User of changed the following:

What|Old value |New value

  CC|'fl,jianhuajiao,mba,mmeeks|'fl,jianhuajiao,mba,mmeeks
|,st,thing'|,st,thing,tm,tz'





--- Additional comments from [EMAIL PROTECTED] Mon Aug 28 00:29:03 -0700 
2006 ---
I didn't 'bury' this issue, I've just used the common issue handling. If you
think that 'requiremts' is a graveyard we should rethink the task handling for
features. Otherwise we get a first- and secondclass issue handling 

-
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]



[framework-issues] [Issue 68685] Set Default Filename for N ew Document

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


User mba changed the following:

What|Old value |New value

 Assigned to|cd|mav





--- Additional comments from [EMAIL PROTECTED] Mon Aug 28 01:33:57 -0700 
2006 ---
As the code for the patch is maintained by Mikhail I assign the issue to him.
But besides that I have some objections against the patch. I don't have
objections about the feature in general, on the contrary, a useful suggestion
for the filename of untitled documents would be nice.

OTOH the way how such name proposal should be done depends on the application.
Having this implemented in sfx2 seems to be the wrong approach. So we either
should have an API for this or a property maintained by the application code.
IMHO a possible property shouldn't be the title (as in case of MS Word), a
title should always be set explicitly.

A remark to the implementation in case of text documents: if text starts with a
headline that would be a natural choice for a file name proposal, this is
different if the text starts with regular text. 

In any case we should clarify if our different file dialog implementations are
able to preselect the proposed file name so that in case this proposal is
rejected by the user he can just type over it (and doesn't need to erase it 
before).

-
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]



[framework-issues] [Issue 68685] Set Default Filename for N ew Document

2006-08-28 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68685


User mav changed the following:

What|Old value |New value

  Issue type|PATCH |ENHANCEMENT





--- Additional comments from [EMAIL PROTECTED] Mon Aug 28 02:49:42 -0700 
2006 ---
The patch sets the name in a hacky way, the dialog should not know about the
document. The logic generating the proposed document name is implemented outside
of dialog, and it should be just extended for new documents.

Currently the UNO API based solution suggested by MBA seems to be the best way.
The only exception is database document, since it is not sfx2-based and has own
implementation of the proposed filename generation.
 
BTW, the preselection of the proposed file names by both dialogs is already used
while storing and seems to work well.

I am changing the issue type to enchancement.


-
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]



[framework-issues] [Issue 68685] Set Default Filename for N ew Document

2006-08-26 Thread st
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68685


User st changed the following:

What|Old value |New value

  CC|'jianhuajiao,mmeeks,thing'|'fl,jianhuajiao,mba,mmeeks
|  |,st,thing'

 Assigned to|requirements  |cd

  Issue type|FEATURE   |PATCH

Target milestone|OOo 2.1   |not determined





--- Additional comments from [EMAIL PROTECTED] Sat Aug 26 22:58:26 -0700 
2006 ---
Olaf, you are right that this patch might need some more discussion.
But let's foster this discussion by inviting the interested people instead of
burying the PATCH as FEATURE with the owner requirements.
Frank, Carsten, do you have suggestions how we should move forward with the 
patch?

-
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]



[framework-issues] [Issue 68685] Set Default Filename for N ew Document

2006-08-24 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68685





--- Additional comments from [EMAIL PROTECTED] Thu Aug 24 03:37:35 -0700 
2006 ---
jianhuajiao-zhangyun_new:
I have patched it using ooo-build on SLED10. 
 1. It can't set default name when I using OOo under KDE enviroment.
 2. The patch check first 50 charactors of text in writer file. it too long
and not smart.If we want set the default file name, we should give a more
suitable file name. using heading or a suitable length at begin of text or do
nothing(for example, 12345). that I means is that the default file name should
have some meaning. it should be a smart work. if we just using first 50
charactors like the patch do, it's nosense.

-
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]



[framework-issues] [Issue 68685] Set Default Filename for N ew Document

2006-08-23 Thread jianhuajiao
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68685


User jianhuajiao changed the following:

What|Old value |New value

  CC|'mmeeks,thing'|'jianhuajiao,mmeeks,thing'





-
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]



[framework-issues] [Issue 68685] Set Default Filename for N ew Document

2006-08-17 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68685


User of changed the following:

What|Old value |New value

 Assigned to|tm|requirements

  Issue type|PATCH |FEATURE





--- Additional comments from [EMAIL PROTECTED] Thu Aug 17 00:59:25 -0700 
2006 ---
This is an ehancement of the existing feature and has to be discussed. The MS
Office behaviour isn't just very helpfull for me.

-
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]



[framework-issues] [Issue 68685] Set Default Filename for N ew Document

2006-08-16 Thread zhangyun_new
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68685
 Issue #|68685
 Summary|Set Default Filename for New Document
   Component|framework
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|zhangyun_new





--- Additional comments from [EMAIL PROTECTED] Wed Aug 16 08:39:41 -0700 
2006 ---
When we save a newly created document in OpenOffice, there is no default
filename and leave filename as blank.

While MS Office use the first several characters(seems as first 47 characters)
as the default filename.

Many user would like to use title of document as it's filename, this means the
first several characters are mostly the same as filename. So it is convenient to
set the first several characters as default filename.

This patch is used to automatically set default filename for newly created 
document.

-
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]



[framework-issues] [Issue 68685] Set Default Filename for N ew Document

2006-08-16 Thread zhangyun_new
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68685


User zhangyun_new changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |38559)
Patch






--- Additional comments from [EMAIL PROTECTED] Wed Aug 16 08:42:20 -0700 
2006 ---
Created an attachment (id=38559)
Patch


-
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]



[framework-issues] [Issue 68685] Set Default Filename for N ew Document

2006-08-16 Thread zhangyun_new
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68685


User zhangyun_new changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |38560)
Document of the pat
|  |ch






--- Additional comments from [EMAIL PROTECTED] Wed Aug 16 08:43:30 -0700 
2006 ---
Created an attachment (id=38560)
Document of the patch


-
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]



[framework-issues] [Issue 68685] Set Default Filename for N ew Document

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


User mmeeks changed the following:

What|Old value |New value

  CC|''|'mmeeks'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 2.1





--- Additional comments from [EMAIL PROTECTED] Wed Aug 16 09:08:34 -0700 
2006 ---
confirm / set milestones etc.

-
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]



[framework-issues] [Issue 68685] Set Default Filename for N ew Document

2006-08-16 Thread thing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68685


User thing changed the following:

What|Old value |New value

  CC|'mmeeks'  |'mmeeks,thing'





-
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]



[framework-issues] [Issue 68685] Set Default Filename for N ew Document

2006-08-16 Thread thing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68685





--- Additional comments from [EMAIL PROTECTED] Wed Aug 16 09:25:59 -0700 
2006 ---
See also issue 5206

-
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]