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

[P036] Add ticker as scroll option #4746

Merged
merged 48 commits into from
Sep 17, 2023
Merged

Commits on Sep 1, 2022

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

Commits on Oct 31, 2022

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

Commits on Nov 12, 2022

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

Commits on Nov 26, 2022

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

Commits on Dec 3, 2022

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

Commits on Dec 8, 2022

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

Commits on Dec 10, 2022

  1. Configuration menu
    Copy the full SHA
    4420055 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97ec535 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

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

Commits on Dec 24, 2022

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

Commits on Jan 6, 2023

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

Commits on Jan 17, 2023

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

Commits on Jan 22, 2023

  1. Merge remote-tracking branch 'github-desktop-TD-er/bugfix/factory_res…

    …et_no_config_dat' into UweKaditz
    uwekaditz committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    7754f5e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

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

Commits on Jan 28, 2023

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

Commits on Feb 8, 2023

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

Commits on Feb 13, 2023

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

Commits on Feb 18, 2023

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

Commits on Feb 20, 2023

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

Commits on Mar 5, 2023

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

Commits on Mar 9, 2023

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

Commits on Mar 25, 2023

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

Commits on Apr 1, 2023

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

Commits on Apr 2, 2023

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

Commits on Jul 6, 2023

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

Commits on Jul 22, 2023

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

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    202345d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2972660 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f958b0a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Calculation for ticker IdxStart and IdxEnd was wrong for 64x48 displa…

    …y, Start page updates after network has connected in PLUGIN_ONCE_A_SECOND
    
    BUG: Calculation for ticker IdxStart and IdxEnd was wrong for 64x48 display
    CHG: Start page updates after network has connected in PLUGIN_ONCE_A_SECOND, faster than waiting for the next PLUGIN_READ
    uwekaditz committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    639fa9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c936594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e986e42 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

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

Commits on Aug 8, 2023

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

Commits on Aug 10, 2023

  1. Some bug fixes (only 1 line displayed)

    - Individual font setting can only enlarge or maximize the font, if more than 1 line should be displayed (it was buggy not only for ticker!)
    - CalculateIndividualFontSettings() must be called until the font fits (it was buggy not only for ticker!)
    - Compiler error for '#ifdef P036_FONT_CALC_LOG'
    uwekaditz committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    87afa61 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

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

Commits on Aug 13, 2023

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

Commits on Aug 14, 2023

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

Commits on Aug 22, 2023

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

Commits on Aug 24, 2023

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

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    dccd13f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d761bb7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8885c07 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. CHG: Disable scrolling or ticker if new line content received (PLUGIN…

    …_WRITE)
    
    - Sometimes exception if the content was updated by an IR command (P016),
    but sending the command by Tools->Command->Submit never resulted in an exception!
    - Wrong eventId if new line content received
    - Typo in comment
    uwekaditz committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    964a357 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    260a588 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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

Commits on Sep 4, 2023

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

Commits on Sep 8, 2023

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