Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use different mouse actions when locked. | William Hua | 2014-04-10 | 2 | -3/+60 |
| | |||||
* | Merge trunk. | William Hua | 2014-04-05 | 1 | -0/+17 |
|\ | |||||
| * | Update sources and indicator when IBus is ready. | William Hua | 2014-04-02 | 1 | -0/+9 |
| | | |||||
* | | Remember to reset the indicator icon on unlock too. | William Hua | 2014-04-05 | 1 | -10/+1 |
| | | |||||
* | | Remember to update indicator action with active input source. | William Hua | 2014-04-05 | 1 | -8/+9 |
| | | |||||
* | | Don't change input source setting on lock/unlock. | William Hua | 2014-04-04 | 1 | -18/+12 |
| | | |||||
* | | Add 'active' action that allows setting the current input source without ↵ | William Hua | 2014-04-04 | 1 | -0/+68 |
| | | | | | | | | persisting it on disk. | ||||
* | | Separate lock screen menu. | William Hua | 2014-04-04 | 2 | -6/+40 |
| | | |||||
* | | Add u-s-d keyboard plugin private interface. | William Hua | 2014-04-04 | 2 | -8/+32 |
| | | |||||
* | | Merge 1291962-2. | William Hua | 2014-04-04 | 4 | -113/+183 |
|\ \ | |||||
| * | | Revert '...' to '…'. | William Hua | 2014-04-04 | 1 | -1/+1 |
| | | | |||||
| * | | Change '...' to '…'. | William Hua | 2014-04-03 | 1 | -1/+1 |
| | | | |||||
| * | | Merge 1290881. | William Hua | 2014-03-27 | 3 | -10/+82 |
| |\| | |||||
| * | | Filter out IBus IMs if we don't specify Options.IBUS. | William Hua | 2014-03-27 | 1 | -6/+8 |
| | | | |||||
| * | | Export separate menus for desktop and greeter. | William Hua | 2014-03-27 | 4 | -111/+179 |
| | | | |||||
* | | | Switch to non-IBus input source when screen is locked. | William Hua | 2014-04-02 | 3 | -0/+79 |
| |/ |/| | |||||
* | | IBus panel is only available while IBus is running. | William Hua | 2014-03-20 | 1 | -34/+48 |
| | | |||||
* | | Check if IBus is connected before checking engine properties. | William Hua | 2014-03-19 | 1 | -28/+31 |
| | | |||||
* | | Use private IBus implementation. | William Hua | 2014-03-19 | 3 | -10/+65 |
|/ | |||||
* | Update icons when icon theme changes. Fixes: 1237749 | William Hua | 2014-02-27 | 2 | -11/+22 |
|\ | |||||
| * | Update icons when icon theme changes. | William Hua | 2014-02-26 | 2 | -11/+22 |
| | | |||||
* | | Do not set org.gnome.desktop.input-sources.current when unchanged (LP: ↵ | Oleg O Andreev | 2014-02-24 | 1 | -3/+9 |
|/ | | | | #1256559). | ||||
* | Implement the IBus panel within the indicator. | William Hua | 2014-02-20 | 4 | -19/+397 |
|\ | |||||
| * | Break reference cycle which caused some inconsistent action handling. | William Hua | 2014-02-19 | 2 | -13/+52 |
| | | |||||
| * | Implement IBus panel. | William Hua | 2014-02-19 | 4 | -19/+358 |
| | | |||||
* | | use unity-control-center instead of gnome-control-center | Sebastien Bacher | 2014-02-19 | 1 | -1/+1 |
|/ | |||||
* | Update window sources when window stack is available. | William Hua | 2013-11-22 | 1 | -0/+1 |
| | |||||
* | Replace BAMF with Unity window stack API calls. | William Hua | 2013-11-22 | 3 | -30/+96 |
| | |||||
* | Move greeter.vala to unity-greeter.vala. | William Hua | 2013-11-22 | 3 | -11/+11 |
| | |||||
* | Merge trunk, resolving Makefile conflict. | Allan LeSage | 2013-11-21 | 3 | -84/+497 |
|\ | |||||
| * | Enable middle click and mouse wheel scrolling. Fixes: ↵ | William Hua | 2013-11-05 | 2 | -3/+31 |
| |\ | | | | | | | | | | | | | | | | https://bugs.launchpad.net/bugs/887139. Approved by Charles Kerr, PS Jenkins bot. | ||||
| | * | Be careful around large scrolling offsets. | William Hua | 2013-11-04 | 1 | -1/+4 |
| | | | |||||
| | * | Enable middle click and mouse wheel scrolling. | William Hua | 2013-10-30 | 2 | -3/+28 |
| | | | |||||
| * | | Don't set LightDM's layout if we're in a session. (LP: 1226962) | William Hua | 2013-10-09 | 1 | -15/+17 |
| |/ | |||||
| * | Switch to default layout for non-users in unity-greeter. | William Hua | 2013-10-02 | 1 | -21/+39 |
| | | |||||
| * | Get greeter unique bus name from environment. | William Hua | 2013-10-02 | 1 | -6/+10 |
| | | |||||
| * | ocd | William Hua | 2013-10-01 | 1 | -1/+1 |
| | | |||||
| * | Connect properly and handle edge cases. | William Hua | 2013-10-01 | 2 | -9/+37 |
| | | |||||
| * | Set initial layout whenever user is switched in unity-greeter. | William Hua | 2013-09-30 | 3 | -3/+118 |
| | | |||||
| * | Prevent index out of bounds. | William Hua | 2013-09-21 | 1 | -0/+10 |
| | | |||||
| * | Always add the default layout. | William Hua | 2013-09-21 | 1 | -7/+8 |
| | | |||||
| * | Don't waste space. | William Hua | 2013-09-21 | 1 | -1/+3 |
| | | |||||
| * | Use old user layouts if they haven't migrated yet. | William Hua | 2013-09-20 | 1 | -0/+28 |
| | | |||||
| * | Fallback to LightDM default. | William Hua | 2013-09-20 | 1 | -0/+10 |
| | | |||||
| * | Only use XKeyboardLayouts if InputSources is empty. | William Hua | 2013-09-20 | 1 | -9/+16 |
| | | |||||
| * | Infer variable type. | William Hua | 2013-09-20 | 1 | -1/+1 |
| | | |||||
| * | Use printf-style format string instead. | William Hua | 2013-08-29 | 1 | -2/+2 |
| | | |||||
| * | Append input source suffix to accessible-desc. | William Hua | 2013-08-28 | 1 | -1/+2 |
| | | |||||
| * | Added an 'accessible description' | Matthieu Baerts | 2013-08-28 | 1 | -5/+9 |
| | | | | | | | | This description is used by other applications (like Cairo-Dock) as label for this icon. | ||||
| * | Proper shutdown on SIGTERM. | William Hua | 2013-08-22 | 1 | -6/+26 |
| |\ | | | | | | | | | | Approved by Ted Gould, PS Jenkins bot. |