[Bug 1116683] [NEW] _getexif() - RuntimeError: dictionary changed size during iteration

2013-02-05 Thread Matthew McGowan
Public bug reported: from PIL import Image i = Image.open(/home/matthew/Pictures/IMG_0187.JPG) i._getexif() Traceback (most recent call last): File stdin, line 1, in module File /usr/lib/python2.7/dist-packages/PIL/JpegImagePlugin.py, line 381, in _getexif for key, value in

[Bug 845146] Re: error when fetching reviews for third-party repositories

2012-06-30 Thread Matthew McGowan
Hi Gary, nah it's still broken :D See attachment. ** Attachment added: got error.txt https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/845146/+attachment/3209382/+files/got%20error.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 888463] [NEW] sometimes rows do not collapse when unselected

2011-11-10 Thread Matthew McGowan
Public bug reported: test case: 1. open software center 2. click the accessories category 3. click to select 7zip from the list of available apps 4. scroll down such that the 7zip row is no-longer visible 5. select a new row 6. scroll up until 7zip is visible again What you see: the 7zip row is

[Bug 864855] Re: Mushy/blurry/jagged fonts in software center

2011-10-20 Thread Matthew McGowan
Apologies, tsg1zzn if i came of a bit blunt. that wasn't my intention. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/864855 Title: Mushy/blurry/jagged fonts in software center To manage

[Bug 878694] Re: problem with ubuntu software center oneric

2011-10-20 Thread Matthew McGowan
Hi tony, Thanks for the report. It would help us diagnose the problem if you let us know what particular package you installed which resulted in this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 864855] Re: Mushy/blurry/jagged fonts in software center

2011-10-19 Thread Matthew McGowan
We use the Gtk.render_layout so text should be rendered as other Gtk.Labels would be rendered. 2 things, please ensure you are testing the correct branch, either of the three linked branches. the other thing to point out is that you have your font set to 9, on my system i have 11, i assume this

[Bug 864855] Re: Mushy/blurry/jagged fonts in software center

2011-10-10 Thread Matthew McGowan
** Changed in: software-center (Ubuntu) Status: New = Confirmed ** Changed in: software-center (Ubuntu) Status: Confirmed = In Progress ** Changed in: software-center (Ubuntu) Assignee: (unassigned) = Matthew McGowan (mmcg069) -- You received this bug notification because

[Bug 864855] Re: Mushy/blurry/jagged fonts in software center

2011-10-06 Thread Matthew McGowan
Hi again tsg1zzn, Thanks for the prompt response. I think i may have found the culprit. I'll push a branch in the next few days. If you could test it and confirm it provides a fix that would be much appreciated. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 864855] Re: Mushy/blurry/jagged fonts in software center

2011-10-06 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/container-frame-render-fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/864855 Title: Mushy/blurry/jagged fonts in software center To manage

[Bug 864855] Re: Mushy/blurry/jagged fonts in software center

2011-10-06 Thread Matthew McGowan
I have now linked the branch to this bug which hopefully contains a fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/864855 Title: Mushy/blurry/jagged fonts in software center To manage

[Bug 861129] Re: software-center crashed with AttributeError in _on_button_pressed(): 'NoneType' object has no attribute 'cancel'

