[Bug 40445] New: WinSCP main window looks differently when being run under Wine
https://bugs.winehq.org/show_bug.cgi?id=40445 Bug ID: 40445 Summary: WinSCP main window looks differently when being run under Wine Product: Wine Version: 1.9.7 Hardware: x86 URL: http://winscp.net/download/winscp577.zip OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: t.artem(a)mailcity.com Distribution: --- Created attachment 54196 --> https://bugs.winehq.org/attachment.cgi?id=54196 WinSCP main window under Wine Just see the attached self-explanatory screenshot. Wine problems: 1) Hosts lack indentation (several pixels) 2) Some buttons lack down arrows 3) The log in button lack an icon -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 Artem S. Tashkinov <t.artem(a)mailcity.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 --- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> --- Missing button icons could be similar to bug 40062, wrong indentation is likely a separate issue. Could you check logs for this message? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |trivial -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 --- Comment #2 from Artem S. Tashkinov <t.artem(a)mailcity.com> --- (In reply to Nikolay Sivov from comment #1)
Missing button icons could be similar to bug 40062, wrong indentation is likely a separate issue. Could you check logs for this message?
Dunno. Native comctl32 (from Windows XP SP3 installation) doesn't help. This application is written in Borland C++, so it might be the root cause - some idiosyncrasy of the VCL controls. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 Martin Prikryl <martin(a)winscp.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin(a)winscp.net --- Comment #3 from Martin Prikryl <martin(a)winscp.net> --- I'm the author of WinSCP. I'm confirming that BCM_SETIMAGELIST (Button_SetImageList macro) is used both for the "Login" button icon and "down arrows". -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 Artem S. Tashkinov <t.artem(a)mailcity.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|WinSCP main window looks |WinSCP main window lacks |differently when being run |icons (unimplemented |under Wine |BCM_SETIMAGELIST?) and | |indentation for hosts -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #4 from super_man(a)post.com --- (In reply to Martin Prikryl from comment #3)
I'm the author of WinSCP.
I'm confirming that BCM_SETIMAGELIST (Button_SetImageList macro) is used both for the "Login" button icon and "down arrows".
Then this is dupe of the bug mentioned before. Someone should mark as dupe and redefine the title. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 Artem S. Tashkinov <t.artem(a)mailcity.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |40062 --- Comment #5 from Artem S. Tashkinov <t.artem(a)mailcity.com> --- (In reply to super_man from comment #4)
(In reply to Martin Prikryl from comment #3)
I'm the author of WinSCP.
I'm confirming that BCM_SETIMAGELIST (Button_SetImageList macro) is used both for the "Login" button icon and "down arrows".
Then this is dupe of the bug mentioned before. Someone should mark as dupe and redefine the title.
I don't want this bug to mark as a dupe cause it contains two issues. I will make it dependent on the already existing bug report. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 C0rn3j <spleefer90(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |spleefer90(a)gmail.com --- Comment #6 from C0rn3j <spleefer90(a)gmail.com> --- Indentation, Down arrows and the icon are still missing in Wine 2.0rc1 in WinSCP 5.9.3 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 rebe(a)gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rebe(a)gmx.net --- Comment #7 from rebe(a)gmx.net --- Source of WinSCP is btw provided https://winscp.net/download/WinSCP-5.11.3-Source.zip Is this still an issue? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Component|-unknown |comctl32 --- Comment #8 from Nikolay Sivov <bunglehead(a)gmail.com> --- Yes, this message is not implemented yet. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 tokktokk <fdsfgs(a)krutt.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs(a)krutt.org -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 --- Comment #9 from Nikolay Sivov <bunglehead(a)gmail.com> --- Please retest with current git, commit c9aa8dab8f0d86cf4fb06612f261c67327046789 implements imagelist support. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 Bug 40445 depends on bug 40062, which changed state. Bug 40062 Summary: Media Player Classic Home Cinema does not show bitmaps in buttons, needs BCM_SETIMAGELIST https://bugs.winehq.org/show_bug.cgi?id=40062 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 --- Comment #10 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- (In reply to Nikolay Sivov from comment #9) The down arrays and the login icon are now rendered correctly. The indentation issue is still there, should I open a new bug for that? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 --- Comment #11 from Nikolay Sivov <bunglehead(a)gmail.com> --- (In reply to Gijs Vermeulen from comment #10)
(In reply to Nikolay Sivov from comment #9)
The down arrays and the login icon are now rendered correctly. The indentation issue is still there, should I open a new bug for that?
If you mean icon indentation in hosts list, yes, please open separate report for that. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c9aa8dab8f0d86cf4fb06612f26 | |1c67327046789 Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #12 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- (In reply to Nikolay Sivov from comment #11) Okay, marking FIXED then. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 3.16. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 Julian Rüger <jr98(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jr98(a)gmx.net --- Comment #14 from Julian Rüger <jr98(a)gmx.net> --- Gijs, did you open the new bug (for the indentation) yet? I can't seem to find it... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40445 --- Comment #15 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- (In reply to Julian Rüger from comment #14)
Gijs, did you open the new bug (for the indentation) yet? I can't seem to find it...
Sorry for the long delay, I've opened bug 47028 for this now. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org