[Bug 515990] Re: software-properties-gtk "close" and "revert" buttons are too small

2010-11-26 Thread Vish
** Changed in: software-properties
   Status: Fix Committed => Fix Released

-- 
software-properties-gtk "close" and "revert" buttons are too small
https://bugs.launchpad.net/bugs/515990
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 515990] Re: software-properties-gtk "close" and "revert" buttons are too small

2010-08-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/software-properties

-- 
software-properties-gtk "close" and "revert" buttons are too small
https://bugs.launchpad.net/bugs/515990
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 515990] Re: software-properties-gtk "close" and "revert" buttons are too small

2010-08-13 Thread Launchpad Bug Tracker
This bug was fixed in the package software-properties - 0.76

---
software-properties (0.76) maverick; urgency=low

  [ Jonathan Harker ]
  * Improve documentation for apt-add-repository (LP: #586790)

  [ mac9416 ]
  * Fixed bug LP: #446216: added --remove option to add-apt-reporitory.
  * Fixed Bug LP: #579669 which points out that add-apt-repository will
create a sources.list.d file with illegal characters
if there are illegal characters in a PPA name

  [ Andrea Corbellini ]
  * Automatically create a deb-src line when adding a new repository
(LP: 399711)

  [ Michael Vogt ]
  * add test for LP: #579669 and use re.sub() instead of urllib.quote()
  * merged lp:~alexzak/software-properties/fixes, many thanks

  [ Erik B. Andersen ]
  * Fixed depreciation warnings

  [ Brandon Tomlinson ]
  * Altered data/glade/main.glade Put the bottom buttons in a button box
to make the buttons assume the correct width (LP: #515990)
 -- Michael VogtFri, 13 Aug 2010 17:38:45 +0200

** Changed in: software-properties (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
software-properties-gtk "close" and "revert" buttons are too small
https://bugs.launchpad.net/bugs/515990
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 515990] Re: software-properties-gtk "close" and "revert" buttons are too small

2010-08-13 Thread Launchpad Bug Tracker
** Branch linked: lp:software-properties

-- 
software-properties-gtk "close" and "revert" buttons are too small
https://bugs.launchpad.net/bugs/515990
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 515990] Re: software-properties-gtk "close" and "revert" buttons are too small

2010-04-16 Thread BrandonTomlinson
** Changed in: software-properties
   Status: New => Fix Committed

** Changed in: software-properties (Ubuntu)
   Status: New => Fix Committed

-- 
software-properties-gtk "close" and "revert" buttons are too small
https://bugs.launchpad.net/bugs/515990
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 515990] Re: software-properties-gtk "close" and "revert" buttons are too small

2010-04-16 Thread BrandonTomlinson

** Attachment added: "after"
   
http://launchpadlibrarian.net/44408358/Screenshot-Software%20Sources-after.png

-- 
software-properties-gtk "close" and "revert" buttons are too small
https://bugs.launchpad.net/bugs/515990
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 515990] Re: software-properties-gtk "close" and "revert" buttons are too small

2010-04-16 Thread BrandonTomlinson

** Attachment added: "before"
   
http://launchpadlibrarian.net/44408348/Screenshot-Software%20Sources-before.png

-- 
software-properties-gtk "close" and "revert" buttons are too small
https://bugs.launchpad.net/bugs/515990
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 515990] Re: software-properties-gtk "close" and "revert" buttons are too small

2010-04-16 Thread BrandonTomlinson
Did a redo: the hbutton box was a much better method. I did it all by
hand again so still don't have any glade version collisions. My new diff
is up top.

-- 
software-properties-gtk "close" and "revert" buttons are too small
https://bugs.launchpad.net/bugs/515990
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 515990] Re: software-properties-gtk "close" and "revert" buttons are too small

2010-04-16 Thread BrandonTomlinson
** Branch linked: lp:~druke/software-properties/button_fix

