-
Notifications
You must be signed in to change notification settings - Fork 2
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
Commits on Jul 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 200989e - Browse repository at this point
Copy the full SHA 200989eView commit details
Commits on Jul 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1b4f0f6 - Browse repository at this point
Copy the full SHA 1b4f0f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b90aadf - Browse repository at this point
Copy the full SHA b90aadfView commit details
Commits on Jul 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1cb5bc5 - Browse repository at this point
Copy the full SHA 1cb5bc5View commit details -
Merge pull request #102 from emoon/readme-fix
Compile fix for README example
Configuration menu - View commit details
-
Copy full SHA for 5a01b25 - Browse repository at this point
Copy the full SHA 5a01b25View commit details
Commits on Jul 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for de349a0 - Browse repository at this point
Copy the full SHA de349a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 182d0f1 - Browse repository at this point
Copy the full SHA 182d0f1View commit details -
fixes #90, Several Qt deprecation warnings. Changed 0 to nullptr. Pos…
…sible incompatibility with older releases!
Configuration menu - View commit details
-
Copy full SHA for bb579e6 - Browse repository at this point
Copy the full SHA bb579e6View commit details
Commits on Jul 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8fc006b - Browse repository at this point
Copy the full SHA 8fc006bView commit details
Commits on Jul 25, 2020
-
ref #96, Added support for readonly mode, via widget->setReadonly() o…
…r controller->setReadonly() Update CMakeList.txt
Configuration menu - View commit details
-
Copy full SHA for 7dc2228 - Browse repository at this point
Copy the full SHA 7dc2228View commit details
Commits on Jul 27, 2020
-
ref #99, Speed improvements for markAll. (Added beginChanges and endC…
…hanges, to prevent updating per item)
Configuration menu - View commit details
-
Copy full SHA for d946f68 - Browse repository at this point
Copy the full SHA d946f68View commit details
Commits on Aug 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 55e675a - Browse repository at this point
Copy the full SHA 55e675aView commit details
Commits on Aug 19, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0c62265 - Browse repository at this point
Copy the full SHA 0c62265View commit details
Commits on Sep 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a95706d - Browse repository at this point
Copy the full SHA a95706dView commit details
Commits on Sep 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fce8954 - Browse repository at this point
Copy the full SHA fce8954View commit details
Commits on Oct 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d01c05f - Browse repository at this point
Copy the full SHA d01c05fView commit details
Commits on Oct 27, 2020
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 56343e5 - Browse repository at this point
Copy the full SHA 56343e5View commit details -
Merge pull request #113 from SlySven/Revise_fixQStringSplitForOlderQt…
…Versions Revise: fix QString::split(...) for older Qt Versions
Configuration menu - View commit details
-
Copy full SHA for 5dbc329 - Browse repository at this point
Copy the full SHA 5dbc329View commit details