summaryrefslogtreecommitdiffstats
path: root/search/js/result.js
Commit message (Collapse)AuthorAgeFilesLines
* add / to url to match routeJörn Friedrich Dreyer2014-09-041-1/+1
|
* fix '' to '/' when determining parent for search resultJörn Friedrich Dreyer2014-07-031-0/+3
|
* allow apps to add translation for search result typeidJörn Friedrich Dreyer2014-06-061-1/+1
|
* Simplify client-side result customizationAndrew Brown2014-06-051-28/+9
| | | | | | | | | | The issue was that search results from other providers (contacts, calendar, etc.) were unformatted, like 'event' or 'contact', while the built-in event types (folder, file, etc.) were being modified by custom result functions to something like 'Files' or 'Folders'. The fix is to capitalize and translate all result types by default. Custom formatting is still allowed (and example documentation has been added) but the built-in result formatters where now unnecessary and were removed.
* use path param to create scrollto urlJörn Friedrich Dreyer2014-06-051-11/+16
|
* fix minor typosJörn Friedrich Dreyer2014-06-051-0/+25
|
* add fixmeJörn Friedrich Dreyer2013-09-171-1/+1
|
* make 'open in folder' action default for filesJörn Friedrich Dreyer2013-09-171-15/+22
|
* initial scrollto implementation:Jörn Friedrich Dreyer2013-09-171-6/+32
| | | | | | | | | | use places/folder icon, move link construction to JS, only show icon on hover, use 'searchresult' as css class name, add filter/unfilter methods, highlight searched files in current filelist only filter when correct FileList is present
* IE8 does not support window.onclickJörn Friedrich Dreyer2013-02-211-1/+1
|
* After selecting a search result, hide the resultsBart Visscher2012-09-281-0/+1
|
* Fix 'Search only shows the app name of the first app'Bart Visscher2012-09-171-1/+1
| | | | Fixes: oc-1369
* Simplify search result js codeBart Visscher2012-06-221-14/+4
|
* keyboard shortcuts for search resultsRobin Appelman2011-07-311-0/+14
|
* dont hide the results if a new search yield no resultsRobin Appelman2011-07-311-0/+3
|
* Show play and add-to-playlist buttons in instant search resultsRobin Appelman2011-07-311-0/+6
| | | | for now this only works from inside the media app
* some interface work on instant searchRobin Appelman2011-07-301-0/+60