-- 
software-properties-gtk "close" and "revert" buttons are too small
https://bugs.launchpad.net/bugs/515990
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 515990] Re: software-properties-gtk "close" and "revert" buttons are too small

2010-04-16 Thread BrandonTomlinson
** Branch linked: lp:~druke/software-properties/button_fix

-- 
software-properties-gtk "close" and "revert" buttons are too small
https://bugs.launchpad.net/bugs/515990
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 515990] Re: software-properties-gtk "close" and "revert" buttons are too small

2010-04-16 Thread BrandonTomlinson
Here is a patch I did. I didn't use glade at all, so i don't have to
worry about messing up the format.

(my first patch, ever, so sorry if I did something wrong)


** Attachment added: "software-properties.debdiff"
   http://launchpadlibrarian.net/44402059/software-properties.debdiff

-- 
software-properties-gtk "close" and "revert" buttons are too small
https://bugs.launchpad.net/bugs/515990
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 515990] Re: software-properties-gtk "close" and "revert" buttons are too small

2010-03-26 Thread Alessio Bolognino
After more investigation, it looks like there are differences between on
how glade 3.[4-5].x and 3.6.7 handle defaults properties, if someone had
a working glade 3.[4-5].x installation, he could generate a much smaller
diff. Sadly this is my only machine. The glade file is also affected by
this [1] bug, on glade 3.6.7: it looks like all the vbox are treated
like hbox. The application itself still works fine, but it is my
understanding it could be broken with future versions of GTK+ (I may be
wrong on this though).

[1] https://bugzilla.gnome.org/show_bug.cgi?id=594231

** Bug watch added: GNOME Bug Tracker #594231
   https://bugzilla.gnome.org/show_bug.cgi?id=594231

-- 
software-properties-gtk "close" and "revert" buttons are too small
https://bugs.launchpad.net/bugs/515990
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 515990] Re: software-properties-gtk "close" and "revert" buttons are too small

2010-03-26 Thread Alessio Bolognino
You are right, the diff is huge, but I really don't know why. I just
made a couple of changes with Glade. Just opening main.glade with Glade
(3.6.7) and saving it (without making any changes) changes the file
quite a lot.

I just removed hbox11 and added a new one with two columns and one
gtkhbuttonbox for each column. One button on the left (help) and two on
the right (revert and close);  I also adjusted the padding of the
gtkhbuttonboxes . It's 5 minutes of work.

I could have changed the file by hand, but it's XML and it's very messy.

-- 
software-properties-gtk "close" and "revert" buttons are too small
https://bugs.launchpad.net/bugs/515990
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 515990] Re: software-properties-gtk "close" and "revert" buttons are too small

2010-03-26 Thread Michael Vogt
Hello, many thanks for the branch. Unfortunately its a huge diff, I
would prefer to know what was changed before I apply it.

-- 
software-properties-gtk "close" and "revert" buttons are too small
https://bugs.launchpad.net/bugs/515990
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 515990] Re: software-properties-gtk "close" and "revert" buttons are too small

2010-03-19 Thread Alessio Bolognino
** Also affects: software-properties
   Importance: Undecided
   Status: New

-- 
software-properties-gtk "close" and "revert" buttons are too small
https://bugs.launchpad.net/bugs/515990
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 515990] Re: software-properties-gtk "close" and "revert" buttons are too small

2010-03-18 Thread Alessio Bolognino
I linked a branch that should fix the problem. I only changed the
main.glade file, it shouldn't break anything else, but you never know.

** Branch linked: lp:~themolok/software-properties/fix-buttons

-- 
software-properties-gtk "close" and "revert" buttons are too small
https://bugs.launchpad.net/bugs/515990
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 515990] Re: software-properties-gtk "close" and "revert" buttons are too small

2010-02-02 Thread Alessio Bolognino

** Attachment added: "Screenshot :)"
   http://launchpadlibrarian.net/38661886/proof.png

-- 
software-properties-gtk "close" and "revert" buttons are too small
https://bugs.launchpad.net/bugs/515990
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