summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove index.html from Makefile.amPhilip Chimento2013-08-06
| | | | Fix left over from [endlessm/eos-sdk#220]
* Merge pull request #221 from endlessm/issues/220P. F. Chimento2013-08-06
|\ | | | | #220 Dealt with relative paths in wikipedia view
| * Restructured wikipedia webview to build HTML in memoryRory MacQueen2013-08-06
| | | | | | | | | | | | | | | | | | It was becoming too complicated trying to modify the index file on disk to account for relative paths. I restructured the code so that the HTML is now built dynamically, in memory, and then saved to a temp file, from which it is loaded into webkit. This way we can write all the paths based on the current directory [endlessm/eos-sdk#220]
| * Added utility functions for reading and writing to temporary filesRory MacQueen2013-08-06
| | | | | | | | [endlessm/eos-sdk#220]
| * Changed fonts to Source SansRory MacQueen2013-08-06
| | | | | | | | [endlessm/eos-sdk#220]
| * Dealt with relative paths in wikipedia viewRory MacQueen2013-08-05
| | | | | | | | | | Had to change the way webview loaded the uri so that it can load relative paths [endlessm/eos-sdk#220]
* | Merge pull request #223 from endlessm/issues/222mattdangerw2013-08-05
|\ \ | |/ |/| Fix missing imports
| * Fix missing importsPhilip Chimento2013-08-05
|/ | | | | | | This bug was masked because the Brazil app was unnecessarily importing Gtk and Gdk when it started up. [endlessm/eos-sdk#222]
* Fix import typo from renamingPhilip Chimento2013-08-02
|
* Merge pull request #219 from endlessm/wikipediaP. F. Chimento2013-08-02
|\ | | | | Merge Wikipedia into dev
| * Remove Brazil background from SDKPhilip Chimento2013-08-02
| |
| * Merge pull request #218 from endlessm/issues/206P. F. Chimento2013-08-02
| |\ | | | | | | Autotools / delete Brazil content
| | * Last modifications to remove Brazil-specific contentPhilip Chimento2013-08-02
| | | | | | | | | | | | [endlessm/eos-sdk#206]
| | * Fix for property errorRory MacQueen2013-08-02
| | | | | | | | | | | | [endlessm/eos-sdk#206]
| | * Remove Clutter dependency from utils.jsPhilip Chimento2013-08-02
| | | | | | | | | | | | [endlessm/eos-sdk#206]
| | * Integrate Wikipedia into SDK build systemPhilip Chimento2013-08-02
| |/ | | | | | | | | | | | | | | Now you should be able to import the app generator using const EndlessWikipedia = imports.wikipedia.EndlessWikipedia; [endlessm/eos-sdk#206] [endlessm/eos-sdk#206]
| * Changed paths to account for thumbnailsRory MacQueen2013-08-02
| |
| * Merge pull request #214 from endlessm/issues/186rmacqueen2013-08-02
| |\ | | | | | | Issues/186
| | * Added code for showing imagesRory MacQueen2013-08-02
| | | | | | | | | | | | [endlessm/eos-sdk#186]
| | * Added support for category thumbnail images.Fernando Farfan2013-08-02
| | | | | | | | | | | | | | | | | | | | | Each category can have a thumbnail image now, which is displayed in the CategorySelectorView. Added initial thumbnail images to the data directory. [endlessm/eos-sdk#186]
| | * Added Brazil contentRory MacQueen2013-08-02
| | | | | | | | | | | | [endlessm/eos-sdk#186]
| | * Amended files to incorporate wikipedia viewRory MacQueen2013-08-02
| | |
| | * Ported Parafernalias codeRory MacQueen2013-08-02
| | |
| | * JSON and image filesRory MacQueen2013-08-02
| |/
| * Merge pull request #204 from endlessm/issues/182rmacqueen2013-07-31
| |\ | | | | | | Issues/182
| | * Add app image to title labelPhilip Chimento2013-07-31
| | | | | | | | | | | | | | | | | | Presenter sets app title and app image at the same time. [endlessm/eos-sdk#182]
| | * Make category buttons match design specsPhilip Chimento2013-07-31
| | | | | | | | | | | | | | | | | | Add a gray overlay on hover; add the arrow asset [endlessm/eos-sdk#182]
| | * Refactor resourceUriToPath() into utils modulePhilip Chimento2013-07-31
| | | | | | | | | | | | | | | | | | This function is now used in more than one place [endlessm/eos-sdk#182]
| | * Styling of front page labelsPhilip Chimento2013-07-31
| | | | | | | | | | | | | | | | | | Label font, color, and drop shadows conform to specs [endlessm/eos-sdk#182]
| | * Rearrange categories on front pagePhilip Chimento2013-07-31
| |/ | | | | | | | | | | | | And add layout manager so that the categories are divided into two columns. [endlessm/eos-sdk#182]
| * Merge pull request #203 from endlessm/issues/202P. F. Chimento2013-07-31
| |\ | | | | | | Add front page view stub function
| | * Add front page view stub functionPatrick Ward2013-07-31
| | | | | | | | | | | | | | | Added a stub function for setting the domain-specific image on the front page. [endlessm/eos-sdk#202]
| * | Merge pull request #201 from endlessm/issues/195P. F. Chimento2013-07-31
| |\ \ | | | | | | | | #195 Increase category description spacing, use TextView instead of Label
| | * | Increase category description spacing.Patrick Ward2013-07-31
| | | | | | | | | | | | | | | | | | | | Increased the category description spacing between lines. Also placed the description into a GtkScrolledWindow to handle category descriptions of arbitrary length. [endlessm/eos-sdk#195]
| * | | Merge pull request #196 from endlessm/issues/188plward112013-07-31
| |\ \ \ | | |_|/ | |/| | Issues/188
| | * | ScaledImage class for oversized assetsPhilip Chimento2013-07-31
| | |/ | | | | | | | | | | | | | | | | | | ScaledImage takes an asset resource path and a constraint (horizontal or vertical) and resizes the asset to fit the constraint. [endlessm/eos-sdk#188]
| * | Merge pull request #194 from endlessm/issues/193plward112013-07-31
| |\ \ | | |/ | |/| Issues/193
| | * Category images not cropped unnecessarilyPhilip Chimento2013-07-31
| | | | | | | | | | | | | | | | | | | | | Ensure that category images are not cropped if they are already smaller than the requested size. [endlessm/eos-sdk#193]
| * | Embedded the webview in a scrollwindow so it doesn't destroy everything.Nick Isaacs2013-07-30
| |/
| * Merge pull request #187 from endlessm/issues/143rmacqueen2013-07-30
| |\ | | | | | | Issues/143
| | * Added a Wikipedia Webview, that uses our offline API to fetch articles by title.Nick Isaacs2013-07-27
| | | | | | | | | | | | | | | | | | | | | | | | I changed the PreBuiltArticlePage and Domain Wiki View so that they use my wikipedia view, They are still very ugly. Also we need to somewhere in the view load our CSS file into this webview. [endlessm/eos-sdk#143]
| | * Changed our test json to have real portuguese wiki articles.Nick Isaacs2013-07-27
| |/ | | | | | | [endlessm/eos-sdk#143]
| * Merge pull request #184 from endlessm/issues/177rmacqueen2013-07-30
| |\ | | | | | | Created article list to look like designs
| | * Created article list to look like designsRory MacQueen2013-07-30
| |/ | | | | | | | | | | | | | | I modified the ArticleList widget to look like the designs. This meant modifying some of the css as well as creating a new textButton widget, which displays a text label and an icon image, which will appear on a hover. Also added the separators between the category info box and the article list [endlessm/eos-sdk#177]
| * Added git ignore file to ignore make filesRory MacQueen2013-07-29
| |
| * Merge pull request #183 from endlessm/issues/176Nick Isaacs2013-07-29
| |\ | | | | | | Issues/176
| | * Cateogry pageRory MacQueen2013-07-29
| | | | | | | | | | | | | | | | | | Added new assets folder for design images. needed to subclass gtk box to give it a background. Made other css changes to match designs [endlessm/eos-sdk#176]
| | * CleanupRory MacQueen2013-07-29
| |/ | | | | | | [endlessm/eos-sdk#176]
| * Added brazil categories JSONRory MacQueen2013-07-29
| | | | | | | | Added JSON file so we can test app
| * Added function to utils file to directly fetch resourceRory MacQueen2013-07-26
| | | | | | | | [endlessm/eos-sdk#175]