2011-10-04 Thread Matthew McGowan
Looking at the code, it would seem this had been fixed somewhat. ** Changed in: software-center (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/861129

[Bug 855666] Re: Long non-wrapping text if an older version is in Ubuntu archives

2011-10-04 Thread Matthew McGowan
the linked branch has the simple line-wrap fix. @mpt, there are a few strings in the softwarecenter/db/debfile.py that are relevant to this bug: @property def warning(self): # FIXME: use more concise warnings if deb_state == DebPackage.VERSION_NONE:

[Bug 858639] Re: piston_get_reviews_helper.py crashed with AttributeError in __main__: 'exceptions.ValueError' object has no attribute 'doc'

2011-10-04 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/bug858639 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/858639 Title: piston_get_reviews_helper.py crashed with AttributeError in __main__:

[Bug 864855] Re: Mushy/blurry/jagged fonts in software center

2011-10-03 Thread Matthew McGowan
Hi tsg1zzn, Thanks for the bug report. could you let me know what resolution and font-size your desktop is using? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/864855 Title: Mushy/blurry/jagged

[Bug 861649] Re: Review dialog has nothing focused by default

2011-10-02 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/esc-key-in-review-dialog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/861649 Title: Review dialog has nothing focused by default To manage

[Bug 856504] Re: Software Center shows No network connection warning when network connection is actually established

2011-10-02 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/no-nm-net-detect -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/856504 Title: Software Center shows No network connection warning when network

[Bug 861778] Re: Category/subcategory list view has meaningless By Relevance sort order

2011-10-02 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/bug861778 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/861778 Title: Category/subcategory list view has meaningless By Relevance sort order To

[Bug 863569] Re: software-center (Ubuntu 11.10 beta2) does not recognize internet connection made using wvdial

2011-10-01 Thread Matthew McGowan
Hi Santanu Chatterjee, Thanks for the bug report. If you can, could you give lp:~mmcg069 /software-center/no-nm-net-detect a test and see how that works out for you? Cheers ** Branch linked: lp:~mmcg069/software-center/no-nm-net-detect -- You received this bug notification because you are a

[Bug 862396] Re: Write your own review is too prominent

2011-10-01 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/bitesize -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/862396 Title: Write your own review is too prominent To manage notifications about this bug go

[Bug 861862] Re: software-center crashed with AttributeError in on_menu_edit_activate(): 'NoneType' object has no attribute 'get_view_widget'

2011-10-01 Thread Matthew McGowan
Looks like something weird is happening with the xapian database, the SoftwareCenterLog.txt indicates the user is getting a lot of the following type errors: 2011-09-23 21:48:08,984 - softwarecenter.db - ERROR - failed to add apt-xapian-index Traceback (most recent call last): File

[Bug 861652] Re: Esc key in review dialog doesn't do anything

2011-10-01 Thread Matthew McGowan
** Attachment added: submit_review_dialog-confirm-cancel.png https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/861652/+attachment/2494634/+files/submit_review_dialog-confirm-cancel.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 861652] Re: Esc key in review dialog doesn't do anything

2011-10-01 Thread Matthew McGowan
see linked branch. escape key cancels outright if the user has not started a review, if there is content in either of the summary or review fields it prompts the user to confirm the cancellation. a double escape also cancels outright. let me know if this is appropriate behaviour. if so, should

[Bug 732677] Re: bcmwl 5.100.82.38+bdcom-0ubuntu2 not work on BCM4311/4312

2011-10-01 Thread Matthew McGowan
I am now getting build errors when installing the maverick drivers: Unpacking replacement bcmwl-kernel-source ... Setting up bcmwl-kernel-source (5.60.48.36+bdcom-0ubuntu5) ... Loading new bcmwl-5.60.48.36+bdcom DKMS files... Building only for 3.0.0-12-generic Building for architecture i686

[Bug 844014] Re: These items must be removed as well dialog is over-tall

2011-09-30 Thread Matthew McGowan
dialog-improvements contains further improvements which correct the issue mpt highlighted. ** Branch linked: lp:~mmcg069/software-center/dialog-improvements -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 844025] Re: These items must be removed as well dialog is maximizable and closable

2011-09-29 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/dialog-fixes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844025 Title: These items must be removed as well dialog is maximizable and closable To

[Bug 844014] Re: These items must be removed as well dialog is over-tall

2011-09-29 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/dialog-fixes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844014 Title: These items must be removed as well dialog is over-tall To manage

[Bug 825959] Re: Bad-package-catalog dialog is too large

2011-09-29 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/dialog-fixes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/825959 Title: Bad-package-catalog dialog is too large To manage notifications about this

[Bug 855696] Re: USC-gtk3 doesn't allow for tabbing between the stars in the rating window

