[Openlp-core] [Bug 1196926] Re: Zero division error when display size set to zero

2013-08-25 Thread Phill
** Changed in: openlp/2.0
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1196926

Title:
  Zero division error when display size set to zero

Status in OpenLP - Worship Presentation Software:
  Fix Committed
Status in OpenLP 2.0 series:
  Fix Released
Status in OpenLP trunk series:
  Fix Committed

Bug description:
  Orriginally reported at: http://support.openlp.org/issues/1980

  However, I've been able to trigger this by a different method:

  Open the Configure OpenLP dialog
  Set hight or width to 0 for the Override display position option
  Click ok.

  This produces this traceback:

  Traceback (most recent call last):
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.ui.mainwindow,
 line 1155, in screenChanged
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 95, in update_display
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 355, in _calculate_default
  ZeroDivisionError: float division by zero

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1196926/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 1196926] Re: Zero division error when display size set to zero

2013-07-29 Thread Phill
Reading the support issue, it sounds like the users computer lost a
connection to the projector, causing OpenLP to Auto Detect the size of
the screen as 0.

As your fix prevents the user from setting the size to 0 in the
settings, then this bug could still triggered in the same way as in the
support issue, and possibly if the user manually disconnected the
monitor. In this case we would still get the divide by 0 error.

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1196926

Title:
  Zero division error when display size set to zero

Status in OpenLP - Worship Presentation Software:
  Fix Committed
Status in OpenLP 2.0 series:
  Fix Committed
Status in OpenLP trunk series:
  Fix Committed

Bug description:
  Orriginally reported at: http://support.openlp.org/issues/1980

  However, I've been able to trigger this by a different method:

  Open the Configure OpenLP dialog
  Set hight or width to 0 for the Override display position option
  Click ok.

  This produces this traceback:

  Traceback (most recent call last):
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.ui.mainwindow,
 line 1155, in screenChanged
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 95, in update_display
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 355, in _calculate_default
  ZeroDivisionError: float division by zero

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1196926/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 1196926] Re: Zero division error when display size set to zero

2013-07-16 Thread Phill
Although this fix stops the user selecting a display size smaller than
0, it does not appear prevent the bug in the support tracker issue that
is attached.

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1196926

Title:
  Zero division error when display size set to zero

Status in OpenLP - Worship Presentation Software:
  Fix Committed
Status in OpenLP 2.0 series:
  Fix Committed
Status in OpenLP trunk series:
  Fix Committed

Bug description:
  Orriginally reported at: http://support.openlp.org/issues/1980

  However, I've been able to trigger this by a different method:

  Open the Configure OpenLP dialog
  Set hight or width to 0 for the Override display position option
  Click ok.

  This produces this traceback:

  Traceback (most recent call last):
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.ui.mainwindow,
 line 1155, in screenChanged
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 95, in update_display
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 355, in _calculate_default
  ZeroDivisionError: float division by zero

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1196926/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 1196926] Re: Zero division error when display size set to zero

2013-07-16 Thread Tim Bentley
Why not ?

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1196926

Title:
  Zero division error when display size set to zero

Status in OpenLP - Worship Presentation Software:
  Fix Committed
Status in OpenLP 2.0 series:
  Fix Committed
Status in OpenLP trunk series:
  Fix Committed

Bug description:
  Orriginally reported at: http://support.openlp.org/issues/1980

  However, I've been able to trigger this by a different method:

  Open the Configure OpenLP dialog
  Set hight or width to 0 for the Override display position option
  Click ok.

  This produces this traceback:

  Traceback (most recent call last):
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.ui.mainwindow,
 line 1155, in screenChanged
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 95, in update_display
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 355, in _calculate_default
  ZeroDivisionError: float division by zero

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1196926/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 1196926] Re: Zero division error when display size set to zero

2013-07-15 Thread Tim Bentley
** Changed in: openlp/trunk
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1196926

Title:
  Zero division error when display size set to zero

Status in OpenLP - Worship Presentation Software:
  Fix Committed
Status in OpenLP 2.0 series:
  Fix Committed
Status in OpenLP trunk series:
  Fix Committed

Bug description:
  Orriginally reported at: http://support.openlp.org/issues/1980

  However, I've been able to trigger this by a different method:

  Open the Configure OpenLP dialog
  Set hight or width to 0 for the Override display position option
  Click ok.

  This produces this traceback:

  Traceback (most recent call last):
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.ui.mainwindow,
 line 1155, in screenChanged
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 95, in update_display
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 355, in _calculate_default
  ZeroDivisionError: float division by zero

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1196926/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 1196926] Re: Zero division error when display size set to zero

