summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | Specify old-style serial test runnerPhilip Chimento2013-06-18
|/ / | | | | | | | | | | Our tests break on the new-style parallel test runner, which is the default in newer versions of Automake. [endlessm/eos-sdk#121]
* | Merge pull request #117 from endlessm/issues/97mattdangerw2013-06-17
|\ \ | | | | | | Issues/97
| * | Fixed missing comma in app-windowFernando Farfan2013-06-17
| | | | | | | | | | | | [endlessm/eos-sdk#97]
| * | Addressed code review comments.Fernando Farfan2013-06-17
| | | | | | | | | | | | | | | | | | | | | | | | Several edits to address code review comments: - eostopbar.c: Switched the left&center top bar hboxes to alignments. - eostopbar.c: Replaced gtk_widget_destroy with gtk_container_remove. - eospagemanager.c: added dispose() virtual function to unref topbar widgets. [endlessm/eos-sdk#97]
| * | Added topbar hboxes to further contain topbar widgets.Fernando Farfan2013-06-17
| | | | | | | | | | | | | | | Added individual topbar hboxes that will further contain topbar widgets. These hboxes will be set with the preferred properties, withtout interfering with the widgets' properties. [endlessm/eos-sdk#97]
| * | Addressed code review commentsFernando Farfan2013-06-17
| | | | | | | | | | | | | | | | | | | | | Addressed the following code review comments: - Added newline at the end of the file - Replaced gtk_widget_unparent with gtk_widget_destroy in eos_top_bar_set_*_widget methods [endlessm/eos-sdk#97]
| * | Corrected pstack.h includeFernando Farfan2013-06-17
| | | | | | | | | | | | | | | Corrected pstack.h include [endlessm/eos-sdk#97]
| * | Addressed code review comments.Fernando Farfan2013-06-17
| | | | | | | | | | | | | | | | | | | | | Addressed @ptomato comments as follows: - Removed white color for topbar labels - Corrected document blocks [endlessm/eos-sdk#97]
| * | Added documentation for top bars in EosPageManager.Fernando Farfan2013-06-17
| | | | | | | | | | | | | | | Added documentation for EosTopBar and included the appropriate public documentation on EosPageManager. [endlessm/eos-sdk#97]
| * | Changed Topbar foreground color.Fernando Farfan2013-06-17
| | | | | | | | | | | | | | | Changed the foreground color of the topbar widgets to white to make them visible over the dark gray background. [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]
| * | Debug Topbars not being drawn in Eos themeFernando Farfan2013-06-17
| | | | | | | | | | | | | | | Added printf (..) statements to make sure that the eos_top_bar_set_*_widget methods are being executed, even though they're not displaying the topbar properly. [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]
* | Merge pull request #107 from endlessm/issues/88plward112013-06-14
|\ \ | |/ |/| Issues/88
| * Added eospagemanager-private.h to gtkdoc's ignored headers.Matt Watson2013-06-12
| | | | | | | | [endlessm/eos-sdk#88]
| * 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]
| * Private page manager API to get internal pstack transition typeMatt Watson2013-06-12
| | | | | | | | | | EosWindow will always use this type when transitioning the background. [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]
| * Window background transitions match page manager transitions.Matt Watson2013-06-12
|/ | | | | | | Added a stack as an internal widget to the window which powers background transitions. [endlessm/eos-sdk#88]
* Merge pull request #110 from endlessm/issues/101mattdangerw2013-06-12
|\ | | | | issues/101
| * Added warning when removing the visible page from pm.Matt Watson2013-06-12
| | | | | | | | [endlessm/eos-sdk#101]
| * 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]
* Merge pull request #84 from endlessm/issues/62P. F. Chimento2013-06-10
|\ | | | | #62 splash page manager
| * 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]
* Merge pull request #91 from endlessm/issues/30P. F. Chimento2013-06-03
|\ | | | | #30 Action buttons
| * Include eosenums.h in the documentation.Felipe Erias Morandeira2013-06-03
| | | | | | | | [endlessm/eos-sdk#30]
| * EosActionButton: removed EOS_SDK_ALL_API_VERSIONS, as this is a private header,Felipe Erias Morandeira2013-06-03
| | | | | | | | | | | | setting a NULL icon id clears the icon (was displaying a warning before) some changes to code style [endlessm/eos-sdk#30]
| * Fixed warningsFelipe Erias Morandeira2013-06-03
| | | | | | | | [endlessm/eos-sdk#30]
| * Code formatFelipe Erias Morandeira2013-06-03
| | | | | | | | [endlessm/eos-sdk#30]
| * A number of small fixes. Moved eosactionbutton.h to eosactionbutton-private.hFelipe Erias Morandeira2013-06-03
| | | | | | | | [endlessm/eos-sdk#30]
| * 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]
| * EosActionButton : an internal widget to represent an action in the application.Felipe Erias Morandeira2013-06-03
|/ | | | | | | The widget extends GtkButton and implements its own draw() method. It holds a GtkLabel and a GtkImage internally. EosActionButtonSize : an enum that is used to indicate the desired size of the EosActionButton. [endlessm/eos-sdk#30]
* Merge pull request #100 from endlessm/issues/61P. F. Chimento2013-05-31
|\ | | | | Added transition type and duration props to page manager.
| * Added documentation for page manager transition type and duration.Matt Watson2013-05-31
| | | | | | | | [endlessm/eos-sdk#61]
| * 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]
* Merge pull request #87 from endlessm/issues/59P. F. Chimento2013-05-29
|\ | | | | Issues/59
| * 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]
* | Merge pull request #89 from endlessm/issues/86Felipe Erias Morandeira2013-05-22
|\ \ | | | | | | Ensure that Gtk-Doc and GIR doc are enabled for distributions
| * | Ensure that Gtk-Doc and GIR doc are enabled for distributionsP. F. Chimento2013-05-16
| | | | | | | | | | | | | | | | | | 'make dist' and 'make distcheck' do not work without calling ./configure --enable-gtk-doc --enable-gir-doc. [endlessm/eos-sdk#86]