summaryrefslogtreecommitdiff
path: root/wikipedia/PrebuiltCategoryPage.js
Commit message (Collapse)AuthorAge
* Padded category title and description to approximate designsMatt Watson2014-02-07
| | | | | | | | | | Designs specified everything in 32nds of the total window allocation, which there is no easy way to do at least with standard padding and margins. Used EM instead, which means the padding will scale with font size as the window gets bigger and smaller [endlessm/eos-sdk#526]
* Reorganize category page, add drop shadowsRory MacQueen2014-02-07
| | | | | | | | | | | The code to build the category page was getting a little cluttered, to the point that it was hard to make changes. Restructured the gtk code to make it a bit cleaner, and added new drop shadows as per design -Rory & Matt [endlessm/eos-sdk#533]
* Fix padding for shadow and hit areaPhilip Chimento2014-01-22
| | | | | | | | | The shadow was being cut off because it extended beyond the image; take some padding out of the button's general padding and add it specifically to the image widget. Make sure the hit area is still correct. [endlessm/eos-sdk#504]
* Move category back button to its own classPhilip Chimento2014-01-22
| | | | | | For better code organization and cleaner CSS; add style classes. [endlessm/eos-sdk#504]
* Replace back button PNG asset with SVGPhilip Chimento2014-01-22
| | | | | | | | | This requires some restructuring because the SVG image and the label need to have different CSS. I ported the CompositeButton class from the photo app, in order to have the button transfer its prelight/active state flags to its children. [endlessm/eos-sdk#504]
* Change the shadow separatorPhilip Chimento2014-01-17
| | | | | | | | Also, remove the now unused asset, and as long as we are renaming the constant, call it a RESOURCE_PATH instead of a URI, because that's what it is. [endlessm/eos-sdk#502]
* Fixed hit box of the category back button for wiki appsMatt Watson2014-01-16
| | | | | It did not extend vertically or all the way to the left of the screen [endlessm/eos-sdk#458]
* Moved category page back to the leftMatt Watson2013-12-12
| | | | | | | Per Dalio's request. Hard coded to 40px pixels so not very adaptable. Tried to imitate the specs on basecamp. This button was supposed to appear on the left of page and not centered in the open space there. [endlessm/eos-sdk#427]
* Add word wrap widths to the front page categoriesPhilip Chimento2013-11-07
| | | | | | | | | | - Fonts are changed to be 150px and 48px for ODROID's 1920x1080 resolution - Word-wrapping widths are set to approximately reproduce the deck [endlessm/eos-sdk#394] [endlessm/eos-sdk#394]
* Add word wrap on category titlesRory MacQueen2013-11-07
| | | | [endlessm/eos-sdk#394]
* 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]
* Styled top bar back buttonRory MacQueen2013-10-01
| | | | | | | | | | Previously, the back button on the top window bar was not styled correctly according to designs. This commit changes the BackButton widget to now suclass Endless Asset Button and have the right styling. [endlessm/eos-sdk#301]
* Gave category page back button a nameRory MacQueen2013-10-01
| | | | | | | | | Previously this asset button did not have a name and we were just styling it by styling the Gjs AssetButton. However, this will not work when we want to add other asset buttons with different styling, so giving it its own name [endlessm/eos-sdk#301]
* Added back button to categories pageRory MacQueen2013-09-26
| | | | | | | | | Designers wanted a back button the categories page to make it easier for users to navigate back to the home page. This button is an asset button from our SDK. [endlessm/eos-sdk#270]
* Reorganized widget layout for the category pageRory MacQueen2013-09-26
| | | | | | | | | | | We were encountering a bizarre bug where the textview would enlarge when you click the button on the category page. It seems to be due to the set_size_request call on the textview or containing widget. To correct, I took out that set_size_request call and instead subclassed the textview to override the get_preferred_width function. The button image is a placeholder till we get the right asset from design.
* Removed unnecessary frame on category pageRory MacQueen2013-09-26
|
* Reorganized import pathsRory MacQueen2013-08-15
| | | | | | Moved all widgets into widgets directory. Changed Endless Wikipedia file to expose wikipedia web view [endlessm/eos-sdk#260]
* 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]
* Align category title to the leftPhilip Chimento2013-08-07
| | | | [endlessm/eos-sdk#248]
* Last modifications to remove Brazil-specific contentPhilip 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]