summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* Add top bar edge finishingPhilip Chimento2013-08-01
| | | | | | | | | | | Add a highlight and shadow, on the bottom of the top bar; two pixels go over the top bar, and two pixels go over the app content. Added a smoke test with a button that turns red on press, in order to test that the two pixels on top of the app content do not catch input events. [endlessm/eos-sdk#197]
* Merge pull request #170 from endlessm/issues/146P. F. Chimento2013-07-24
|\ | | | | #146 Layout of `EosActionMenu`
| * Tests for EosActionMenu (cancel/delete/close actions).Felipe Erias Morandeira2013-07-23
| | | | | | | | [endlessm/eos-sdk#146]
| * EosActionMenu places cancel, close and delete actions at the bottom. ↵Felipe Erias Morandeira2013-07-23
| | | | | | | | | | | | Internally, it uses a GtkOverlay to correctly position the two sets of actions. [endlessm/eos-sdk#146]
| * More tests for eos_action_menu_remove_action*Felipe Erias Morandeira2013-07-22
| | | | | | | | [endlessm/eos-sdk#146]
| * EosActionMenu extends GtkFrameFelipe Erias Morandeira2013-07-22
| | | | | | | | [endlessm/eos-sdk#146]
* | Tests for "label-position" in EosActionButtonFelipe Erias Morandeira2013-07-22
| | | | | | | | [endlessm/eos-sdk#108]
* | Smoke tests for "label-position" in EosActionButtonFelipe Erias Morandeira2013-07-22
|/ | | | [endlessm/eos-sdk#108]
* 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]
* | 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]
* | Styling of the border and text of the action button. A dark variant is ↵Felipe Erias Morandeira2013-07-04
| | | | | | | | | | | | available. [endlessm/eos-sdk#104]
* | 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]
* | 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 changes to EosActionMenu. A more complete example of how to use it in ↵Felipe Erias Morandeira2013-06-21
| | | | | | | | | | | | an application, including changes to CSS. [endlessm/eos-sdk#79]
* | Override Endless.ActionMenu.add_action() to hide GtkAction from the ↵Felipe Erias Morandeira2013-06-21
| | | | | | | | | | | | developer, as that will be deprecated in the future. [endlessm/eos-sdk#79]
* | EosActionMenu: Implemented the functionality to add a GtkAction and have it ↵Felipe Erias Morandeira2013-06-21
| | | | | | | | | | | | linked to a EosActionButton in the menu. Added example code in action-buttons.js [endlessm/eos-sdk#79]
* | Added tests for new background child props.Matt Watson2013-06-18
| | | | | | | | [endlessm/eos-sdk#102]
* | Window background drawing uses new page background propsMatt Watson2013-06-18
| | | | | | | | [endlessm/eos-sdk#102]
* | Fixed missing comma in app-windowFernando Farfan2013-06-17
| | | | | | | | [endlessm/eos-sdk#97]
* | Corrected assertion failures.Fernando Farfan2013-06-17
| | | | | | | | | | Modified EosTopbar to remove a handful of assertion failures when adding left/center topbar widgets. [endlessm/eos-sdk#97]
* | Draw topbars in EosWindowFernando Farfan2013-06-17
| | | | | | | | | | Work in progress. Topbars do not appear when using Endless theme. [endlessm/eos-sdk#97]
* | Added support for left topbar and center topbar.Fernando Farfan2013-06-17
| | | | | | | | | | | | | | Modified EosPageManager, EosTopbar and EosWindow to have support for the two new topbars. app-window.js includes some tests for these two widgets. [endlessm/eos-sdk#97]
* | Fixed up main area tests to be more robust.Matt Watson2013-06-12
| | | | | | | | [endlessm/eos-sdk#88]
* | Bugfixes. Window background handles case of no pages in pm.Matt Watson2013-06-12
| | | | | | | | | | | | Also updates main area tests in test-window.c to reflect new widget hierarchy of EosWindow. [endlessm/eos-sdk#88]
* | No background animation switching between pages with same backgroundMatt Watson2013-06-12
| | | | | | | | | | | | When background URI is changes for the currently visible page, it will switch backgrounds without a transition animation. [endlessm/eos-sdk#88]
* | EosWindow size allocate ignores border-width.Matt Watson2013-06-12
|/ | | | | | Background is drawn in an internal widget so using the border width would prevent it from drawing full screen. [endlessm/eos-sdk#88]
* visible-page property update if visible page is removedMatt Watson2013-06-10
| | | | | | | Before the visible page would be set to null if it was removed, instead of pointing to another page in the page manager. Also signals for property changes were not emitted. [endlessm/eos-sdk#101]
* Splash page manager's add will add child as the splash page.Matt Watson2013-06-03
| | | | | More documentation improvements too. [endlessm/eos-sdk#62]
* Fixed up the splash page documentation.Matt Watson2013-06-03
| | | | [endlessm/eos-sdk#62]
* Added test for the splash page manager.Matt Watson2013-06-03
| | | | | | Unfortunately, most of the getter setter test fail and are commented out, because of the remove bug in EosPageManager. [endlessm/eos-sdk#62]
* Added basic splash page manager functionality.matt2013-06-03
| | | | | | | Splash page and main page widget properties with getters and setters. Ability to switch between the splash and main page. Added splash- page.js smoke test. [endlessm/eos-sdk#62]
* Smoke test for EosActionButton; eosactionbutton.css contains the style ↵Felipe Erias Morandeira2013-06-03
| | | | | | settings that should eventually make it to eos-theme [endlessm/eos-sdk#30]
* Added transition type and duration props to page manager.matt2013-05-29
| | | | | | | | These just wrap the functionality of GtkStack. Added some dropdowns in the app-window.js to try the different transition options and some simple c tests. [endlessm/eos-sdk#61]
* Rename 'background' API to 'background-uri'P. F. Chimento2013-05-29
| | | | [endlessm/eos-sdk#59]
* Style changes, added additional assertions to test the setting of a page's ↵Will G2013-05-23
| | | | | | background [endlessm/eos-sdk#59]
* Updated PageManager docs to reflect background_uri change, added test for ↵Will G2013-05-21
| | | | | | changing page backgrounds [endlessm/eos-sdk#59]
* Various fixesP. F. Chimento2013-05-17
| | | | | | | | - Remove visible-page-background child property; only the window should be listening to this. - Style fixes - Monitor page child properties as in the toolbox and actions [endlessm/eos-sdk#59]
* Added a visible-page-background property and tests.matt2013-05-17
| | | | | | | visible-page-background property points to the URI of the background of the current page. Should probably be extended to give the correct background when page-managers are nested. [endlessm/eos-sdk#59]
* Background child property for pages, sets window background.matt2013-05-17
| | | | | | | The current page's background property controls the background of the window. EosWindow listens in on the page mangers notify signals to update its background. [endlessm/eos-sdk#59]
* Update test applicationP. F. Chimento2013-05-16
| | | | | | There is a toolbox widget and you can change the visibility of the fake action area on each page. Also, split up each test page into a different class.