summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* test: Don't connect to accessibilityPhilip Chimento2017-08-29
| | | | | | | Run tests with NO_AT_BRIDGE=1 so that they don't fail when there is no accessibility service. https://phabricator.endlessm.com/T18981
* test: Replace run-with-dbus with dbus-run-sessionPhilip Chimento2017-08-29
| | | | | | | We can rely on this utility shipped with DBus itself, instead of a custom script that wasn't working inside a flatpak sandbox. https://phabricator.endlessm.com/T18981
* Merge pull request #4171 from endlessm/T18286Juan Pablo Ugarte2017-08-14
|\ | | | | customcontainer: Queue resize if visible child removed
| * customcontainer: Queue resize if visible child removedPhilip Chimento2017-07-14
| | | | | | | | | | | | | | | | | | All custom containers previously needed to do this in Javascript, but that caused problems: garbage collection could cause widgets to be removed, and you cannot trigger Javascript code to run during garbage collection. https://phabricator.endlessm.com/T18286
* | Merge pull request #4170 from endlessm/T18106Juan Pablo Ugarte2017-08-11
|\ \ | | | | | | js: Declare module export variables with "var"
| * | js: Declare module export variables with "var"Philip Chimento2017-07-07
| |/ | | | | | | | | | | | | | | | | In ES6, variables declared with "const" and "let" go into the "lexical scope" rather than the normal scope. Therefore, they are not available as properties on modules. GJS preserves the old behaviour with a warning, but we should fix our code anyway. https://phabricator.endlessm.com/T18106
* | New translations from TransifexJenkins2017-06-29
| |
* | Merge pull request #4168 from endlessm/T17540Juan Pablo Ugarte2017-06-14
|\ \ | |/ |/| attribution: Allow long comments to wrap
| * attribution: Allow long comments to wrapPhilip Chimento2017-06-12
|/ | | | | | | We hardcode a wrap width of 600 based on the dialog's default width of 700. https://phabricator.endlessm.com/T17540
* Merge pull request #4167 from endlessm/T17029P. F. Chimento2017-05-16
|\ | | | | | | | | Remove personality file parsing https://phabricator.endlessm.com/T17029
| * Remove personality file parsingEmmanuele Bassi2017-05-16
|/ | | | | | | | | The "personality" file has been removed from the Endless images, and it was never guaranteed to be there in the first place. Code that uses an Endless "personality" is considered 2.x legacy. https://phabricator.endlessm.com/T17029
* Add translation support for several new languagesRoddy Shuler2017-04-25
| | | | | | Includes integration with Transifex. https://phabricator.endlessm.com/T13620
* New translations from TransifexJenkins2017-04-17
|
* Merge pull request #4164 from endlessm/T16203Cosimo Cecchi2017-04-12
|\ | | | | build: Remove Webhelper
| * build: Remove WebhelperPhilip Chimento2017-04-12
| | | | | | | | | | | | | | Webhelper is now in its own repository: https://github.com/endlessm/webhelper https://phabricator.endlessm.com/T16203
* | Merge pull request #4163 from endlessm/fix-extra-distMartin Abente Lahaye2017-03-10
|\ \ | |/ |/| Fix the EXTRA_DIST listing in tests
| * Fix the EXTRA_DIST listing in testsEmmanuele Bassi2017-03-10
|/ | | | Missing '\'.
* Merge pull request #4160 from endlessm/T15748P. F. Chimento2017-03-06
|\ | | | | | | | | Disable Metrics support when running tests https://phabricator.endlessm.com/T15748
| * Disable Metrics support when running testsEmmanuele Bassi2017-03-06
|/ | | | | | | | | | | | | We currently use a private DBus session using dbusmock to intercept all calls to the EOS Metrics DBus API, and avoid sending bogus metrics when distchecking or running the test suite. The Metrics API now looks for an environment variable and short circuits if found, which means we don't need these contortions any more. This also allows us to drop the dbusmock Python module dependency. https://phabricator.endlessm.com/T15748
* Merge pull request #4162 from endlessm/T15896Emmanuele Bassi2017-03-05
|\ | | | | Build fixes
| * build: Enable webhelper during distcheckPhilip Chimento2017-03-02
| | | | | | | | | | | | | | In order to produce a full-featured tarball, we need to include webhelper, so it belongs in AM_DISTCHECK_CONFIGURE_FLAGS. https://phabricator.endlessm.com/T15896
| * build: Fix builddir != srcdir with gtk-docPhilip Chimento2017-03-02
| | | | | | | | | | | | | | | | Gtk-doc would previously mark the symbols in the generated eosversion.h (EOS_MAJOR_VERSION, etc.) as undeclared and undocumented. This makes gtk-doc scan the generated eosversion.h file as well for comments. https://phabricator.endlessm.com/T15896
* | Merge pull request #4161 from endlessm/T15749P. F. Chimento2017-03-02
|\ \ | |/ |/| | | | | Allow disabling webhelper https://phabricator.endlessm.com/T15749
| * Add configure option to disable webhelperEmmanuele Bassi2017-03-02
|/ | | | | | | | | | We don't want to build the WebHelper code in the new Endless SDK, as it still strings along deprecated WebKitGtk dependencies, and nothing that uses the SDK also uses it. Based on commit 40c7e4342439dc3db19d3592b7599ff33e744cac. https://phabricator.endlessm.com/T15749
* Merge pull request #4159 from endlessm/T15612P. F. Chimento2017-02-16
|\ | | | | | | | | Remove the connection test override from the build https://phabricator.endlessm.com/T15612
| * Remove the connection test override from the buildEmmanuele Bassi2017-02-16
|/ | | | | | Unbreaks distcheck — and Jenkins. https://phabricator.endlessm.com/T15612
* Merge pull request #4158 from endlessm/T15612P. F. Chimento2017-02-16
|\ | | | | | | | | Remove doConnectionTestAsync() https://phabricator.endlessm.com/T15612
| * 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 zh_TW translationsRoddy Shuler2017-01-13
| | | | Pulled from Transifex.
* New translations from TransifexJenkins2016-12-19
|
* Revert "Revert "Adding new translator languages""Roddy Shuler2016-12-14
| | | | | | | | This reverts commit a5e8cea403cdafb25f0869c34508c580e3499566. There was nothing wrong with the addition of the new languages. There was an unrelated build failure on Jenkins that will need to be investigated separately.
* Revert "Adding new translator languages"Vicki Niu2016-12-14
| | | | This reverts commit a2c923ab9ee2c56cd912167dc37cd499220096bb.
* Adding new translator languagesVicki Niu2016-12-13
|
* Merge pull request #4156 from endlessm/T12815Matt Watson2016-09-13
|\ | | | | T12815
| * endless-search-box: fix selected text stylingMartin Abente Lahaye2016-09-13
|/ | | | | | | GtkEntry now uses a "selection" subnode for styling text that is selected. Use this subnode instead. https://phabricator.endlessm.com/T12815
* Merge pull request #4155 from endlessm/T13015Emmanuele Bassi2016-09-12
|\ | | | | Make metrics dependency optional
| * Make metrics dependency optionalPhilip Chimento2016-08-22
| | | | | | | | | | | | | | We should allow external contributors to build eos-sdk without the eos-metrics dependency. https://phabricator.endlessm.com/T13015
* | Merge pull request #4154 from endlessm/wip/lgpl-v2P. F. Chimento2016-08-14
|\ \ | |/ |/| Relicense as LGPLv2.1
| * Relicense as LGPLv2.1Cosimo Cecchi2016-08-14
|/
* Merge pull request #4153 from endlessm/T12435Emmanuele Bassi2016-07-21
|\ | | | | eosattribution: Allow showing a thumb_uri in the credits
| * Update the error message on missing resource URIEmmanuele Bassi2016-07-21
| | | | | | | | Reinstate the element number in the critical error message.
| * eosattribution: Allow showing a thumb_uri in the creditsJasper St. Pierre2016-07-14
|/ | | | | | | | | | This is the replacement for resource_path, and is a generic way of showing an image to provide attribution information for. This will be used to pull in ekn:// URIs for the credits dialog in subscriptions apps. https://phabricator.endlessm.com/T12435
* New translations from TransifexJenkins2016-07-11
|
* Merge pull request #4151 from endlessm/T12233Rory MacQueen2016-07-11
|\ | | | | Unmaximize metric
| * Record metric for unmaximized windowsPhilip Chimento2016-07-06
| | | | | | | | | | | | | | | | | | | | | | | | When an EosWindow remains unmaximized for over 10 seconds, we record a metric. The 10 seconds is to filter out presses of the unmaximize button by accident, and because there is some weirdness in the window manager around launching apps maximized. This is for determining how important it is to implement various kinds of responsive design in GTK. https://phabricator.endlessm.com/T12233
| * Run tests with mock metrics event recorderPhilip Chimento2016-07-06
|/ | | | | | | | | Since we're about to add a metrics event on unmaximize of the window, we need to make sure it's not actually sent. In the absence of https://phabricator.endlessm.com/T8253, the best way to do this is to set up a mock metrics event recorder using dbusmock. https://phabricator.endlessm.com/T12233
* New translations from TransifexJenkins2016-07-04
|
* Merge pull request #4149 from endlessm/T12150P. F. Chimento2016-07-01
|\ | | | | https://phabricator.endlessm.com/T12150
| * Include $(buildir)/endless directory in per-executable/library _CPPFLAGSJuan Pablo Ugarte2016-07-01
|/ | | | | | since global AM_CPPFLAGS is ignored in those cases. https://phabricator.endlessm.com/T12150
* Merge pull request #4148 from endlessm/T12150Juan Pablo Ugarte2016-06-28
|\ | | | | T12150