[Bug 966030] Re: "Show desktop" in alt-tab doesn't always work

2013-06-21 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/966030 Title: "Show desktop" in alt-tab doesn't always work To manage notific

[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 notificati

[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] wro

[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 would

[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 fo

[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 B

[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 loadin

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

2011-12-04 Thread Brandon Schaefer
nt/2619746/+files/message.png ** Changed in: unity 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

[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 man

[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 no

[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 notificatio

[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: https://code.launchpad.net/~bran

[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 ab

[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 manage

[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 relate

[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.ne

[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. https://bugs.launchp

[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 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

<    5   6   7   8   9   10