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: pull in upstream changes #6

Closed
wants to merge 31 commits into from

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 edbee#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 edbee#90, Several Qt deprecation warnings. Changed 0 to nullptr…

    …. Possible 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 edbee#96, Added support for readonly mode, via widget->setReadonl…

    …y() or 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 edbee#99, Speed improvements for markAll. (Added beginChanges and…

    … endChanges, 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 edbee#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 26, 2020

  1. Named magic const

    gamecreature authored and SlySven committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    3b6fe55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1621b75 View commit details
    Browse the repository at this point in the history
  3. Compile fix for README example

    emoon authored and SlySven committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    af17b01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94f9049 View commit details
    Browse the repository at this point in the history
  5. removed incorrect include file

    gamecreature authored and SlySven committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    aefac95 View commit details
    Browse the repository at this point in the history
  6. fixes edbee#90, Several Qt deprecation warnings. Changed 0 to nullptr…

    …. Possible incompatibility with older releases!
    gamecreature authored and SlySven committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    34ae336 View commit details
    Browse the repository at this point in the history
  7. wip readonly

    gamecreature authored and SlySven committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    2cded60 View commit details
    Browse the repository at this point in the history
  8. ref edbee#96, Added support for readonly mode, via widget->setReadonl…

    …y() or controller->setReadonly()
    
    Update CMakeList.txt
    gamecreature authored and SlySven committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    67f1dba View commit details
    Browse the repository at this point in the history
  9. ref edbee#99, Speed improvements for markAll. (Added beginChanges and…

    … endChanges, to prevent updating per item)
    gamecreature authored and SlySven committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    8181bbd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0d5b039 View commit details
    Browse the repository at this point in the history
  11. ref edbee#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 authored and SlySven committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    6fc9e87 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1be96e7 View commit details
    Browse the repository at this point in the history
  13. Fixed cmake on mac os x

    gamecreature authored and SlySven committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    038bbc2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    793f796 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

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