[Bug 839480] Re: Dash - When the Dash is open and there is a maximised app in the background, the top bar background should not disappear

2012-03-01 Thread Brandon Schaefer
@Cimi Sorry, some progress is being made, but I need to get some help from Jaytaoko to help get the right finishing touches on it. When he gets sometime this should be fixed in no time! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 880876] Re: Unity causes ibus to not work correctly (spaces incorrectly placed)

2012-03-05 Thread Brandon Schaefer
The changes would be to large and would require changes in both unity and nux. 12.04 will be out in a little over 2 months, so you'll have something to look forward too :). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 839480] Re: Dash - When the Dash is open and there is a maximised app in the background, the top bar background should not disappear

2012-02-10 Thread Brandon Schaefer
@John it is on the top of my todo list, Im hoping to have it done as soon as possible! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/839480 Title: Dash - When the Dash is open and there is a

[Bug 928154] Re: Can not input Chinese in the input box of HUD with iBus

2012-02-13 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/unity/fix-915828 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/928154 Title: Can not input Chinese in the input box of HUD with iBus To manage notifications

[Bug 880876] Re: Unity causes ibus to not work correctly (spaces incorrectly placed)

2012-02-13 Thread Brandon Schaefer
** Changed in: unity Status: Confirmed = In Progress ** Changed in: unity (Ubuntu) Status: Confirmed = 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/880876 Title: Unity

[Bug 926793] Re: compiz crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2012-02-23 Thread Brandon Schaefer
** Branch linked: lp:~unity-team/unity/unity.text-entry-im ** Branch linked: lp:~brandontschaefer/unity/unity.fix-middle-paste-reg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/926793 Title:

[Bug 869122] Re: Launcher - difficult to exit from 'alt+f1' Launcher navigation mode

2012-01-31 Thread Brandon Schaefer
** Branch unlinked: lp:~brandontschaefer/unity/fix-896122 ** Branch linked: lp:~brandontschaefer/unity/new.fix-896122 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/869122 Title: Launcher -

[Bug 924961] Re: Cannot type Chinese character using ibus in search bar of unity dashboard

2012-02-02 Thread Brandon Schaefer
This should be fixed with this bug fix. https://bugs.launchpad.net/unity/+bug/915828 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/924961 Title: Cannot type Chinese character using ibus in search

[Bug 711199] Re: Dash - No message displayed when no results are returned in the Dash

2012-02-03 Thread Brandon Schaefer
** Attachment added: max_dash.png https://bugs.launchpad.net/ubuntu/+source/unity/+bug/711199/+attachment/2712324/+files/max_dash.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/711199 Title:

[Bug 711199] Re: Dash - No message displayed when no results are returned in the Dash

2012-02-03 Thread Brandon Schaefer
Alright, here are screen shots to match the visual design. The code should be ready for 5.4! ** Attachment added: normal_dash.png https://bugs.launchpad.net/ubuntu/+source/unity/+bug/711199/+attachment/2712323/+files/normal_dash.png -- You received this bug notification because you are a

[Bug 926793] Re: compiz crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()

2012-02-27 Thread Brandon Schaefer
Fix: In the unity.text-entry-im branch Test Coverage: In the unity-fix-middle-paste-reg branch ** Changed in: unity Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 880876] Re: Unity causes ibus to not work correctly (spaces incorrectly placed)