2013-07-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~trb143/openlp/junefixes

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1196926

Title:
  Zero division error when display size set to zero

Status in OpenLP - Worship Presentation Software:
  In Progress
Status in OpenLP 2.0 series:
  Fix Committed
Status in OpenLP trunk series:
  In Progress

Bug description:
  Orriginally reported at: http://support.openlp.org/issues/1980

  However, I've been able to trigger this by a different method:

  Open the Configure OpenLP dialog
  Set hight or width to 0 for the Override display position option
  Click ok.

  This produces this traceback:

  Traceback (most recent call last):
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.ui.mainwindow,
 line 1155, in screenChanged
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 95, in update_display
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 355, in _calculate_default
  ZeroDivisionError: float division by zero

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1196926/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 1196926] Re: Zero division error when display size set to zero

2013-07-11 Thread Tim Bentley
** Changed in: openlp/2.0
 Assignee: (unassigned) = Tim Bentley (trb143)

** Changed in: openlp/2.0
   Status: Confirmed = In Progress

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1196926

Title:
  Zero division error when display size set to zero

Status in OpenLP - Worship Presentation Software:
  New
Status in OpenLP 2.0 series:
  In Progress
Status in OpenLP trunk series:
  New

Bug description:
  Orriginally reported at: http://support.openlp.org/issues/1980

  However, I've been able to trigger this by a different method:

  Open the Configure OpenLP dialog
  Set hight or width to 0 for the Override display position option
  Click ok.

  This produces this traceback:

  Traceback (most recent call last):
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.ui.mainwindow,
 line 1155, in screenChanged
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 95, in update_display
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 355, in _calculate_default
  ZeroDivisionError: float division by zero

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1196926/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 1196926] Re: Zero division error when display size set to zero

2013-07-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~trb143/openlp/json-2

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1196926

Title:
  Zero division error when display size set to zero

Status in OpenLP - Worship Presentation Software:
  New
Status in OpenLP 2.0 series:
  In Progress
Status in OpenLP trunk series:
  New

Bug description:
  Orriginally reported at: http://support.openlp.org/issues/1980

  However, I've been able to trigger this by a different method:

  Open the Configure OpenLP dialog
  Set hight or width to 0 for the Override display position option
  Click ok.

  This produces this traceback:

  Traceback (most recent call last):
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.ui.mainwindow,
 line 1155, in screenChanged
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 95, in update_display
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 355, in _calculate_default
  ZeroDivisionError: float division by zero

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1196926/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 1196926] Re: Zero division error when display size set to zero

2013-07-11 Thread Tim Bentley
** Changed in: openlp/2.0
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1196926

Title:
  Zero division error when display size set to zero

Status in OpenLP - Worship Presentation Software:
  In Progress
Status in OpenLP 2.0 series:
  Fix Committed
Status in OpenLP trunk series:
  In Progress

Bug description:
  Orriginally reported at: http://support.openlp.org/issues/1980

  However, I've been able to trigger this by a different method:

  Open the Configure OpenLP dialog
  Set hight or width to 0 for the Override display position option
  Click ok.

  This produces this traceback:

  Traceback (most recent call last):
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.ui.mainwindow,
 line 1155, in screenChanged
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 95, in update_display
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 355, in _calculate_default
  ZeroDivisionError: float division by zero

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1196926/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 1196926] Re: Zero division error when display size set to zero

2013-07-11 Thread Tim Bentley
** Changed in: openlp/trunk
   Status: New = In Progress

** Changed in: openlp/trunk
 Assignee: (unassigned) = Tim Bentley (trb143)

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1196926

Title:
  Zero division error when display size set to zero

Status in OpenLP - Worship Presentation Software:
  In Progress
Status in OpenLP 2.0 series:
  Fix Committed
Status in OpenLP trunk series:
  In Progress

Bug description:
  Orriginally reported at: http://support.openlp.org/issues/1980

  However, I've been able to trigger this by a different method:

  Open the Configure OpenLP dialog
  Set hight or width to 0 for the Override display position option
  Click ok.

  This produces this traceback:

  Traceback (most recent call last):
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.ui.mainwindow,
 line 1155, in screenChanged
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 95, in update_display
File 
D:\OpenLP_Code\release-2.0.1\build\pyi.win32\OpenLP\out00-PYZ.pyz\openlp.core.lib.renderer,
 line 355, in _calculate_default
  ZeroDivisionError: float division by zero

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1196926/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp