[framework-issues] [Issue 101244] Windows: move all DLLs in to brand program directory

2009-08-13 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101244


User jsk changed the following:

What|Old value |New value

  Status|RESOLVED  |REOPENED

  Resolution|FIXED |





--- Additional comments from j...@openoffice.org Thu Aug 13 13:03:17 + 
2009 ---
Mail Merge - Test E-Mail settings is broken.

-
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 101244] Windows: move all DLLs in to brand program directory

2009-08-13 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101244


User jsk changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |FIXED





--- Additional comments from j...@openoffice.org Thu Aug 13 13:40:57 + 
2009 ---
Setting back to fixed - i managed to unveil a logic error in the user interface
which will certainly harm one in a billion users.


-
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 101244] Windows: move all DLLs in to brand program directory

2009-08-13 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101244


User jsk changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from j...@openoffice.org Thu Aug 13 13:41:32 + 
2009 ---
Verified

-
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 101244] Windows: move all DLLs in to brand program directory

2009-07-24 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101244


User sb changed the following:

What|Old value |New value

 Assigned to|sb|jsk





--- Additional comments from s...@openoffice.org Fri Jul 24 09:46:31 + 
2009 ---
@jsk:  Please verifiy that
- on Windows, almost all DLLs from basis-layer program directory have moved to
brand-layer program directory;
- there are no regressions on Windows resulting from the move (esp. in code that
is triggered from outside, like system integration or Mozilla integration, or
triggers outside code, like mail merge).
- on other platforms, nothing has changed (the libraries are still in the
basis-layer program directory, and there are no regressions).

-
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 101244] Windows: move all DLLs in to brand program directory

2009-06-22 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101244





--- Additional comments from s...@openoffice.org Mon Jun 22 10:09:48 + 
2009 ---
*** Issue 96132 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 101244] Windows: move all DLLs in to brand program directory

2009-05-08 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101244


User sb changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from s...@openoffice.org Fri May  8 11:39:49 + 
2009 ---
fixed on cws/sb110 (only moving DLLs from Basis layer, not from URE layer, to
avoid incompatible changes to OOo's external interface); relevant commits:
r271682: read configmgr ini file explicitly from $OOO_BASE_DIR/program (instead
of next to configmgr dynamic library)
r271683: take odbcconfig.exe explicitly from $OOO_BASE_DIR/program (instead of
implicitly next to some dynamic library)
r271684: take senddoc.exe explicitly from $OOO_BASE_DIR/program (instead of
implicitly next to some dynamic library)
r271685 take legacy_binfilters.rdb explicitly from $OOO_BASE_DIR/program
(instead of implicitly next to some dynamic library); cleaned up dead code
r271686 support NativeServicesURLPrefix on individual files; to implement that,
changed meaning of global unomaxservices
r271702 hardwire Python dynamic libraries and script files into base layer (even
if other dynamic libraries will move to brand layer on Windows), mainly because
the pyuno dynamic library is both linked against from other dynamic libraries
(pythonloader.uno) and accessed via import pyuno from Python scripts
r271703 for performance reasons, on Windows move DLLs from basis to brand layer
(i.e., next to executables); consequently eliminated some library duplications
across the layers; adapted various code to the move
r271712 after DLLs have been moved from basis to brand layer on Windows, code
that used SvtPathOptions::GetModulePath to located libraries had to be adapted

-
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 101244] Windows: move all DLLs in to brand program directory

2009-05-07 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101244





--- Additional comments from o...@openoffice.org Thu May  7 08:51:22 + 
2009 ---
*** Issue 101570 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 101244] Windows: move all DLLs in to brand program directory

2009-05-06 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101244





--- Additional comments from s...@openoffice.org Wed May  6 08:23:47 + 
2009 ---
Issue 101570 is probably another problem similar to issue 94226 (with ICU
instead of libxml2) that could eventually be solved by this change.

-
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 101244] Windows: move all DLLs in to brand program directory

2009-04-21 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101244
 Issue #|101244
 Summary|Windows: move all DLLs into brand program directory
   Component|framework
 Version|DEV300m46
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|sb
 Reported by|sb





--- Additional comments from s...@openoffice.org Tue Apr 21 13:48:59 + 
2009 ---
Unlike on other platforms, spreading DLLs across the three layers has no real
benefits on Windows (and was mainly done for consistency across platforms), but
instead on the one hand causes problems (like issue 94226) and on the other hand
degrades performance (see
http://wiki.services.openoffice.org/w/index.php?title=Performance/Library_and_directory_structureoldid=120824).

-
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 101244] Windows: move all DLLs in to brand program directory

2009-04-21 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101244


User sb changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.2





--- Additional comments from s...@openoffice.org Tue Apr 21 13:49:55 + 
2009 ---
.

-
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