Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SsoWeather Plugin #755

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    b550615 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    afd85c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    1bcde26 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    bd83d76 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Configuration menu
    Copy the full SHA
    1e5a854 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Configuration menu
    Copy the full SHA
    12279bb View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    c540696 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a55a662 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    92e11f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. [BluetoothControl] Advertising/Discoverable modes (rdkcentral#688)

    * [BluetoothControl] Update documentation
    
    * [BluetoothControl] Stub JBluetoothControl
    
    * [BluetoothControl] Test automatic mode
    
    * [BluetoothControl] Adjust to COM and JSON-RPC interface modifications
    
    * [BluetoothControl] Cleanup
    sebaszm authored and Divya-563 committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    12241a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. RemoteControl: std::ptr_fun is depricated in gcc12 (rdkcentral#689)

    * RemoteControl: std::ptr_fun is depricated in gcc12
    
    * RemoteControl: change char to TCHAR
    bramoosterhuis authored and Divya-563 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    9dd64f2 View commit details
    Browse the repository at this point in the history
  2. Remove Deinitialize call from the Initialization method, since it is …

    …already handled in thunder for Initialization failed case (rdkcentral#692)
    HaseenaSainul authored and Divya-563 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    c107af6 View commit details
    Browse the repository at this point in the history
  3. COM-RPC example stress test (rdkcentral#691)

    * COMRPCClient: add stress test
    
    * Update COMRPCClient.cpp
    
    Co-authored-by: Pierre Wielders <[email protected]>
    2 people authored and Divya-563 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    56c5e45 View commit details
    Browse the repository at this point in the history
  4. _service call usage changes (rdkcentral#693)

    * Add _service AddRef/Release, remove _service, if not required
    * TimeSync: updated to init only once subsystem is ready
    * IOConnector: warning removed
    Co-authored-by: Pierre Wielders <[email protected]>
    HaseenaSainul authored and Divya-563 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    6078869 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    ae46f4d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    f9809b2 View commit details
    Browse the repository at this point in the history
  2. [VERSION] Drop Version call if it is not used.. (rdkcentral#697)

    * [VERSION] Drop Version call if it is not used..
    
    * [DANGLING] Prepare for the new Dangling interface.
    
    * BluetoothAudioSink: update virtual function name to dangling
    
    ---------
    
    Co-authored-by: HaseenaSainul <[email protected]>
    2 people authored and Divya-563 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    b70447a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e36db6 View commit details
    Browse the repository at this point in the history
  4. TimeSync: set deferred config as deprecated (rdkcentral#695)

    Co-authored-by: Pierre Wielders <[email protected]>
    Co-authored-by: MFransen69 <[email protected]>
    3 people authored and Divya-563 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    388c2f1 View commit details
    Browse the repository at this point in the history
  5. Development/multiple touch (rdkcentral#699)

    * [NAMING] Non-happy day reporting is now dangling i.s.o. Clenup.
    
    * [TOUCH] The 7" RPI screen identifies itself without TOUCH in the name..
    Fixed by allowing multiple names to define that it is a TOUCH device (or whetver device for that maatter :-) )
    
    ---------
    
    Co-authored-by: MFransen69 <[email protected]>
    2 people authored and Divya-563 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    aebd84d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bf2533d View commit details
    Browse the repository at this point in the history
  7. [JSONRPC] Moved a bit of the methods around to work with the JSONRPC … (

    rdkcentral#702)
    
    * [JSONRPC] Moved a bit of the methods around to work with the JSONRPC over COMRPC interface.
    
    * [FIXES] Minor fixes for URL usage.
    pwielders authored and Divya-563 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    4ea2e12 View commit details
    Browse the repository at this point in the history
  8. Development/multiple touch (rdkcentral#700)

    * [NAMING] Non-happy day reporting is now dangling i.s.o. Clenup.
    
    * [TOUCH] The 7" RPI screen identifies itself without TOUCH in the name..
    Fixed by allowing multiple names to define that it is a TOUCH device (or whetver device for that maatter :-) )
    pwielders authored and Divya-563 committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    20f0c24 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. [FIXES] Warning free build, Touch Realse only on > 0 and the composit…

    …or should only get keys from Thunder, always.. (rdkcentral#703)
    pwielders authored and Divya-563 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    54ecfb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    bed9316 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    8522ab7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f051b6 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    1577d99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1d8b7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30e0809 View commit details
    Browse the repository at this point in the history
  4. [Bluetooth] Support advertising events (rdkcentral#725)

    Co-authored-by: Pierre Wielders <[email protected]>
    2 people authored and Divya-563 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    2d208f6 View commit details
    Browse the repository at this point in the history
  5. [ReleaseNotes] 4.3 (rdkcentral#726)

    Co-authored-by: Pierre Wielders <[email protected]>
    2 people authored and Divya-563 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    98f2b0d View commit details
    Browse the repository at this point in the history
  6. [WARNINGFREE] Suppress the ABI warnings. We always build all from scr… (

    rdkcentral#727)
    
    * [WARNINGFREE] Suppress the ABI warnings. We always build all from scratch..
    
    * [OOPS] Typos, corrected :-)
    pwielders authored and Divya-563 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    3122e7f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    be5c38d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73f9517 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. WebServer, BlueToothControl, SwitchBoard, IOConnector, NetworkControl…

    …: Aligh legacy generation against new config (rdkcentral#729)
    
    Co-authored-by: Pierre Wielders <[email protected]>
    2 people authored and Divya-563 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    57d980b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Development/compositor2304 (rdkcentral#730)

    * inline header functions
    
    * Move rendertest
    
    * include renderer test directory
    
    * sync InvalidIdentifier value
    
    * Remove lifetime calls  ProxyType
    
    * GBM: small fixes
    
    * DRM: mark buffer completed after plane access
    
    * Return reference not a pointer
    
    * DRM: fix a few segfaults
    
    * EGL Renderer: save WIP
    
    * Transformation: int to float trouble
    
    * enable high precision if available
    
    * update  backend test
    
    * fix if statements
    
    * if test
    
    * mark buffer completed
    
    * box values can also be negative
    
    * get the current projection of the renderer
    
    * drop double buffer for now
    
    * renderer fixes while testing
    
    * Update transformation lib
    
    * Adding texture uploading
    
    * Add destroyimage to the interface
    
    * update after interface update
    
    * Add format conversion header
    
    * Compositor: Introduce a Wayland backend
    
    * Compositor: Cleanup
    
    * Compositor: comfy debug with human readable text
    
    * Compositor: use GPU/Render file handle as ID
    
    * Compositor: added documentation
    
    * Compositor added  a simple wayland example
    
    * Compositor:  update tests
    
    * Compositor: style update
    
    * Compositor: prepare for PTS
    
    * Compositor: add test data
    
    * Compositor: saving texture wip
    
    * Compositor: add eglimage to png dump
    
    * Compositor: fix include
    
    * Compositor: fix include
    
    * Compositor: fix multiple modifies per format
    
    * Compositor: lift the DRM available assert
    
    * Compositor: Add format register
    
    * Compositor: small output changes
    
    * Compositor: Don't open DRM dev if already opened
    
    * Remove wayland example
    
    * Updated LICENSE and NOTICE
    
    * Compositor: forgot to remove somthing
    
    * [COMPOSITOR] Lifetime management of the backend.
    
    The backend, once created, will never be destructe untill the whole application is
    destructed.
    
    * Compositor:  destroy the object _wlZwpLinuxDmabufFeedbackV1
    
    * Compositor: Fix license
    
    * Add clang format for easy formatting
    
    * Forgot the '(c)'....
    
    * Compositor: disable png dump by default
    
    * Compositor: Fix texture rendering
    
    * Compositor: fix tv texture
    
    ---------
    
    Co-authored-by: Pierre Wielders <[email protected]>
    2 people authored and Divya-563 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    8c4f57f View commit details
    Browse the repository at this point in the history
  2. [COMPOSITOR] Only install weston.ini if it is a WESTON build. (rdkcen…

    …tral#731)
    
    Co-authored-by: Pierre Wielders <[email protected]>
    2 people authored and Divya-563 committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    6c11667 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1251a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    8b5324e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    508abca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1adb42f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    ca390d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    c6b40ac View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    7318dcb View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    ab1b1d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    6de875e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d323256 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    262cd63 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    cf09193 View commit details
    Browse the repository at this point in the history