2012-02-27 Thread Brandon Schaefer
** Changed in: unity (Ubuntu) Status: In Progress = 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/880876 Title: Unity causes ibus to not work correctly (spaces incorrectly

[Bug 880876] Re: Unity causes ibus to not work correctly (spaces incorrectly placed)

2012-02-27 Thread Brandon Schaefer
** Changed in: unity Status: In Progress = 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/880876 Title: Unity causes ibus to not work correctly (spaces incorrectly placed) To

[Bug 885304] Re: [launcher] When Launcher already has keyboard focus, Alt-F1 doesn't exit focus

2012-02-15 Thread Brandon Schaefer
** Changed in: unity Assignee: (unassigned) = Brandon Schaefer (brandontschaefer) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/885304 Title: [launcher] When Launcher already has keyboard

[Bug 867885] Re: ibus character selection window not drawn

2011-10-06 Thread Brandon Schaefer
It looks like it has to do with preediting and how it handles the cursor. When you start typing in preedit and then press the left arrow; the ibus pop up window disappears along with the text. When this happens and IMTextEntry::UpdateCursorLocation() gets called from IMTextEntry::OnPreeditChanged

[Bug 867885] Re: ibus character selection window not drawn

2011-10-06 Thread Brandon Schaefer
** Attachment added: normal_text_cursor.png https://bugs.launchpad.net/ubuntu/+source/unity/+bug/867885/+attachment/2516154/+files/normal_text_cursor.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 867885] Re: ibus character selection window not drawn

2011-10-07 Thread Brandon Schaefer
The problem is located in preedit_cursor_ and how nux uses it. There are also a few other things nux has for dealing with preedit which seems to be in the right direction. Such as _preedit which nux uses to store the preedit text in, also an attribute variable for the function

[Bug 867885] Re: ibus character selection window not drawn

2011-10-07 Thread Brandon Schaefer
Example of the new preedit working. The window no long disappears when deleting or moving the cursor. ** Branch linked: lp:~brandontschaefer/unity/fix-867885 ** Attachment added: preedit.png https://bugs.launchpad.net/ubuntu/+source/unity/+bug/867885/+attachment/2525346/+files/preedit.png

[Bug 867885] Re: ibus character selection window not drawn

2011-10-11 Thread Brandon Schaefer
Thank you for the testing. I just submitted a fix for the down key issue. https://code.launchpad.net/~brandontschaefer/unity/ibus_down_fix The window is not disappearing for me; so I'll see if I can reproduce this. ** Attachment added: zho|ng.png

[Bug 836274] Re: Pressing alt on maximized window does show menu but not window controls

2011-09-18 Thread Brandon Schaefer
The problem is fixed in my branch for unity. ** Branch linked: lp:~brandontschaefer/unity/fix-836274 ** Changed in: unity Assignee: Unity Community Hackers (unity-community-hackers) = Brandon Schaefer (brandontschaefer) -- You received this bug notification because you are a member

[Bug 836274] Re: Pressing alt on maximized window does show menu but not window controls

2011-09-18 Thread Brandon Schaefer
** Changed in: unity 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/836274 Title: Pressing alt on maximized window does show menu but not window controls

[Bug 925421] Re: sometimes icons get dropped from the launcher when they should not

2012-03-21 Thread Brandon Schaefer
** Changed in: unity Status: Triaged = In Progress ** Changed in: unity (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/925421 Title: sometimes icons

[Bug 915828] Re: ibus not getting focus

2012-03-29 Thread Brandon Schaefer
@Ray Hello, I have tested that myself and was a concern of mine. I am unable to get the character window to disappear from the dash no matter how hard I try. If you get a chance to post a screen shot of the pop up window disappearing and make sure you up to date with the current release 5.8? I

[Bug 963134] Re: Opening HUD after dash shows window title in the panel

2012-03-29 Thread Brandon Schaefer
This branch fixes a few problems such as the panel, not being able to type and the menu. Unityshell.cpp didn't know when the hud was active, so it never removed those things. Now it does! https://code.launchpad.net/~unity-team/unity/fixes.unityshell-overlay There is still a problem with the

[Bug 918753] Re: Frozen double icon after launching and dragging at once

2012-03-19 Thread Brandon Schaefer
** Changed in: unity Assignee: (unassigned) = Brandon Schaefer (brandontschaefer) ** Changed in: unity (Ubuntu) Assignee: (unassigned) = Brandon Schaefer (brandontschaefer) ** Changed in: unity Status: Confirmed = In Progress ** Changed in: unity (Ubuntu) Status

[Bug 918753] Re: Frozen double icon after launching and dragging at once

2012-03-19 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/unity/fix.918753 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/918753 Title: Frozen double icon after launching and dragging at once To manage notifications

[Bug 925421] Re: sometimes icons get dropped from the launcher when they should not

2012-03-20 Thread Brandon Schaefer
its opening Unlock form Launcher ...Icon is removed, then the Software Center starts without adding the icon back to the launcher ** Changed in: unity Assignee: (unassigned) = Brandon Schaefer (brandontschaefer) ** Changed in: unity (Ubuntu) Assignee: (unassigned) = Brandon Schaefer

[Bug 918753] Re: Frozen double icon after launching and dragging at once

2012-03-21 Thread Brandon Schaefer
** Changed in: unity Status: In Progress = Fix Committed ** Changed in: unity (Ubuntu) Status: In Progress = 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/918753 Title:

[Bug 885304] Re: Launcher - When Launcher already has keyboard focus, Alt-F1 doesn't exit focus

2012-03-15 Thread Brandon Schaefer
** Changed in: unity Status: Triaged = 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/885304 Title: Launcher - When Launcher already has keyboard focus, Alt-F1 doesn't exit

[Bug 885304] Re: Launcher - When Launcher already has keyboard focus, Alt-F1 doesn't exit focus

2012-03-15 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/unity/fix.885304 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/885304 Title: Launcher - When Launcher already has keyboard focus, Alt-F1 doesn't exit focus

[Bug 880876] Re: Unity causes ibus to not work correctly (spaces incorrectly placed)

2012-02-20 Thread Brandon Schaefer
** Branch linked: lp:~unity-team/nux/nux.text-entry-im-auto-test ** Branch linked: lp:~unity-team/unity/unity.text-entry-im -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880876 Title: Unity causes

[Bug 880876] Re: Unity causes ibus to not work correctly (spaces incorrectly placed)

2012-02-20 Thread Brandon Schaefer
Hopefully those branch I just attached will be getting merged soon. This will fix the Korean problem, here is a screenshot showing the space and number pad chars committing correctly. Though it is hard to tell, it work ;) ** Attachment added: hangul.png

[Bug 839480] Re: Dash - When the Dash is open and there is a maximised app in the background, the top bar background should not disappear

2011-12-13 Thread Brandon Schaefer
I uploaded some screenshots of what I have so far (it uses the dash tint to do the coloring): ** Attachment added: prog_panel_view_purple.png https://bugs.launchpad.net/unity/+bug/839480/+attachment/2632061/+files/prog_panel_view_purple.png -- You received this bug notification because you

[Bug 839480] Re: Dash - When the Dash is open and there is a maximised app in the background, the top bar background should not disappear

2011-12-13 Thread Brandon Schaefer
** Attachment added: prog_panel_view_blue.png https://bugs.launchpad.net/unity/+bug/839480/+attachment/2632062/+files/prog_panel_view_blue.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/839480

[Bug 839480] Re: Dash - When the Dash is open and there is a maximised app in the background, the top bar background should not disappear

2011-12-13 Thread Brandon Schaefer
** Attachment removed: prog_panel_view_blue.png https://bugs.launchpad.net/unity/+bug/839480/+attachment/2632062/+files/prog_panel_view_blue.png ** Attachment added: ambiance_blue.png https://bugs.launchpad.net/unity/+bug/839480/+attachment/2632318/+files/ambiance_blue.png -- You

[Bug 839480] Re: Dash - When the Dash is open and there is a maximised app in the background, the top bar background should not disappear

2011-12-13 Thread Brandon Schaefer
** Attachment added: radiance_blue.png https://bugs.launchpad.net/unity/+bug/839480/+attachment/2632320/+files/radiance_blue.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/839480 Title: Dash

[Bug 839480] Re: Dash - When the Dash is open and there is a maximised app in the background, the top bar background should not disappear

2011-12-13 Thread Brandon Schaefer
** Attachment removed: prog_panel_view_purple.png https://bugs.launchpad.net/unity/+bug/839480/+attachment/2632061/+files/prog_panel_view_purple.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 839480] Re: Dash - When the Dash is open and there is a maximised app in the background, the top bar background should not disappear

2011-12-14 Thread Brandon Schaefer
** Changed in: unity Status: Triaged = In Progress ** Changed in: unity (Ubuntu) Status: Triaged = 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/839480 Title: Dash - When

[Bug 880876] Re: Unity causes ibus to not work correctly (spaces incorrectly placed)

2012-01-13 Thread Brandon Schaefer
Also since the git version fixes this bug that means this is an upstream problem and no code in unity will have to change for this fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/880876 Title:

[Bug 880876] Re: Unity causes ibus to not work correctly (spaces incorrectly placed)

2012-01-16 Thread Brandon Schaefer
@David I'm not sure, since I have been manually patching it to test. Bad news about that patch being an overall fix. The patch fixes the problem if you are using XIM as the main IM; if you look at what is being patched it is specifically for XIM in the ibus/client/x11/main.c. The problem is

[Bug 839480] Re: Dash - When the Dash is open and there is a maximised app in the background, the top bar background should not disappear

2012-01-16 Thread Brandon Schaefer
Linked the current branch I have; which reflect the last screenshots I put up. Left to do: -make more of blur between the dash the panel -refactor parts of PanelView ** Branch linked: lp:~brandontschaefer/unity/fix-839480 -- You received this bug notification because you are a member of Ubuntu

[Bug 880876] Re: Unity causes ibus to not work correctly (spaces incorrectly placed)

2012-01-17 Thread Brandon Schaefer
I apologies that this is taking so long to fix! It also doesn't look like the ibus developers are going to take this as a high priority bug. I started looking though the source code, so I am hoping I can find a fix soon! Also more to the bug. If you use any keys on the number pad it will commit

[Bug 880876] Re: Unity causes ibus to not work correctly (spaces incorrectly placed)

2012-01-17 Thread Brandon Schaefer
So some good new on progress. I found out how to get the space to work correctly, which seems to be the biggest problem with this bug. The problem looks like it is in libhangul. The problem seems to be that when IBUS_ENABLE_SYNC_MODE is enabled it pushes all the events through the im engine

[Bug 711199] Re: Dash - No message displayed when no results are returned in the Dash

2012-01-18 Thread Brandon Schaefer
New branch, which works with the fix mhr3 added to the lenses. Still waiting on the outcome of this bug to see what to do with the HomeView (as it doesn't have a message displayed currently). https://bugs.launchpad.net/ubuntu/+source/unity/+bug/885738 ** Branch linked:

[Bug 880876] Re: Unity causes ibus to not work correctly (spaces incorrectly placed)

2012-01-12 Thread Brandon Schaefer
@seb128 I Installed the fixed version of the ibus and it fixes the problem for me. Here is a screenshot of both versions. The first half is the fix and second half is the current ibus. Fixed Version: https://github.com/fujiwarat/ibus Both pictures follow these steps: print env var type in Koren

[Bug 869122] Re: Launcher - difficult to exit from 'alt+f1' Launcher navigation mode

2011-12-23 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/unity/fix-896122 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/869122 Title: Launcher - difficult to exit from 'alt+f1' Launcher navigation mode To manage

[Bug 711199] Re: Dash - No message displayed when no results are returned in the Dash

2011-12-04 Thread Brandon Schaefer
Assignee: Neil J. Patel (njpatel) = Brandon Schaefer (brandontschaefer) ** Changed in: unity Status: Confirmed = In Progress ** Changed in: ayatana-design Status: Fix Committed = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 711199] Re: Dash - No message displayed when no results are returned in the Dash

2011-12-05 Thread Brandon Schaefer
** Changed in: unity Status: In Progress = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/711199 Title: Dash - No message displayed when no results are returned in the Dash To

[Bug 711199] Re: Dash - No message displayed when no results are returned in the Dash

2011-12-05 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/unity/fix-711199 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/711199 Title: Dash - No message displayed when no results are returned in the Dash To manage

[Bug 711199] Re: Dash - No message displayed when no results are returned in the Dash

2011-12-06 Thread Brandon Schaefer
** Changed in: unity Status: Confirmed = 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/711199 Title: Dash - No message displayed when no results are returned in the Dash To

[Bug 880876] Re: Unity causes ibus to not work correctly

2011-12-02 Thread Brandon Schaefer
@Yubin it is in IMTextEntry.cpp: http://bazaar.launchpad.net/~unity-team/unity/trunk/view/head:/plugins/unityshell/src/IMTextEntry.cpp#L49 So if you start the dash it sets the env var, then close it and unset the env var. -- You received this bug notification because you are a member of Ubuntu

[Bug 893996] Re: first super press/dash display can be really slow

2011-12-02 Thread Brandon Schaefer
Right now there is a timer that loads the lenses if not opened first which is 60 seconds, if it was say 10 or 5 then it would get loaded before they opened the dash (hopefully). Though I am unsure how slow it is on a slower machine, this way would require just 1 line of code changed vs. lazy

[Bug 745049] Re: HasKeyboardFocus still returns true after OnEndFocus signal

2011-12-15 Thread Brandon Schaefer
These signals no longer exist in nux. ** Changed in: unity Status: Confirmed = Invalid ** Changed in: nux Status: Confirmed = Invalid ** Changed in: nux (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 885849] Re: Dash - the physical format of the Dash (windowed or full screen) should be stateful across sessions

2011-12-15 Thread Brandon Schaefer
** Changed in: unity Status: Confirmed = Invalid ** Changed in: unity (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/885849 Title: Dash - the

[Bug 885849] Re: Dash - the physical format of the Dash (windowed or full screen) should be stateful across sessions

2011-12-15 Thread Brandon Schaefer
The dash is remembering the state; trunk version of unity. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/885849 Title: Dash - the physical format of the Dash (windowed or full screen) should be

[Bug 869122] Re: Launcher - difficult to exit from 'alt+f1' Launcher navigation mode

2011-12-19 Thread Brandon Schaefer
** Changed in: unity Assignee: (unassigned) = Brandon Schaefer (brandontschaefer) ** Changed in: unity Status: Triaged = In Progress ** Changed in: unity (Ubuntu) Assignee: (unassigned) = Brandon Schaefer (brandontschaefer) ** Changed in: unity (Ubuntu) Status: Triaged

[Bug 745243] Re: [dash] wrong search result of Unity in Chinese

2011-09-07 Thread Brandon Schaefer
This problem was fixed and is in the current daily build of unity-2d. It was a regression in unity-2d not libxapian. See the 2 screenshots: ** Attachment added: dash.png https://bugs.launchpad.net/unity-2d/+bug/745243/+attachment/2370323/+files/dash.png -- You received this bug

[Bug 745243] Re: [dash] wrong search result of Unity in Chinese

2011-09-07 Thread Brandon Schaefer
** Attachment added: software.png https://bugs.launchpad.net/unity-2d/+bug/745243/+attachment/2370324/+files/software.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/745243 Title: [dash]

[Bug 840005] Re: Dash search for files states two more results but doesn't display them

2011-09-09 Thread Brandon Schaefer
This problem has been fixed from this merge: https://code.launchpad.net/~gordallott/unity/more-dash-speedups/+merge/74569 If you look at the diff, on lines 143-144. This was the problem; it wasn't allocating room for the last row which is why when you clicked show 2 more results the last row

[Bug 840005] Re: Dash search for files states two more results but doesn't display them

2011-09-09 Thread Brandon Schaefer
** Attachment added: expanded.png https://bugs.launchpad.net/ubuntu/+source/unity/+bug/840005/+attachment/2375682/+files/expanded.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/840005 Title:

[Bug 840005] Re: Dash search for files states two more results but doesn't display them

2011-09-09 Thread Brandon Schaefer
** Branch linked: lp:~gordallott/unity/more-dash-speedups ** Changed in: unity Status: In Progress = 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/840005 Title: Dash search

[Bug 822494] Re: [chinese] Unity file and folder search result not as expected

2011-09-03 Thread Brandon Schaefer
** Branch linked: lp:~fboucault/unity-2d/dash_encoding_global_fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/822494 Title: [chinese] Unity file and folder search result not as expected To

[Bug 822494] Re: [chinese] Unity file and folder search result not as expected

2011-09-03 Thread Brandon Schaefer
Thank you Ray for pointing this out. The last problem will be fixed when the branch attached gets merged. The problem was unity 2d lost the support for non ascii but it was fixed and is now waiting to be merged. https://bugs.launchpad.net/unity-2d/+bug/840010 There is another bug that this

[Bug 840005] Re: Dash search for files states two more results but doesn't display them

2011-09-07 Thread Brandon Schaefer
** Changed in: unity Assignee: (unassigned) = Brandon Schaefer (brandontschaefer) ** Changed in: unity Status: Confirmed = 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/840005

[Bug 745243] Re: [dash] wrong search result of Unity in Chinese

2011-07-25 Thread Brandon Schaefer
New patch, hopefully will be merged with Xapian. ** Patch removed: cjk.patch https://bugs.launchpad.net/xapian/+bug/745243/+attachment/2216798/+files/cjk.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 745243] Re: [dash] wrong search result of Unity in Chinese

2011-07-25 Thread Brandon Schaefer
Hopefully this will be merged with Xapian. ** Patch added: Changed from using lexer to the parser. https://bugs.launchpad.net/xapian/+bug/745243/+attachment/2232270/+files/cjk.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 867885] Re: ibus character selection window not drawn

2011-10-18 Thread Brandon Schaefer
@Kevin Moving the ibus cursor with zhong works for me and on 3 other machines I have tested it on. I would try and install unity 4.24.0 from oneiric-proposed and see if that fixes this issue for you. ** Attachment added: zhong.png

[Bug 880876] Re: Unity causes ibus to not work correctly

2011-10-24 Thread Brandon Schaefer
Thank you for letting me know about this. The problem seems to lie when you hit space to end the preedit and it is committing the space before the Koren. Will take a look into this. ** Changed in: unity Assignee: (unassigned) = Brandon Schaefer (brandontschaefer) ** Changed in: unity

[Bug 860805] Re: Dash doesn't get the focus on pressing the super key first time after login

2011-11-21 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/unity/fix-860805 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/860805 Title: Dash doesn't get the focus on pressing the super key first time after login To

[Bug 880876] Re: Unity causes ibus to not work correctly

2011-11-23 Thread Brandon Schaefer
Sorry, forgot to update this report. That is the proper fix for other application, but it wont fix unity dash because with out the sync mode ibus doesn't handle regular text. Here is the bug report form upstream. http://code.google.com/p/ibus/issues/detail?id=1291 ** Bug watch added: IBus bugs

[Bug 819721] Re: quicklists not accessible for the first time just after login

2011-11-09 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/nux/fix-819721 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/819721 Title: quicklists not accessible for the first time just after login To manage

[Bug 745243] Re: [dash] wrong search result of Unity in Chinese

2011-07-19 Thread Brandon Schaefer
Here is a patch for Xapian, it edits the Term Generator and Query Parser used in unity-places-applications. So everything is handled under the hood of Xapian. This was taken over from Mikkels' branch and where he left off. This is the branch with the patch applied:

[Bug 745243] Re: [dash] wrong search result of Unity in Chinese

2011-07-19 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/xapian/cjk-support-patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/745243 Title: [dash] wrong search result of Unity in Chinese To manage notifications

[Bug 890991] Re: Launcher - Quicklist menu does not respond to being opened on a new icon if already open

2012-07-30 Thread Brandon Schaefer
** Changed in: unity Assignee: (unassigned) = Brandon Schaefer (brandontschaefer) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/890991 Title: Launcher - Quicklist menu does not respond

[Bug 890991] Re: Launcher - Quicklist menu does not respond to being opened on a new icon if already open

2012-07-30 Thread Brandon Schaefer
** Changed in: unity Status: Triaged = In Progress ** Branch linked: lp:~brandontschaefer/unity/ql-right-click-fixes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/890991 Title: Launcher -

[Bug 890991] Re: Launcher - Quicklist menu does not respond to being opened on a new icon if already open

2012-07-30 Thread Brandon Schaefer
** Changed in: unity Milestone: backlog = 6.2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/890991 Title: Launcher - Quicklist menu does not respond to being opened on a new icon if already

[Bug 692444] Re: Launcher - clicking trash or device icons multiple times opens multiple instances

2012-08-03 Thread Brandon Schaefer
** Changed in: unity Status: In Progress = Confirmed ** Changed in: unity Assignee: Brandon Schaefer (brandontschaefer) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/692444

[Bug 1061229] Re: Alt-Tab - alt+grave (key above tab) takes you back to where you started, not to the next window

2012-10-17 Thread Brandon Schaefer
@Sebastian I really like that idea, it also is a lot more efficient :). I filed a bug here, as it needs design review: https://bugs.launchpad.net/ayatana-design/+bug/1067879 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1066442] Re: HUD's item which is being mouse-hovered is selected, making fast typing and clicking Enter unsafe

2012-10-17 Thread Brandon Schaefer
** Changed in: unity/6.0 Assignee: (unassigned) = Brandon Schaefer (brandontschaefer) ** Changed in: unity Status: Confirmed = In Progress ** Changed in: unity/6.0 Status: Confirmed = In Progress ** Changed in: unity Milestone: None = 7.0.0 -- You received this bug

[Bug 1066442] Re: HUD's item which is being mouse-hovered is selected, making fast typing and clicking Enter unsafe

2012-10-18 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/unity/fix-1066442 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1066442 Title: HUD's item which is being mouse-hovered is selected, making fast typing and

[Bug 1046201] Re: compiz crashed with SIGABRT in __GI___assert_fail() from operator- (this=optimized out) at /usr/include/boost/smart_ptr/shared_ptr.hpp:424 from operator- from unity::MT::GrabHand

2012-10-10 Thread Brandon Schaefer
** Changed in: unity/6.0 Status: Confirmed = In Progress ** Changed in: unity Status: Confirmed = 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/1046201 Title: compiz

[Bug 1046201] Re: compiz crashed with SIGABRT in __GI___assert_fail() from operator- (this=optimized out) at /usr/include/boost/smart_ptr/shared_ptr.hpp:424 from operator- from unity::MT::GrabHand

2012-10-11 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/unity/mt-grab-mem-leak-reference- counting-crash-fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1046201 Title: compiz crashed with SIGABRT in

[Bug 1058705] Re: [regression] Dash closes if the onscreen keyboard is outside of Dash' geometry

2012-10-11 Thread Brandon Schaefer
** Changed in: unity (Ubuntu Quantal) Status: In Progress = 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/1058705 Title: [regression] Dash closes if the onscreen keyboard is

[Bug 1044926] Re: Dash - When Launcher set to autohide, Dash sometimes opens before Launcher appears

2012-10-11 Thread Brandon Schaefer
** Changed in: unity (Ubuntu) Status: In Progress = Confirmed ** Changed in: unity Status: In Progress = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1044926 Title: Dash -

[Bug 1046201] Re: compiz crashed with SIGABRT in __GI___assert_fail() from operator- (this=optimized out) at /usr/include/boost/smart_ptr/shared_ptr.hpp:424 from operator- from unity::MT::GrabHand

2012-10-13 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/unity/mt-grab-handle-refrence- counting-fix-6.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1046201 Title: compiz crashed with SIGABRT in

[Bug 937338] Re: When selecting an action from a quicklist after opening the dash the dash stays put

2012-06-29 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/unity/triggered-quicklist-item- closes-dash ** Changed in: unity Assignee: (unassigned) = Brandon Schaefer (brandontschaefer) ** Changed in: unity Status: Confirmed = In Progress -- You received this bug notification because you are a member

[Bug 876017] Re: We should be able to close windows in spread mode

2012-06-29 Thread Brandon Schaefer
Also note that you can close windows in spread/scale mode by using Alt+F4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876017 Title: We should be able to close windows in spread mode To manage

[Bug 919209] Re: Open dash, press Alt+f1 - dash remains open

2012-06-29 Thread Brandon Schaefer
I had disabled going to Alt+F1 from the Dash, but I'll change that now! ** Changed in: unity Status: Triaged = In Progress ** Changed in: unity Assignee: (unassigned) = Brandon Schaefer (brandontschaefer) -- You received this bug notification because you are a member of Ubuntu Bugs

[Bug 919209] Re: Open dash, press Alt+f1 - dash remains open

2012-06-29 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/unity/dash-closes-when-alt+f1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/919209 Title: Open dash, press Alt+f1 - dash remains open To manage notifications

[Bug 953963] Re: compiz crashed with SIGSEGV in ObjectPtr() from unity::launcher::Launcher::DesaturateIcons() from unity::launcher::Launcher::OnOverlayShown()

2012-07-02 Thread Brandon Schaefer
Has anyone been able to reproduce this? I can't get the unity plugin to crash no matter how many times I toggle it off and on. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/953963 Title: compiz

[Bug 913994] Re: Launcher, Dash - Showing dash, via super key, with a quicklist shown doesn't work

2012-07-02 Thread Brandon Schaefer
** Changed in: unity Assignee: (unassigned) = Brandon Schaefer (brandontschaefer) ** Changed in: unity Status: Triaged = In Progress ** Branch linked: lp:~brandontschaefer/unity/quicklist-close-super-open- dash -- You received this bug notification because you are a member

[Bug 1020246] [NEW] Quicklist blocks Hud from opening

2012-07-02 Thread Brandon Schaefer
Public bug reported: When a quicklist is open and you try to open the Hud it is blocked. ie. the Hud will not open if a quicklist is open. ** Affects: unity (Ubuntu) Importance: Undecided Assignee: Brandon Schaefer (brandontschaefer) Status: Confirmed ** Changed in: unity

[Bug 1020246] Re: Quicklist blocks Hud from opening

2012-07-02 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/unity/quicklist-close-when-hud- opened -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1020246 Title: Quicklist blocks Hud from opening To manage notifications

[Bug 772986] Re: Unity launcher single missing/invisible/blank icon

2012-07-02 Thread Brandon Schaefer
** Changed in: unity Assignee: Brandon Schaefer (brandontschaefer) = (unassigned) ** Changed in: unity Status: In Progress = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772986

[Bug 692444] Re: Launcher - clicking trash or device icons multiple times opens multiple instances

2012-07-02 Thread Brandon Schaefer
** Changed in: unity Assignee: (unassigned) = Brandon Schaefer (brandontschaefer) ** Changed in: unity Status: Confirmed = 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/692444

[Bug 1020808] Re: Alt F1 keynav mode is not disabled when the Hud is open

2012-07-04 Thread Brandon Schaefer
** Changed in: unity (Ubuntu) Status: New = Confirmed ** Changed in: unity (Ubuntu) Assignee: (unassigned) = Brandon Schaefer (brandontschaefer) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1042692] Re: HUD mouseover selection broken

2012-09-01 Thread Brandon Schaefer
** Branch linked: lp:~brandontschaefer/unity/mouse-move-hud-buttons- focus -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1042692 Title: HUD mouseover selection broken To manage notifications about

[Bug 1043627] Re: [FFe] Add XIM Support to Nux

2012-09-04 Thread Brandon Schaefer
All the code that has landed in unity will not cause any problems if this FFe isn't approved. Right now there is just an AP test that will skip if the environment isn't correct (Which will likely always be true unless you are trying to test it). It is approved to merge in Nux but has not yet

[Bug 1026553] Re: Double clicking Workspace Switcher too fast switches workspaces and moves windows unpredictably

2012-09-04 Thread Brandon Schaefer
A correct fix seems to wait for expo to finish animating before letting another click cancel it. Just like Super+S works... ** Changed in: unity Assignee: (unassigned) = Brandon Schaefer (brandontschaefer) ** Changed in: unity Status: Confirmed = In Progress -- You received

[Bug 1036873] Re: HUD/Dash refuses to close

2012-09-05 Thread Brandon Schaefer
@Daniel Was there a way you were able to reproduce this? I can't get the Dash or Hud to be stuck ... I can't reproduce this, -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1036873 Title: HUD/Dash

  1   2   3   4   5   6   7   8   9   10   >