summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix buildPhilip Chimento2013-11-04
| | | | | | ArticleModel now has an extra required construct parameter: "source". [endlessm/eos-sdk#388]
* Merge to and from TransifexPhilip Chimento2013-11-01
|
* Merge pull request #384 from endlessm/issues/383rmacqueen2013-11-01
|\ | | | | Issues/383
| * Query articles with the 'source' parameterPhilip Chimento2013-10-31
| | | | | | | | | | | | | | | | We need to pass the 'source' parameter to NodeJS to indicate the source database that an article comes from. This should later be replaced by indicating this information in the database name. [endlessm/eos-sdk#383]
| * Show 'browser-' URIs in system browserPhilip Chimento2013-10-31
| | | | | | | | | | | | | | | | If the URI scheme starts with 'browser-', then show the corresponding URI without 'browser-' in the system default browser. e.g. shows browser-http://google.com as http://google.com in the system browser. [endlessm/eos-sdk#383]
| * Query articles with title, not IDPhilip Chimento2013-10-31
| | | | | | | | | | | | | | This is because the NodeJS server and the database don't know about the WikiHow artice 'cocinar-arroz'; it is stored as 'Cómo Cocinar Arroz'. [endlessm/eos-sdk#380]
* | Merge pull request #385 from endlessm/issues/376-2P. F. Chimento2013-10-31
|\ \ | | | | | | #376 Added a default size to our window
| * | Added a default size to our windowPatrick Ward2013-10-31
|/ / | | | | | | | | | | | | | | | | | | Webkit apps like translation and english have no natural size, so when unmaximized they would size tiny. Adding a default size fixes this. It doesn't affect the minimum size so windows could still be downsized (if we had a resize corner) just controls the size they first appear at when not fullscreen. [endlessm/eos-sdk#376]
* | Merge pull request #371 from endlessm/issues-wikipedia-offline/145rmacqueen2013-10-30
|\ \ | |/ |/| Query nodejs with versioned API
| * Query nodejs with versioned APIPhilip Chimento2013-10-30
|/ | | | | | Make requests to 127.0.0.1:3000/v1 instead of 127.0.0.1:3000. [endlessm/eos-wikipedia-offline#145]
* Merge pull request #379 from endlessm/issues/377P. F. Chimento2013-10-30
|\ | | | | #377 WikiWebView now takes personality and app_name
| * WikiWebView now takes personality and app_nameRory MacQueen2013-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, we only had one database so the wiki web view did not have to pass its app name and personality to node js API. Now that each app has its own database, this needs to happen [endlessm/eos-sdk#377] [endlessm/eos-sdk#377] [endlessm/eos-sdk#377] [endlessm/eos-sdk#377]
* | Merge pull request #378 from endlessm/issues/373P. F. Chimento2013-10-29
|\ \ | |/ |/| #373 WikiWebView now has search results method
| * WikiWebView now has search results methodRory MacQueen2013-10-29
|/ | | | | | To load a list of articles matching search query [endlessm/eos-sdk#373]
* Merge pull request #374 from endlessm/issues/348P. F. Chimento2013-10-28
|\ | | | | #348 Article list scrolls to top on page transition
| * Removed import of SideBarButtonMatt Watson2013-10-28
| | | | | | | | | | | | The widget has been removed but an import remained [endlessm/eos-sdk#348]
| * Article lists scroll to top on page transitionMatt Watson2013-10-28
|/ | | | | | | | | Moved all the transition code to the view, because it made making the scroll up calls we need easier. Also think thats the right place for the scroll logic to live. Took some nice code from :tomato:'s spike to use signals on back button presses in the view. [endlessm/eos-sdk#348]
* Fix search paths so tests run uninstalledPhilip Chimento2013-10-25
| | | | | The current GJS search paths were inadvertently running the tests from the installed JS modules, so that was causing Jenkins to fail.
* Merge pull request #369 from endlessm/issues/1269Cosimo Cecchi2013-10-24
|\ | | | | Read personality from keyfile instead of text file
| * Read personality from keyfile instead of text fileJohn Hiesey2013-10-24
| | | | | | | | [endlessm/eos-shell#1269]
* | Merge pull request #370 from endlessm/issues/367rmacqueen2013-10-24
|\ \ | | | | | | Issues/367
| * | wiki: Add tests for refactored modelsPhilip Chimento2013-10-23
| | | | | | | | | | | | | | | | | | | | | For good code hygiene, add tests for the models. After the refactoring, they are less linked together, so easier to test. [endlessm/eos-sdk#367]
| * | wiki: Add documentation for all new and changed APIPhilip Chimento2013-10-23
| | | | | | | | | | | | | | | | | | | | | For good code hygiene, let's make sure we document all new and changed APIs. [endlessm/eos-sdk#367]
| * | wiki: Functionality unchanged with new JSON formatPhilip Chimento2013-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | Reorganizes the various models, presenters, and views, so that the wiki apps work unchanged with the new JSON export format. Also refactors so that there is less linkage between models, presenters, and views, so further updates will hopefully be less extensive. [endlessm/eos-sdk#367]
| * | wiki: Use this._model and this._viewPhilip Chimento2013-10-23
| |/ | | | | | | | | | | | | Minor refactoring, because this._domain_wiki_model and this._domain_wiki_view are a lot of unnecessary typing. [endlessm/eos-sdk#367]
* | Merge pull request #366 from endlessm/issues/360rmacqueen2013-10-24
|\ \ | |/ |/| Removed the last vestiges of Source and Benton from the SDK
| * Removed the last vestiges of Source and Benton from the SDKMatt Watson2013-10-22
|/ | | | | | Nothing changed that was actually used in the apps right now, but the webhelper docs and the action button css had old fonts [endlessm/eos-sdk#360]
* Merge pull request #365 from endlessm/issues/361mattdangerw2013-10-22
|\ | | | | wikipedia: Use Lato fonts
| * wikipedia: Use Lato fontsPhilip Chimento2013-10-18
| | | | | | | | | | | | | | | | | | Fonts are changed according to the conversion table. It turns out that what we thought was the "Benton Sans correction" does not only apply to Benton Sans - I think it is due to GTK's lack of baseline alignment, something that has been rectified in GTK 3.10. [endlessm/eos-sdk#361]
* | Merge pull request #363 from endlessm/issues/362mattdangerw2013-10-21
|\ \ | | | | | | 'bold' is a 'font-weight' value
| * | 'bold' is a 'font-weight' valuePhilip Chimento2013-10-17
| |/ | | | | | | | | | | Not 'font-style' [endlessm/eos-sdk#362]
* | Merge pull request #153 from endlessm/issues/152P. F. Chimento2013-10-18
|\ \ | |/ |/| #152 'eos-application-manifest' tool with subcommands
| * 'eos-application-manifest' tool with subcommandsPhilip Chimento2013-10-18
|/ | | | | | | | This is the framework for an 'eos-application-manifest' tool with subcommands as in git. Currently the 'help' and 'version' subcommands are implemented. [endlessm/eos-sdk#152]
* Merge pull request #359 from endlessm/issues/358P. F. Chimento2013-10-16
|\ | | | | #358 Themed sdk topbar with the lato font
| * Themed sdk topbar with the lato fontMatt Watson2013-10-15
| | | | | | | | | | | | | | So the font on all the topbar buttons should have a common look and feel. Still not foolproof, star selecting widgets inside an app's css and changing the font family will override this [endlessm/eos-sdk#358]
* | Merge pull request #355 from endlessm/issues/352Fernando Farfan2013-10-16
|\ \ | | | | | | Arrow on sidebar button is always there.
| * | Arrow on sidebar button is always there.Rory MacQueen2013-10-11
| |/ | | | | | | | | | | | | | | Previously, the arrow on the sidebar back button for the article page would only appear on hover. Now it appears always, as per design request. [endlessm/eos-sdk#352]
* | Merge pull request #356 from endlessm/issues/1157P. F. Chimento2013-10-16
|\ \ | |/ |/| [endlessm/eos-shell#1157] Look for personality file in /etc/EndlessOS
| * Look for personality file in /etc/EndlessOSJohn Hiesey2013-10-16
|/ | | | | | | The personality file is moving to /etc/EndlessOS/personality.txt for OSTree, since /usr/share is read-only. [endlessm/eos-shell#1157]
* Merge pull request #354 from endlessm/issues/353Cosimo Cecchi2013-10-11
|\ | | | | Issues/353
| * Add eos_flexy_grid_cell_get_selected to docsPhilip Chimento2013-10-11
| | | | | | | | [endlessm/eos-sdk#353]
| * Remove redundant declaration now that get_selected() is publicCosimo Cecchi2013-10-11
| | | | | | | | [endlessm/eos-sdk#353]
| * flexygrid: Emit ::cell-selected on leave-notifyEmmanuele Bassi2013-10-11
| | | | | | | | | | | | | | | | We need to emit the ::cell-selected signal also in case we are unsetting the currently selected cell without setting a new one - e.g. when the pointer leaves the FlexyGrid widget. [endlessm/eos-sdk#353]
| * Mark FlexyGridCell.get_selected() as publicEmmanuele Bassi2013-10-10
|/ | | | It already is a public symbol, it's not not declared in the header file.
* Use a fake PID in Javascript tests' app IDsPhilip Chimento2013-10-09
| | | | | | | The Posix module is not available yet in our current version of GJS, so there is no way to get a real PID in the Javascript tests. Fake it with a random number (GLib.random_int(), uniformly distributed between 0..2^32-1)
* Identify app ID for tests with getpid()Philip Chimento2013-10-09
| | | | | | In order to prevent collisions between configuration directories, the test applications get unique IDs from not just g_get_real_time(), but also getpid()
* Merge pull request #346 from endlessm/issues/345rmacqueen2013-10-08
|\ | | | | Domain wiki apps use language code
| * Domain wiki apps use language codeRory MacQueen2013-10-08
|/ | | | | | | | Previously, domain wiki apps were not sensitive to the language their articles were in. Now, they get that language from the JSON file name and use that to tell nodejs which language database to use [endlessm/eos-sdk#345]
* Fix the buildCosimo Cecchi2013-10-07
| | | | Add a missing include that was breaking the build.
* Merge pull request #342 from endlessm/issues/326P. F. Chimento2013-10-07
|\ | | | | #326 Add function to retrieve the system personality