summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* clients: a reference implementation of UI client how to use ivi-hmi-controller.Nobuhiko Tanibata2014-12-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - introduces ivi-shell-user-interface.c This is launched from hmi-controller by launch_hmi_client_process and invoke a client process. The basic flow is as followed, 1/ process invoked 2/ read configuration from weston.ini. 3/ draw png file to surface according to configuration of weston.ini 4/ all parts of UI are ready. request "UI_ready" to draw UI. 5/ Enter event loop 6/ If a surface receives touch/pointer event, followings are invoked according to type of event and surface 6-1/ If a surface to launch ivi_application receive touch up, it execs ivi-application configured in weston.ini. 6-2/ If a surface to switch layout mode receive touch up, it sends a request, ivi_hmi_controller_switch_mode, to hmi-controller. 6-3/ If a surface to show workspace having launchers, it sends a request, ivi_hmi_controller_home, to hmi-controller. 6-4/ If touch down events happens in workspace, ivi_hmi_controller_workspace_control is sent to slide workspace. When control finished, event: ivi_hmi_controller_workspace_end_control is received. Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@xddp.denso.co.jp> Acked-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
* clients: add presentation-shm demoPekka Paalanen2014-09-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This started as a copy of simple-shm.c before it was converted to xdg_shell. This demo excercises the presentation feedback interface in five different modes: - A continuous repaint loop triggered by frame callbacks, and using immediate commits, just gathering presentation feedback and computing some time intervals for statistics. - The same as above, except with 1s sleep before actually repainting as a response to frame callback. This tests how well the compositor can do a repaint from idle state (not continuously repainting), assuming nothing else is causing repaints. - A continuous repaint loop triggered by 'presented' events rather than by frame callbacks. If Weston uses an appropriate scheduling algorithm, this mode achieves the smallest possible frame latency (below one output refresh period). In all modes, all frames are pre-rendered at startup, so no rendering happens during the animation. [Louis-Francis Ratté-Boulianne: split queuing feature] Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Signed-off-by: Louis-Francis Ratté-Boulianne <lfrb@collabora.com>
* Add a simple client for testing compositor damage handlingJason Ekstrand2014-06-181-0/+1
| | | | | | | | | | This allows for easily testing a compositor's damage tracking in all currently available configurations including wl_surface.buffer_transform, wl_surface.buffer_scale, and wl_viewport. It also includes a --rotating-damage that flag instructs the client to change the wl_surface.buffer_transform on every commit. This tests the compositor for proper handling of texture uploads even when the transform has changed but the buffer size hasn't.
* gitignore log files, now in root directoryBryce W. Harrington2014-05-121-0/+3
| | | | | | | [paalanen: added also *.trs to ignore] Signed-off-by: Bryce Harrington <b.harrington@samsung.com> Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
* Update .gitignoreJasper St. Pierre2014-02-071-1/+49
|
* .gitignore: Add .dirstampKristian Høgsberg2014-02-011-0/+1
|
* build: Set a default aux dirGuillem Jover2014-02-011-7/+1
| | | | | | | | | | | | | | | This moves all the auxiliary build scripts into a build-aux directory, and fixes an issue with configure being unable to find scripts because it tries to change to an empty directory to get the absolute path, which results in getting the path to the user's home directory instead. ,-- checking whether build environment is sane... yes /bin/bash: /home/user/missing: No such file or directory configure: WARNING: 'missing' script is too old or missing `--- Signed-off-by: Guillem Jover <guillem@hadrons.org>
* Makefile.am: Fix protocol source files usageQuentin Glidic2014-02-011-0/+1
| | | | Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
* Automatically generate weston.ini with the right pathsNeil Roberts2013-11-271-0/+1
| | | | | | | | | Previously weston.ini had hardcoded paths for the weston-* clients in /usr/bin and /usr/libexec. This was a bit annoying when testing Weston because you wouldn't usually install those in the system prefix. This patch adds a make rule to automatically generate weston.ini from a template file with some replacement markers for the paths so that they can have the right prefix.
* .gitignore: Add .valid filesKristian Høgsberg2013-10-251-0/+1
|
* Update .gitignoreEmilio Pozuelo Monfort2013-09-231-0/+1
|
* gitignore: Ignore test-driverDamien Lespiau2013-03-281-1/+2
| | | | | | | | Automake (1.12 here) parallel-tests installs a test-driver file, another file to add to .gitignore. While at it, remove the duplicate cscope.out entry and add TAGS (the result of automake's "make tag")
* Add cscope.out to .gitignoreMartin Olsson2012-07-091-0/+1
|
* .gitignore: Ignore ctags and cscope outputDaniel Stone2012-06-221-0/+2
| | | | Signed-off-by: Daniel Stone <daniel@fooishbar.org>
* Clean up .gitignore filesNikolai Kondrashov2010-11-111-8/+24
| | | | | | | Sort the contents and update .gitignore files to hide generated files from git status output. Signed-off-by: Nikolai Kondrashov <spbnick@gmail.com>
* Move example compositor to subdirectoryKristian Høgsberg2010-09-141-1/+0
|
* Add DMZ cursor themeKristian Høgsberg2010-08-161-1/+0
| | | | Some day we can make this parse X cursor themes
* Generate protocol types and metadata from xmlKristian Høgsberg2010-08-031-0/+1
|
* Split native drm part of compositor outKristian Høgsberg2010-06-111-5/+1
|
* Move clients to subdirectoryKristian Høgsberg2010-06-041-1/+1
|
* Add a crazy rambling style TODO file.Kristian Høgsberg2009-02-051-2/+1
|
* Install libraries plus headers and add pkg-config files.Kristian Høgsberg2008-12-101-0/+1
|
* Refactor window logic into reusable parts, add a new terminal application.Kristian Høgsberg2008-12-071-1/+2
| | | | | | The gears code is moved into a new file gearc.c and the window decoration and management code stays in window.c. A new application 'terminal' is the second user of the windowing code, but doesn't do anything useful yet.
* Update .gitignore.Kristian Høgsberg2008-12-051-1/+3
|
* Use autoconf instead of $(shell ...) in the Makefile.Kristian Høgsberg2008-12-041-0/+5
|
* Update .gitignore.Kristian Høgsberg2008-12-021-4/+3
|
* Add .gitignore.Kristian Høgsberg2008-11-251-0/+10