2011-09-29 Thread Matthew McGowan
1,2,3,4,5 keys are now hooked up. as for focus i have made the stars border go orange when focus. or would you still prefer a focus ring around the whole idget. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 855696] Re: USC-gtk3 doesn't allow for tabbing between the stars in the rating window

2011-09-27 Thread Matthew McGowan
** Changed in: software-center (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/855696 Title: USC-gtk3 doesn't allow for tabbing between the stars in the

[Bug 855696] Re: USC-gtk3 doesn't allow for tabbing between the stars in the rating window

2011-09-26 Thread Matthew McGowan
** Changed in: software-center (Ubuntu) Assignee: (unassigned) = Matthew McGowan (mmcg069) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/855696 Title: USC-gtk3 doesn't allow for tabbing

[Bug 855696] Re: USC-gtk3 doesn't allow for tabbing between the stars in the rating window

2011-09-26 Thread Matthew McGowan
hi mpt. did some work on this (see linked branch). the keynav interactions will need some testing. i know the star visually is prob not quite what you are after but i think it will do for now. ** Branch linked: lp:~mmcg069/software-center/reactive-star-work -- You received this bug

[Bug 846204] Re: software-center crashed with ValueError in get_iter(): invalid tree path '0:0'

2011-09-21 Thread Matthew McGowan
i have personally never seen this crash. it could be the model is altered without the AppTreeView.clear_model being called which would reset the 'expanded_path' ... My lazy solution is to catch any exceptions from the offending code with a 'try:' (see linked branch) Not ideal. There is a

[Bug 842918] Re: Progress bar goes in the wrong direction in RTL languages

2011-09-20 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/rtl-improvements -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/842918 Title: Progress bar goes in the wrong direction in RTL languages To manage

[Bug 854047] Re: Spurious navigation history entry added when clearing a search

2011-09-20 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/nav-improvements -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854047 Title: Spurious navigation history entry added when clearing a search To manage

[Bug 853107] Re: user list in login window has wrong user

2011-09-20 Thread Matthew McGowan
** Changed in: software-center (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/853107 Title: user list in login window has wrong user To manage notifications

[Bug 848805] Re: Dragging off banner still navigates to target

2011-09-20 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/Bug848805 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/848805 Title: Dragging off banner still navigates to target To manage notifications about this

[Bug 851108] Re: Login was cancelled after cancelling sign-in

2011-09-20 Thread Matthew McGowan
Hi Matthew, can you re-test? For me clicking cancel just closes the submit_review window. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/851108 Title: Login was cancelled after cancelling sign-in

[Bug 846779] Re: software-center crashed with AttributeError in _on_key_press_event(): 'NoneType' object has no attribute 'has_focus'

2011-09-20 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/misc-fixes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846779 Title: software-center crashed with AttributeError in _on_key_press_event():

[Bug 854584] [NEW] regression - listview buttons do not have a focal frame when focused (gtk2 version had this)

2011-09-20 Thread Matthew McGowan
Public bug reported: the gtk2 version of software-center rendered focal frames on the listview buttons if they had keyboard focus (More Info, Install/Remove). the gtk3 version currently lacks this. ** Affects: software-center (Ubuntu) Importance: Undecided Status: New ** Branch

[Bug 854584] Re: regression - listview buttons do not have a focal frame when focused (gtk2 version had this)

2011-09-20 Thread Matthew McGowan
linked branch re-implements old gtk2 behaviour in USC -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854584 Title: regression - listview buttons do not have a focal frame when focused (gtk2

[Bug 835025] Re: View Canonical-Maintained Software doesn't work

2011-09-20 Thread Matthew McGowan
i am working on a fix, the link branch is still a wip ** Changed in: software-center (Ubuntu) Assignee: (unassigned) = Matthew McGowan (mmcg069) ** Branch linked: lp:~mmcg069/software-center/lobby-work -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 835025] Re: View Canonical-Maintained Software doesn't work

2011-09-20 Thread Matthew McGowan
branch looks ok to me, could now use some testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/835025 Title: View Canonical-Maintained Software doesn't work To manage notifications about this

[Bug 854584] Re: regression - listview buttons do not have a focal frame when focused (gtk2 version had this)

2011-09-20 Thread Matthew McGowan
** Changed in: software-center (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854584 Title: regression - listview buttons do not have a focal frame when

[Bug 848805] Re: Dragging off banner still navigates to target

2011-09-20 Thread Matthew McGowan
** Changed in: software-center (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/848805 Title: Dragging off banner still navigates to target To manage

[Bug 845005] Re: Category and application names invisible in High Contrast Inverse theme

2011-09-19 Thread Matthew McGowan
** Changed in: software-center (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/845005 Title: Category and application names invisible in High Contrast

[Bug 844814] Re: Selected item in list view is unreadable in High Contrast theme

2011-09-19 Thread Matthew McGowan
** Changed in: software-center (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844814 Title: Selected item in list view is unreadable in High Contrast

[Bug 845010] Re: Software item screen unreadable in High Contrast Inverse theme

2011-09-19 Thread Matthew McGowan
** Changed in: software-center (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/845010 Title: Software item screen unreadable in High Contrast Inverse theme

[Bug 853514] Re: Stray dotted lines at the bottom of Not found screen

2011-09-19 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/Bug853514 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/853514 Title: Stray dotted lines at the bottom of Not found screen To manage notifications

[Bug 842858] Re: Back and Forward button borders are misplaced in RTL

2011-09-19 Thread Matthew McGowan
HI, Sorry i broke it again. but this is fixed now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/842858 Title: Back and Forward button borders are misplaced in RTL To manage notifications about

[Bug 853208] Re: Window freezes while writing reviews

2011-09-19 Thread Matthew McGowan
Hi Matthijs, Nice video :) Any chance someone could test the latest revisions? Testing trunk within Unity2D, I do not see this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/853208 Title:

[Bug 854177] Re: Can't see that a More button on the home screen has focus

2011-09-19 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/focus-fixes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854177 Title: Can't see that a More button on the home screen has focus To manage

[Bug 854175] Re: Can't see that a category link on the home screen has focus

2011-09-19 Thread Matthew McGowan
This appears to be fixed in trunk. ** Changed in: software-center (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854175 Title: Can't see that a category

[Bug 854168] Re: Can't give keyboard focus to banner

2011-09-19 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/focus-fixes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/854168 Title: Can't give keyboard focus to banner To manage notifications about this bug go

[Bug 854368] [NEW] regression - app description text not selectable with mouse/keyboard in itemview

2011-09-19 Thread Matthew McGowan
Public bug reported: the gtk2 USC version allowed the user to copy and select the app description text in the itemview using the keyboard and mouse. the gtk3 version does not currently support this. ** Affects: software-center (Ubuntu) Importance: Undecided Status: New ** Branch

[Bug 854368] Re: regression - app description text not selectable with mouse/keyboard in itemview

2011-09-19 Thread Matthew McGowan
the linked branch contains an improved description widget which mostly re-enables/ports the old gtk2 behaviour to usc gtk3. Both keyboard and mouse select and copy work. The popup menu is re-enabled. What does not work: Drag n Drop is not yet working as some Gtk3 methods do not seem available

[Bug 850033] Re: Grey line between Back and Forward buttons

2011-09-15 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/bug850033 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/850033 Title: Grey line between Back and Forward buttons To manage notifications about this

[Bug 850780] [NEW] borders around thumbnail are uneven

2011-09-15 Thread Matthew McGowan
Public bug reported: the border widths for each edge of the frame that contains the thumbnail in the detailsview are uneven. ** Affects: software-center (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 850780] Re: borders around thumbnail are uneven

2011-09-15 Thread Matthew McGowan
** Attachment added: illustrates uneven border widths https://bugs.launchpad.net/bugs/850780/+attachment/2406998/+files/uneven-borders.png ** Branch linked: lp:~mmcg069/software-center/minor-vis-fixes -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 848845] Re: Strange [+] cursor when hovering over screenshot

2011-09-15 Thread Matthew McGowan
the branch provides the best fix at this time. the default theme doesn't provide the best icon atm, it's a bit hard to see when hovering a dark thumbnail. ** Branch linked: lp:~mmcg069/software-center/bug848845 -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 844068] Re: Clearing search in subcategory wrongly navigates to category

2011-09-15 Thread Matthew McGowan
mpt, It may pay to check this bug has been fixed correctly. The branch i submitted has been merged with trunk, however, there is some concern the fix is incorrect. Could you verify things are ok (or not). Cheers -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 635994] Re: Can't scroll lobby, department, or software item screens with the keyboard

2011-09-14 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/bug635994-again -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/635994 Title: Can't scroll lobby, department, or software item screens with the

[Bug 842734] Re: Slowly searching adds multiple items to navigation history

2011-09-13 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/Bug842734 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/842734 Title: Slowly searching adds multiple items to navigation history To manage

[Bug 846944] Re: Ubuntu Software center ommits linebreaks in description

2011-09-12 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/bug846944 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846944 Title: Ubuntu Software center ommits linebreaks in description To manage notifications

[Bug 844814] Re: Selected item in list view is unreadable in High Contrast theme

2011-09-12 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/themeing-improvements -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844814 Title: Selected item in list view is unreadable in High Contrast theme To

[Bug 844068] Re: Clearing search in subcategory wrongly navigates to category

2011-09-12 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/bug844068 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844068 Title: Clearing search in subcategory wrongly navigates to category To manage

[Bug 843522] Re: A buttom to go Home USC

2011-09-12 Thread Matthew McGowan
I can confirm that clicking Get Software returns you to the main lobby. However, as this bug indicates, this behaviour could be made more obvious... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 843595] Re: Copy Link menu item sensitive even when no weblink to copy

2011-09-12 Thread Matthew McGowan
** Changed in: software-center (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843595 Title: Copy Link menu item sensitive even when no weblink to copy To

[Bug 845005] Re: Category and application names invisible in High Contrast Inverse theme

2011-09-11 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/themeing-improvements -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/845005 Title: Category and application names invisible in High Contrast Inverse

[Bug 845010] Re: Software item screen unreadable in High Contrast Inverse theme

2011-09-11 Thread Matthew McGowan
Hi Matthew, The linked branch should provide a host of themeing improvements that hopefully cover the worst cases, including this bug. Please take a look and let me know of anything more we need to tweak. This comment also applies for bug 845005. Cheers ** Branch linked:

[Bug 846138] Re: System bell fires when All Software is opened

2011-09-10 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/Bug846138 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846138 Title: System bell fires when All Software is opened To manage notifications about this

[Bug 845146] [NEW] error when fetching reviews for third-party repositories

2011-09-08 Thread Matthew McGowan
Public bug reported: The following error occurred when visiting the details page for Opera web-browser: 2011-09-09 09:01:48,090 - softwarecenter.backend.spawn_helper - WARNING - exit code 1 from helper 2011-09-09 09:01:48,091 - softwarecenter.backend.spawn_helper - WARNING - got error from

Re: [Bug 843595] Re: Copy Link menu item sensitive even when no weblink to copy

2011-09-07 Thread Matthew McGowan
OK will fix. On Thu, Sep 8, 2011 at 1:20 AM, Matthew Paul Thomas m...@canonical.comwrote: Copy Web Link isn't supposed to copy anything from the description. It's supposed to copy the apt.ubuntu.com link, e.g. http://apt.ubuntu.com/p/skype. Therefore, it should always be sensitive when

[Bug 830291] Re: Copy Web Link doesn't work (TypeError: set_text() takes exactly 3 argument(s) (2 given))

2011-09-07 Thread Matthew McGowan
bug fix in linked branch :) ** Branch linked: lp:~mmcg069/software-center/Bug830291 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/830291 Title: Copy Web Link doesn't work (TypeError: set_text()

[Bug 843595] [NEW] Copy Link menu item sensitive even when no weblink to copy

2011-09-07 Thread Matthew McGowan
Public bug reported: So yea, the Copy Link menu item is visible even when the application description does not provide a weblink. Example: Navigate to Skype's details page, then select Edit, notice Copy Link is selectable when it shouldn't be. ** Affects: software-center (Ubuntu)

[Bug 843595] Re: Copy Link menu item sensitive even when no weblink to copy

2011-09-07 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/Bug843595 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843595 Title: Copy Link menu item sensitive even when no weblink to copy To manage

[Bug 828233] Re: Ctrl W doesn't close the window

2011-09-07 Thread Matthew McGowan
mpt can you re-test this. seems to work for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/828233 Title: Ctrl W doesn't close the window To manage notifications about this bug go to:

[Bug 840235] Re: When entering software name in search text field ex.VLC 2 search results with the same name appear

2011-09-06 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/listview-search-results- double-up-fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/840235 Title: When entering software name in search text field

[Bug 839462] Re: software center shows wrong screenshot

2011-09-05 Thread Matthew McGowan
** Changed in: software-center (Ubuntu) Status: New = Confirmed ** Branch linked: lp:~mmcg069/software-center/bug839462 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/839462 Title: software

[Bug 839462] Re: software center shows wrong screenshot

2011-09-05 Thread Matthew McGowan
Hi Fabian, Thanks for reporting this bug. I have a possible solution to the issue you are experiencing. I cannot tell if you are testing Oneric Ocelot. If you are and you have bzr installed, you could test the following branch and let me know if it does the trick for you:

[Bug 830258] Re: [GTK3] Scrolling list view with the keyboard doesn't work

2011-09-05 Thread Matthew McGowan
I can't come up with a simple fix for this issue, unless anyone else knows a nice way to solve this, i think we will have to go with mpt's plan C and drop the app count altogether for the time being. :( See linked branch for the change. ** Branch unlinked:

[Bug 840659] Re: Use symbolic icons in history buttons

2011-09-05 Thread Matthew McGowan
Hi guys, I cannot see any symbolic arrow icons in Ubuntu-Mono-Light theme which seems to be the theme i have set if i select Radiance from the theme selector in Appearances. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 840659] Re: Use symbolic icons in history buttons

2011-09-05 Thread Matthew McGowan
I stand corrected, go-previous-symbolic etc. My bad... Attached is a screenshot with the back/forward button using the symbolic... ** Attachment added: screenshot of sc with symbolic back/forward icons

[Bug 839736] Re: images/ full of unused image files

2011-09-03 Thread Matthew McGowan
** Branch linked: lp:~mmcg069/software-center/image-data-cleanup -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/839736 Title: images/ full of unused image files To manage notifications about this

[Bug 840721] [NEW] software-center-qml segfaults on launch

2011-09-03 Thread Matthew McGowan
Public bug reported: ./software-center-qml results in the following: matthew-dev@matthew-Latitude-D620-dev:~/Projects/usc/images-cleanup$ ./software-center-qml /usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) ==

[Bug 839736] Re: images/ full of unused image files

2011-09-03 Thread Matthew McGowan
Hi could people give the linked branch a quick test. Please test both ./software-center-gtk2 and ./software-center-gtk3 as they make use of different content. Also not sure what older versions of software-center still require as far as data/* content. Also note i am getting the following error

[Bug 838607] Re: [gtk3] whole addon label is gray. only pkgname should be gray

2011-09-01 Thread Matthew McGowan
the linked branch contains a fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/838607 Title: [gtk3] whole addon label is gray. only pkgname should be gray To manage notifications about this bug

[Bug 838607] [NEW] [gtk3] whole addon label is gray. only pkgname should be gray

2011-09-01 Thread Matthew McGowan
Public bug reported: The entire label describing an addon, within the detailsview, is now gray. Only the pkgname should be gray. This is a regression from a recent merge. ** Affects: software-center (Ubuntu) Importance: Undecided Status: New ** Branch linked:

[Bug 830700] Re: [GTK3] Clicking Install jumbles up the software description for 25 seconds

2011-09-01 Thread Matthew McGowan
Please re-test trunk. I provided some description widget fixes that should prevent this bug from occurring. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/830700 Title: [GTK3] Clicking Install

[Bug 830258] Re: [GTK3] Scrolling list view with the keyboard doesn't work

2011-09-01 Thread Matthew McGowan
This bug is caused by the fact that we have a treeview (which implements its own scrollable interface) parented by a vbox itself parented by a viewport. This combination seems to break the treeview keyboard scrolling. This widget arrangement was introduced to allow the appcount to be displayed

[Bug 830738] Re: [GTK3] Almost all text in the software item screen is the wrong color

2011-08-31 Thread Matthew McGowan
Hi mpt, in the globalpane-themeability branch i have changed things such that the 'sublte-label' color can be controlled by setting the value of the following lines in the softwarecenter/data/ui/gtk3/css/softwarecenter.css file: #subtle-label { -GtkWidget-link-color: shade

[Bug 830691] Re: [GTK3] No background on installation state bar

2011-08-31 Thread Matthew McGowan
Should this be fix released? We currently have a lighter shader of the background which i think is what you were hoping for. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/830691 Title: [GTK3] No

[Bug 830681] Re: Backgrounds inconsistent between home screen, list views, and software item screens

2011-08-31 Thread Matthew McGowan
so the linked branch makes the itemview and listview consistent (amoung other things) ... ** Branch linked: lp:~mmcg069/software-center/globalpane-themeability -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 828092] Re: [GTK3] Navigation bar is ugly in Radiance and other light themes

2011-08-31 Thread Matthew McGowan
Hi all, i have a branch which modifies the globalpane to inherit from a Gtk.Toolbar instead of HBox, as well it contains assorted changes to the various buttons making them consistent with the users gtk theme. Feedback welcome. ** Branch linked:

Re: [Bug 830738] Re: [GTK3] Almost all text in the software item screen is the wrong color

2011-08-28 Thread Matthew McGowan
sweet will make the change in the next day or so... On Sat, Aug 27, 2011 at 4:41 AM, Matthew Paul Thomas m...@canonical.comwrote: Nearly there. :-) In r2217, the only thing that's still the wrong color is the Developer Web Site link, which should be grey rather than red. -- You received

Re: [Bug 524567] Re: Software list views with variable-height rows scroll slowly

2011-08-28 Thread Matthew McGowan
Esmaeil, I am not so sure the symptoms you report directly relate to this bug. The bug you mentioned I believe this is already tracked in a bug reported by mpt. On Sat, Aug 27, 2011 at 4:43 PM, Esmaeil MIRZAEE 524...@bugs.launchpad.netwrote: In bug #830258, we got another error like this but

[Bug 834341] Re: Misaligned license when no reviews

2011-08-26 Thread Matthew McGowan
Could you provide an example app where this occurs for you? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/834341 Title: Misaligned license when no reviews To manage notifications about this bug go

[Bug 833954] Re: Description for a package is smushed onto one line

2011-08-26 Thread Matthew McGowan
I've linked a branch with some description fixes, let me know if this bug is fixed in the branch. ** Branch linked: lp:~mmcg069/software-center/description-tweaks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 833697] Re: [GTK3] What's New and Top Rated tiles have different widths

2011-08-26 Thread Matthew McGowan
With the exception of the icon in the FeaturedTile, everything is text, which means we should just be able to set the width request to some multiple of the current em-value -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 833697] Re: [GTK3] What's New and Top Rated tiles have different widths

2011-08-26 Thread Matthew McGowan
ok, linked branch has an approach i think should def work... featured tile width is derived from a global, so aaron your approach is maintained except we only use the calc'd req_width if it is larger than the current global featured_tile_width value along the lines of: global _featured_tile_width

[Bug 798632] Re: Software center runs update-apt-xapian-index every time it starts

2011-08-25 Thread Matthew McGowan
yea this really sucks! I dont know the code too well in this department, but in my head it would be nice if there was an api in aptdaemon for querying if there had been an _non_ aptdaemon aware package change made, say, from the cmd line or some non aptdaemon friendly gui app. Depending on the

  1   2   3   >