| Age | Commit message (Expand) | Author |
| 2013-10-21 | DashController: check for invalid (null) keybindings | Marco Trevisan (Treviño) |
| 2013-10-21 | Merging with trunk | Marco Trevisan (Treviño) |
| 2013-10-18 | * Get the current char before moving the pointer down to the next char | Brandon Schaefer |
| 2013-10-15 | * Use *next_char | Brandon Schaefer |
| 2013-10-15 | * Fix very bad utf8 handling...thnaks bregma! | Brandon Schaefer |
| 2013-10-15 | * Remove extra string copy | Brandon Schaefer |
| 2013-10-15 | * Reduce the complexity of the solution, do a one-time pass replace | Brandon Schaefer |
| 2013-10-15 | * Make the name more abstract, in case there are other languages we need to b... | Brandon Schaefer |
| 2013-10-15 | * When dealing with names that are in burmese, we must replace those with '?'. | Brandon Schaefer |
| 2013-10-14 | DashController: extend sigc::trackable to automatcally disconect from signal ... | Marco Trevisan (Treviño) |
| 2013-10-03 | DashController: always restore the input focus when hidden, no need to add a ... | Marco Trevisan (Treviño) |
| 2013-10-03 | DashView: some cleanup | Marco Trevisan (Treviño) |
| 2013-09-24 | Unity: Use WindowManager average_color property for getting the desktop color | Marco Trevisan (Treviño) |
| 2013-09-19 | Merging with trunk | Marco Trevisan (Treviño) |
| 2013-09-16 | DashController: add DashView getter | Marco Trevisan (Treviño) |
| 2013-09-13 | DashController: use AnimationUtils methods to start and reverse the animation | Marco Trevisan (Treviño) |
| 2013-08-28 | Handle a new PERFORM_SEARCH activation response defined by libunity (perform ... | Pawel Stolowski |
| 2013-08-26 | Do not display the scope bar at the bottom when the Command "Lens" is opened ... | Chris Townsend |
| 2013-08-26 | Updated for PERFORM_SEARCH change, fixed changelog. | Pawel Stolowski |
| 2013-08-26 | Merged trunk. | Pawel Stolowski |
| 2013-08-16 | Handle DO_SEARCH activation response (issue a new search query). | Pawel Stolowski |
| 2013-08-16 | removed unneeded var. | Nick Dedekind |
| 2013-08-16 | better handling of adding categories/filters | Nick Dedekind |
| 2013-08-16 | Fixed duplcate categories | Nick Dedekind |
| 2013-08-15 | Dont do row additions for categories and filters when changing model. Framewo... | Nick Dedekind |
| 2013-08-12 | Don't make the ScopeView/DashView/ScrollView Visible on start up (bool wise, ... | Brandon Schaefer |
| 2013-07-19 | Preload results after removal, as they might got moved into a visible position. | Michal Hruby |
| 2013-07-19 | Unity: improve the correctness of the memory usage of various components | Marco Trevisan (Treviño) |
| 2013-07-19 | Fix the introspection so that QA can work with autopilot. Fixes: https://bugs... | Manuel de la Pena |
| 2013-07-18 | * On first start, this code sets the dashview/scopeview/scroll view to visibl... | Brandon Schaefer |
| 2013-07-18 | Preload results after removal, as they might got moved into a visible position | Michal Hruby |
| 2013-07-18 | TabIterator: simplify Remove and use Unsigned as index | Marco Trevisan (Treviño) |
| 2013-07-18 | TabIterator: fix Bad deference of an .end() iterator, we should use rbegin() ... | Marco Trevisan (Treviño) |
| 2013-07-18 | TestTabIterator: use friend class TestTabIterator | Marco Trevisan (Treviño) |
| 2013-07-12 | revert 3421. Re-removed dash legal notice. | Nick Dedekind |
| 2013-07-11 | Added getter for content-type property to Category class. | Michal Hruby |
| 2013-07-11 | Expose category content-type | Michal Hruby |
| 2013-07-11 | Reverted r3415 "remove legal link" - Approved by Thomas Strehl. | Nick Dedekind |
| 2013-07-10 | Merge with trunk fixing conflicts | Marco Trevisan (Treviño) |
| 2013-07-10 | Improved the instrospection of object so that autopilot can be used. | Manuel de la Pena |
| 2013-07-10 | reverted r3415. legal link re-added | Nick Dedekind |
| 2013-07-10 | ScopeView: cleanup lambda callbacks | Marco Trevisan (Treviño) |
| 2013-07-09 | Removed legal notice link and icon from dash view | Nick Dedekind |
| 2013-07-09 | ScopeView: some misc code cleanup | Marco Trevisan (Treviño) |
| 2013-07-09 | ScopeView: avoid unneeded string copies... | Marco Trevisan (Treviño) |
| 2013-07-09 | ScopeView: use sigc::mem_fun to connect to signals instead of lambdas | Marco Trevisan (Treviño) |
| 2013-07-08 | Correctly set back the filter scroll views state when leaving/entering the sc... | Brandon Schaefer |
| 2013-07-08 | Activate (installed) applications on single left-click in Home and Applicatio... | Pawel Stolowski |
| 2013-07-05 | * If the filters are expaneded, and the scope view is changing to visible, se... | Brandon Schaefer |
| 2013-07-05 | Revert rev 3404, makes autopilot tests failing as well as keep weird filters ... | Didier Roche |