mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #21] [CLOSED] CtrlCore: Removing Turtle specific flags #117
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#117
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/21
Author: @ismail-yilmaz
Created: 9/8/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
b51da42UppWeb: U++ technologies table of contents completed.7ee5274CtrlLib, Doc: .cosmeticsc93ef5cCore, Doc: Core 2016 modernisation.08182a2ide: LayDes .usc fixed ordering issue83c633dCore, Doc: NTL article modernization.65d102fUppWeb: Added missing TheIDE begginers guild into documentation.46c80d9RichText, Doc: Added table of content to QTF and integrate it in Qtf designer.814e645Ide: Added tooltips to QTF deisgner buttons.efb2ebcide: OnlineSearch improvementsde7066fCtrlLib, Doc: Added information about creating GUI packages from template in tutorial.📊 Changes
1 file changed (+1 additions, -8 deletions)
View changed files
📝
uppsrc/CtrlCore/CtrlCore.h(+1 -8)📄 Description
This pull request aims to remove the now obsolete TURTLE flags defined in CtrlCore.
The new Turtle package does not require these flags. It relies on VIRTUALGUI flag.
Note that there is one other TURTLE flag yet to be removed (or changed to VIRTUALGUI) (in Core/App.cpp):
0b2bd0a241/uppsrc/Core/App.cpp (L540-L549)This needs to be handled carefully as it redefines Upp::LaunchWebBrowser global function on TURTLE backend.
(I think we should simply add a global WhenLaunchWebBrowser event in VIRTUALGUI: backend, and let clients handle it as they see fit.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.