[Libreoffice-bugs] [Bug 46553] Update embedded manifest on win32 builds to declare dpiAware

2013-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46553

--- Comment #4 from Andras Timar tima...@gmail.com ---
$(1).manifest is a generated file (the linker generates it). 
We need to add an extra manifest file to some targets (to all GUI
executables?).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46553] Update embedded manifest on win32 builds to declare dpiAware

2013-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46553

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard||target:4.1.0

--- Comment #5 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Andras Timar committed a patch related to this issue.
It has been pushed to master:

http://cgit.freedesktop.org/libreoffice/core/commit/?id=d044918751da4bbdf87f7fb12382abf6c4068c07

fdo#46553 Update embedded manifest on win32 builds to declare dpiAware



The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46553] Update embedded manifest on win32 builds to declare dpiAware

2013-05-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46553

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |tima...@gmail.com
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46553] Update embedded manifest on win32 builds to declare dpiAware

2013-05-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46553

--- Comment #3 from Michael Meeks michael.me...@novell.com ---
It looks like (from solenv/gbuild/platform/com_MSC_class.mk) - that if a
.manifest file is around - then we will use it already:

$(if $(filter Executable,$(TARGETTYPE)), if [ -f $(1).manifest ];
then mt.exe $(MTFLAGS) -nologo -manifest $(1).manifest -outputresource:$(1)\;1
 touch -r $(1) $(1).manifest; fi) \

So - (I guess) this is a matter of dropping this manifest XML file in the right
place to be used here, and checking it in (right?).

Andras - what do you want a gbuild expert for ? :-) I'd love to get this MAB
closed ... :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46553] Update embedded manifest on win32 builds to declare dpiAware

2013-03-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46553

Petr Kraus petr_kr...@email.cz changed:

   What|Removed |Added

 CC||petr_kr...@email.cz

--- Comment #2 from Petr Kraus petr_kr...@email.cz ---
It scales LibreOffice content too. For example it renders horrible font on
Impress presentation in fullscreen especially with contribution of Bug – 46817
to that.(I run LibreOffice 4.0.1.2 on Windows7 x64 SP1.)

Actually DPI aware should be enabled by default, because developers do not
usually program/test with DPI scaling in mind and it can( does in some
applications ) thus even cause GUI layout to break.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46553] Update embedded manifest on win32 builds to declare dpiAware

2013-03-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46553

Petr Kraus petr_kr...@email.cz changed:

   What|Removed |Added

 Blocks||6

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46553] Update embedded manifest on win32 builds to declare dpiAware

2012-06-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46553

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

 AssignedTo|tima...@gmail.com   |libreoffice-b...@lists.free
   ||desktop.org

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 46553] Update embedded manifest on win32 builds to declare dpiAware

2012-06-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46553

Andras Timar tima...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
 CC||bjoern.michaelsen@canonical
   ||.com, dtar...@redhat.com
  Component|UI  |Libreoffice

--- Comment #1 from Andras Timar tima...@gmail.com 2012-06-05 13:41:36 PDT ---
It is waiting for a gbuild expert, I suppose.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs