[Bug 660363] Re: python-qt4 4.7.4 breaks git-cola

2013-08-12 Thread Mackenzie Morgan
** Changed in: git-cola (Ubuntu)
 Assignee: Mackenzie Morgan (maco.m) = (unassigned)

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

Title:
  python-qt4 4.7.4 breaks git-cola

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git-cola/+bug/660363/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 660363] Re: python-qt4 4.7.4 breaks git-cola

2011-01-25 Thread Michael von Glasow
Any news on this one? 1.4.2.1-1 is definitely broken, so I guess the
risk of going to 1.4.2.5 is minimal...

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

Title:
  python-qt4 4.7.4 breaks git-cola

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 660363] Re: python-qt4 4.7.4 breaks git-cola

2011-01-25 Thread daveinthesky
On Jan 25, 2011, at 4:22 PM, Michael von Glasow 660...@bugs.launchpad.net 
  wrote:

 Any news on this one? 1.4.2.1-1 is definitely broken, so I guess the
 risk of going to 1.4.2.5 is minimal...

The latest versions of git-cola avoid the old behavior, so we're good  
to go.

The difference is that bool(QLayout()) now returns False whereas it  
traditionally returned True.

Thanks Michael
-- 
 David

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

Title:
  python-qt4 4.7.4 breaks git-cola

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 660363] Re: python-qt4 4.7.4 breaks git-cola

2010-11-04 Thread Ralph Janke
** Changed in: git-cola (Ubuntu)
   Importance: Undecided = Medium

-- 
python-qt4 4.7.4 breaks git-cola
https://bugs.launchpad.net/bugs/660363
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 660363] Re: python-qt4 4.7.4 breaks git-cola

2010-10-28 Thread Iulian Udrea
I have just uploaded 1.4.2.5 to Debian experimental.

-- 
python-qt4 4.7.4 breaks git-cola
https://bugs.launchpad.net/bugs/660363
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 660363] Re: python-qt4 4.7.4 breaks git-cola

2010-10-22 Thread Mackenzie Morgan
** Changed in: python-qt4 (Ubuntu)
 Assignee: (unassigned) = Mackenzie Morgan (maco.m)

-- 
python-qt4 4.7.4 breaks git-cola
https://bugs.launchpad.net/bugs/660363
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to python-qt4 in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 660363] Re: python-qt4 4.7.4 breaks git-cola

2010-10-22 Thread Mackenzie Morgan
I'm going to patch git-cola in the places necessary to work with the new
API

** Changed in: python-qt4 (Ubuntu)
   Status: New = Confirmed

** Changed in: python-qt4 (Ubuntu)
   Status: Confirmed = Triaged

** Package changed: python-qt4 (Ubuntu) = git-cola (Ubuntu)

-- 
python-qt4 4.7.4 breaks git-cola
https://bugs.launchpad.net/bugs/660363
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to python-qt4 in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 660363] Re: python-qt4 4.7.4 breaks git-cola

2010-10-20 Thread daveinthesky
I found the issue.  PyQt4 = 4.7.3 would report bool(QLayout()) == True
while the new 4.7.4 release treats bool(QLayout()) as False.

This is a behavior change, but it's better for the code to be explicit
and check if foo is None: instead of checking if foo:, so it's
likely that it was intentional.

In any case, git-cola 1.4.2.5 works around this and is no longer
affected.

-- 
python-qt4 4.7.4 breaks git-cola
https://bugs.launchpad.net/bugs/660363
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to python-qt4 in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs