summaryrefslogtreecommitdiff
path: root/overrides/Endless.js
Commit message (Collapse)AuthorAge
* Adds TopBarNavButton classKevin Beaulieu2014-06-24
| | | | | | | | | | TopBarNavButton can be used for browser-style back and forward buttons in the title bar of a window. TopBarNavButton currently uses CSS and rounded corners. 5-sided button will be added later when assets are available. [endlessm/eos-sdk#1294]
* Add search box to SDK.Rory MacQueen2014-06-18
| | | | | | | | | We reuse this same search box functionality in a number of our apps so makes sense to stick it in the SDK. Creates a search box that has autocompletion and provides signals for when a search is triggered and when an autocompletion entry is selected. Has its own default styling which can be overridden.
* Implemented connection tests into overrides.NickHolt2014-06-18
| | | | | | | | The Endless api now includes 2 methods for connection testing, one synchronous, and one asynchronous. Both of these methods work by work ensuring that there is a network available, and pinging the specified host if so. [endlessm/eos-sdk#1383]
* Remove action menuMatt Watson2014-05-13
| | | | | Wasn't getting used in any apps so we are taking it out [endlessm/eos-sdk#985]
* Handle relative symlinks properly in getCurrentFileDirMatt Watson2014-04-04
| | | | | | | g_file_read_link can return a relative path, we were evaluating that from the current working directory while can lead to getCurrentFileDir returning non existent paths [endlessm/eos-sdk#885]
* getCurrentFileDir follows symlinksMatt Watson2014-04-03
| | | | | | Will return the actual dir of the real file calling, instead of the linked location. [endlessm/eos-sdk#873]
* Added asset button to the endless overrideMatt Watson2013-09-18
| | | | | | | | The syntax can will hopefully stay the same for apps when this widget gets rewritten in C. Added support for labels like the standard button. Moved the overrides rules to a separate .inc makefile so we can add more standard js libs if we want [endlessm/eos-sdk#290]
* Merge pull request #128 from endlessm/issues/127mattdangerw2013-06-25
|\ | | | | Gjs override for getting the directory of the script being run
| * Gjs override for getting the directory of the script being runPhilip Chimento2013-06-25
| | | | | | | | | | Adapted this from the english app [endlessm/eos-sdk#127]
* | Small fixes to the code, including removing EosActionMenu from the ↵Felipe Erias Morandeira2013-06-21
| | | | | | | | | | | | documentation. [endlessm/eos-sdk#79]
* | Override Endless.ActionMenu.add_action() to hide GtkAction from the ↵Felipe Erias Morandeira2013-06-21
|/ | | | | | developer, as that will be deprecated in the future. [endlessm/eos-sdk#79]
* Added javascript override to the page manager add functionmatt2013-05-16
Added the autotooling to get our overrides installing as well. [endlessm/eos-sdk#70]