summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | 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]
| * | | 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]
| * | | EosActionMenu: basic scaffolding to add and remove GtkActionFelipe Erias Morandeira2013-06-21
| |/ / | | | | | | | | | [endlessm/eos-sdk#79]
* | | Merge pull request #126 from endlessm/issues/119P. F. Chimento2013-06-25
|\ \ \ | |/ / |/| | Replaced calls to 'g_object_unref' with 'g_clear_object'
| * | Replaced calls to 'g_object_unref' with 'g_clear_object'Fernando Farfan2013-06-20
|/ / | | | | | | [endlessm/eos-sdk#119]
* | Fixed automake version matching in autogen.shMatt Watson2013-06-20
| |
* | Added hack so configure works with automake 1.13 and 1.11Matt Watson2013-06-20
| | | | | | | | | | | | The problem was with needing the serial-tests option in 1.13 More details here http://gnu-automake.7480.n7.nabble.com/serial-tests-option-and-backwards-compatibility-td19571.html
* | Merge pull request #118 from endlessm/issues/102P. F. Chimento2013-06-19
|\ \ | | | | | | Issues/102 [Depends on 88!]
| * | Added pm background properties getters/setters to documentationMatt Watson2013-06-18
| | | | | | | | | | | | [endlessm/eos-sdk#102]
| * | Properly alloced memory for background size/position strings.Matt Watson2013-06-18
| | | | | | | | | | | | [endlessm/eos-sdk#102]
| * | Added tests for new background child props.Matt Watson2013-06-18
| | | | | | | | | | | | [endlessm/eos-sdk#102]
| * | Bug fix. Window detects properly when two backgrounds the sameMatt Watson2013-06-18
| | | | | | | | | | | | | | | And does not transtion between them if they are equal. [endlessm/eos-sdk#102]
| * | Window updates if any background prop changes on visible page.Matt Watson2013-06-18
| | | | | | | | | | | | | | | | | | Before EosWindow just updated if the background_uri changed. Now it also catches size position and repeat changes. [endlessm/eos-sdk#102]
| * | Window background drawing uses new page background propsMatt Watson2013-06-18
| | | | | | | | | | | | [endlessm/eos-sdk#102]
| * | Added child properties for more control of page backgrounds.Matt Watson2013-06-18
| | | | | | | | | | | | | | | | | | | | | They do nothing yet, just put the getters and setters in the page manager. [endlessm/eos-sdk#102]
* | | Bumped automake requirement.Matt Watson2013-06-18
|/ /
* | Merge pull request #123 from endlessm/issues/121mattdangerw2013-06-18
|\ \ | | | | | | Specify old-style serial test runner
| * | 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