summaryrefslogtreecommitdiff
path: root/wikipedia
Commit message (Collapse)AuthorAge
* Add scrollbar to category descriptionPhilip Chimento2013-08-07
| | | | | | | And set its styles (no specs available)! Add right margin to the text view so that the scrollbar is not right up against the text. [endlessm/eos-sdk#249]
* Merge pull request #251 from endlessm/issues/247P. F. Chimento2013-08-07
|\ | | | | Fixed the pixbuf sizing on the category images #247
| * Fixed the pixbuf sizing on the category imagesMatt Watson2013-08-07
| | | | | | | | | | | | | | Before it was just for the big title image. Moved the function to utils so we didn't have the same code in two places. Also removed some clutter stuff from utils as there was no reason for that [endlessm/eos-sdk#247]
* | Align category title to the leftPhilip Chimento2013-08-07
|/ | | | [endlessm/eos-sdk#248]
* Merge pull request #240 from endlessm/issues/238rmacqueen2013-08-07
|\ | | | | cur execution path is now application base path
| * cur execution path is now application base pathRory MacQueen2013-08-07
| | | | | | | | [endlessm/eos-sdk#238]
* | Widen ArticleListPhilip Chimento2013-08-07
| | | | | | | | | | | | | | In order to ellipsize as few labels as possible. [endlessm/eos-wikipedia-brazil#22] [endlessm/eos-sdk#brazil22]
* | Add i18n capability to Wikipedia app generatorPhilip Chimento2013-08-07
|/ | | | | | | | Translated "HOME" button to Portuguese [endlessm/eos-wikipedia-brazil#22] [endlessm/eos-sdk#brazil22]
* Adjust margins to deal with broken Benton Sans fontPhilip Chimento2013-08-07
| | | | | | | | | The larger the font size, the bigger the correction needs to be. The title label cannot go any lower than it is, so the category labels' correction is actually zero, in order to keep the whole thing aligned. (The category labels' correction ought to be 10.) [endlessm/eos-sdk#236]
* Merge pull request #235 from endlessm/issues/234P. F. Chimento2013-08-07
|\ | | | | #234 Fixed the sizing of pixbufs in the wikipedia first page
| * Fixed the sizing of pixbufs in the wikipedia first pageMatt Watson2013-08-07
| | | | | | | | | | | | | | They are now always sized to cover the allocation they need too. Right now we are double loading the image, once to get its size, which we should change in the future [endlessm/eos-sdk#234]
* | Hide context menuRory MacQueen2013-08-07
|/
* Translated back buttonRory MacQueen2013-08-07
|
* Changed node js URL so that it will work on NUCRory MacQueen2013-08-07
| | | | [endlessm/eos-sdk#232]
* Merge pull request #231 from endlessm/issues/230mattdangerw2013-08-07
|\ | | | | Modified view pages to load by url
| * Modified view pages to load by urlRory MacQueen2013-08-07
| | | | | | | | | | | | | | Changed some of the view pages so that we are fetching a wikipedia article by its url rather than by its title [endlessm/eos-sdk#230]
* | Merge pull request #229 from endlessm/issues/228rmacqueen2013-08-06
|\ \ | |/ |/| Set font-weight on title fonts
| * Set Benton Sans on title fontPhilip Chimento2013-08-06
| | | | | | | | | | | | | | The proper Benton Sans was not showing up. The title label didn't have the proper CSS class. [endlessm/eos-sdk#228]
* | Ellipisze long article titlesPhilip Chimento2013-08-06
|/ | | | To prevent the size request from jumping around
* Fix for loading temp files that are HTMLRory MacQueen2013-08-06
|
* 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]
| * 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]
* | 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
|
* Remove Brazil background from SDKPhilip Chimento2013-08-02
|
* 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
|
* 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
|
* 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]