summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * flexygrid: Deselect cell when on empty spaceEmmanuele Bassi2014-02-04
|/ | | | | | | The pointer may be on empty space while still within the bounds of the FlexyGrid widget. [endlessm/eos-shell#1887]
* Merge pull request #539 from endlessm/issues/517P. F. Chimento2014-02-03
|\ | | | | #517 Increase font size of category button to match spec
| * Increase font size of category button to match specRory MacQueen2014-01-30
| | | | | | | | [endlessm/eos-sdk#517]
* | Merge pull request #536 from endlessm/issues/535P. F. Chimento2014-02-03
|\ \ | |/ |/| #535 show internal widgets
| * Show our internal widgets in eos-windowMatt Watson2014-01-29
| | | | | | | | | | | | | | | | | | | | | | | | Users should not have be forced to call show all on the toplevel. Calling show on all the widgets they create should be enough to make things show on screen. Which means we need to call show on our internals ourselves. Added a test for this. Calls show on the window so will actually make something pop on screen for a second. But so do other test we have so I think thats OK [endlessm/eos-sdk#535]
| * Updating page background props works before show_all calledMatt Watson2014-01-29
| | | | | | | | | | | | | | | | | | | | EosWindow manages the page background transition and relies on a stack internally to transition. The stack was not properly flipping between its child widgets before show_all was called in user code. This is because stack's set_visible_child method won't work unless the children are actually visible. Calling show our stacks children fixes the problem. [endlessm/eos-sdk#535]
* | Merge pull request #538 from endlessm/issues/537P. F. Chimento2014-01-30
|\ \ | | | | | | #538 Always reserve space for arrow on article list
| * | Don't clear other state flags in composite buttonMatt Watson2014-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | When setting a flag on a child widget in composite button, we were accidentally clearing all other flags on the child widget. So on mouse press on a category button, when both ACTIVE and PRELIGHT flags are set, we would clear the PRELIGHT flag when setting ACTIVE. So our arrow button would disappear during mouse press [endlessm/eos-sdk#537]
| * | Always reserve space for arrow on article listMatt Watson2014-01-29
| |/ | | | | | | | | | | | | | | This keeps the content from jumping on article list mouseover. Used the same opacity trick we use for the category button arrow. Did this in js instead of css, and the image file was set in js and I wanted to be consistent. But could also be done in css with state flags [endlessm/eos-sdk#537]
* | Merge pull request #534 from endlessm/issues/519P. F. Chimento2014-01-29
|\ \ | |/ |/| #519 Fix position of "other categories" button
| * Fix position of "other categories" buttonMatt Watson2014-01-29
| | | | | | | | | | | | | | | | Design specified this should be 1/32 of the screen width away from the left hand side. We don't have a great way to set percentage margins, so just did this at 1080x1920 for now. So 1920/32=60 pixels from the left [endlessm/eos-sdk#519]
* | Merge pull request #488 from endlessm/issues/484P. F. Chimento2014-01-29
|\ \ | |/ |/| #484 Add publicly available font size property
| * Add publicly available font size propertyPatrick Ward2014-01-29
|/ | | | | | Added a publicly available calculated font size property. This allows Endless applications to perform actions based on the calculated font size of an EosWindow. In particular, the WebHelper application now uses the property to update the 'default-font-size' property of a WebSettings object. [endlessm/eos-sdk#484]
* Merge pull request #493 from endlessm/issues/1620Cosimo Cecchi2014-01-24
|\ | | | | First round of dev vm preparation scripts
| * Added automatic install of eos-dev if it's not on the VMSrdjan Grubor2014-01-24
| | | | | | | | [endlessm/eos-sdk#1620]
| * Removed need for bash on setting the personalitySrdjan Grubor2014-01-24
| | | | | | | | [endlessm/eos-sdk#1620]
| * Instead of softlinking ansible-playbook, we copy it into binSrdjan Grubor2014-01-24
| | | | | | | | [endlessm/eos-sdk#1620]
| * Changed the remote cache dir to be more standardSrdjan Grubor2014-01-24
| | | | | | | | [endlessm/eos-sdk#1620]
| * Removed obsolete filesSrdjan Grubor2014-01-24
| | | | | | | | [endlessm/eos-sdk#1620]
| * Applied a better implementation of setting the dev folder on the desktopSrdjan Grubor2014-01-22
| | | | | | | | [endlessm/eos-sdk#1620]
| * Cleaned the scripts up to not be split by sudo prefix by using sudo variable ↵Srdjan Grubor2014-01-21
| | | | | | | | | | | | per task [endlessm/eos-sdk#1620]
| * Moved copying of desktop links to a separate scriptSrdjan Grubor2014-01-21
| | | | | | | | [endlessm/eos-sdk#1620]
| * Renamed setup_other_tools script as it could be ambiguousSrdjan Grubor2014-01-21
| | | | | | | | [endlessm/eos-sdk#1620]
| * Removed the apply in desktop update script since it wasn't neededSrdjan Grubor2014-01-17
| | | | | | | | [endlessm/eos-sdk#1620]
| * Updated the READMESrdjan Grubor2014-01-16
| | | | | | | | [endlessm/eos-sdk#1620]
| * Moved ansible directory into toolsSrdjan Grubor2014-01-16
| |
| * Added more verbose message to jhbuild updateSrdjan Grubor2014-01-16
| |
| * Reverted the default user to be endlessSrdjan Grubor2014-01-16
| |
| * Added dev folder to desktop iconsSrdjan Grubor2014-01-16
| |
| * Added checking of the API keySrdjan Grubor2014-01-16
| |
| * Made jhbuild update the modules with the right keySrdjan Grubor2014-01-16
| |
| * Added API key auth for jhbuild checkouts as wellSrdjan Grubor2014-01-16
| |
| * Added authentication for jhbuildSrdjan Grubor2014-01-16
| |
| * Removed out hosts file since we dynamically generate oneSrdjan Grubor2014-01-16
| |
| * Added a more descriptive message to installation of dependencies taskSrdjan Grubor2014-01-16
| |
| * Fixed issue with jhbuild needing a 'y' input to install dependenciesSrdjan Grubor2014-01-16
| |
| * Made some advancements in getting jhbuild to install dependenciesSrdjan Grubor2014-01-16
| |
| * Added more code to get jhbuild installed properly and set the apt cache a ↵Srdjan Grubor2014-01-16
| | | | | | | | bit higher. Still needs work
| * Added code that can run sudo tasks and install turbine/transifex clientSrdjan Grubor2014-01-16
| |
| * Initial addition of ansible scriptsSrdjan Grubor2014-01-16
| |
* | Merge pull request #516 from endlessm/mem-leakP. F. Chimento2014-01-23
|\ \ | | | | | | Temp fix for gjs mem leak
| * | Manually call System.gc() to limit memory usageMatt Watson2014-01-23
| | | | | | | | | | | | | | | | | | Wiki apps allocate pixbufs each time they draws at a new size. Memory will skyrocket unless will demand spidermonkey does some garbage collection
| * | Chain to gobjects init in wiki presenterMatt Watson2014-01-22
|/ / | | | | | | | | Otherwise we never properly initialize that gobject which can lead to all sorts of problems
* | Merge pull request #512 from endlessm/issues/505mattdangerw2014-01-22
|\ \ | | | | | | Issues/505
| * | Move and realign category buttonPhilip Chimento2014-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The category "go" arrow should never overlap the label text, so this moves it out of its overlay and puts it in the same layer as the label. The label now uses baseline alignment, and we can get rid of the hacky extra padding in the CSS. Currently, the innards of the category button look like this: +---------------------------------------+ | Grid, hexpand: TRUE, halign: FILL | | +------------------+ +--------------+ | | | Label | | Arrow button | | | | halign: START | | halign: END | | | | valign: BASELINE | | valign: END | | | +------------------+ +--------------+ | +---------------------------------------+ The arrow button does not have valign BASELINE, because that would align it so it was even with the first line of the label if the label was wrapped over two lines: (GOOD) (BAD) HISTORY HISTORY > & POLITICS > & POLITICS Also, I have removed the "width-chars" property of the label, because, as in the programming app in a commit which I cannot now find, when the label wraps, the width-chars property makes it request a very odd size. [endlessm/eos-sdk#505]
| * | Change the category button to a CompositeButtonPhilip Chimento2014-01-22
| | | | | | | | | | | | | | | | | | This allows the arrow fade-in and fade-out to be specified in the CSS. [endlessm/eos-sdk#505]
| * | Replace category arrow assetPhilip Chimento2014-01-22
| | | | | | | | | | | | | | | | | | Replace the old PNG asset with an SVG asset. [endlessm/eos-sdk#505]
* | | Merge pull request #511 from endlessm/issues/504mattdangerw2014-01-22
|\| | | | | | | | Issues/504
| * | 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]