summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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]
* Removed unnecessary codeRory MacQueen2013-07-26
|
* Fixed the presenter to parse the JSON file itself.Nick Isaacs2013-07-26
|
* Added presenterRory MacQueen2013-07-26
| | | | | Added the presenter class to the domain specific app to complete MVP design [endlessm/eos-sdk#175]
* Completed the view for GTKRory MacQueen2013-07-26
| | | | | I refactored more of the code so that it conforms with the MVP paradigm. All view related stuff is in the view files. [endlessm/eos-sdk#171]
* Application model for wikipedia appsRory MacQueen2013-07-26
| | | | | | | | | | | | | | | | | | | Decompose the domain-specific apps into MVP design We have a domain-wiki model that has a list of category models and an image for that application. We have a category model that has an image, title, and a list of article models. We have an article model that has a human readable title and the url title for the database. Application model now takes in json file, parses, it, and calls addCategory() on each of the category objects We moved the json reading code into the application model. Now the model section of the app is essentially complete. Category models are created by the app's initalization function, which in turn create model objects for each article [endlessm/eos-sdk#162]
* Moved wikipedia source files into sdkRory MacQueen2013-07-26
| | | | | Moved the wikipedia source files into the sdk repo since they will be eventually be shared by many apps [endlessm/eos-sdk#162]
* Merge pull request #145 from endlessm/issues/132Roddy Shuler2013-07-18
|\ | | | | Issues/132
| * Change topbar minimize icon namePhilip Chimento2013-07-18
| | | | | | | | | | | | | | Use the custom 'window-minimize-symbolic' instead of misusing 'list-remove-symbolic' [endlessm/eos-sdk#132]
| * Abstract topbar icon names into constantsPhilip Chimento2013-07-03
| | | | | | | | | | | | Have constants for the icon names instead of magic string literals in the code. [endlessm/eos-sdk#132]
* | Merge pull request #130 from endlessm/issues/113P. F. Chimento2013-07-04
|\ \ | | | | | | #113 Convenience library for HTML/GTK communication
| * | Separated the convenience library into its own file, which must be placed in ↵Felipe Erias Morandeira2013-07-02
| | | | | | | | | | | | | | | | | | /usr/share/gjs-1.0/ (or elsewhere in GJS's search path) [endlessm/eos-sdk#113]
| * | Removed the "lang" parameter from translatable elements.Felipe Erias Morandeira2013-06-28
| | | | | | | | | | | | [endlessm/eos-sdk#113]
| * | Replaced tabs with spaces.Felipe Erias Morandeira2013-06-28
| | | | | | | | | | | | [endlessm/eos-sdk#113]
| * | Moved this.actions to this._html_actions for clarityFelipe Erias Morandeira2013-06-28
| | | | | | | | | | | | [endlessm/eos-sdk#113]
| * | Experimenting with translations.Felipe Erias Morandeira2013-06-24
| | | | | | | | | | | | [endlessm/eos-sdk#113]
| * | Working on a few convenience methods and strategies for linking HTML code in ↵Felipe Erias Morandeira2013-06-20
| | | | | | | | | | | | | | | | | | a WebView with GTK+ functionality. [endlessm/eos-sdk#113]
* | | Merge pull request #131 from endlessm/issues/104P. F. Chimento2013-07-04
|\ \ \ | | | | | | | | #104 Action button hover states
| * | | Added the CSS style of EosActionButtons to endless-widgets.cssFelipe Erias Morandeira2013-07-04
| | | | | | | | | | | | | | | | [endlessm/eos-sdk#104]
| * | | EosActionButton style: set border-image: noneFelipe Erias Morandeira2013-07-04
| | | | | | | | | | | | | | | | [endlessm/eos-sdk#104]
| * | | Sample CSS for action buttons following the design specifications.Felipe Erias Morandeira2013-07-04
| | | | | | | | | | | | | | | | [endlessm/eos-sdk#104]
| * | | Apply the right theming to the EosActionButton's icon.Felipe Erias Morandeira2013-07-04
| | | | | | | | | | | | | | | | [endlessm/eos-sdk#104]
| * | | Styling of the border and text of the action button. A dark variant is ↵Felipe Erias Morandeira2013-07-04
|/ / / | | | | | | | | | | | | | | | available. [endlessm/eos-sdk#104]
* | | Merge pull request #141 from endlessm/issues/125P. F. Chimento2013-07-04
|\ \ \ | |_|/ |/| | #125 Reset the GTK theme
| * | Reset the GTK theme when starting up an EosApplicationPhilip Chimento2013-07-04
| | | | | | | | | | | | | | | | | | | | | The GTK theme should be zeroed out so that we can develop the SDK with our own theme completely. [endlessm/eos-sdk#125]
| * | Add CSS files in a GResourcePhilip Chimento2013-06-27
| | | | | | | | | | | | | | | | | | | | | | | | resource:///com/endlessm/sdk/ is now the official GResource path for SDK resources. Right now the GResource contains reset.css (from GTK) and endless-widgets.css (from eos-theme). [endlessm/eos-sdk#125]
* | | Merge pull request #142 from endlessm/issues/133Felipe Erias Morandeira2013-07-02
|\ \ \ | |/ / |/| | Issues/133
| * | Add tests for new public APIPhilip Chimento2013-06-29
| | | | | | | | | | | | [endlessm/eos-sdk#133]
| * | Make EosActionButton public and document itPhilip Chimento2013-06-28
|/ / | | | | | | | | | | | | | | Rename eosactionbutton-private.h to eosactionbutton.h, make sure it gets picked up in the documentation, include it in endless.h, make all the new public API documentation complete, and put the EosActionButtonSize enum documentation on the EosActionButton page. [endlessm/eos-sdk#133]
* | Merge pull request #128 from endlessm/issues/127mattdangerw2013-06-25
|\ \ | | | | | | Gjs override for getting the directory of the script being run
| * | Gjs override for getting the directory of the script being runPhilip Chimento2013-06-25
| | | | | | | | | | | | | | | Adapted this from the english app [endlessm/eos-sdk#127]
* | | Merge pull request #115 from endlessm/issues/79P. F. Chimento2013-06-25
|\ \ \ | | | | | | | | Issues/79
| * | | Tests for EosActionMenu.Felipe Erias Morandeira2013-06-24
| | | | | | | | | | | | | | | | [endlessm/eos-sdk#79]
| * | | Skeleton for EosActionMenu tests.Felipe Erias Morandeira2013-06-21
| | | | | | | | | | | | | | | | [endlessm/eos-sdk#79]
| * | | Small fixes to the code, including removing EosActionMenu from the ↵Felipe Erias Morandeira2013-06-21
| | | | | | | | | | | | | | | | | | | | | | | | documentation. [endlessm/eos-sdk#79]