summaryrefslogtreecommitdiff
path: root/dash
AgeCommit message (Expand)Author
2013-10-21DashController: check for invalid (null) keybindingsMarco Trevisan (Treviño)
2013-10-21Merging with trunkMarco Trevisan (Treviño)
2013-10-18* Get the current char before moving the pointer down to the next charBrandon Schaefer
2013-10-15* Use *next_charBrandon Schaefer
2013-10-15* Fix very bad utf8 handling...thnaks bregma!Brandon Schaefer
2013-10-15* Remove extra string copyBrandon Schaefer
2013-10-15* Reduce the complexity of the solution, do a one-time pass replaceBrandon 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-14DashController: extend sigc::trackable to automatcally disconect from signal ...Marco Trevisan (Treviño)
2013-10-03DashController: always restore the input focus when hidden, no need to add a ...Marco Trevisan (Treviño)
2013-10-03DashView: some cleanupMarco Trevisan (Treviño)
2013-09-24Unity: Use WindowManager average_color property for getting the desktop colorMarco Trevisan (Treviño)
2013-09-19Merging with trunkMarco Trevisan (Treviño)
2013-09-16DashController: add DashView getterMarco Trevisan (Treviño)
2013-09-13DashController: use AnimationUtils methods to start and reverse the animationMarco Trevisan (Treviño)
2013-08-28Handle a new PERFORM_SEARCH activation response defined by libunity (perform ...Pawel Stolowski
2013-08-26Do not display the scope bar at the bottom when the Command "Lens" is opened ...Chris Townsend
2013-08-26Updated for PERFORM_SEARCH change, fixed changelog.Pawel Stolowski
2013-08-26Merged trunk.Pawel Stolowski
2013-08-16Handle DO_SEARCH activation response (issue a new search query).Pawel Stolowski
2013-08-16removed unneeded var.Nick Dedekind
2013-08-16better handling of adding categories/filtersNick Dedekind
2013-08-16Fixed duplcate categoriesNick Dedekind
2013-08-15Dont do row additions for categories and filters when changing model. Framewo...Nick Dedekind
2013-08-12Don't make the ScopeView/DashView/ScrollView Visible on start up (bool wise, ...Brandon Schaefer
2013-07-19Preload results after removal, as they might got moved into a visible position.Michal Hruby
2013-07-19Unity: improve the correctness of the memory usage of various componentsMarco Trevisan (Treviño)
2013-07-19Fix 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-18Preload results after removal, as they might got moved into a visible positionMichal Hruby
2013-07-18TabIterator: simplify Remove and use Unsigned as indexMarco Trevisan (Treviño)
2013-07-18TabIterator: fix Bad deference of an .end() iterator, we should use rbegin() ...Marco Trevisan (Treviño)
2013-07-18TestTabIterator: use friend class TestTabIteratorMarco Trevisan (Treviño)
2013-07-12revert 3421. Re-removed dash legal notice.Nick Dedekind
2013-07-11Added getter for content-type property to Category class.Michal Hruby
2013-07-11Expose category content-typeMichal Hruby
2013-07-11Reverted r3415 "remove legal link" - Approved by Thomas Strehl.Nick Dedekind
2013-07-10Merge with trunk fixing conflictsMarco Trevisan (Treviño)
2013-07-10Improved the instrospection of object so that autopilot can be used.Manuel de la Pena
2013-07-10reverted r3415. legal link re-addedNick Dedekind
2013-07-10ScopeView: cleanup lambda callbacksMarco Trevisan (Treviño)
2013-07-09Removed legal notice link and icon from dash viewNick Dedekind
2013-07-09ScopeView: some misc code cleanupMarco Trevisan (Treviño)
2013-07-09ScopeView: avoid unneeded string copies...Marco Trevisan (Treviño)
2013-07-09ScopeView: use sigc::mem_fun to connect to signals instead of lambdasMarco Trevisan (Treviño)
2013-07-08Correctly set back the filter scroll views state when leaving/entering the sc...Brandon Schaefer
2013-07-08Activate (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-05Revert rev 3404, makes autopilot tests failing as well as keep weird filters ...Didier Roche