summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #552 from endlessm/issues/551Will Greenberg2014-02-05
|\ | | | | Rounded corners on unmaximized top bar
| * Rounded corners on unmaximized top barMatt Watson2014-02-05
| | | | | | | | | | | | The window manager already does this for most programs. But we have to do it ourselves in the SDK as we have self decorated windows [endlessm/eos-sdk#551]
* | Merge pull request #545 from endlessm/issues-wikipedia-offline/304mattdangerw2014-02-05
|\ \ | | | | | | Don't try to open browser-*:// URI schemes locally
| * | Don't try to open browser-*:// URI schemes locallyPhilip Chimento2014-02-05
| |/ | | | | | | | | | | | | | | | | Previously, browser-http:// URIs would open as http:// URIs in the system browser, but the in-app webview would also try to display them (and fail). This makes sure that the in-app webview ignores the URI after passing it on to the system browser. [endlessm/eos-wikipedia-offline#304]
* | Merge pull request #543 from endlessm/issues/540Will Greenberg2014-02-04
|\ \ | | | | | | Fix for making arrow hover states correct in NUC
| * | Fix for making arrow hover states correct in NUCRory MacQueen2014-02-04
| |/ | | | | | | | | | | | | | | | | For some reason, on the NUC, we can't set opacity for hover state in CSS. So this commit instead makes it so that we set the opacity in Gtk. Note that this problem was only reproducible on a NUC so this commit may eventually need to be reverted. [endlessm/eos-sdk#540]
* | Merge pull request #541 from endlessm/issues/1887Cosimo Cecchi2014-02-04
|\ \ | |/ |/| flexygrid: Deselect cell when on empty space
| * 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