Ticket #34404

ダイアログが必ず画面の中心に来るようにする

Eröffnet am: 2014-10-01 13:50 Letztes Update: 2014-11-20 23:05

Auswertung:
Verantwortlicher:
(Keine)
Typ:
Status:
Geschlossen
Komponente:
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
Keine

Details

関連チケット:

https://sourceforge.jp/ticket/browse.php?group_id=4221&tid=32183

最近本家が wxPython のバージョンアップをしたのがきっかけで、 この件が進みそうな(というか進めてくれと言われているような)状況です。

http://community.nvda-project.org/ticket/3148#comment:13

Ticket-Verlauf (3/6 Historien)

2014-10-01 13:50 Aktualisiert von: nishimoto
  • New Ticket "ダイアログが必ず画面の中心に来るようにする" created
2014-10-30 23:03 Aktualisiert von: nishimoto
  • Lösung Update from Keine to Accepted
  • Meilenstein Update from (Keine) to 2014.4jp (closed)
Kommentar

本家チケット 3148 に提案したパッチを jpbeta にマージしました:

To git@bitbucket.org:nvdajp/nvdajp.git
   ffc5c24..2538e8c  jpbeta -> jpbeta

本家版が 2014.4 で反映されるかどうかわかりませんが、 日本語版 2014.4jp はこれで行こうと思います。

2014-11-07 12:04 Aktualisiert von: nishimoto
  • Lösung Update from Accepted to Gefixt
Kommentar

私のパッチが本家 next に入りました。

このタイミングなので本家版のターゲットは 2014.4 ではなく 2015.1 になりそうです。

2014-11-10 23:12 Aktualisiert von: nishimoto
Kommentar

寄付の呼びかけのダイアログだけ画面の中心になっていないという話:

http://community.nvda-project.org/ticket/3148#comment:21

2014-11-11 16:55 Aktualisiert von: nishimoto
Kommentar

本家 next で下記のように修正された:

> git show --source 4fe9d62
commit 4fe9d62a7fbd933338d124ab466bfb28550707c0 4fe9d62
Author: James Teh <jamie@nvaccess.org>
Date:   Tue Nov 11 13:56:45 2014 +1000

    Center the donate request dialog, which was previously missed.

diff --git a/source/updateCheck.py b/source/updateCheck.py
index 12892aa..51b977e 100644
--- a/source/updateCheck.py
+++ b/source/updateCheck.py
@@ -409,6 +409,7 @@ class DonateRequestDialog(wx.Dialog):

                self.Sizer = mainSizer
                mainSizer.Fit(self)
+               self.Center(wx.BOTH | wx.CENTER_ON_SCREEN)
                self.Show()

        def onDonate(self, evt):

jpbeta にもマージしました。

To git@bitbucket.org:nvdajp/nvdajp.git
   d352d3c..d3ccd8c  jpbeta -> jpbeta
2014-11-20 23:05 Aktualisiert von: nishimoto
  • Status Update from Offen to Geschlossen
  • Ticket Close date is changed to 2014-11-20 23:05

Dateianhangliste

Keine Anhänge

Bearbeiten

Please login to add comment to this ticket » Anmelden