Fix memory leak in TMap.#107
Merged
ahmedcharles merged 1 commit intoMudlet:release_31from Aug 29, 2014
ahmedcharles:tmap_leak
Merged
Fix memory leak in TMap.#107ahmedcharles merged 1 commit intoMudlet:release_31from ahmedcharles:tmap_leak
ahmedcharles merged 1 commit intoMudlet:release_31from
ahmedcharles:tmap_leak
Conversation
SlySven
added a commit
to SlySven/Mudlet
that referenced
this pull request
Oct 23, 2020
Changelog: * Fixed cmake on mac os x * Disabled TextEditorComponent::inputMethodEvent for Linux * ref Mudlet#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. * ref Mudlet#106, Missing round function on SuSE. (Changed to qRound) * ref #99, Speed improvements for markAll. (Added beginChanges and endChanges, to prevent updating per item) * ref #96, Added support for readonly mode, via widget->setReadonly() or controller->setReadonly() Update CMakeList.txt * wip readonly * fixes #90, Several Qt deprecation warnings. Changed 0 to nullptr. Possible incompatibility with older releases! * removed incorrect include file * fix #101, Support for JSON based grammar files. * Merge pull request #102 from emoon/readme-fix * Merge branch 'Mudlet-master' (with some additions/changes) Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
SlySven
pushed a commit
to SlySven/Mudlet
that referenced
this pull request
Nov 12, 2023
This reverts commit e96ff96.
mehulmathur16
pushed a commit
to mehulmathur16/Mudlet
that referenced
this pull request
Feb 16, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Specifically targeting this at a release just after 3.0, which I'd like to use as a chance to focus on memory issues.