summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update submodule pathbaserock/jonathanmaw/genivi-demo-platform-2baserock/genivi/genivi-demo-platformJames Thomas2015-10-191-1/+1
|
* Demoui: Make Graphic working for Qemu machineJonathan Maw2015-10-191-0/+10
| | | | This is based off the patch by meta-genivi-demo of the same name.
* Fix stretchingJonathan Maw2015-10-192-6/+2
| | | | | This commit is based off the patch by sebastien baudouin in meta-genivi-demo
* Fix demoui not getting a well-known surface IDJonathan Maw2015-10-191-1/+3
|
* demoui: use QML WebView instead of browser servicesebastien baudouin2015-10-191-13/+20
| | | | | | | | | | | | | | | | | | | This commit is there to move WebView management from browser service to demoui one. The reason for such modification is that currently the Wayland/IVI-shell integration on GDP is making such split not supported for following reasons: - WebView is creating a new surface when used from browser. This surface is not tagged "IVI-Surface-ID" and so not managed by him-controller. As a result the surface is not used by composer and so not visible on screen. - when application is overlapped by another one and then comes back (by user action for example) to foreground, we would have to bring back also the WebView surface which is not the case for the moment neither by teh system, neither by the application (demoui service) - when there are some transparency zones then it exists some unwanted artefact due to the mouse icon "remanance" and so is causing bad display behavior. For all those reasons the WebView is now managed in demoui QML file which is simpler and causing mush less Wayland/IVI-shell issue. The bookmark management remains on browser service side to demonstrate DBus interface usage.
* Enforce a surface ID to match the gdp-hmi-launcherJonathan Maw2015-10-191-0/+4
| | | | Code taken from meta-genivi-demo
* Add install instructionsJonathan Maw2015-10-193-0/+40
| | | | | | | | | | | | | | | | | | | These instructions install the browser PoC to /usr/lib/browser-poc by default, instead of /opt. "/usr/lib/browser-poc" can be replaced by anything else at configure-time (i.e. when `qmake browser-poc.pro`) is invoked by setting the environment variable TARGET_ROOT. Note that this is entirely separate from the use of INSTALL_ROOT at install-time (i.e. `make install`). i.e. you may want to do TARGET_ROOT=/opt qmake -r browser-poc.pro make make INSTALL_ROOT=$(pwd)/browser-poc-package install This involves overriding qtquick2applicationviewer.pri's setting installation paths to /opt because it seems inappropriate to alter it directly and I am not entirely sure what else it does.
* Set background to parent height and black, allows cursor to be drawn ↵Tom Pollard2015-09-221-2/+2
| | | | stopping trailing
* Fixed bookmarks button in demouiJonatan Pålsson2014-05-201-1/+0
|
* Bookmarks are selected through mask, not via equality comparisonJonatan Pålsson2014-04-161-1/+1
|
* Fixed superflous variable in initializer listJonatan Pålsson2014-04-161-2/+1
|
* Merge branch 'feature_proxy'Jonatan Pålsson2014-04-164-4/+93
|\
| * Listen to onProxyAuthenticationRequired signalJonatan Pålsson2014-04-162-4/+35
| |
| * Use window.scroll() instead of window.scrollTo() when scrolling absolutelyJonatan Pålsson2014-04-141-1/+1
| |
| * Added support for HTTP proxies, with settings read from BrowserSettingsJonatan Pålsson2014-04-102-0/+58
| |
* | Emit onCacheChanged when cache changesJonatan Pålsson2014-04-163-2/+17
| |
* | Amend to previous commitJonatan Pålsson2014-04-161-2/+2
| |
* | Emit onActionStateChanged for forward and backward function availabilityJonatan Pålsson2014-04-156-3/+51
| |
* | Use window.scroll() instead of window.scrollTo() when scrolling absolutelyJonatan Pålsson2014-04-141-1/+1
|/
* Changed offset of UI element in testJonatan Pålsson2014-04-081-2/+2
|
* Correctly report multi-select capable SELECTsJonatan Pålsson2014-04-081-4/+4
|
* Fixed duplication in select listsJonatan Pålsson2014-04-081-8/+10
|
* Changed order of DIALOG_RESULT membersJonatan Pålsson2014-04-081-2/+2
|
* Improve handling of SELECT elementsJonatan Pålsson2014-04-083-18/+43
|
* updated design pdfv0.4Marcel Schuette2014-03-171-0/+0
|
* added design document as pdfMarcel Schuette2014-03-171-0/+0
|
* set document status to finalMarcel Schuette2014-03-171-0/+1
|
* Enabled NPAPI plugin supportJonatan Pålsson2014-03-171-0/+4
|
* removed occurence of qml webviewMarcel Schuette2014-03-171-1/+1
|
* updated READMEs for documentationMarcel Schuette2014-03-172-1/+10
|
* Updated README for documentationJonatan Pålsson2014-03-171-1/+2
|
* Cleaned up in .gitmodulesJonatan Pålsson2014-03-172-6/+0
|
* Updated documentation on testsJonatan Pålsson2014-03-141-38/+53
|
* Updated documentationJonatan Pålsson2014-03-146-65/+122
|
* Moved IUserInput and IWebPageWindow instantiations to respective browserviewJonatan Pålsson2014-03-148-60/+20
|
* Fixed bug where text boxes needed un-focus in order to trigger input signal ↵Jonatan Pålsson2014-03-133-0/+23
| | | | upon re-focus. Click is now enough
* Newly entered text now replaced old text in text boxesJonatan Pålsson2014-03-133-3/+34
|
* Fixed bug where inputTextReceived does not contain currently entered text valueJonatan Pålsson2014-03-135-0/+24
|
* Added PDF for easy accessJonatan Pålsson2014-03-121-0/+0
|
* Updated design documentJonatan Pålsson2014-03-121-54/+63
|
* Added initial version of design documentJonatan Pålsson2014-03-127-0/+445
|
* Added test report to repoJonatan Pålsson2014-03-112-1/+104
|
* Fixed API for screenshot functionJonatan Pålsson2014-03-113-29/+12
|
* Updated errorlogger testJonatan Pålsson2014-03-051-13/+13
|
* Fix bug in errorlogger, added missing meta types and now using Msec since ↵Jonatan Pålsson2014-03-058-17/+29
| | | | epoch instead of time_t
* Fixed contentsSize sourceJonatan Pålsson2014-03-051-1/+1
|
* Moved INetworkManager from IWebPageWindow to IBrowserJonatan Pålsson2014-03-053-9/+7
|
* Cleaned the tests a bitJonatan Pålsson2014-03-045-25/+30
|
* Disabled unittestJonatan Pålsson2014-03-042-21/+21
|
* Fixed initialization of scroll valuesJonatan Pålsson2014-03-041-1/+1
|