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

Update our fork of edbee-lib with latest master #7

Merged
merged 18 commits into from
Nov 9, 2020
Merged

Commits on Jul 13, 2020

  1. Named magic const

    gamecreature committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    200989e View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

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

Commits on Jul 19, 2020

  1. Compile fix for README example

    emoon committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    1cb5bc5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #102 from emoon/readme-fix

    Compile fix for README example
    gamecreature authored Jul 19, 2020
    Configuration menu
    Copy the full SHA
    5a01b25 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    de349a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    182d0f1 View commit details
    Browse the repository at this point in the history
  3. fixes #90, Several Qt deprecation warnings. Changed 0 to nullptr. Pos…

    …sible incompatibility with older releases!
    gamecreature committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    bb579e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. wip readonly

    gamecreature committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    8fc006b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. ref #96, Added support for readonly mode, via widget->setReadonly() o…

    …r controller->setReadonly()
    
    Update CMakeList.txt
    gamecreature committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    7dc2228 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. ref #99, Speed improvements for markAll. (Added beginChanges and endC…

    …hanges, to prevent updating per item)
    gamecreature committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    d946f68 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

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

Commits on Aug 19, 2020

  1. ref #107, Several improvements (Thanks @sebcaux)

    Support for sticky-selection in replaceSelection methods. (Required for InpuMethod entry)
    Improved TextEditorComponent::InputMethodEvent... It now support special chars entry like expected. (Option+e,  e => ´ => é)
    - Fixed gapvector destructor: it did not use an array delete.
    - TextEditorWidget::setHorizontalScrollBar not emits the correct horizontalScrollBarChanged event.
    gamecreature committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    0c62265 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

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

Commits on Sep 5, 2020

  1. Fixed cmake on mac os x

    gamecreature committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    fce8954 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

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

Commits on Oct 27, 2020

  1. Revise: fix QString::split(...) for older Qt Versions

    A use of the above in the test code fails to build on anything older than
    Qt 5.14 as the `enum` used is only present in that and newer versions.
    Previously the `enum` was a member of the `QString` class rather than the
    `Qt` namespace...
    
    Signed-off-by: Stephen Lyons <[email protected]>
    SlySven committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    56343e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #113 from SlySven/Revise_fixQStringSplitForOlderQt…

    …Versions
    
    Revise: fix QString::split(...) for older Qt Versions
    gamecreature authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    5dbc329 View commit details
    Browse the repository at this point in the history