summaryrefslogtreecommitdiff
path: root/overrides/Endless.js
Commit message (Collapse)AuthorAge
* Remove doConnectionTestAsync()Emmanuele Bassi2017-02-16
| | | | | | | | | | The connection test uses the network-available property and a URI check, but the network-available property is set to TRUE even when the connection is local or behind a captive portal, which means that the test has different behaviours than just a simple connectivity check as performed by NetworkManager. https://phabricator.endlessm.com/T15612
* Add TopbarHomeButtonMartin Abente Lahaye2016-02-08
| | | | | | | | | As agreed with the design team, all apps should include a generic home button at the top left corner of the app window. Therefore, we add a new generic button in the sdk to be used in all the different apps for consistency. [endlessm/eos-sdk#4030]
* Revert "Move InjectableWebview to the SDK"Rory MacQueen2014-07-14
| | | | This reverts commit 5b2cc64e43d16d0ac54fd2def0c5a821bb7391ea.
* Move InjectableWebview to the SDKRory MacQueen2014-07-10
| | | | | | | This class could potentially be used by other pseudo-WebApps in our system, so it makes sense to stick it in the SDK. Provides functionality for cleanly injecting custom CSS and JS into a webview.
* 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]